Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site cadre.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!rochester!cmu-cs-pt!cadre!ry From: ry@cadre.ARPA (Russell J. Yount) Newsgroups: net.unix-wizards,net.lan Subject: Re: anybody running multiple protocols on a single cable? Message-ID: <442@cadre.ARPA> Date: Sun, 2-Jun-85 21:55:38 EDT Article-I.D.: cadre.442 Posted: Sun Jun 2 21:55:38 1985 Date-Received: Tue, 4-Jun-85 00:21:15 EDT References: <222@thunder.UUCP> Reply-To: ry@cadre.ARPA (Russell J. Yount) Organization: Decision Systems Lab., University of Pittsburgh Lines: 23 Xref: linus net.unix-wizards:10603 net.lan:690 In article <222@thunder.UUCP> gamiddleton@thunder.UUCP (Guy Middleton) writes: >Sorry if this is a dumb question. >It it possible to run both (for instance) XNS and TCP/IP on a single >ethernet? How about DECNET as well? Is anybody doing this? >-- Yes, it is quite possible to run mutiple protocols on the same ethernet. We run both IP, CHAOSNET, and PERQ protocals on our local ethernet. As long as all the different protocols are using different ethernet packet types with the possible exception of a common ARP (address resolution protocol) coexistance on same ethernet is easy. Beware however some Vendors seem to claim any ethernet packet type as there own (this is a very poor choice and not to spec.) Also some vendors protocals tend to use broadcast packets way to much, this may affect preformance of other machines on same ethernet by keeping their interfaces busy (and cases heavy DMA/interrupt loads) when packets are not used on that machine anyway and just thrown out.