home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 700s / rfc717.txt < prev    next >
Text File  |  1992-10-14  |  2KB  |  109 lines

  1. NWG/RFC# 717                         JBP  30-JUN-76 16:58  35873
  2. Assigned Network Numbers
  3.  
  4.  
  5.  
  6. Network Working Group                              Jon Postel
  7. Request for Comments 717                     SRI-ARC
  8. NIC 35873                             1 July 1976
  9.  
  10.             Assigned Network Numbers
  11.  
  12. This note specifies the numbers assigned to identify networks for use in
  13. the inter-network protocol experiments.  Additional Numbers are assigned
  14. by Jon Postel [POSTEL@ISIC or (415) 326-6200 x3718].
  15.  
  16. Assigned Network Numbers
  17.  
  18.   Name        Decimal     Octal
  19.  
  20.   ----------    -------     -----
  21.  
  22.   BBNRCCnet       3           3
  23.   SanFranPRnet       7           7
  24.   ARPANET      10          12
  25.   BostonPRnet      11          13
  26.  
  27. Internetwork Header Format
  28.  
  29.   For convenience the current Internetwork protocol header and TCP
  30.   headers are reproduced here:
  31.  
  32.   Octet Bit     Use             (Width)
  33.  
  34.     --- Beginning of protocol-independent information ---
  35.  
  36.     0        Destination net         (8)
  37.     1-3        Destination host     (24)
  38.     4        Source net         (8)
  39.     5-7        Source host         (24)
  40.     8-9        Data length in octets     (16)
  41.     10        Header length in octets     (8)
  42.     11     0-3    Format             (4)
  43.       This field selects the appropriate gateway processing and is used
  44.       to dispatch the packet to the appropriate protocol module in the  
  45.       destination.  The following values are defined for this field:
  46.     0 -- Escape; protocol is specified by a subsequent field
  47.     1 -- TCP
  48.     2 -- Secure TCP
  49.     3-16 -- Not allocated
  50.     17 -- Cross internet debugging
  51.  
  52.    --- End of protocol-independent information
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                   1
  59.  
  60. NWG/RFC# 717                         JBP  30-JUN-76 16:58  35873
  61. Assigned Network Numbers
  62.  
  63.  
  64.    --- Beginning of TCP specific information ---
  65.  
  66.    11   4-7    Protocol version     (4)
  67.    12-15    Sequence number         (32)
  68.    16-17    Window             (16)
  69.    18-20    Control (as before)     (24)
  70.    21-23    Destination port     (24)
  71.    24        Packet label for debugging(8)
  72.    25-27    Source port         (24)
  73.    28-31    Acknowledgement number     (32)
  74.    32-33    Checksum         (16)
  75.    34-        Data             
  76.  
  77.    --- End of TCP specific information ---
  78.  
  79.    --- Beginning of short TCP specific information ---
  80.  
  81.    11   4-7    Protocol Version     (4)
  82.    12-25    Sequence number         (32)
  83.    16        Destination KID         (8)
  84.    17        Source KID         (8)
  85.    18-19    Control (no special function field)(16)
  86.    20-        Data
  87.  
  88.    --- End of short TCP specific information ---
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.                                2