Mobile Communications Chapter 10: Mobile Transport Layer
Mobile Communications Chapter 10: Mobile Transport Layer
Fast retransmit/recovery
Transmission freezing
Selective retransmission
Transaction oriented TCP
10.0.1
Motivation I
Transport protocols typically designed for
Fixed end-systems
Fixed, wired networks
Research activities
Performance
Congestion control
Efficient retransmissions
10.1.1
Motivation II
TCP slow-start algorithm
10.2.1
10.3.1
Indirect TCP I
Indirect TCP or I-TCP segments the connection
no changes to the TCP protocol for hosts connected to the wired
Internet, millions of computers use (variants of) this protocol
optimized TCP protocol for mobile hosts
splitting of the TCP connection at, e.g., the foreign agent into 2 TCP
connections, no real end-to-end connection any longer
hosts in the fixed part of the net do not notice the characteristics of
the wireless part
mobile host
access point
(foreign agent)
wireless TCP
wired Internet
standard TCP
10.4.1
access point1
socket migration
and state transfer
Internet
access point2
mobile host
10.5.1
Indirect TCP II
Advantages
no changes in the fixed network necessary, no changes for the hosts
(TCP protocol) necessary, all current optimizations to TCP still work
transmission errors on the wireless link do not propagate into the fixed
network
simple to control, mobile TCP is used only for one hop between, e.g., a
foreign agent and mobile host
therefore, a very fast retransmission of packets is possible, the short
delay on the mobile hop is known
Disadvantages
loss of end-to-end semantics, an acknowledgement to a sender does
now not any longer mean that a receiver really got a packet, foreign
agents might crash
higher latency possible due to buffering of data within the foreign agent
and forwarding to a new foreign agent
10.6.1
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
local retransmission
correspondent
host
foreign
agent
wired Internet
mobile
host
snooping of ACKs
buffering of data
10.7.1
Snooping TCP II
Data transfer to the mobile host
FA buffers data until it receives ACK of the MH, FA detects packet
loss via duplicated ACKs or time-out
fast retransmission possible, transparent for the fixed network
Problems
snooping TCP does not isolate the wireless link as good as I-TCP
snooping might be useless depending on encryption schemes
10.8.1
Mobile TCP
Special handling of lengthy and/or frequent disconnections
M-TCP splits as I-TCP does
unmodified TCP fixed network to supervisory host (SH)
optimized TCP SH to MH
Supervisory host
no caching, no retransmission
monitors all packets, if disconnection detected
Advantages
Disadvantages
loss on wireless link propagated into fixed network
adapted TCP on wireless link
10.9.1
Advantage
Disadvantage
10.10.1
Transmission/time-out freezing
Mobile hosts can be disconnected for a longer time
no packet exchange possible, e.g., in a tunnel, disconnection due to
overloaded cells or mux. with higher priority traffic
TCP disconnects after time-out completely
TCP freezing
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 now not assume a congested link
MAC layer signals again if reconnected
Advantage
Disadvantage
10.11.1
Selective retransmission
TCP acknowledgements are often cumulative
ACK n acknowledges correct and in-sequence receipt of packets up
to n
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
Disadvantage
10.12.1
Advantage
efficiency
Disadvantage
requires changed TCP
mobility not longer transparent
10.13.1
Mechanism
Advantages
Indirect TCP
isolation of wireless
link, simple
Disadvantages
10.14.1