Mobile Communications Chapter 9: Mobile Transport Layer
Mobile Communications Chapter 9: Mobile Transport Layer
Schiller
Inst. of Computer Science
Freie Universität Berlin
Germany
Mobile Communications
Chapter 9: Mobile Transport Layer
Motivation, TCP-mechanisms
Classical approaches (Indirect TCP, Snooping TCP, Mobile TCP)
PEPs in general
Additional optimizations (Fast retransmit/recovery, Transmission freezing, Selective
retransmission, Transaction oriented TCP)
TCP for 2.5G/3G wireless
Research activities
- Performance
- Congestion control
- Efficient retransmissions
Problems
- snooping TCP does not isolate the wireless link as good as I-TCP
- snooping might be useless depending on encryption schemes
Advantage
- simple changes result in significant higher performance
Disadvantage
- further mix of IP and TCP, no transparent approach
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
- scheme is independent of data
Disadvantage
- TCP on mobile host has to be changed, mechanism depends on MAC layer
Advantage
- much higher efficiency
“Disadvantage”
- more complex software in a receiver, more buffer needed at the receiver
- Might be a problem in really tiny devices…