Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!ucbvax!XX.LCS.MIT.EDU!Lixia From: Lixia@XX.LCS.MIT.EDU.UUCP Newsgroups: mod.protocols.tcp-ip Subject: Re: RING vs. ETHER - Theory and practice. Message-ID: <12224258785.54.LIXIA@XX.LCS.MIT.EDU> Date: Sun, 20-Jul-86 16:19:03 EDT Article-I.D.: XX.12224258785.54.LIXIA Posted: Sun Jul 20 16:19:03 1986 Date-Received: Mon, 21-Jul-86 02:42:36 EDT References: <12224206784.24.JNC@XX.LCS.MIT.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 22 Approved: tcp-ip@sri-nic.arpa I wrote the original paragraph of Dave Clark once again observes that a token ringnet outperforms an Ethernet in handling back-to-back packets. The ringnet has an automatic retransmission function built into the network interface, and will retransmit rejected packets until they get accepted, while an Ethernet interface loses subsequent packets if they follow the first one too closely. So I'd better clean up my own mistake. As Noel has pointed out, the ringnet interface returns an acknowledgment; therefore when the receiving interface cannot catch up with incoming packets, the source host network driver quickly retransmits any negatively acknowledged packet till the interface returns an positive-ACK (or till hits some max retrans number). For Ethernet, if the receiving interface doesn't get a packet right, the packet is lost. Having buffers at the interface is helpful, for both ethernet and ring. Ethernet is a loser in that, using Noel's word, it lacks a low-level ACK. Lixia -------