Robert L Ullmann <ariel@world.std.com> Wed, 12 January 1994 18:05 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa10111; 12 Jan 94 13:05 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa10107; 12 Jan 94 13:05 EST
Received: from world.std.com by CNRI.Reston.VA.US id aa12900; 12 Jan 94 13:05 EST
Received: by world.std.com (5.65c/Spike-2.0) id AA11393; Wed, 12 Jan 1994 11:29:53 -0500
Errors-To: catnip-request@world.std.com
X-Orig-Sender: catnip-request@world.std.com
Reply-To: catnip@world.std.com
Precedence: bulk
Return-Path: <ariel>
Received: by world.std.com (5.65c/Spike-2.0) id AA11373; Wed, 12 Jan 1994 11:29:51 -0500
Date: Wed, 12 Jan 1994 11:29:51 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Robert L Ullmann <ariel@world.std.com>
Message-Id: <199401121629.AA11373@world.std.com>
To: catnip@world.std.com
Hi, A couple of issues to think about. First: the NLPID as defined uses the low 4 bits as flags; this means we are using a block of 16 NLPID values in effect. This is NG. The flags need to be moved elsewhere. There is also a need for another flag for Error-report Suppression. --- TTLs: some feedback and further thinking leads me to believe that scaling the TTL when translating datagrams is not such a good idea (although it must be done when going to and from IPX). It would be better to keep it to hop count. We still want a nominal time associated with it, for when a router hangs onto a datagram for a longer than usual time (typically waiting for some kind of subnetwork setup). Probably 1/10 second is good; it must be less than IP's (1 sec) and less than CLNP (500 msec) It also seems that 8 bits is really sufficient. It is a log function of network size. If a net with 1 billion hosts has a topological diameter of (say) 30, then a diameter of 250 with the same branchiness implies something like 10^82 hosts. (There are something like 10^78 neutrons in the observable universe if I recall correctly. :-) Maybe it would become less branchy; but recent trends are in the other direction. Subnetwork technologies like ATM will push the internetwork- layer diameter down even further. (Does anyone have a candidate for longest path in the existing Internet? --- Taken together, this means the first 32 bits of the CATNIP header would be: NLPID (70), header length, flags, TTL (each one byte). Comments anyone? Rob