Method and system for transmission control protocol (TCP)...

Multiplex communications – Data flow congestion prevention or control – Control of data admission to the network

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C370S252000

Reexamination Certificate

active

06646987

ABSTRACT:

BACKGROUND
This disclosure relates generally to packet loss recovery and, more particularly, to a method and system for Transmission Control Protocol (TCP) packet loss recovery over wireless links.
TCP/IP (Transmission Control Protocol/Internet Protocol) is a communications language or protocol that is used to allow the transfer of information in various networks. Such networks include the Internet, intranets and extranets, and wireless networks.
TCP/IP is a two-layered program. The higher layer, Transmission Control Protocol, manages the assembling of a message or file into smaller packets that are transmitted over a particular network and received by a TCP layer that reassembles the packets into the original message. The lower layer, Internet Protocol, handles the address part of each packet so that it gets to the right destination. Each source on the network checks this address to see where to forward the message. Even though some packets from the same message are routed differently than others, they are reassembled at the destination.
TCP/IP uses the client/server model of communication in which, for example, a computer user (a client) requests and is provided a service (such as sending a Web page) by another computer (a server) in the network. TCP/IP communication is primarily point-to-point, meaning each communication is from one point (or host computer) in the network to another point or host computer. TCP/IP and the higher-level applications that use it are collectively said to be “connectionless” because each client request is considered a new request unrelated to any previous one (unlike ordinary phone conversations that require a dedicated connection for the call duration). Being connectionless, network paths are free and can thus be used continuously (the TCP layer itself is not connectionless as far as any one message is concerned. Its connection remains in place until all packets in a message have been received).
The general characteristics of TCP/IP are well known to those of average skill in the art and thus will not be described further herein.
As wireless multi-media technology evolves, the need is arising to improve TCP's performance over wireless lossy links. The wireless links are said to be lossy because, unlike wireline links, the potential for signal fading and propagation is increased. For example, TCP's congestion control is built to handle packet loss due to congestion in the network. This congestion control works well in a wireline network but, over wireless links, there is great traffic throughput degradation because of TCP's mechanism of handling congestion. The use of this mechanism, which is formally called slow start, congestion avoidance, and retransmission timer backoff, results in decreased throughput.
In standard TCP, congestion is indicated on timeout or on reception of duplicate acknowledgments and forces a congestion window (which contains a number of packets or segments) to have the same value for all users regardless of the optimal maximum window size. Additionally, a slow start threshold is used to increase the packet size to a particular threshold (e.g. 64 bytes). The congestion window (cwnd) and the slow start threshold (ssthresh) are two of the main variables that are used to manage the behavior of the growth for the transmission window in TCP. Initially, TCP's congestion avoidance starts with an exponential growth for the transmission window. This is accomplished by having the cwnd initialized to a value that is less than the ssthresh. As the window grows, the cwnd is incremented exponentially until its value becomes greater than the value of the ssthresh. Once the value of the cwnd is greater than the ssthresh, the transmission window grows linearly.
Slow start is entered in the beginning of a TCP session and also as a result of congestion. A timeout causes the cwnd to be set to one. In addition, slow start initially sets the ssthresh to one half of the minimum of the current window and the receiver's advertised window, but not less than two. The congestion window grows exponentially with the arrival of acknowledgments, until the ssthresh becomes less than the cwnd. At this stage, the congestion avoidance phase is entered.
Congestion avoidance indicates a linear growth in the congestion window. The linear growth in the cwnd is accomplished by incrementing the cwnd by one segment for every full window's worth of acknowledged segments.
The retransmission timer follows an exponential backoff mechanism. Once the retransmission timer expires, it is restarted with a value that is twice its current timer value. A timeout occurs when the retransmission timer counts down to zero.
Another current TCP congestion mechanism is called TCP Reno which provides a fast retransmit and a fast recovery. Fast retransmit allows TCP to retransmit lost packets on receiving three duplicate acknowledgments without having to wait for the retransmission timer to expire. Three duplicate acknowledgments are interpreted to indicate a loss of the segment. In this case, the ssthresh is set to half of the minimum of the cwnd and the receiver's advertised window. The cwnd is set to the ssthresh plus 3 times the segment size. Each time a duplicate acknowledgment is received, the cwnd is incremented by the size of one segment. Fast Recovery allows TCP to start congestion avoidance, instead of slow start, after fast retransmission allows the cwnd to be larger that ssthresh. When the first received acknowledgment for a new data segment is received, cwnd is set to the value of ssthresh. This results in the activation of the congestion avoidance algorithm.
While the theory of slow start and congestion avoidance are very effective in wireline networks, they are not effective in a wireless environment (for example, a Local Area Network (LAN)) under high Bit Error Rate (BER). Further, they do not allow TCP to send as much data as possible within a threshold that optimizes throughput while recovering from a high bit error rate on a wireless LAN link.
Typical TCP forces the congestion window to have the same value for all users regardless of the optimal maximum window size. Furthermore, this causes users with higher bandwidth demand to obtain similar throughput while recovering from a loss.
A number of prior art methods and systems for minimizing the impact of wireless losses on TCP connections will be described below. In a paper titled, “I-TCP: Indirect TCP for Mobile Hosts” by Bakre et al., a recommendation is made to use two TCP connections for a mobile host to obtain service with a host on the fixed side of the network. One connection is between the mobile host and the base station. The other one is between the base station and the fixed end host. The intention of I-TCP is to hide handoffs from the fixed host and transfer the connection state from the base station which is currently servicing the mobile host to the new base station which is receiving it. Another intention of I-TCP is to shield the wireline part of the network from the lossy nature of the wireless part of the network. The simulation results in I-TCP provide in some cases about twice the performance of regular TCP.
In a paper titled, “A Comparison of Mechanisms for Improving TCP Performance Over Wireless Links” by Balakrishnan et al., a comparative analysis was done between several TCP proposals and the “Snoop” protocol, a TCP aware link layer solution. The authors recommend utilizing a link layer which leverages on TCP acknowledgments instead of generating its own. In addition, the link layer protocol could be preserved by maintaining its ability to retransmit packets locally and on a much faster time scale than TCP. When packet loss is about 10% or greater, the TCP aware link layer can help retransmit the competing packets over the link and the transport layers. The simulation indicated a 10-30% throughput gain due to the use of a link layer that is TCP aware compared to other TCP versions which use a link layer operating independently of TCP. The authors recommended th

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method and system for transmission control protocol (TCP)... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method and system for transmission control protocol (TCP)..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and system for transmission control protocol (TCP)... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3181866

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.