You are on page 1of 16

TCP PROTOCOL

Position of UDP, TCP, and SCTP in TCP/IP suite


TCP

• TCP is a connection-oriented protocol; it creates a


virtual connection between two TCPs to send data.
• In addition, TCP uses flow and error control
mechanisms at the transport level.
• TCP divides long transmissions into smaller data
units and packages each into a frame called a
segment.
TCP Services
• Process-to-Process Communication using port
number.
• Stream delivery process
• Full-Duplex Communication-Data can flow in both
direction at the same time
• Connection-oriented Service-
• Establish a connection
Data exchanged
Connection terminated
• Reliable Service- Uses acknowledgement to check
whether the packet are reached safely.
Well-known ports used by TCP
Stream delivery
TCP Services
• Sending process cannot read and write with
the same speed so need of buffer for storage.
Sending and receiving buffers
TCP segments
• The bytes of data being transferred in each
connection are numbered by TCP.
• The numbering starts with a randomly generated
number.
• The value in the sequence number field of a
segment defines the number of the first data byte
contained in that segment.
• The value of the acknowledgment field in a
segment defines the number of the next byte a
party expects to receive.
• The acknowledgment number is cumulative.
TCP segment format
Control field
Connection establishment using three-way handshaking

• Connection Request
• Connection Confirmation
• Confirmation Acknowledgement
Data transfer
Connection termination using three-way handshaking

• Termination Request
• Termination Confirmation
• ACK of termination Confirmation
Sliding window

You might also like