Avaya Configuring IP Utilities Bedienungsanleitung Seite 33

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 96
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 32
TCP, FTP, Telnet, and NTP Concepts
114071 Rev. A 2-3
Table 2-1. TCP Reliability Features
Feature Description
Sequence
numbers
TCP assigns a sequence number to each data segment it
transmits. The receiving host uses the sequence numbers to
make sure that all the data arrives in order.
TCP assigns sequence numbers on a per-octet basis, so the
value in this field is actually the sequence number of the first octet
of the user data.
Out-of-order
caching
As TCP receives data segments, it puts them in sequential order
and forwards them to the receiving TCP client. If TCP fails to
receive one or more segments and cannot complete the
sequential ordering, it stores the remaining segments in cache
memory for as long as the TCP connection exists. When TCP
receives the missing segments, it takes the stored segments from
cache memory, puts them into sequential order with the newly
received segments, and then forwards them to the receiving TCP
client. Out-of-order caching ensures that data arrives in the
correct order while saving bandwidth and retransmission time.
Checksums To ensure the integrity of the data, the sending host adds a
checksum to each segment it transmits. The receiving host
recalculates the checksum, and if there is damage, discards the
segment.
Flow control Flow control allows the receiving host to regulate how much data
is sent to it. To activate flow control, the receiving host advertises
a
window
that indicates how much data it can accept. When the
transmit window is full, the sending host must stop sending data
until the receiving host can open the window again. To control the
rate of data transfer on your TCP connections, you can specify
the maximum window size allowed for each connection.
Acknowledgment
with
retransmission
TCP requires the receiving host to acknowledge that it has
received the data. If the sending host does not receive an
acknowledgment within a set timeout interval, the sending station
retransmits the data. TCP determines the timeout interval by
estimating the average time it takes to send a segment and
receive an acknowledgment for it.
Seitenansicht 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 95 96

Kommentare zu diesen Handbüchern

Keine Kommentare