Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ames!sdcsvax!ucbvax!SURAN.BBN.COM!glauer From: glauer@SURAN.BBN.COM (Gregory Lauer) Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP and Loss (inherently lossy nets) Message-ID: <8710051957.AA20006@ucbvax.Berkeley.EDU> Date: Mon, 5-Oct-87 15:40:34 EDT Article-I.D.: ucbvax.8710051957.AA20006 Posted: Mon Oct 5 15:40:34 1987 Date-Received: Thu, 8-Oct-87 05:35:09 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 90 Hop-by-hop retransmission is needed in networks with high loss and long routes if we are to have a reasonable chance of getting anything through the network. If the link loss probability is p, then the probability of getting a packet through N hops without hop-by-hop retransmissions is (1-p)**N. In a lossy network (p = .50), with a path length of N=10 hops, the probability of getting a packet through without hop-by-hop retransmissions is thus ~.001. On the other hand, end-to-end retransmissions are needed since a node can crash after having acked a packet and before having forwarded it. How many packets get sent in each case? In the following we assume that p**N is approximately 0 and that 1/p<