File: rfc568.html

package info (click to toggle)
doc-rfc 20230121-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 1,609,944 kB
file content (89 lines) | stat: -rw-r--r-- 4,027 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<pre>Received at NIC 21-Sept-73


Network Working Group                                  J. McQuillan
RFC #568                                               BBN-NET
NIC #18971                                             18 September 1973


         <span class="h1">Response to <a href="./rfc567">RFC 567</a> -- Cross-Country Network Bandwidth</span>


This note serves as a brief correction to several fundamental errors in
<a href="./rfc567">RFC 567</a> by L. Peter Deutsch.

<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Not all packets are 1000 bits long.  </span>This is basic to the network
    design.

<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  RFNMs are 152 bits long (72 bits of hardware framing and 80 bits of</span>
<span class="h2">    software identification and addressing). Host Host protocol messages</span>
    such as single-characters and allocates are 216 bits long (40 bits
    of Host protocol, 8 bits for the character or ALL, and an additional
    16 bits of IMP software header).  This totals to 736 bits in each
    direction, not 4000.

<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  The number of single-character messages that can be supported is</span>
<span class="h2">    therefore over 200 per second, not 37.5 per second.  Not only is</span>
    such a traffic pattern unlikely, but it can be supported in the IMP
    subnetwork much more readily than in most Hosts.

<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  Furthermore, if the demand for remote echoing ever exceeds network</span>
<span class="h2">    capacity, the TIPs and Hosts can simply buffer 2 characters per</span>
    message, doubling the effective bandwidth of the network.  Of
    course, dozens of characters can be packed into a single message
    with nearly proportional increases in effective bandwidth, given the
    size of the overhead.  This buffering happens automatically and
    incrementally with increasing load as the natural consequence of
    slowed responses.

<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  It is most likely that the poor echoing response cited by Deutsch is</span>
<span class="h2">    not caused by peak network loads.  If echoing was coming in 5-</span>
    character bursts, there would have to be _1000_ characters per
    second coming from users of remote-echo systems to use all the
    capacity of 3 50-kilobit paths.

<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  This reasoning points up the more serious error in <a href="./rfc567">RFC 567</a>:  </span>the
    problems associated with bad echo response are delay problems, not
    bandwidth.  In designing the IMP software, we have used a bimodal
    model of traffic, and attempted to provide low delay for interactive









<a href="./rfc568">RFC 568</a>


    traffic, and high throughput rates for bulk data transfers.  It is
    pointless to try for high data rates with short messages - the
    overhead in bits, and also in IMP and Host processor wake-ups, is
    too high.  The primary factor in echoing performance is delay.  As
    an extreme example, echoing over a megabit per second satellite link
    will lag a second or more behind input, with no bandwidth
    limitations at all.

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  We agree that changes to TELNET protocol may well improve</span>
<span class="h2">    performance by reducing network traffic, and, more importantly,</span>
    reducing demands for Host processing.  In cases of network paths
    with long delay, especially satellite links, such changes are
    essential for interactive echoing.

JMcQ/jm










       [ This RFC was put into machine readable form for entry ]
       [ into the online RFC archives by Alex McKenzie with    ]
       [ support from GTE, formerly BBN Corp.            10/99 ]
</pre>