Internet and Internet Protocol Suite: Version 1 ECE, IIT Kharagpur
Internet and Internet Protocol Suite: Version 1 ECE, IIT Kharagpur
Internet and Internet Protocol Suite: Version 1 ECE, IIT Kharagpur
7
Internet
And Internet
Protocol Suite
Version 1 ECE , IIT Kharagpur
Lesson
24
TCP
7.4.1 INTRODUCTION
The sending and receiving TCP entities exchange data in the form of
segments. A segment consists of a fixed 20 byte header plus an optional
part followed by 0 or more data bytes. The TCP software decides how big
segments should be. To limits restrict the segment size. First, two
segments, including the TCP header, must fit in the 65536 byte IP payload.
Segment each network has a maximum transfer unit or MTU and each
segment must fit into the MTU. A segment that is too large for the network
can be broken into multiple segments by a router. Each new segment gets
its own IP header, so fragmentation by routers increases the total
overhead. The basic protocol used by TCP entities is the sliding window
protocol.
SEGMENT # (32)
ACK # (32)
DATA (VARIABLE)
Subjective Questions
24.11 Describe the TCP header.
24.12 Discuss TCP connection establishment and release.
24.13 Give and idea of the TCP transmission policy
24.14 How can TCP be used to deal with network or internet congestion?
Level 2 Questions
24.21