Chapter 13 TRANSPORT. Mobile Computing Winter 2005 / Overview. TCP Overview. TCP slow-start. Motivation Simple analysis Various TCP mechanisms

Similar documents
CSE 4215/5431: Mobile Communications Winter Suprakash Datta

Outline 9.2. TCP for 2.5G/3G wireless

Mobile Transport Layer

Mobile Communications Chapter 9: Mobile Transport Layer

Mobile Communications Chapter 9: Mobile Transport Layer

Mobile Transport Layer

Chapter 6 MOBILE IP AND TCP

Mobile & Wireless Networking. Lecture 10: Mobile Transport Layer & Ad Hoc Networks. [Schiller, Section 8.3 & Section 9] [Reader, Part 8]

Wireless TCP. TCP mechanism. Wireless Internet: TCP in Wireless. Wireless TCP: transport layer

Supporting mobility only on lower layers up to the network layer is not

Mobile IP and Mobile Transport Protocols

Advanced Computer Networks. Wireless TCP

TRANSMISSION CONTROL PROTOCOL

TCP over Wireless PROF. MICHAEL TSAI 2016/6/3

ECS-087: Mobile Computing

Improving Reliable Transport and Handoff Performance in Cellular Wireless Networks

TRANSMISSION CONTROL PROTOCOL

CIS 632 / EEC 687 Mobile Computing

Mobile Transport Layer Lesson 10 Timeout Freezing, Selective Retransmission, Transaction Oriented TCP and Explicit Notification Methods

CMPE 257: Wireless and Mobile Networking

Impact of transmission errors on TCP performance. Outline. Random Errors

Does current Internet Transport work over Wireless? Reviewing the status of IETF work in this area

TCP over wireless links

Page 1. Outline : Wireless Networks Lecture 16: Wireless and the Internet. Internet Architecture Assumptions. Mobility. Link Heterogeneity

Chapter 12 Network Protocols

UNIT IV -- TRANSPORT LAYER

TCP Congestion Control

TCP Congestion Control

TCP OVER AD HOC NETWORK

Chapter 09 Network Protocols

Transport layer issues

Wireless TCP Performance Issues

Lecture 3: The Transport Layer: UDP and TCP

IP Mobility vs. Session Mobility

TCP in Asymmetric Environments

Improving Performance of Transmission Control Protocol for Mobile Networks

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking

Transport Protocols & TCP TCP

Transmission Control Protocol. ITS 413 Internet Technologies and Applications

CS 5520/ECE 5590NA: Network Architecture I Spring Lecture 13: UDP and TCP

ETSF10 Internet Protocols Transport Layer Protocols

Fast Retransmit. Problem: coarsegrain. timeouts lead to idle periods Fast retransmit: use duplicate ACKs to trigger retransmission

ADVANCED COMPUTER NETWORKS

Network Protocols. Transmission Control Protocol (TCP) TDC375 Autumn 2009/10 John Kristoff DePaul University 1

Computer Networks and Data Systems

TCP over Wireless. Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land 1

CMSC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. October 30, 2018

Transport Protocols and TCP: Review

Congestion. Can t sustain input rate > output rate Issues: - Avoid congestion - Control congestion - Prioritize who gets limited resources

The Impact of Delay Variations on TCP Performance

6.1 Internet Transport Layer Architecture 6.2 UDP (User Datagram Protocol) 6.3 TCP (Transmission Control Protocol) 6. Transport Layer 6-1

Page 1. Review: Internet Protocol Stack. Transport Layer Services. Design Issue EEC173B/ECS152C. Review: TCP

IIP Wireless. Presentation Outline

Improving TCP End to End Performance in Wireless LANs with Snoop Protocol

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 24: Mobile and Wireless

Page 1. Review: Internet Protocol Stack. Transport Layer Services EEC173B/ECS152C. Review: TCP. Transport Layer: Connectionless Service

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading

8. TCP Congestion Control

EECS 122, Lecture 19. Reliable Delivery. An Example. Improving over Stop & Wait. Picture of Go-back-n/Sliding Window. Send Window Maintenance

Programming Assignment 3: Transmission Control Protocol

Lecture 15: TCP over wireless networks. Mythili Vutukuru CS 653 Spring 2014 March 13, Thursday

Topics. TCP sliding window protocol TCP PUSH flag TCP slow start Bulk data throughput

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking

Transport Protocols and TCP

image 3.8 KB Figure 1.6: Example Web Page

ECE 435 Network Engineering Lecture 10

UNIT V MOBILE TRANSPORT LAYER AND SUPPORT FOR MOBILITY

Investigations on TCP Behavior during Handoff

CS519: Computer Networks. Lecture 5, Part 4: Mar 29, 2004 Transport: TCP congestion control

Problem 7. Problem 8. Problem 9

CS419: Computer Networks. Lecture 10, Part 3: Apr 13, 2005 Transport: TCP performance

CMPE 150 Winter 2009

Congestion Control. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Reliable Transport I: Concepts and TCP Protocol

CMSC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. October 25, 2018

Outline Computer Networking. TCP slow start. TCP modeling. TCP details AIMD. Congestion Avoidance. Lecture 18 TCP Performance Peter Steenkiste

Da t e: August 2 0 th a t 9: :00 SOLUTIONS

Improving Reliable Transport and Handoff Performance in Cellular Wireless Networks 1

TCP based Receiver Assistant Congestion Control

II. Principles of Computer Communications Network and Transport Layer

TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS

COMP/ELEC 429/556 Introduction to Computer Networks

TCP for Wireless Networks

CMPE150 Midterm Solutions

Congestion Control in TCP

Congestion control in TCP

Evaluation of a Queue Management Method for TCP Communications over Multi-hop Wireless Links

TCP so far Computer Networking Outline. How Was TCP Able to Evolve

Guide To TCP/IP, Second Edition UDP Header Source Port Number (16 bits) IP HEADER Protocol Field = 17 Destination Port Number (16 bit) 15 16

Flow and Congestion Control Marcos Vieira

Direct Link Communication I: Basic Techniques. Data Transmission. ignore carrier frequency, coding etc.

Congestions and Control Mechanisms in Wired and Wireless Networks

Lecture 15 Networking Fundamentals. Today s Plan

CS321: Computer Networks Congestion Control in TCP

Applied Networks & Security

Wireless Heterogeneity. EEC173B/ECS152C, Spring 09. Data Transport Over Wireless. Wireless Performance. Reliable Data Transport over Wireless Networks

Recap. TCP connection setup/teardown Sliding window, flow control Retransmission timeouts Fairness, max-min fairness AIMD achieves max-min fairness

Computer Networking Introduction

Advanced Network Design

CS 640 Introduction to Computer Networks Spring 2009

Transcription:

Overview Chapter 13 TRANSPORT Motivation Simple analysis Various TCP mechanisms Distributed Computing Group Mobile Computing Winter 2005 / 2006 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/2 TCP Overview TCP slow-start Transport control protocols typically designed for Fixed end-systems in wired networks Research activities Performance Congestion control Efficient retransmissions TCP congestion control packet loss in fixed networks typically due to (temporary) overload situations router have to discard packets as soon as the buffers are full TCP recognizes congestion only indirectly via missing acknowledgements, retransmissions unwise, they would only contribute to the congestion and make it even worse sender calculates a congestion window for a receiver start with a congestion window size equal to one segment exponential increase* of the congestion window up to the congestion threshold, then linear increase missing acknowledgement causes the reduction of the congestion threshold to one half of the current congestion window congestion window starts again with one segment *slow-start vs. exponential increase: window is increased by one for each acknowledgement, that is, 1 2 4 8 In other words, the slow-start mechanism is rather a quick-start. Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/3 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/4

TCP fast retransmit/fast recovery TCP on lossy (wireless) link TCP sends an acknowledgement only after receiving a packet If a sender receives several acknowledgements for the same packet, this is due to a gap in received packets at the receiver Sender can retransmit missing packets (fast retransmit) Also, the receiver got all packets up to the gap and is actually receiving packets Therefore, packet loss is not due to congestion, continue with current congestion window (fast recovery) Without fast retransmit/fast recovery [Lakshman/Madhow] In the following simplied analysis, we do consider neither fast retransmit nor fast recovery. Very high loss probability High loss probability Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/5 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/6 Simple analysis model for lossy TCP Simple analysis of lossy TCP Segment loss probability q = 1 p We are interested in the throughput T If there are no losses (and all ACKs are received in time): Number of segments S first doubles up to threshold W (slow start phase) Number of segments S is incremented after S successful ACKs At some point we reach the bandwidth of the channel B If there is a loss We go back to S = 1 For not too high error probability q we are usually in the congestion mode (that is: not the slow start mode). The expected number of successful transmission E before we get an error is In the equilibrium, we are in the states 1, 2, 3,, S-1, S, and then back to 1 because we have a missing ACK, that is, we have 1+2+ +S S 2 /2 successful transmissions. Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/7 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/8

Lossy TCP: Graphical Interpretation Mobility and TCP Plot of T(p), with B = 50 Note that 1% faulty transmissions is enough to degrade the throughput to about 14% of the bandwidth. 10% error rate gives about 4% of possible bandwidth. The higher the bandwidth, the worse the relative loss. TCP assumes congestion if packets are dropped typically wrong in wireless networks, here we often have packet loss due to transmission errors furthermore, mobility itself can cause packet loss, if e.g. a mobile node roams from one access point (e.g. foreign agent in Mobile IP) to another while there are still packets in transit to the wrong access point and forwarding is not possible The performance of an unchanged TCP degrades severely however, TCP cannot be changed fundamentally due to the large base of installation in the fixed network, TCP for mobility has to remain compatible the basic TCP mechanisms keep the whole Internet together Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/9 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/10 Early Approach: Indirect TCP (I-TCP) I-TCP socket and state migration 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 two 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 socket migration and state transfer access point 1 Internet mobile host access point (foreign agent) wired Internet mobile host access point 2 wireless TCP standard TCP Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/11 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/12

Indirect TCP Advantages and Disadvantages + 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 a foreign agent and a mobile host + therefore, a very fast retransmission of packets is possible, the short delay on the mobile hop is known 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 with the foreign agent and forwarding to a new foreign agent high trust at foreign agent; end-to-end encryption impossible Early Approach: Snooping TCP 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 mobile host local retransmission snooping of ACKs foreign agent buffering of data end-to-end TCP connection wired Internet correspondent host Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/13 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/14 Snooping TCP 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 Data transfer from the mobile host FA detects packet loss on the wireless link via sequence numbers, FA answers directly with a NACK to the MH MH can now retransmit data with only a very short delay Integration of the MAC layer MAC layer often has similar mechanisms to those of TCP thus, the MAC layer can already detect duplicated packets due to retransmissions and discard them Problems snooping TCP does not isolate the wireless link as good as I-TCP snooping might be useless depending on encryption schemes Early Approach: 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 set sender window size to 0 sender automatically goes into persistent mode old or new SH re-open the window + maintains end-to-end semantics, supports disconnection, no buffer forwarding does not solve problem of bad wireless link, only disconnections adapted TCP on wireless link; new software needed Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/15 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/16

Fast retransmit/fast recovery Transmission/time-out freezing Problem: Change of foreign agent often results in packet loss TCP reacts with slow-start although there is no congestion Solution: Forced fast retransmit as soon as the mobile host has registered with a new foreign agent, the MH sends (three) duplicated acknowledgements on purpose this forces the fast retransmit mode at the communication partners additionally, the TCP on the MH is forced to continue sending with the actual window size and not to go into slow-start after registration + simple changes result in significant higher performance what a hack Mobile hosts can be disconnected for a longer time no packet exchange possible, e.g., in a tunnel, disconnection due to overloaded cells or multiplex 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 + scheme is independent of data TCP on mobile host has to be changed, mechanism depends on MAC layer Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/17 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/18 Selective retransmission Transaction oriented TCP 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, especially if the bandwidth-delay product is high. Selective retransmission as one solution RFC2018 allows for acknowledgements of single packets, not only acknowledgements of in-sequence packet streams without gaps sender can now retransmit only the missing packets + much higher efficiency more complex software in a receiver, more buffer needed at the receiver TCP phases connection setup, data transmission, connection release using 3-way-handshake needs 3 packets for setup and release, respectively thus, even short messages need a minimum of 7 packets! Transaction oriented TCP RFC1644, T-TCP, describes a TCP version to avoid this overhead connection setup, data transfer and connection release can be combined thus, only 2 or 3 packets are needed + Efficiency Requires changed TCP Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/19 Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/20

Comparison of different approaches for a mobile TCP Approach Mechanism Advantages Disadvantages Indirect TCP splits TCP connection into two connections isolation of wireless link, simple loss of TCP semantics, higher latency at handover Snooping TCP M-TCP snoops data and transparent for end-toend acknowledgements, local connection, MAC retransmission integration possible splits TCP connection, chokes sender via window size Fast retransmit/ avoids slow-start after fast recovery roaming Transmission/ freezes TCP state at time-out freezing disconnect, resumes after reconnection Selective retransmission Transaction oriented TCP Maintains end-to-end semantics, handles long term and frequent disconnections simple and efficient independent of content or encryption, works for longer interrupts problematic with encryption, bad isolation of wireless link Bad isolation of wireless link, processing overhead due to bandwidth management mixed layers, not transparent changes in TCP required, MAC dependant retransmit only lost data very efficient slightly more complex receiver software, more buffer needed combine connection setup/release and data transmission Efficient for certain applications changes in TCP required, not transparent [Schiller] Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/21 Recent work Initial research work Indirect TCP, Snoop TCP, M-TCP, T/TCP, SACK, Transmission/time-out freezing, TCP over 2.5/3G wireless networks Fine tuning today s TCP Learn to live with 0.93 MSS BW RTT p max. TCP BandWidth Max. Segment Size Round Trip Time loss probability Data rates: 64 kbit/s up, 115-384 kbit/s down; asymmetry: 3-6, but also up to 1000 (broadcast systems), periodic allocation/release of channels High latency, high jitter, packet loss Suggestions Large (initial) sending windows, large maximum transfer unit, selective acknowledgement, explicit congestion notification, time stamp, no header compression Already in use i-mode running over FOMA WAP 2.0 ( TCP with wireless profile ) Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/22 Recent work Performance enhancing proxies (PEP, RFC 3135) Transport layer Local retransmissions and acknowledgements Additionally on the application layer Content filtering, compression, picture downscaling E.g., Internet/WAP gateways Web service gateways? Big problem: breaks end-to-end semantics Disables use of IP security Choose between PEP and security! More open issues RFC 3150 (slow links) Recommends header compression, no timestamp RFC 3155 (links with errors) States that explicit congestion notification cannot be used In contrast to 2.5G/3G recommendations! Mobile system wireless PEP Internet Comm. partner Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 13/23