TypesofTCP 1
TypesofTCP 1
This basically highlights several mechanisms of the transmission control protocol that
influence the efficiency of TCP in a mobile environment.
1. Congestion Control:
During data transmission from sender to receiver, sometimes the data packet may be lost.
Whenever the packet loss is confirmed, the probable reason might be the temporary
overload at some point in the transmission path, which eventually termed as Congestion.
Congestion is caused often even when the network is designed perfectly.
The transmission speed of receiver may not be equal to the transmission speed of
the sender.
The only thing a router can do in this situation is to drop some packets.
The receiver sense the packet loss but does not send message regarding packet
loss to the sender.
Instead, the receiver starts to send acknowledgement for all the received packets
and the sender soon identifies the missing acknowledgement.
The sender now notices that a packet is lost and slows down the transmission
process. By this, the congestion is reduced.
2. Slow Start :
Once the acknowledgement is back it doubles the packet size and sends
two packets.
After receiving two acknowledgements, one for each packet, the sender
again doubles the packet size and this process continues.
By this it can convey either of two things. One such thing is that the
receiver received all the packets up to the acknowledged one and
the other thing is the gap is due to packet loss.
Disadvantages of I-TCP
ii. Foreign agent must be trustworthy , otherwise security problems may arrive.
SNOOPING TCP
In this approach, the foreign agent buffers all packets with destination
mobile host and additionally ‘snoops’ the packet flow in both directions to recognize
acknowledgements .
Here foreign agent sends acknowledgement to both the sides after receiving itself.
Advantages of Snooping TCP
i. TCP is preserved.
ii. Handover isn’t required immediately.
iii. Faster transmission.