TCP For Wireless Networks
TCP For Wireless Networks
Outline
Motivation TCP mechanisms Indirect TCP Snooping TCP Mobile TCP Fast retransmit/recovery Transmission freezing Selective retransmission Transaction oriented TCP
Motivation
Transport protocols typically designed for
o Fixed end-systems o Fixed, wired networks
Indirect TCP I
Indirect TCP or I-TCP segments the connection
o no changes to the TCP protocol for hosts connected to the wired Internet, millions of computers use (variants of) this protocol o optimized TCP protocol for mobile hosts o splitting of the TCP connection at, e.g., the foreign agent into 2 TCP connections, no real end-to-end connection any longer o hosts in the fixed part of the net do not notice the characteristics of the wireless part
mobile host access point (foreign agent) wired Internet
wireless TCP
standard TCP
access point1
Internet
access point2
mobile host
Indirect TCP II
Advantages
o no changes in the fixed network necessary, no changes for the hosts (TCP protocol) necessary, all current optimizations to TCP still work o transmission errors on the wireless link do not propagate into the fixed network o simple to control, mobile TCP is used only for one hop between, e.g., a foreign agent and mobile host o therefore, a very fast retransmission of packets is possible, the short delay on the mobile hop is known
Disadvantages
o loss of end-to-end semantics, an acknowledgement to a sender does not any longer mean that a receiver really got a packet, foreign agents might crash o higher latency possible due to buffering of data within the foreign agent and forwarding to a new foreign agent
Wireless Networks Spring 2005
Snooping TCP I
Transparent extension of TCP within the foreign agent buffering of packets sent to the mobile host lost packets on the wireless link (both directions!) will be retransmitted immediately by the mobile host or foreign agent, respectively (so called local retransmission) the foreign agent therefore snoops the packet flow and recognizes acknowledgements in both directions, it also filters ACKs changes of TCP only within the foreign agent (+min. MH change) correspondent
local retransmission foreign agent wired Internet snooping of ACKs buffering of data host
mobile host
Snooping TCP II
Data transfer to the mobile host
o FA buffers data until it receives ACK of the MH, FA detects packet loss via duplicated ACKs or time-out o fast retransmission possible, transparent for the fixed network
Advantages:
o Maintain end-to-end semantics o No change to correspondent node o No major state transfer during handover
Problems
o Snooping TCP does not isolate the wireless link well o May need change to MH to handle NACKs o Snooping might be useless depending on encryption schemes
Wireless Networks Spring 2005
Mobile TCP
Special handling of lengthy and/or frequent disconnections M-TCP splits as I-TCP does
o unmodified TCP fixed network to supervisory host (SH) o optimized TCP SH to MH
Supervisory host
o no caching, no retransmission o monitors all packets, if disconnection detected
set sender window size to 0 sender automatically goes into persistent mode
Advantages
o maintains semantics, supports disconnection, no buffer forwarding
Disadvantages
o loss on wireless link propagated into fixed network o adapted TCP on wireless link
Wireless Networks Spring 2005
Advantage
o simple changes result in significant higher performance
Disadvantage
o further mix of IP and TCP (to know when there is a new registration), no transparent approach
Transmission/time-out freezing
Mobile hosts can be disconnected for a longer time
o no packet exchange possible, e.g., in a tunnel, disconnection due to overloaded cells or mux. with higher priority traffic o TCP disconnects after time-out completely
TCP freezing
o o o o MAC layer is often able to detect interruption in advance MAC can inform TCP layer of upcoming loss of connection TCP stops sending, but does not assume a congested link MAC layer signals again if reconnected
Advantage
o scheme is independent of data and TCP mechanisms (Ack,SN) => works even with IPsec
Disadvantage
o TCP on mobile host has to be changed, mechanism depends on MAC layer
Selective retransmission
TCP acknowledgements are often cumulative
o ACK n acknowledges correct and in-sequence receipt of packets up to n o if single packets are missing quite often a whole packet sequence beginning at the gap has to be retransmitted (go-back-n), thus wasting bandwidth
Advantage
o efficiency
Disadvantage
o requires changed TCP o mobility no longer transparent
Wireless Networks Spring 2005