US20060002301A1 - Transferring transmission control protocol packets - Google Patents

Transferring transmission control protocol packets Download PDF

Info

Publication number
US20060002301A1
US20060002301A1 US11/209,253 US20925305A US2006002301A1 US 20060002301 A1 US20060002301 A1 US 20060002301A1 US 20925305 A US20925305 A US 20925305A US 2006002301 A1 US2006002301 A1 US 2006002301A1
Authority
US
United States
Prior art keywords
gateway
tcp
destination
source
subpath
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/209,253
Inventor
Changwen Liu
Prakash Iyer
Ylian Saint-Hilaire
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intel Corp
Original Assignee
Intel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corp filed Critical Intel Corp
Priority to US11/209,253 priority Critical patent/US20060002301A1/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IYER, PRAKASH N., LIU, CHANGWEN, SAINT-HILAIRE, YLIAN
Publication of US20060002301A1 publication Critical patent/US20060002301A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/165Combined use of TCP and UDP protocols; selection criteria therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals

Definitions

  • This invention relates to transferring Transmission Control Protocol packets.
  • Transmission Control Protocol enables two nodes to establish a reliable connection and exchange streams of information over a network.
  • Each stream of information may be split into TCP segments (“segments”) at a transport layer that are each sent across the network as separate Internet Protocol (IP) packets (“packets” or “datagrams”) at a network layer.
  • IP Internet Protocol
  • a segment When sent from a source to a destination, a segment includes a sequence number and an acknowledgment number.
  • the sequence number indicates a byte number for the first byte of information in the segment.
  • the acknowledgment number indicates a byte number for the first byte of the next segment that the destination expects to receive from the source.
  • the destination can use the sequence number associated with each segment to assemble the segments in the proper order.
  • the destination When the destination receives a segment, it sends an acknowledgment to the source indicating the byte of the last segment that it has received and contiguously assembled in the stream. This acknowledgment indicates to the source that the destination has received all bytes up to and including the acknowledgment number minus one.
  • the destination may also (or instead) send an acknowledgment of a non-contiguous segment through a mechanism such as Selective Acknowledgment (SACK).
  • SACK Selective Acknowledgment
  • the source may assume that the segment has been lost in transmission to the destination and resend the segment. This certain amount of time can dynamically change, increasing (via an exponential backoff algorithm) with each lost segment to effectively allow more time for a subsequently sent segment to reach the destination and for the destination to acknowledge receipt of the subsequently sent segment.
  • FIG. 1 shows a simplified network configuration
  • FIG. 2 shows another simplified network configuration.
  • FIG. 3 is a block diagram of a TCP segment.
  • FIG. 4 shows an example of packet transmission between two networks.
  • FIG. 5 is a flowchart showing a sender-side process of transmitting a packet.
  • FIG. 6 shows an example of packet transmission between two networks.
  • FIG. 7 is a flowchart of a cache setup process.
  • FIGS. 8A-8B are flowcharts showing a process of packet caching.
  • a client 102 included in a first network 104 and a server 106 included in a second network 108 can communicate with each other across communication links 110 a - 110 e .
  • the communication link 110 c includes a TCP tunnel, which is a TCP based connection, also referred to as a base TCP connection.
  • TCP tunnels are typically used when a packet traverses through two gateway devices, e.g., a first gateway device 114 and a second gateway device 116 , between its original source and ultimate destination.
  • TCP-in-TCP tunneling When a packet is in a TCP tunnel, both the packet's header and payload are usually encrypted and compressed for bandwidth efficiency, although tunneling does not necessarily imply encryption.
  • a TCP packet's traversal through the TCP tunnel is referred to as TCP-in-TCP tunneling.
  • the TCP connection whose packets traverse through the TCP tunnel is referred to as the upper layer TCP, and the TCP layer that functions as the tunnel is referred to as base TCP in this draft.
  • upper layer TCP packets on the client side traverse through client-side communication links 110 a and 110 b and on the server side through server-side communication links 110 d and 110 e .
  • the upper layer TCP packets also go through the communication link 110 c , the base TCP connection between the first gateway 114 and the second gateway 116 .
  • the communication link 110 c runs through a network 112 and connects the first and second gateways 114 and 116 , the gateways associated with the first and second networks 104 and 108 , respectively.
  • the base layer TCP carries upper level TCP packets over the base TCP connection 110 c.
  • the upper layer TCP depends on the base TCP connection 110 c to transfer packets between the first and second gateways 114 and 116 . Packet transfer delays in the base TCP connection 110 c due to factors such as packet loss and network congestion can in turn delay the upper layer TCP packet transfer from end to end. When this delay exceeds both the base TCP layer timeout value and the upper layer TCP timeout value, both the base TCP layer and the upper layer TCP would independently retransmit the TCP packets over the base TCP connection 110 c . Thus, the upper layer TCP throughput may be greatly reduced or completely halted. Retransmissions may also cause inefficient use of low bandwidth, expensive links, as are common in wireless packet data networks.
  • the end-to-end retransmission of upper layer TCP packets due to loss in the client-side communication links 110 a and 110 b and the server-side communication links 110 d and 110 e also can negatively impact upper layer TCP performance, i.e., if an upper layer TCP data packet is lost in the client-side communication links 110 a and 110 b or the server-side communication links 110 d and 110 e , the upper layer TCP will retransmit the segment from the client 102 to the server 106 or from the server 106 to the client 102 .
  • the first and second gateways 114 and 116 can reduce the two layers of retransmissions to just one layer and reduce end-to-end packet retransmission across the entire upper layer TCP path to just packet retransmission across part of the path, either the client-side communication links 110 a and 110 b or the server-side communication links 110 d and 110 e.
  • the base TCP layer e.g., the “session layer” in the Open System Interconnection (OSI) model
  • the first and second gateways 114 and 116 may each maintain (or otherwise have access to) a cache at the session layer. Assume that in this example network configuration 100 , the first gateway 114 maintains a first cache 118 and the second gateway 116 maintains a second cache 120 .
  • the first and second caches 118 and 120 may each include counters and/or queues for tracking the transmission of packets and acknowledgements (ACKs) to and receipt of packets and acknowledgements from the gateway 114 or 116 at the opposite end of the base TCP connection 110 c.
  • ACKs packets and acknowledgements
  • FIG. 2 illustrates an example setup 122 of the first and second caches 118 and 120 .
  • the first cache 118 includes an inbound packet counter 124 , an outbound packet counter 126 , an outbound packet queue 128 , an inbound packet queue 130 , and an ACK queue 132 for inbound packets. Each of these elements is described in turn.
  • the inbound packet counter 124 can keep track of an amount of packets sent by the second gateway 116 and received by the first gateway 114 .
  • the first gateway 114 can use the outbound packet counter 126 to keep track of an amount of packets transmitted by the first gateway 114 to the second gateway 116 .
  • the outbound packet queue 128 can maintain copies of (or pointers to) packets transmitted by the first gateway 114 to the second gateway 116 that have not been acknowledged by the second gateway 116 . Once a particular packet included in the outbound packet queue 128 is acknowledged, the packet can be removed from the outbound packet queue 128 .
  • a new upper layer TCP packet from the client 102 that arrives at the first gateway 114 can be stored in the outbound packet queue 128 and be sent from the first gateway 114 to the second gateway 116 only when all packets currently in the outbound packet queue 128 contain different segments from the segment contained in this TCP packet. In other words, the outbound packet queue 128 includes no duplicate segments.
  • the inbound packet queue 130 is where the first gateway 114 stores copies of received packets (or pointers to the packets) from the second gateway 116 that are transmitted to the client 102 but have not been acknowledged by the client 102 .
  • the first gateway 114 removes the acknowledged packets from the inbound packet queue 130 .
  • the ACK queue 132 stores ACKs sent by the client 102 to acknowledge receipt of packets sent from the server 106 at the upper layer TCP.
  • the second cache 120 also includes an inbound packet counter 134 , an outbound packet counter 136 , an outbound packet queue 138 , an inbound packet queue 140 , and an ACK queue 142 that function similar to like-named elements included in the first cache 118 .
  • packet retransmissions can be reduced from two layers of retransmission (the upper layer TCP and the base TCP layer) to one layer of retransmission (the base TCP layer), and no changes are needed for the upper layer TCP. Furthermore, if a packet gets lost in transit from the first gateway 114 to the client 102 (or from the second gateway 116 to the server 106 ), the first gateway 114 (or the second gateway 116 ), upon proper detection, can retransmit the packet to the client 102 (or the server 106 ) from the inbound packet queue 130 (or the inbound packet queue 140 ). Therefore, the recovery of lost TCP packets can be hidden from the sender (the server 106 or the client 102 , depending on traffic flow) and recovery time can be reduced, thereby improving the performance of upper layer TCP applications.
  • the elements in FIGS. 1 and 2 can be implemented in a variety of ways.
  • the first gateway 114 and the second gateway 116 are not limited to communicating with each other across the base communication link 110 c using the TCP protocol.
  • Any reliable protocol such as TCP, modified forms of TCP, reliable User Datagram Protocol (UDP), reliable layer two links, and other similar protocols can be used in the network configuration 100 and adapted to the described examples.
  • Reliability in this context generally refers to error detection, flow control, and packet recovery.
  • the packets communicated between the client 102 and the server 106 can include data, instructions, or a combination of the two.
  • Each sent packet may be part of a packet stream, where each of the packets in the packet stream fits together to form a contiguous stream of data.
  • FIG. 3 shows an example of a packet 200 that may be sent between the client 102 and the server 106 .
  • the packet 200 includes a group 202 of bits that indicates various states that may be present in the TCP protocol. Three of the bits, an ACK bit 204 , a SYN bit 206 , and an RST bit 208 are discussed further below.
  • the ACK bit 204 indicates whether an acknowledgment number 210 is valid
  • the SYN bit 206 establishes initial agreement on sequence numbers
  • the RST bit 208 indicates whether the connection between the client/server pair should be reset.
  • the network 112 can include any kind and any combination of networks such as an Internet, a local network, a private network, a public network, or other similar network. Communications through the network 112 may be secured with a mechanism such as Transport Layer Security/Secure Socket Layer (TLS/SSL), wireless TLS (WTLS), or secure Hypertext Transfer Protocol (S-HTTP).
  • TLS/SSL Transport Layer Security/Secure Socket Layer
  • WTLS wireless TLS
  • S-HTTP Secure Hypertext Transfer Protocol
  • the first and second networks 104 and 108 can include any portion of a network that shares an independent, interconnected segment or domain such as a local area network (LAN) having a common address prefix or other similar network.
  • LAN local area network
  • the client 102 and the server 106 can each include any device capable of communicating with each other through the network 112 and the first and second gateways 114 and 116 such as a server, a mobile computer, a stationary computer, a telephone, a pager, a personal digital assistant, or other similar device.
  • the caches 118 and 120 can each include a storage mechanism such as a data queue, a buffer, a local or remote memory device, or other similar mechanism.
  • the communication links 110 a - 110 e can include any kind and any combination of communication links such as modem links, Ethernet links, cables, point-to-point links, infrared connections, fiber optic links, cellular links, Bluetooth, satellite links, and other similar links.
  • the first and second gateways 114 and 116 can each include any device or mechanism capable of communicating with the network 112 and its associated client 102 or server 106 such as a computer, proxy server, a virtual private network gateway, a Realm Specific Internet Protocol (RSIP) gateway, or other similar device.
  • the client 102 may act as the gateway by, for example, running gateway software.
  • the client 102 may be a wireless or mobile device running gateway software so that rather than going through the first gateway 114 in the first network 104 en route to the network 112 and eventually to the second gateway 116 in the second network 108 (perhaps the client's home network) and the server 106 , the client 102 may go through a Network Address Translation/firewall.
  • the network configuration 100 and the example setup 122 are simplified for ease of explanation.
  • the network configurations 100 and 122 may include more or fewer elements such as networks, communication links, proxy servers, firewalls, or other security mechanisms, Internet Service Providers (ISPs), and other elements.
  • ISPs Internet Service Providers
  • a second simplified network configuration 300 shows the base TCP connection 110 c as a TCP tunnel.
  • the base TCP connection 110 c maintains two caches 118 and 120 , one at each of the gateways 114 and 116 .
  • the base TCP connection 110 c tries to transfer upper layer TCP packets (e.g., packets 302 a - 302 e ) from the cache of one gateway to the other gateway and to send session layer acknowledgments or ACKs from the receiving gateway to the sending gateway.
  • upper layer TCP packets e.g., packets 302 a - 302 e
  • the first gateway 114 is the sending gateway and that the second gateway 116 is the receiving gateway.
  • the session layer acknowledgments may be sent periodically, sent for each received packet, or sent in another, similar way.
  • Each session layer acknowledgment identifies packets that have been successfully transferred over the base TCP connection 110 c from the first gateway 114 to the second gateway 116 , e.g., by including information such as a total amount of IP or TCP packet bytes received thus far by the second gateway 116 at, for example, the inbound packet counter 134 .
  • the first gateway 114 can then update its session layer cache by removing acknowledged packets from the first cache 118 .
  • a base TCP process 400 illustrates from the sending gateway's perspective how the base TCP connection 110 c may handle a received piece of information, using the second network configuration 300 of FIG. 4 as an example.
  • the first gateway 114 determines 402 its type.
  • the second gateway 116 in this example, the first gateway 114 removes 404 the acknowledged packets from its session layer cache 118 (from the outbound packet queue 128 ).
  • Transport layer acknowledgments may be sent in both directions, but the session layer acknowledgments can piggyback the transport layer acknowledgments so the overhead of session layer acknowledgements can be minimized, and the rate of session layer acknowledgments can be configurable.
  • the first gateway 114 checks 406 the packet's type. If the packet is an IP packet (excluding a TCP packet), then the first gateway 114 stores 408 the packet directly in the first cache 118 (in the outbound packet queue 128 ). This queues the packet for transmission from the first gateway 114 to the second gateway 116 .
  • the first gateway 114 determines 410 whether the TCP packet includes a complete TCP segment and is not in the outbound packet queue 128 in the first cache 118 . If the TCP packet includes a complete TCP segment that is not included in any TCP packets included in the outbound packet queue 128 , then the first gateway 114 stores 412 the TCP packet in the outbound packet queue 128 , queuing the TCP packet for transmission to the second gateway 116 .
  • the first gateway 114 determines 414 whether the TCP packet includes a TCP acknowledgment with zero data size. If the TCP packet includes a TCP acknowledgment with zero data size, then the first gateway 114 stores 412 the TCP packet in the first cache 118 , queuing the TCP packet for transmission to the second gateway 116 .
  • the first gateway 114 determines 416 if the TCP packet includes a fragment of a TCP segment. If not, then the first gateway 114 discards 418 the TCP packet. This discarding reflects the fact that the TCP packet is already included in the outbound packet queue 128 .
  • the first gateway 114 assembles 420 the TCP segment by waiting for other TCP packets included in the same TCP segment from the client 102 . Assembling the TCP segment requires calculations by the first gateway 114 (as does checking the TCP packet type), but these calculations should have little impact on performance because multiplexing/demultiplexing operations for IP packets already exist in TCP-in-TCP tunneling, because communication delay is mostly due to network bandwidth and not router calculation, and because fragmented TCP packets should rarely occur.
  • the first gateway 114 discards 422 the assembled TCP packets.
  • the first gateway 114 may drop the assembled TCP packets because they are redundant of packets already in the outbound packet queue 128 .
  • the first gateway 114 stores 424 the assembled TCP packets in the first cache 118 (in the outbound packet queue 128 ).
  • This segment assembly may introduce some delays for TCP segments. However, this assembly may discover dropped packets relatively early, thereby preventing transmission of incomplete TCP segments over the base TCP connection 110 c , which can save bandwidth.
  • the base TCP connection 110 c is a relatively reliable transport link. Upper layer TCP packets are less likely to get lost in the base TCP connection 110 c than in the upper layer TCP connections between the first gateway 114 and the client 102 in the first network 104 and between the second gateway 116 and the server 106 in the second network 108 . If an upper layer TCP packet gets lost in one of these two upper layer TCP connections, a recovery process tries to recover the lost packet. Examples of the recovery process include congestion control algorithms such as a slow start algorithm, a congestion avoidance algorithm, a fast transmit algorithm, and a fast recovery algorithm and other, similar algorithms.
  • congestion control algorithms such as a slow start algorithm, a congestion avoidance algorithm, a fast transmit algorithm, and a fast recovery algorithm and other, similar algorithms.
  • Such recovery processes typically need to retransmit lost TCP packets across the entire upper layer TCP from sender to receiver (i.e., between the client 102 and the server 106 ). However, by caching packets at the first and the second gateways 114 and 116 , packets only need to be retransmitted on part of the upper layer TCP.
  • the first and second caches 118 and 120 can queue two types of TCP packets: packets received from the other gateway and stored in the appropriate inbound packet queue 130 or 140 , and acknowledgements from upper TCP layer sender, received and stored in the appropriate ACK queue 132 or 142 .
  • a third simplified network configuration 500 shows the inbound packet queue 140 and the ACK queue 142 at the second gateway 116 in the second cache 120 for each upper layer TCP client and server pair that does not support or enable a SACK option (or similar acknowledgment mechanism) from server to client.
  • Examples of upper layer TCP connections that may not use a SACK option (or a similar mechanism) include legacy client applications or applications in platforms that do not support or enable SACK (or other similar mechanism).
  • the two queues 140 and 142 can vary in size from each other and from other similar queues included at the second gateway 116 .
  • the inbound packet queue 140 holds a certain number or amount of tunneled TCP packets received from the first gateway 114 and sent to the server 106 .
  • the inbound packet queue 140 may be capable of holding an amount of packets equal to a receiving buffer size advertised by the server 106 .
  • the ACK queue 142 holds a certain number or amount of ACKs recently received from the server 106 .
  • the sizes of both of the two queues 140 and 142 are configurable.
  • the first gateway 114 maintains two queues 130 and 132 similar to the inbound-packet queue 140 and the ACK queue 142 for inbound packets. It is assumed for simplicity in this example that the only such client/server pair involving the first and second networks 104 and 108 is the pair including the client 102 and the server 106 .
  • a queue setup process 600 illustrates an example of how in the third network configuration 500 (see FIG. 6 ) the two queues 140 and 142 can be added to the second cache 120 in the second network 108 .
  • the queue setup process 600 is described with relation to the second network 108 , but a similar process can be used to set up similar queues in the first network 104 .
  • the base TCP connection 110 c determines in the queue setup process 600 if the client 102 can permit the server 106 to acknowledge receipt of non-contiguous packets using SACK or other similar mechanism. If the client 102 does so permit the server 106 , then the second gateway 116 need not setup the queues 140 and 142 . If, however, the client 102 does not permit the server 106 to acknowledge all successfully received packets but can only acknowledge successfully received contiguous packets by the server 106 , the base TCP connection 110 c sets up the queues 140 and 142 . In this way, the queues 140 and 142 can be used in retransmitting lost TCP packets from the second gateway 116 to the server 106 for the upper layer TCP.
  • the second gateway 116 receives 602 a TCP packet from the client 102 and determines 604 if TCP SACK option is permitted from the server 106 to the client 102 .
  • the second gateway 116 may make this determination upon receiving the SYN TCP packet from the client 102 .
  • the second gateway 116 may detect if the client/server pair permits mechanisms other than or in addition to SACK that may be used in acknowledging successful receipt of packets. Assume in this example that the second gateway 116 checks only for SACK enablement.
  • the second gateway 116 may determine if SACK is permissible by determining whether a SACK-permitted option was sent from the client 102 to the server 106 during upper layer TCP setup. The availability of SACK is indicated with a SACK-permitted option.
  • the SACK-permitted option may be included in a SYN segment sent by the client 102 to the server 106 .
  • the SYN segment includes a SACK-permitted option that indicates that the SACK option is permissible from receiver to sender once a connection is opened between the sender and the receiver, which here are the client 102 and the server 106 , respectively. Calculations checking the SYN segments should have little impact on performance because multiplexing/demultiplexing operations for IP packets already exists in TCP-in-TCP tunneling and because communication delay is mostly due to network bandwidth and not router calculation.
  • the second gateway 116 exits 606 the cache setup process 600 without setting up the queues 140 and 142 .
  • the second gateway 116 creates 608 the queues 140 and 142 for the client/server pair including the client 102 and the server 106 and marks the client/server pair as supported. Creating the queues 140 and 142 includes initializing the storage mechanism being used for the queues 140 and 142 , such as allocating or reserving memory space at the second gateway 116 . Because the amount of memory space can vary as described above, the second gateway 116 may also determine the appropriate size of each of the queues 140 and 142 .
  • Marking the client/server pair as supported includes recording for future reference that communications between the client 102 and the server 106 are subject to the processing described below with reference to FIGS. 8A-8B .
  • the marking can also signal the second gateway 116 to not check subsequently received segments from the client 102 for SACK permissibility.
  • another process 700 illustrates an example of how packets may be transmitted to and from the queues 140 and 142 .
  • the second gateway 116 processes different kinds of TCP information that it receives in different ways.
  • the second gateway 116 determines 702 whether the TCP segment data sizes in the TCP packets are zero. If the TCP data segment sizes are zero, then the gateway 116 sends 704 the TCP packets to the server 106 , their destination.
  • the second gateway 116 puts 706 the TCP packets in the inbound packet queue 140 .
  • the second gateway 116 also determines 708 if the inbound packet queue 140 is over its allocated size, e.g., is over its preallocated memory limit. This determination may be made before or after putting the TCP packets in the inbound packet queue 140 . If the inbound packet queue 140 is not over its allocated size, then the second gateway 116 sends 704 the TCP packets to the server 106 . If the inbound packet queue 140 is over its allocated size, then the second gateway 116 removes 710 the oldest queue entry or entries from the inbound packet queue 140 .
  • the number of entries removed from the inbound packet queue 140 may be a fixed number or the number may vary. If the number varies, the number of entries removed from the inbound packet queue 140 may be the minimum number of entries that can be removed so as to just fit the instant TCP packets in the inbound packet queue 140 . After putting the TCP packets in, the TCP packets are sent 704 to the server 106 .
  • the second gateway 116 may receive a TCP ACK from the server 106 included in the supported client/server pairs. The second gateway 116 determines 712 if the TCP ACK is the third duplicate TCP ACK received from the server 106 . The second gateway 116 can check for any number duplicate, the third duplicate is only an example.
  • the second gateway 116 may receive duplicate TCP ACKS as an indication of packet loss, i.e., if the server 106 has received packets out of sequence and a mechanism such as SACK that can acknowledge out of sequence segments is not enabled for the client/server pair.
  • the server 106 may send a first TCP ACK to the second gateway 116 after receiving a first segment in a stream.
  • the server 106 may send the same first TCP ACK twice if the next segment received by the server 106 is a third segment in the stream because a second segment of the stream that fits between the first segment and the third segment has not yet been successfully received by the server 106 .
  • the duplicated first TCP ACK will be sent to the second gateway 116 each time a packet is received by server 106 .
  • the second gateway 116 continues the process 700 as described below with reference to FIG. 8B . If the TCP ACK is a third duplicate, then the second gateway 116 determines 714 if TCP packets for the missing TCP segment are in the inbound packet queue 140 . (As explained above, the missing TCP segment includes a sent but unreceived segment that falls sequentially between segments that have been successfully received by the server 106 .) If not, then the second gateway 116 continues the process 700 as described below with reference to FIG. 8B . If TCP packets for the missing segment are in the inbound packet queue 140 , then the second gateway 116 sends 716 the TCP packets for the missing segment to the server 106 and continues the process 700 as described below with reference to FIG. 8B .
  • the second gateway 116 determines 718 if an entry for the TCP ACK exists in the ACK queue 142 . If so, then the second gateway 116 increases 720 the ACK duplicity by one for the TCP ACK already in the ACK queue 142 .
  • the TCP ACK is the first acknowledgment for a particular TCP packet.
  • the second gateway 116 puts 722 the TCP ACK in the ACK queue 142 .
  • the duplicity for the TCP ACK is marked as zero to indicate that it is the first received acknowledgment for this particular TCP packet.
  • the second gateway 116 also determines 724 if the ACK queue 142 is over its allocated size, e.g., is over its preallocated memory limit. This determination may be made before or after putting the TCP ACK in the ACK queue 142 . If the ACK queue 142 is not over its allocated size, then the second gateway 116 increases 720 the ACK duplicity by one for the TCP ACK in the ACK queue 142 . The second gateway 116 may put the TCP ACK in the ACK queue 142 marked with a duplicity of one instead of zero, in which case the duplicity for the TCP ACK need not be increased by one at this point.
  • the second gateway 116 removes 726 the oldest cache entry or entries from the ACK queue 142 .
  • the number of entries removed from the ACK queue 142 may be a fixed or a variable number as described above with reference to removing entries from the ACK queue 142 .
  • the second gateway 116 also increases 720 the ACK duplicity by one for the TCP ACK in the ACK queue 142 .
  • the second gateway 116 determines whether to drop or to send the TCP packet including the TCP ACK.
  • the second gateway 116 checks 728 if the TCP packet has zero bytes of segment data, if the TCP ACK duplicity equals four or more, and if a reset (RST) flag included with the TCP packet is not set.
  • the second gateway 116 discards 730 the TCP packet.
  • the TCP packet can be safely dropped because the TCP packet has zero bytes of segment data.
  • the ACK has already been sent at least twice for the proper connection (because the RST flag was not set).
  • the second gateway 116 determines 732 whether the missing packets are in the inbound packet queue 140 . If so, then the second gateway 116 retrieves 734 the packets from the inbound packet queue 140 and sends 732 the packets to the server 106 . If the data size of the packet is zero and reset flag is not set, then the second gateway 116 still discards 730 the TCP packet. Otherwise, the second gateway 116 relays the TCP packet to first gateway 114 and puts 736 it in the outbound packet queue 138 according to rules described above.
  • third and later duplicate ACKs from the server 106 to the client 102 do not include any data (e.g., are ACKs for uploading in a file transmission protocol), then the third and later duplicate ACKs for a lost TCP segment may be hidden from the client 102 and thus reduce or eliminate transmissions of upper layer TCP segments from the client 102 to the server 106 due to the activation of a recovery algorithm in the client 102 .
  • the techniques described here are not limited to any particular hardware or software configuration; they may find applicability in any computing or processing environment.
  • the techniques may be implemented in hardware, software, or a combination of the two.
  • the techniques may be implemented in programs executing on programmable machines such as mobile or stationary computers, personal digital assistants, and similar devices that each include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices.
  • Program code is applied to data entered using the input device to perform the functions described and to generate output information.
  • the output information is applied to one or more output devices.
  • Each program may be implemented in a high level procedural or object oriented programming language to communicate with a machine system.
  • the programs can be implemented in assembly or machine language, if desired.
  • the language may be a compiled or interpreted language.
  • Each such program may be stored on a storage medium or device, e.g., compact disc read only memory (CD-ROM), hard disk, magnetic diskette, or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described in this document.
  • a storage medium or device e.g., compact disc read only memory (CD-ROM), hard disk, magnetic diskette, or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described in this document.
  • the system may also be considered to be implemented as a machine-readable storage medium, configured with a program, where the storage medium so configured causes a machine to operate in a specific and predefined manner.

Abstract

Transmitting Transmission Control Protocol (TCP) packets includes transmitting packets over a network path from a source to a destination using TCP in which receipt of at least some of the packets from the source at a destination is acknowledged by the destination to the source, the transmitting including a retransmission of the packets within a subpath of the network path, and managing acknowledgments of the retransmission of the packets within the subpath by a mechanism that is independent of the acknowledging by the source to the destination with respect to the transmitting of the packets over the network path.

Description

    BACKGROUND
  • This invention relates to transferring Transmission Control Protocol packets.
  • Transmission Control Protocol (TCP) enables two nodes to establish a reliable connection and exchange streams of information over a network. Each stream of information may be split into TCP segments (“segments”) at a transport layer that are each sent across the network as separate Internet Protocol (IP) packets (“packets” or “datagrams”) at a network layer. When sent from a source to a destination, a segment includes a sequence number and an acknowledgment number. The sequence number indicates a byte number for the first byte of information in the segment. The acknowledgment number indicates a byte number for the first byte of the next segment that the destination expects to receive from the source. The destination can use the sequence number associated with each segment to assemble the segments in the proper order.
  • When the destination receives a segment, it sends an acknowledgment to the source indicating the byte of the last segment that it has received and contiguously assembled in the stream. This acknowledgment indicates to the source that the destination has received all bytes up to and including the acknowledgment number minus one. The destination may also (or instead) send an acknowledgment of a non-contiguous segment through a mechanism such as Selective Acknowledgment (SACK).
  • If the source does not receive an acknowledgment for a sent segment within a certain amount of time or receives multiple duplicate acknowledgements, the source may assume that the segment has been lost in transmission to the destination and resend the segment. This certain amount of time can dynamically change, increasing (via an exponential backoff algorithm) with each lost segment to effectively allow more time for a subsequently sent segment to reach the destination and for the destination to acknowledge receipt of the subsequently sent segment.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 shows a simplified network configuration.
  • FIG. 2 shows another simplified network configuration.
  • FIG. 3 is a block diagram of a TCP segment.
  • FIG. 4 shows an example of packet transmission between two networks.
  • FIG. 5 is a flowchart showing a sender-side process of transmitting a packet.
  • FIG. 6 shows an example of packet transmission between two networks.
  • FIG. 7 is a flowchart of a cache setup process.
  • FIGS. 8A-8B are flowcharts showing a process of packet caching.
  • DESCRIPTION
  • Referring to a simplified network configuration 100 shown in FIG. 1, a client 102 included in a first network 104 and a server 106 included in a second network 108 can communicate with each other across communication links 110 a-110 e. The communication link 110 c includes a TCP tunnel, which is a TCP based connection, also referred to as a base TCP connection. TCP tunnels are typically used when a packet traverses through two gateway devices, e.g., a first gateway device 114 and a second gateway device 116, between its original source and ultimate destination.
  • When a packet is in a TCP tunnel, both the packet's header and payload are usually encrypted and compressed for bandwidth efficiency, although tunneling does not necessarily imply encryption. A TCP packet's traversal through the TCP tunnel is referred to as TCP-in-TCP tunneling. The TCP connection whose packets traverse through the TCP tunnel is referred to as the upper layer TCP, and the TCP layer that functions as the tunnel is referred to as base TCP in this draft.
  • In this example network configuration 100, upper layer TCP packets on the client side traverse through client- side communication links 110 a and 110 b and on the server side through server- side communication links 110 d and 110 e. The upper layer TCP packets also go through the communication link 110 c, the base TCP connection between the first gateway 114 and the second gateway 116. The communication link 110 c runs through a network 112 and connects the first and second gateways 114 and 116, the gateways associated with the first and second networks 104 and 108, respectively. The base layer TCP carries upper level TCP packets over the base TCP connection 110 c.
  • Having two layers of retransmission can negatively impact the performance of TCP-in-TCP tunneling, i.e., in transmitting upper layer TCP packets over the base TCP connection 110 c. The upper layer TCP depends on the base TCP connection 110 c to transfer packets between the first and second gateways 114 and 116. Packet transfer delays in the base TCP connection 110 c due to factors such as packet loss and network congestion can in turn delay the upper layer TCP packet transfer from end to end. When this delay exceeds both the base TCP layer timeout value and the upper layer TCP timeout value, both the base TCP layer and the upper layer TCP would independently retransmit the TCP packets over the base TCP connection 110 c. Thus, the upper layer TCP throughput may be greatly reduced or completely halted. Retransmissions may also cause inefficient use of low bandwidth, expensive links, as are common in wireless packet data networks.
  • The end-to-end retransmission of upper layer TCP packets due to loss in the client- side communication links 110 a and 110 b and the server- side communication links 110 d and 110 e also can negatively impact upper layer TCP performance, i.e., if an upper layer TCP data packet is lost in the client- side communication links 110 a and 110 b or the server- side communication links 110 d and 110 e, the upper layer TCP will retransmit the segment from the client 102 to the server 106 or from the server 106 to the client 102.
  • However, by caching the packets at the first and the second gateways 114 and 116 and exchanging acknowledgments for received packets with each other at the base TCP layer (e.g., the “session layer” in the Open System Interconnection (OSI) model), the first and second gateways 114 and 116 can reduce the two layers of retransmissions to just one layer and reduce end-to-end packet retransmission across the entire upper layer TCP path to just packet retransmission across part of the path, either the client- side communication links 110 a and 110 b or the server- side communication links 110 d and 110 e.
  • The first and second gateways 114 and 116 may each maintain (or otherwise have access to) a cache at the session layer. Assume that in this example network configuration 100, the first gateway 114 maintains a first cache 118 and the second gateway 116 maintains a second cache 120. The first and second caches 118 and 120 may each include counters and/or queues for tracking the transmission of packets and acknowledgements (ACKs) to and receipt of packets and acknowledgements from the gateway 114 or 116 at the opposite end of the base TCP connection 110 c.
  • FIG. 2 illustrates an example setup 122 of the first and second caches 118 and 120. In the example setup 122, the first cache 118 includes an inbound packet counter 124, an outbound packet counter 126, an outbound packet queue 128, an inbound packet queue 130, and an ACK queue 132 for inbound packets. Each of these elements is described in turn.
  • The inbound packet counter 124 can keep track of an amount of packets sent by the second gateway 116 and received by the first gateway 114.
  • The first gateway 114 can use the outbound packet counter 126 to keep track of an amount of packets transmitted by the first gateway 114 to the second gateway 116.
  • The outbound packet queue 128 can maintain copies of (or pointers to) packets transmitted by the first gateway 114 to the second gateway 116 that have not been acknowledged by the second gateway 116. Once a particular packet included in the outbound packet queue 128 is acknowledged, the packet can be removed from the outbound packet queue 128. A new upper layer TCP packet from the client 102 that arrives at the first gateway 114 can be stored in the outbound packet queue 128 and be sent from the first gateway 114 to the second gateway 116 only when all packets currently in the outbound packet queue 128 contain different segments from the segment contained in this TCP packet. In other words, the outbound packet queue 128 includes no duplicate segments.
  • The inbound packet queue 130 is where the first gateway 114 stores copies of received packets (or pointers to the packets) from the second gateway 116 that are transmitted to the client 102 but have not been acknowledged by the client 102. When (or if) the client 102 acknowledges receipt of a packet (e.g., by sending an ACK at the upper layer TCP), the first gateway 114 removes the acknowledged packets from the inbound packet queue 130.
  • The ACK queue 132 stores ACKs sent by the client 102 to acknowledge receipt of packets sent from the server 106 at the upper layer TCP.
  • The second cache 120 also includes an inbound packet counter 134, an outbound packet counter 136, an outbound packet queue 138, an inbound packet queue 140, and an ACK queue 142 that function similar to like-named elements included in the first cache 118.
  • With the two caches 118 and 120, packet retransmissions can be reduced from two layers of retransmission (the upper layer TCP and the base TCP layer) to one layer of retransmission (the base TCP layer), and no changes are needed for the upper layer TCP. Furthermore, if a packet gets lost in transit from the first gateway 114 to the client 102 (or from the second gateway 116 to the server 106), the first gateway 114 (or the second gateway 116), upon proper detection, can retransmit the packet to the client 102 (or the server 106) from the inbound packet queue 130 (or the inbound packet queue 140). Therefore, the recovery of lost TCP packets can be hidden from the sender (the server 106 or the client 102, depending on traffic flow) and recovery time can be reduced, thereby improving the performance of upper layer TCP applications.
  • The elements in FIGS. 1 and 2 can be implemented in a variety of ways. The first gateway 114 and the second gateway 116 are not limited to communicating with each other across the base communication link 110 c using the TCP protocol. Any reliable protocol such as TCP, modified forms of TCP, reliable User Datagram Protocol (UDP), reliable layer two links, and other similar protocols can be used in the network configuration 100 and adapted to the described examples. Reliability in this context generally refers to error detection, flow control, and packet recovery.
  • The packets communicated between the client 102 and the server 106 can include data, instructions, or a combination of the two. Each sent packet may be part of a packet stream, where each of the packets in the packet stream fits together to form a contiguous stream of data.
  • FIG. 3 shows an example of a packet 200 that may be sent between the client 102 and the server 106. The packet 200 includes a group 202 of bits that indicates various states that may be present in the TCP protocol. Three of the bits, an ACK bit 204, a SYN bit 206, and an RST bit 208 are discussed further below. Generally, the ACK bit 204 indicates whether an acknowledgment number 210 is valid, the SYN bit 206 establishes initial agreement on sequence numbers, and the RST bit 208 indicates whether the connection between the client/server pair should be reset.
  • The network 112 can include any kind and any combination of networks such as an Internet, a local network, a private network, a public network, or other similar network. Communications through the network 112 may be secured with a mechanism such as Transport Layer Security/Secure Socket Layer (TLS/SSL), wireless TLS (WTLS), or secure Hypertext Transfer Protocol (S-HTTP). The first and second networks 104 and 108 can include any portion of a network that shares an independent, interconnected segment or domain such as a local area network (LAN) having a common address prefix or other similar network.
  • The client 102 and the server 106 can each include any device capable of communicating with each other through the network 112 and the first and second gateways 114 and 116 such as a server, a mobile computer, a stationary computer, a telephone, a pager, a personal digital assistant, or other similar device.
  • The caches 118 and 120 can each include a storage mechanism such as a data queue, a buffer, a local or remote memory device, or other similar mechanism.
  • The communication links 110 a-110 e can include any kind and any combination of communication links such as modem links, Ethernet links, cables, point-to-point links, infrared connections, fiber optic links, cellular links, Bluetooth, satellite links, and other similar links.
  • The first and second gateways 114 and 116 can each include any device or mechanism capable of communicating with the network 112 and its associated client 102 or server 106 such as a computer, proxy server, a virtual private network gateway, a Realm Specific Internet Protocol (RSIP) gateway, or other similar device. In another network configuration, the client 102 may act as the gateway by, for example, running gateway software. In such a case, the client 102 may be a wireless or mobile device running gateway software so that rather than going through the first gateway 114 in the first network 104 en route to the network 112 and eventually to the second gateway 116 in the second network 108 (perhaps the client's home network) and the server 106, the client 102 may go through a Network Address Translation/firewall.
  • Furthermore, the network configuration 100 and the example setup 122 are simplified for ease of explanation. The network configurations 100 and 122 may include more or fewer elements such as networks, communication links, proxy servers, firewalls, or other security mechanisms, Internet Service Providers (ISPs), and other elements.
  • Referring to FIG. 4, a second simplified network configuration 300 shows the base TCP connection 110 c as a TCP tunnel. As mentioned above, the base TCP connection 110 c maintains two caches 118 and 120, one at each of the gateways 114 and 116. The base TCP connection 110 c tries to transfer upper layer TCP packets (e.g., packets 302 a-302 e) from the cache of one gateway to the other gateway and to send session layer acknowledgments or ACKs from the receiving gateway to the sending gateway. In this example, assume that the first gateway 114 is the sending gateway and that the second gateway 116 is the receiving gateway.
  • The session layer acknowledgments may be sent periodically, sent for each received packet, or sent in another, similar way. Each session layer acknowledgment identifies packets that have been successfully transferred over the base TCP connection 110 c from the first gateway 114 to the second gateway 116, e.g., by including information such as a total amount of IP or TCP packet bytes received thus far by the second gateway 116 at, for example, the inbound packet counter 134. The first gateway 114 can then update its session layer cache by removing acknowledged packets from the first cache 118.
  • Referring to FIG. 5, a base TCP process 400 illustrates from the sending gateway's perspective how the base TCP connection 110 c may handle a received piece of information, using the second network configuration 300 of FIG. 4 as an example. When a piece of information travels arrives at the sending gateway, the first gateway 114 in this example, the first gateway 114 determines 402 its type.
  • If the piece of information is a session layer acknowledgment from the receiving gateway, the second gateway 116 in this example, the first gateway 114 removes 404 the acknowledged packets from its session layer cache 118 (from the outbound packet queue 128). Transport layer acknowledgments may be sent in both directions, but the session layer acknowledgments can piggyback the transport layer acknowledgments so the overhead of session layer acknowledgements can be minimized, and the rate of session layer acknowledgments can be configurable.
  • If, instead of a session layer acknowledgment, the piece of information received by the first gateway 114 is an upper layer TCP packet from the client 102, then the first gateway 114 checks 406 the packet's type. If the packet is an IP packet (excluding a TCP packet), then the first gateway 114 stores 408 the packet directly in the first cache 118 (in the outbound packet queue 128). This queues the packet for transmission from the first gateway 114 to the second gateway 116.
  • If the packet is a TCP packet from the client 102, then the first gateway 114 determines 410 whether the TCP packet includes a complete TCP segment and is not in the outbound packet queue 128 in the first cache 118. If the TCP packet includes a complete TCP segment that is not included in any TCP packets included in the outbound packet queue 128, then the first gateway 114 stores 412 the TCP packet in the outbound packet queue 128, queuing the TCP packet for transmission to the second gateway 116.
  • If the TCP packet does not include a complete TCP segment or other packets in the outbound packet queue 128 already include the same segment, then the first gateway 114 determines 414 whether the TCP packet includes a TCP acknowledgment with zero data size. If the TCP packet includes a TCP acknowledgment with zero data size, then the first gateway 114 stores 412 the TCP packet in the first cache 118, queuing the TCP packet for transmission to the second gateway 116.
  • If the TCP packet does not include a TCP acknowledgment with zero data size, then the first gateway 114 determines 416 if the TCP packet includes a fragment of a TCP segment. If not, then the first gateway 114 discards 418 the TCP packet. This discarding reflects the fact that the TCP packet is already included in the outbound packet queue 128.
  • If the TCP packet does include a fragment of a TCP segment, then the first gateway 114 assembles 420 the TCP segment by waiting for other TCP packets included in the same TCP segment from the client 102. Assembling the TCP segment requires calculations by the first gateway 114 (as does checking the TCP packet type), but these calculations should have little impact on performance because multiplexing/demultiplexing operations for IP packets already exist in TCP-in-TCP tunneling, because communication delay is mostly due to network bandwidth and not router calculation, and because fragmented TCP packets should rarely occur.
  • If one or more assembled TCP packets for the same TCP segment are already in the outbound packet queue 128, then the first gateway 114 discards 422 the assembled TCP packets. The first gateway 114 may drop the assembled TCP packets because they are redundant of packets already in the outbound packet queue 128.
  • If one or more assembled TCP packets for the same TCP segment are not already in the outbound packet queue 128, then the first gateway 114 stores 424 the assembled TCP packets in the first cache 118 (in the outbound packet queue 128). This segment assembly may introduce some delays for TCP segments. However, this assembly may discover dropped packets relatively early, thereby preventing transmission of incomplete TCP segments over the base TCP connection 110 c, which can save bandwidth.
  • The base TCP connection 110 c is a relatively reliable transport link. Upper layer TCP packets are less likely to get lost in the base TCP connection 110 c than in the upper layer TCP connections between the first gateway 114 and the client 102 in the first network 104 and between the second gateway 116 and the server 106 in the second network 108. If an upper layer TCP packet gets lost in one of these two upper layer TCP connections, a recovery process tries to recover the lost packet. Examples of the recovery process include congestion control algorithms such as a slow start algorithm, a congestion avoidance algorithm, a fast transmit algorithm, and a fast recovery algorithm and other, similar algorithms. Such recovery processes typically need to retransmit lost TCP packets across the entire upper layer TCP from sender to receiver (i.e., between the client 102 and the server 106). However, by caching packets at the first and the second gateways 114 and 116, packets only need to be retransmitted on part of the upper layer TCP.
  • Therefore, in the base TCP process 400, the first and second caches 118 and 120 can queue two types of TCP packets: packets received from the other gateway and stored in the appropriate inbound packet queue 130 or 140, and acknowledgements from upper TCP layer sender, received and stored in the appropriate ACK queue 132 or 142.
  • Referring to FIG. 6, a third simplified network configuration 500 shows the inbound packet queue 140 and the ACK queue 142 at the second gateway 116 in the second cache 120 for each upper layer TCP client and server pair that does not support or enable a SACK option (or similar acknowledgment mechanism) from server to client. Examples of upper layer TCP connections that may not use a SACK option (or a similar mechanism) include legacy client applications or applications in platforms that do not support or enable SACK (or other similar mechanism). The two queues 140 and 142 can vary in size from each other and from other similar queues included at the second gateway 116. Depending on total memory available in the second gateway 116, the inbound packet queue 140 holds a certain number or amount of tunneled TCP packets received from the first gateway 114 and sent to the server 106. For example, the inbound packet queue 140 may be capable of holding an amount of packets equal to a receiving buffer size advertised by the server 106. The ACK queue 142 holds a certain number or amount of ACKs recently received from the server 106. Furthermore, the sizes of both of the two queues 140 and 142 are configurable.
  • The first gateway 114 maintains two queues 130 and 132 similar to the inbound-packet queue 140 and the ACK queue 142 for inbound packets. It is assumed for simplicity in this example that the only such client/server pair involving the first and second networks 104 and 108 is the pair including the client 102 and the server 106.
  • Referring to FIG. 7, a queue setup process 600 illustrates an example of how in the third network configuration 500 (see FIG. 6) the two queues 140 and 142 can be added to the second cache 120 in the second network 108. The queue setup process 600 is described with relation to the second network 108, but a similar process can be used to set up similar queues in the first network 104.
  • Generally, the base TCP connection 110 c determines in the queue setup process 600 if the client 102 can permit the server 106 to acknowledge receipt of non-contiguous packets using SACK or other similar mechanism. If the client 102 does so permit the server 106, then the second gateway 116 need not setup the queues 140 and 142. If, however, the client 102 does not permit the server 106 to acknowledge all successfully received packets but can only acknowledge successfully received contiguous packets by the server 106, the base TCP connection 110 c sets up the queues 140 and 142. In this way, the queues 140 and 142 can be used in retransmitting lost TCP packets from the second gateway 116 to the server 106 for the upper layer TCP.
  • More specifically, in the queue setup process 600, the second gateway 116 receives 602 a TCP packet from the client 102 and determines 604 if TCP SACK option is permitted from the server 106 to the client 102. The second gateway 116 may make this determination upon receiving the SYN TCP packet from the client 102. The second gateway 116 may detect if the client/server pair permits mechanisms other than or in addition to SACK that may be used in acknowledging successful receipt of packets. Assume in this example that the second gateway 116 checks only for SACK enablement.
  • Typically, the second gateway 116 may determine if SACK is permissible by determining whether a SACK-permitted option was sent from the client 102 to the server 106 during upper layer TCP setup. The availability of SACK is indicated with a SACK-permitted option. The SACK-permitted option may be included in a SYN segment sent by the client 102 to the server 106. In the case of a SYN segment, the SYN segment includes a SACK-permitted option that indicates that the SACK option is permissible from receiver to sender once a connection is opened between the sender and the receiver, which here are the client 102 and the server 106, respectively. Calculations checking the SYN segments should have little impact on performance because multiplexing/demultiplexing operations for IP packets already exists in TCP-in-TCP tunneling and because communication delay is mostly due to network bandwidth and not router calculation.
  • If TCP SACK is permitted from the server 106 to the client 102, then the second gateway 116 exits 606 the cache setup process 600 without setting up the queues 140 and 142.
  • If, on the other hand, SACK is not permitted from the server 106 to the client 102, then the second gateway 116 creates 608 the queues 140 and 142 for the client/server pair including the client 102 and the server 106 and marks the client/server pair as supported. Creating the queues 140 and 142 includes initializing the storage mechanism being used for the queues 140 and 142, such as allocating or reserving memory space at the second gateway 116. Because the amount of memory space can vary as described above, the second gateway 116 may also determine the appropriate size of each of the queues 140 and 142.
  • Marking the client/server pair as supported includes recording for future reference that communications between the client 102 and the server 106 are subject to the processing described below with reference to FIGS. 8A-8B. The marking can also signal the second gateway 116 to not check subsequently received segments from the client 102 for SACK permissibility.
  • Referring to FIGS. 8A-8B, another process 700 illustrates an example of how packets may be transmitted to and from the queues 140 and 142. The second gateway 116 processes different kinds of TCP information that it receives in different ways.
  • Referring first to FIG. 8A, if the second gateway 116 receives upper layer TCP packets for a TCP segment from the first gateway 114, then the second gateway 116 determines 702 whether the TCP segment data sizes in the TCP packets are zero. If the TCP data segment sizes are zero, then the gateway 116 sends 704 the TCP packets to the server 106, their destination.
  • If the TCP data segment sizes are not zero, then the second gateway 116 puts 706 the TCP packets in the inbound packet queue 140. The second gateway 116 also determines 708 if the inbound packet queue 140 is over its allocated size, e.g., is over its preallocated memory limit. This determination may be made before or after putting the TCP packets in the inbound packet queue 140. If the inbound packet queue 140 is not over its allocated size, then the second gateway 116 sends 704 the TCP packets to the server 106. If the inbound packet queue 140 is over its allocated size, then the second gateway 116 removes 710 the oldest queue entry or entries from the inbound packet queue 140. The number of entries removed from the inbound packet queue 140 may be a fixed number or the number may vary. If the number varies, the number of entries removed from the inbound packet queue 140 may be the minimum number of entries that can be removed so as to just fit the instant TCP packets in the inbound packet queue 140. After putting the TCP packets in, the TCP packets are sent 704 to the server 106.
  • The second gateway 116 may receive a TCP ACK from the server 106 included in the supported client/server pairs. The second gateway 116 determines 712 if the TCP ACK is the third duplicate TCP ACK received from the server 106. The second gateway 116 can check for any number duplicate, the third duplicate is only an example.
  • The second gateway 116 may receive duplicate TCP ACKS as an indication of packet loss, i.e., if the server 106 has received packets out of sequence and a mechanism such as SACK that can acknowledge out of sequence segments is not enabled for the client/server pair. For example, the server 106 may send a first TCP ACK to the second gateway 116 after receiving a first segment in a stream. The server 106 may send the same first TCP ACK twice if the next segment received by the server 106 is a third segment in the stream because a second segment of the stream that fits between the first segment and the third segment has not yet been successfully received by the server 106. Until the server 106 receives the second segment, the duplicated first TCP ACK will be sent to the second gateway 116 each time a packet is received by server 106.
  • If the TCP ACK received by second gateway 116 from the server 106 is not a third duplicate, then the second gateway 116 continues the process 700 as described below with reference to FIG. 8B. If the TCP ACK is a third duplicate, then the second gateway 116 determines 714 if TCP packets for the missing TCP segment are in the inbound packet queue 140. (As explained above, the missing TCP segment includes a sent but unreceived segment that falls sequentially between segments that have been successfully received by the server 106.) If not, then the second gateway 116 continues the process 700 as described below with reference to FIG. 8B. If TCP packets for the missing segment are in the inbound packet queue 140, then the second gateway 116 sends 716 the TCP packets for the missing segment to the server 106 and continues the process 700 as described below with reference to FIG. 8B.
  • Referring to FIG. 8B, once the second gateway 116 receives the TCP ACK, the second gateway 116 determines 718 if an entry for the TCP ACK exists in the ACK queue 142. If so, then the second gateway 116 increases 720 the ACK duplicity by one for the TCP ACK already in the ACK queue 142.
  • If no entry for the TCP ACK exists in the ACK queue 142, then the TCP ACK is the first acknowledgment for a particular TCP packet. The second gateway 116 puts 722 the TCP ACK in the ACK queue 142. The duplicity for the TCP ACK is marked as zero to indicate that it is the first received acknowledgment for this particular TCP packet.
  • The second gateway 116 also determines 724 if the ACK queue 142 is over its allocated size, e.g., is over its preallocated memory limit. This determination may be made before or after putting the TCP ACK in the ACK queue 142. If the ACK queue 142 is not over its allocated size, then the second gateway 116 increases 720 the ACK duplicity by one for the TCP ACK in the ACK queue 142. The second gateway 116 may put the TCP ACK in the ACK queue 142 marked with a duplicity of one instead of zero, in which case the duplicity for the TCP ACK need not be increased by one at this point. If the ACK queue 142 is over its allocated size, then the second gateway 116 removes 726 the oldest cache entry or entries from the ACK queue 142. The number of entries removed from the ACK queue 142 may be a fixed or a variable number as described above with reference to removing entries from the ACK queue 142. The second gateway 116 also increases 720 the ACK duplicity by one for the TCP ACK in the ACK queue 142.
  • Whether an entry for the TCP ACK existed in the ACK queue 142 or not, the second gateway 116 determines whether to drop or to send the TCP packet including the TCP ACK. The second gateway 116 checks 728 if the TCP packet has zero bytes of segment data, if the TCP ACK duplicity equals four or more, and if a reset (RST) flag included with the TCP packet is not set.
  • If all three factors are true (zero bytes of segment data, duplicity over four, and RST flag not set), then the second gateway 116 discards 730 the TCP packet. The TCP packet can be safely dropped because the TCP packet has zero bytes of segment data. Furthermore, the ACK has already been sent at least twice for the proper connection (because the RST flag was not set).
  • If any one of the three factors is false but the TCP ACK duplicity equals three, then the second gateway 116 determines 732 whether the missing packets are in the inbound packet queue 140. If so, then the second gateway 116 retrieves 734 the packets from the inbound packet queue 140 and sends 732 the packets to the server 106. If the data size of the packet is zero and reset flag is not set, then the second gateway 116 still discards 730 the TCP packet. Otherwise, the second gateway 116 relays the TCP packet to first gateway 114 and puts 736 it in the outbound packet queue 138 according to rules described above.
  • Note that although when third and later duplicate TCP ACKs for a missing TCP segment have nonzero data size they are still sent back to the client 102 and hence the client 102 may retransmit the TCP segment across the entire link, this scenario rarely occurs. The server 106 usually does not send new packets across the upper layer TCP until it receives all currently expected packets from the client 102, and vice versa. On the other hand, if third and later duplicate ACKs from the server 106 to the client 102 do not include any data (e.g., are ACKs for uploading in a file transmission protocol), then the third and later duplicate ACKs for a lost TCP segment may be hidden from the client 102 and thus reduce or eliminate transmissions of upper layer TCP segments from the client 102 to the server 106 due to the activation of a recovery algorithm in the client 102.
  • The techniques described here are not limited to any particular hardware or software configuration; they may find applicability in any computing or processing environment. The techniques may be implemented in hardware, software, or a combination of the two. The techniques may be implemented in programs executing on programmable machines such as mobile or stationary computers, personal digital assistants, and similar devices that each include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices. Program code is applied to data entered using the input device to perform the functions described and to generate output information. The output information is applied to one or more output devices.
  • Each program may be implemented in a high level procedural or object oriented programming language to communicate with a machine system. However, the programs can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language.
  • Each such program may be stored on a storage medium or device, e.g., compact disc read only memory (CD-ROM), hard disk, magnetic diskette, or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described in this document. The system may also be considered to be implemented as a machine-readable storage medium, configured with a program, where the storage medium so configured causes a machine to operate in a specific and predefined manner.
  • Other embodiments are within the scope of the following claims.

Claims (27)

1. An article comprising a machine-readable medium which contains machine-executable instructions, the instructions causing a machine to:
transmit interrelated units of information over a network path from a source to a destination using a protocol in which receipt of at least some of the units from the source at a destination is acknowledged by the destination to the source by retransmitting the units within a subpath of the network path; and
manage acknowledgments of the retransmission of the units within the subpath by a mechanism that is independent of the acknowledging by the destination to the source with respect to the transmitting of the units over the network path.
2. An article as in claim 1, wherein the network path includes an upper layer of a Transmission Control Protocol.
3. An article as in claim 1, wherein the subpath includes a base layer of a Transmission Control Protocol.
4. An article as in claim 1, wherein the protocol includes a Transmission Control Protocol.
5. An article as in claim 1, wherein the subpath extends between a gateway device and the source.
6. An article as in claim 5, wherein the gateway device is chosen from a group comprising: a computer, a proxy server, a virtual private network gateway, and a Realm Specific Internet Protocol gateway.
7. An article as in claim 1, wherein the subpath extends between a gateway device and the destination.
8. An article as in claim 7, wherein the gateway device is chosen from a group comprising: a computer, a proxy server, a virtual private network gateway, and a Realm Specific Internet Protocol gateway.
9. An article as in claim 1, wherein manage acknowledgments comprises storing at the subpath a unit sent by the source to the destination for retransmission until the subpath receives an acknowledgment that the destination has received the unit.
10. An article as in claim 1, wherein the source is a device selected from a group comprising: servers, mobile computers, stationary computers, telephones, pagers, and personal digital assistants.
11. An article as in claim 1, wherein the destination is a device selected from a group comprising: servers, mobile computers, stationary computers, telephones, pagers, and personal digital assistants.
12. An article as in claim 1, wherein at least a portion of the network path is selected from a group comprising: a modem link, an Ethernet link, a cable link, a point-to-point link, an infrared connection, a fiber optic link, a cellular link, a Bluetooth connection, and a satellite link.
13. An apparatus comprising:
a source operable to transmit interrelated units of information over a network path to a destination using a protocol in which receipt of at least some of the units from the source at a destination is acknowledged by the destination to the source;
a management module operable to retransmit the units within a subpath of the network path and operable to manage acknowledgments of the retransmission of the units within the subpath by a mechanism that is independent of the acknowledging by the destination to the source with respect to the transmitting of the units over the network path.
14. An apparatus as in claim 13, wherein the network path includes an upper layer of a Transmission Control Protocol.
15. An apparatus as in claim 13, wherein the subpath includes a base layer of a Transmission Control Protocol.
16. An apparatus as in claim 13, wherein the protocol includes a Transmission Control Protocol.
17. An apparatus as in claim 13, wherein the subpath extends between a gateway device and the source.
18. An apparatus as in claim 17, wherein the gateway device is chosen from a group comprising: a computer, a proxy server, a virtual private network gateway, and a Realm Specific Internet Protocol gateway.
19. An apparatus as in claim 13, wherein the subpath extends between a gateway device and the destination.
20. An apparatus as in claim 19, wherein the gateway device is chosen from a group comprising: a computer, a proxy server, a virtual private network gateway, and a Realm Specific Internet Protocol gateway.
21. An apparatus as in claim 13, wherein the management module is operable to store at the subpath a unit sent by the source to the destination for retransmission until the subpath receives an acknowledgment that the destination has received the unit.
22. An apparatus as in claim 13, wherein the source is a device selected from a group comprising: servers, mobile computers, stationary computers, telephones, pagers, and personal digital assistants.
23. An apparatus as in claim 13, wherein the destination is a device selected from a group comprising: servers, mobile computers, stationary computers, telephones, pagers, and personal digital assistants.
24. An apparatus as in claim 13, wherein at least a portion of the network path is selected from a group comprising: a modem link, an Ethernet link, a cable link, a point-to-point link, an infrared connection, a fiber optic link, a cellular link, a Bluetooth connection, and a satellite link.
25. A system comprising:
a first storage mechanism at a first side of a network path configured to store interrelated units of information sent from a source to a destination at a second side of the network path;
a second storage mechanism at the first side configured to store acknowledgments of received units sent from the second side within a subpath of the network path; and
a mechanism configured to transmit units of information stored in the first storage mechanism to the second side based on duplicity of acknowledgments included in the second storage mechanism.
26. A system as in claim 25, wherein the network path includes a base Transmission Control Protocol layer.
27. A system as in claim 25, wherein the source is configured to transmit units to the destination on a network path including a Transmission Control Protocol network path.
US11/209,253 2001-04-04 2005-08-22 Transferring transmission control protocol packets Abandoned US20060002301A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/209,253 US20060002301A1 (en) 2001-04-04 2005-08-22 Transferring transmission control protocol packets

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/826,558 US6934257B2 (en) 2001-04-04 2001-04-04 Transferring transmission control protocol packets
US11/209,253 US20060002301A1 (en) 2001-04-04 2005-08-22 Transferring transmission control protocol packets

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/826,558 Continuation US6934257B2 (en) 2001-04-04 2001-04-04 Transferring transmission control protocol packets

Publications (1)

Publication Number Publication Date
US20060002301A1 true US20060002301A1 (en) 2006-01-05

Family

ID=25246887

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/826,558 Expired - Lifetime US6934257B2 (en) 2001-04-04 2001-04-04 Transferring transmission control protocol packets
US11/209,253 Abandoned US20060002301A1 (en) 2001-04-04 2005-08-22 Transferring transmission control protocol packets

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/826,558 Expired - Lifetime US6934257B2 (en) 2001-04-04 2001-04-04 Transferring transmission control protocol packets

Country Status (1)

Country Link
US (2) US6934257B2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030040332A1 (en) * 1996-09-05 2003-02-27 Jerome Swartz System for digital radio communication between a wireless LAN and a PBX
US20030095537A1 (en) * 2001-11-21 2003-05-22 Homare Murakami Packet communication method and proposal node
US20040042468A1 (en) * 2002-08-29 2004-03-04 Andras Kovacs Server control plane connections recovery in a server-gateway architecture based telecommunication network
US20040120293A1 (en) * 2002-12-19 2004-06-24 Hassan Ahmed E. Wireless/LAN router queuing method and system
US7225243B1 (en) * 2000-03-14 2007-05-29 Adaptec, Inc. Device discovery methods and systems implementing the same
US20070133414A1 (en) * 2005-12-12 2007-06-14 Krishna Shantala G Method for faster detection and retransmission of lost TCP segments
US20080259801A1 (en) * 2003-04-29 2008-10-23 Ki Jun Kim Apparatus and method for controlling reverse-link data transmission rate during handoff
US20090129270A1 (en) * 2003-03-06 2009-05-21 Ki Jun Kim Apparatus and method for controlling reverse-link data transmission rate
EP2144403A1 (en) 2008-07-11 2010-01-13 Canon Kabushiki Kaisha Method for managing a transmission of data streams on a transport channel of a tunnel, corresponding tunnel end-point, computer program product and computer-readable storage medium
US20170055247A1 (en) * 2015-08-20 2017-02-23 Beijing Zhigu Tech Co., Ltd. Data transmission method and apparatus and data receiving method and apparatus
US9860183B2 (en) 2015-09-25 2018-01-02 Fsa Technologies, Inc. Data redirection in a bifurcated communication trunk system and method
US11849493B2 (en) 2019-10-01 2023-12-19 Pismo Labs Technology Limited Modified methods and system of transmitting and receiving transmission control protocol segments over internet protocol packets

Families Citing this family (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7953093B2 (en) * 2001-09-06 2011-05-31 Broadcom Corporation TCP/IP reordering
US7089312B2 (en) 2001-09-20 2006-08-08 Intel Corporation System and method for reducing retransmissions due to tunneled TCP-in-TCP communication in a network
US20030084108A1 (en) * 2001-10-26 2003-05-01 Majid Syed System and method for providing a push gateway between consumer devices and remote content povider centers
US20030093530A1 (en) * 2001-10-26 2003-05-15 Majid Syed Arbitrator system and method for national and local content distribution
US7721337B2 (en) 2001-10-26 2010-05-18 Ibiquity Digital Corporation System and method for providing a push of background data
US20030083977A1 (en) * 2001-10-26 2003-05-01 Majid Syed System and method for providing electronic bulk buying
US20030081599A1 (en) * 2001-10-30 2003-05-01 Chui-Tsang Wu System and method for data transmission control
JP3811057B2 (en) * 2001-12-10 2006-08-16 富士通株式会社 Relay connection management program and relay connection management method
KR100506220B1 (en) * 2002-02-27 2005-08-05 삼성전자주식회사 Map matching apparatus and method for single path or multi paths to navigation service
GB0226520D0 (en) * 2002-11-14 2002-12-18 Ibm Method and apparatus for an interactive voice response system
US20040236785A1 (en) * 2003-05-22 2004-11-25 Greiner Dylan E. Method and system for transmitting a digital image over a communication network
JP2005167353A (en) * 2003-11-28 2005-06-23 Ntt Docomo Inc Transmitter device and program
US7760636B1 (en) * 2004-01-26 2010-07-20 Cisco Technology, Inc. Retransmission and flow control in a logical network tunnel
US7609697B2 (en) * 2004-03-30 2009-10-27 Sony Corporation Optimizing IEEE 802.11 for TCP/IP data transfer
US7554917B1 (en) * 2004-06-28 2009-06-30 Francis Tieu TCP retransmission and exception processing in high speed, low memory hardware devices
US9647952B2 (en) 2004-08-06 2017-05-09 LiveQoS Inc. Network quality as a service
US9189307B2 (en) 2004-08-06 2015-11-17 LiveQoS Inc. Method of improving the performance of an access network for coupling user devices to an application server
US8009696B2 (en) 2004-08-06 2011-08-30 Ipeak Networks Incorporated System and method for achieving accelerated throughput
US8437370B2 (en) * 2011-02-04 2013-05-07 LiveQoS Inc. Methods for achieving target loss ratio
US7953114B2 (en) 2004-08-06 2011-05-31 Ipeak Networks Incorporated System and method for achieving accelerated throughput
US7821924B2 (en) * 2004-11-18 2010-10-26 Alcatel-Lucent Usa Inc. Method and apparatus for timeout reduction and improved wireless network performance by delay injection
US8320242B2 (en) * 2004-12-24 2012-11-27 Net Optics, Inc. Active response communications network tap
US7969998B2 (en) * 2005-06-10 2011-06-28 Cisco Technology, Inc. Method and system for tunneling data using a management protocol
EP1900136B1 (en) * 2005-07-07 2013-03-27 Telefonaktiebolaget LM Ericsson (publ) Method and arrangement for coding and scheduling in packet data communication systems
US7940694B2 (en) * 2005-11-14 2011-05-10 Juniper Networks, Inc. Intelligent filtering of redundant data streams within computer networks
US8094576B2 (en) * 2007-08-07 2012-01-10 Net Optic, Inc. Integrated switch tap arrangement with visual display arrangement and methods thereof
US7898984B2 (en) * 2007-08-07 2011-03-01 Net Optics, Inc. Enhanced communication network tap port aggregator arrangement and methods thereof
US7903576B2 (en) 2007-08-07 2011-03-08 Net Optics, Inc. Methods and arrangement for utilization rate display
US7773529B2 (en) 2007-12-27 2010-08-10 Net Optic, Inc. Director device and methods thereof
US20100111095A1 (en) * 2008-11-03 2010-05-06 Bridgeworks Limited Data transfer
US8060645B1 (en) * 2009-05-26 2011-11-15 Google Inc. Semi reliable transport of multimedia content
US9306959B2 (en) 2010-02-26 2016-04-05 Ixia Dual bypass module and methods thereof
US8737197B2 (en) 2010-02-26 2014-05-27 Net Optic, Inc. Sequential heartbeat packet arrangement and methods thereof
US9813448B2 (en) 2010-02-26 2017-11-07 Ixia Secured network arrangement and methods thereof
US8755293B2 (en) 2010-02-28 2014-06-17 Net Optics, Inc. Time machine device and methods thereof
US9749261B2 (en) 2010-02-28 2017-08-29 Ixia Arrangements and methods for minimizing delay in high-speed taps
WO2011106589A2 (en) 2010-02-28 2011-09-01 Net Optics, Inc Gigabits zero-delay tap and methods thereof
US10951743B2 (en) 2011-02-04 2021-03-16 Adaptiv Networks Inc. Methods for achieving target loss ratio
US9590913B2 (en) 2011-02-07 2017-03-07 LiveQoS Inc. System and method for reducing bandwidth usage of a network
US8717900B2 (en) 2011-02-07 2014-05-06 LivQoS Inc. Mechanisms to improve the transmission control protocol performance in wireless networks
CN102143078B (en) * 2011-03-29 2013-10-02 华为技术有限公司 Forwarding equipment as well as method and system for processing message
US9923677B2 (en) * 2014-12-26 2018-03-20 Intel Corporation Multiplexing many client streams over a single connection
US9998213B2 (en) 2016-07-29 2018-06-12 Keysight Technologies Singapore (Holdings) Pte. Ltd. Network tap with battery-assisted and programmable failover

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6502135B1 (en) * 1998-10-30 2002-12-31 Science Applications International Corporation Agile network protocol for secure communications with assured system availability
US20030055980A1 (en) * 2001-09-20 2003-03-20 Changwen Liu System and method for reducing retransmissions due to tunneled TCP-in-TCP communication in a network
US6687227B1 (en) * 2000-03-13 2004-02-03 Nortel Networks Limited Systems and methods for requesting packets for transmission over a wirless channel having a dynamically changing capacity due to a highly varibale delay
US20040030790A1 (en) * 2002-08-07 2004-02-12 Khiem Le Data communication method, system, and transmitter and receiver constituting the system
US20040052265A1 (en) * 2002-07-31 2004-03-18 Mondal Abdul Sakib Method and system for providing reliable and fast communications with mobile entities
US6728317B1 (en) * 1996-01-30 2004-04-27 Dolby Laboratories Licensing Corporation Moving image compression quality enhancement using displacement filters with negative lobes
US20040109443A1 (en) * 2002-12-06 2004-06-10 Andiamo Systems Inc. Apparatus and method for a lightweight, reliable, packet-based transport protocol
US6769000B1 (en) * 1999-09-08 2004-07-27 Nortel Networks Limited Unified directory services architecture for an IP mobility architecture framework
US6822957B1 (en) * 1998-03-05 2004-11-23 3Com Corporation Distributed network address translation for a network telephony system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6728317B1 (en) * 1996-01-30 2004-04-27 Dolby Laboratories Licensing Corporation Moving image compression quality enhancement using displacement filters with negative lobes
US6822957B1 (en) * 1998-03-05 2004-11-23 3Com Corporation Distributed network address translation for a network telephony system
US6502135B1 (en) * 1998-10-30 2002-12-31 Science Applications International Corporation Agile network protocol for secure communications with assured system availability
US6769000B1 (en) * 1999-09-08 2004-07-27 Nortel Networks Limited Unified directory services architecture for an IP mobility architecture framework
US6687227B1 (en) * 2000-03-13 2004-02-03 Nortel Networks Limited Systems and methods for requesting packets for transmission over a wirless channel having a dynamically changing capacity due to a highly varibale delay
US20030055980A1 (en) * 2001-09-20 2003-03-20 Changwen Liu System and method for reducing retransmissions due to tunneled TCP-in-TCP communication in a network
US20040052265A1 (en) * 2002-07-31 2004-03-18 Mondal Abdul Sakib Method and system for providing reliable and fast communications with mobile entities
US20040030790A1 (en) * 2002-08-07 2004-02-12 Khiem Le Data communication method, system, and transmitter and receiver constituting the system
US20040109443A1 (en) * 2002-12-06 2004-06-10 Andiamo Systems Inc. Apparatus and method for a lightweight, reliable, packet-based transport protocol

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030040332A1 (en) * 1996-09-05 2003-02-27 Jerome Swartz System for digital radio communication between a wireless LAN and a PBX
US7327711B2 (en) * 1996-09-05 2008-02-05 Symbol Technologies, Inc. System for digital radio communication between a wireless LAN and a PBX
US7225243B1 (en) * 2000-03-14 2007-05-29 Adaptec, Inc. Device discovery methods and systems implementing the same
US7177300B2 (en) * 2001-11-21 2007-02-13 Communications Research Laboratory, Independent Administrative Institution Packet communication method and proposal node
US20030095537A1 (en) * 2001-11-21 2003-05-22 Homare Murakami Packet communication method and proposal node
US20040042468A1 (en) * 2002-08-29 2004-03-04 Andras Kovacs Server control plane connections recovery in a server-gateway architecture based telecommunication network
US7440464B2 (en) * 2002-08-29 2008-10-21 Nokia Corporation Server control plane connections recovery in a server-gateway architecture based telecommunication network
US7852862B2 (en) 2002-12-19 2010-12-14 Research In Motion Limited Wireless/LAN router queuing method and system
US20040120293A1 (en) * 2002-12-19 2004-06-24 Hassan Ahmed E. Wireless/LAN router queuing method and system
US8989200B2 (en) 2002-12-19 2015-03-24 Blackberry Limited Wireless/LAN router queuing method and system
US7296067B2 (en) * 2002-12-19 2007-11-13 Research In Motion Limited Wireless/LAN router queuing method and system
US20080025244A1 (en) * 2002-12-19 2008-01-31 Research In Motion Limited Wireless/lan router queuing method and system
US8576860B2 (en) 2002-12-19 2013-11-05 Blackberry Limited Wireless/LAN router queuing method and system
US20110064064A1 (en) * 2002-12-19 2011-03-17 Research In Motion Limited Wireless/lan router queuing method and system
US20090129270A1 (en) * 2003-03-06 2009-05-21 Ki Jun Kim Apparatus and method for controlling reverse-link data transmission rate
US8064419B2 (en) * 2003-03-06 2011-11-22 Lg Electronics Inc. Apparatus and method for controlling reverse-link data transmission rate
US8305995B2 (en) 2003-04-29 2012-11-06 Lg Electronics Inc. Apparatus and method for controlling reverse-link data transmission rate during handoff
US7852875B2 (en) 2003-04-29 2010-12-14 Lg Electronics, Inc. Apparatus and method for controlling reverse-link data transmission rate during handoff
US7664035B2 (en) 2003-04-29 2010-02-16 Lg Electronics Inc. Apparatus and method for controlling reverse-link data transmission rate during handoff
US20090245205A1 (en) * 2003-04-29 2009-10-01 Ki Jun Kim Apparatus and method for controlling reverse-link data transmission rate during handoff
US20080259801A1 (en) * 2003-04-29 2008-10-23 Ki Jun Kim Apparatus and method for controlling reverse-link data transmission rate during handoff
US7496038B2 (en) * 2005-12-12 2009-02-24 International Business Machines Corporation Method for faster detection and retransmission of lost TCP segments
US20070133414A1 (en) * 2005-12-12 2007-06-14 Krishna Shantala G Method for faster detection and retransmission of lost TCP segments
EP2144403A1 (en) 2008-07-11 2010-01-13 Canon Kabushiki Kaisha Method for managing a transmission of data streams on a transport channel of a tunnel, corresponding tunnel end-point, computer program product and computer-readable storage medium
CN101635665B (en) * 2008-07-11 2012-03-21 佳能株式会社 Method for managing a transmission of data streams on a transport channel of a tunnel, and corresponding tunnel end-point
US8072898B2 (en) 2008-07-11 2011-12-06 Canon Kabushiki Kaisha Method for managing a transmission of data streams on a transport channel of a tunnel, corresponding tunnel end-point and computer-readable storage medium
US20100008245A1 (en) * 2008-07-11 2010-01-14 Canon Kabushiki Kaisha Method for managing a transmission of data streams on a transport channel of a tunnel, corresponding tunnel end-point and computer-readable storage medium
US20170055247A1 (en) * 2015-08-20 2017-02-23 Beijing Zhigu Tech Co., Ltd. Data transmission method and apparatus and data receiving method and apparatus
US10341469B2 (en) * 2015-08-20 2019-07-02 Beijing Zhigu Tech Co., Ltd. Data transmission method and apparatus and data receiving method and apparatus
US9860183B2 (en) 2015-09-25 2018-01-02 Fsa Technologies, Inc. Data redirection in a bifurcated communication trunk system and method
US9900258B2 (en) 2015-09-25 2018-02-20 Fsa Technologies, Inc. Multi-trunk data flow regulation system and method
US11849493B2 (en) 2019-10-01 2023-12-19 Pismo Labs Technology Limited Modified methods and system of transmitting and receiving transmission control protocol segments over internet protocol packets

Also Published As

Publication number Publication date
US6934257B2 (en) 2005-08-23
US20020146016A1 (en) 2002-10-10

Similar Documents

Publication Publication Date Title
US6934257B2 (en) Transferring transmission control protocol packets
US7483376B2 (en) Method and apparatus for discovering path maximum transmission unit (PMTU)
US7089312B2 (en) System and method for reducing retransmissions due to tunneled TCP-in-TCP communication in a network
US5941988A (en) Session and transport layer proxies via TCP glue
US7385923B2 (en) Method, system and article for improved TCP performance during packet reordering
US7474619B2 (en) Method and apparatus for providing fragmentation at a transport level along a transmission path
US7007103B2 (en) Method to offload a network stack
US7742454B2 (en) Network performance by dynamically setting a reassembly timer based on network interface
US7103674B2 (en) Apparatus and method of reducing dataflow distruption when detecting path maximum transmission unit (PMTU)
JP5005003B2 (en) Method for managing transmission of a data stream over a transport channel of a tunnel, corresponding tunnel endpoint and computer-readable storage medium
US20030131079A1 (en) Performance enhancing proxy techniques for internet protocol traffic
EP1119955B1 (en) Semi-reliable data transport
US8085669B2 (en) Session relay device and session relay method
US7480301B2 (en) Method, system and article for improved TCP performance during retransmission in response to selective acknowledgement
US20090316719A1 (en) Method for managing mechanisms to enhance transmission of data streams in a tunnel, corresponding computer program product, storage medium and tunnel end-point
US6996105B1 (en) Method for processing data packet headers
JP2005520374A (en) Changes to TCP / IP
US8578040B2 (en) Method, system and article for client application control of network transmission loss tolerance
US7506036B1 (en) Proxy device and method of operation for a windowing internet protocol data network
KR100663465B1 (en) Method and apparatus for transmitting and receiving bitwise virtual block information for multiple segment recovery in data network using tcp
US11134020B1 (en) Flow control of two TCP streams between three network nodes
Presotto et al. The IL protocol
Elsensohn et al. 0-RTT Protocol in Golang
Mneimneh Computer Networks UDP and TCP
Dakhane et al. UDP-Based Multi-Stream Communication Protocol

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, CHANGWEN;IYER, PRAKASH N.;SAINT-HILAIRE, YLIAN;REEL/FRAME:017103/0453

Effective date: 20010620

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION