WO2016011413A1 - Transmission control protocol (tcp) acknowledgement (ack) packet suppression - Google Patents
Transmission control protocol (tcp) acknowledgement (ack) packet suppression Download PDFInfo
- Publication number
- WO2016011413A1 WO2016011413A1 PCT/US2015/041003 US2015041003W WO2016011413A1 WO 2016011413 A1 WO2016011413 A1 WO 2016011413A1 US 2015041003 W US2015041003 W US 2015041003W WO 2016011413 A1 WO2016011413 A1 WO 2016011413A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- packet
- tcp
- layer
- incoming
- ssl
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
- H04L69/162—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0272—Virtual private networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/326—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the transport layer [OSI layer 4]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L5/00—Arrangements affording multiple use of the transmission path
- H04L5/003—Arrangements for allocating sub-channels of the transmission path
- H04L5/0053—Allocation of signaling, i.e. of overhead other than pilot signals
- H04L5/0055—Physical resource allocation for ACK/NACK
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/16—Implementing security features at a particular protocol layer
- H04L63/166—Implementing security features at a particular protocol layer at the transport layer
Definitions
- This relates generally to network communications, and, more particularly to systems and methods for Transmission Control Protocol (TCP) acknowledgement (ACK) packet suppression.
- TCP Transmission Control Protocol
- ACK acknowledgement
- the Internet protocol suite specifies how data should be transmitted by a source and received at a destination over a computer network.
- the suite is generally organized into four or more abstraction layers, which are then used to sort related networking protocols.
- One such protocol is referred to as the TCP protocol, which is a type of transport protocol responsible for end-to-end message transfer independent of the underlying network.
- TCP transport protocol responsible for end-to-end message transfer independent of the underlying network.
- web browsers are known to use TCP when connecting to servers on the World Wide Web.
- TCP is commonly used to deliver email and to transfer files from one location to another.
- TCP The TCP protocol is designed to guarantee that all bytes received are identical to the bytes originally transmitted, and in the correct order.
- TCP requires the destination to respond with an acknowledgment message as it receives the data.
- the source may keep a record of each packet it sends and may retransmit a given packet if a timer expires before the packet has been acknowledged.
- a destination receiving a stream of TCP packets may increase communication efficiency by sending fewer than one ACK per packet received, which is referred to as "delayed ACK.”
- delayed ACK the Internet Engineering Task Force's (IETF) Request for Comments (RFC) 1122
- IETF Internet Engineering Task Force's
- RRC Request for Comments
- a delay must be smaller than 0.5 seconds, and an ACK should exist for at least every second packet.
- a conventional delayed ACK implementations can potentially reduce the total number of packets communicated between devices, excessive delays on ACKs can still disturb round-trip timing and other aspects of the communication.
- a method may include receiving an incoming transport packet at a transport layer implemented via a computer system; de-encapsulating the incoming transport packet using a transport protocol to identify an incoming security packet, and passing the incoming security packet to a security layer; and signaling, by the security layer to the transport layer in response to the security layer having received the incoming security packet, that an acknowledgement packet be suppressed by the transport layer.
- TCP Transmission Control Protocol
- ACK acknowledgement
- the incoming transport packet may be a TCP packet
- the transport layer may be a TCP layer
- the transport protocol may be a TCP protocol
- the acknowledgement packet may be a TCP acknowledgement packet.
- the incoming security packet may be a Transport Layer Security (TLS) packet or a Secure Sockets Layer (SSL) packet.
- the incoming security packet may be part of a security handshake between the computer system and another computer system, and the handshake may take place over a network.
- the security handshake may include an SSL handshake
- the incoming security package may include a client hello message, a server hello message, a server hello done message, a client finished message, a server finished message, or a change cipher spec notification.
- the method may further include suppressing transmission of the acknowledgement packet by the transport layer in response to the signaling.
- the method may further include receiving, at the transport layer, an outgoing security packet in response to the incoming security packet; and encapsulating, by the transport layer, the outgoing security packet using the transport protocol into an outgoing transport packet.
- the outgoing transport packet may include an acknowledgement indication.
- the acknowledgement indication may be in a header portion of the outgoing transport packet.
- the acknowledgement indication may be in an acknowledgement field of the header portion.
- a communication system may include a processor and a memory coupled to the processor, the memory configured to store program instructions executable by the processor to cause the communication system to receive an incoming TCP packet at a TCP layer implemented by the communication system; de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming SSL packet; pass the incoming SSL packet from the TCP layer to an SSL layer; and signal, by the SSL layer to the TCP layer in response to the SSL layer having received the incoming SSL packet, that a TCP acknowledgement be suppressed by the TCP layer.
- a non-transitory electronic storage medium may have program instructions stored thereon that, upon execution by a processor within a communication system, cause the communication system to: receive an incoming TCP packet at a TCP layer implemented by the communication system; de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming TLS packet; pass the incoming TLS packet from the TCP layer to a TLS layer; and signal, by the TLS layer to the TCP layer in response to the TLS layer having received the incoming TLS packet, that a TCP acknowledgement be suppressed by the TCP layer.
- one or more communications devices or computer systems may perform one or more of the techniques described herein.
- a tangible computer-readable or electronic storage medium may have program instructions stored thereon that, upon execution by one or more communications devices or computer systems, cause the one or more communications devices or computer systems to execute one or more operations disclosed herein.
- a communications system or device may include at least one processor and a memory coupled to the at least one processor. Examples of a processor include, but are not limited to, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a system-on-chip (SoC) circuit, a field-programmable gate array (FPGA), a microprocessor, or a microcontroller.
- the memory may be configured to store program instructions executable by the at least one processor to cause the system to execute one or more operations disclosed herein.
- FIG. 1 is a block diagram of a modified Open Systems Interconnection model (OSI) 100 implemented according to some embodiments.
- OSI Open Systems Interconnection model
- FIG. 2 is a block diagram of encapsulated data according to some embodiments.
- FIGS. 3A-B illustrate an example of a sequence of packets intercepted in a client-server communication to show one or more TCP ACK packets that may be suppressed according to some embodiments.
- FIG. 4 is a flowchart of a method for TCP ACK packet suppression according to some embodiments.
- FIG. 5 is a block diagram of a computer system configured to implement systems and methods for TCP ACK suppression according to some embodiments.
- the systems and methods described herein may be used to suppress or otherwise dilute transport protocol acknowledgement (ACK) packets or messages in a network communication between a source and a destination (e.g. between two computer systems, a computer system and a communication device, or two communication devices).
- ACK transport protocol acknowledgement
- An example of a transport protocol used in Internet communications is the Transmission Control Protocol (TCP).
- TCP Transmission Control Protocol
- ACK packets may be suppressed when the communication also employs a session or security protocol, such as the Secure Sockets Layer (SSL) or the Transport Layer Security (TLS) protocol.
- SSL Secure Sockets Layer
- TLS Transport Layer Security
- FIG. 1 is a block diagram of a modified Open Systems Interconnection model (OSI) 100, according to some embodiments.
- suite 100 may be implemented by an operating system, software, and/or firmware executed by a host computing system or communication device (hereinafter "host").
- OSI model 100 is a conceptual model that characterizes internal operations of a communication system by partitioning it into logical layers 101-107. A given layer serves the layer immediately above it, and is served by the immediately layer below it.
- model 100 has three media layers, including physical layer 101 , data link layer 102, and network layer 103.
- Physical layer 101 operates at the bit level and provides direct point-to-point (although not necessarily reliable) data connection.
- Data link layer 102 operates at the bit and/or frame level, and it provides a reliable direct point-to-point data connection.
- Network layer 103 operates and the packet and/or datagram level, and it provides addressing, routing, and delivery of datagrams between points in a network.
- Model 100 has four additional host layers, including transport layer 104, session layer 105, presentation layer 106, and application layer 107.
- Transport layer 104 operates at the segment level, and it provides reliable delivery of packets between points of a network.
- Layers 105-107 operate at the data level. Session layer 105 provides inter-host communication and managing of sessions between applications, presentation layer 106 provides data representation, encryption and decryption, and conversion of machine dependent data to machine independent data, and application layer 107 provides network processes to one or more applications.
- session layer 105 may be configured to communicate with transport layer 104 using acknowledgement signal 108. For example, in response to session layer 104 having received an incoming packet or message, session layer 104 may signal transport layer 104 that a dedicated acknowledgement response packet or message be suppressed by transport layer 104.
- modified model 100 may be used as a modified Internet protocol suite, also known as TCP/IP.
- network layer 103 may be an Internet layer, which uses the IP protocol.
- End-to-end message transmission or connecting applications at transport layer 104 may be categorized as either: (a) connection-oriented, implemented in TCP; or (b) connectionless, implemented in User Datagram Protocol (UDP).
- session layer 105 may be implement the SSL or TLS protocol. Therefore, in these applications, SSL or TLS layer 105 may signal the TCP layer that a TCP acknowledgement be suppressed by the TCP layer according to some embodiments.
- ACK signal 108 may be implemented as a message or command sent from session layer 105 to transport layer 104.
- ACK 108 may be implemented as a data structure (e.g., a flag) external to model 100 but accessible to both session layer 105 and transport layer 104, such that session layer 105 may indicate an opportunity for transport layer 104 to suppress an ACK message by manipulating that data structure (e.g., turning the flag on or off).
- a service data unit is the payload of a PDU, transmitted unchanged to a peer Data that has been passed down from an OSI layer to the next-lower layer, and which the lower layer encapsulates into a protocol data unit (PDU).
- Layer N-l adds a header or footer, or both, to the SDU, composing a PDU of layer N -l .
- the added framing makes it possible to get the data from a source to a destination. Accordingly, the PDU at a layer N becomes the SDU of layer N -1.
- FIG. 2 is a block diagram of encapsulated data 200 according to some embodiments.
- data 201 is received by session layer 105, which adds to it SSL header 202.
- the SSL packet or message formed by a combination of data 201 and SSL header 202 is then passed to transport layer 104, which adds TCP header 203 to the SSL packet.
- transport layer 104 which adds TCP header 203 to the SSL packet.
- the TCP packet including data 201, SSL header 202, and TCP header 203 is processed by network layer 103, which adds to it IP header 204.
- the encapsulation process continues as the information is sent to lower layers until the information is ultimately transmitted to the destination host.
- a de-encapsulation process is used to remove headers 202-204 as the information moves up to higher layers.
- network or IP layer 103 removes IP header 204 to result in a transport packet formed by data 201, SSL header 202, and TCP header 203.
- Transport layer 104 removes TCP header 203 to result in an SSL packet made of data 201 and SSL header 202.
- service layer 103 removes SSL header 202 from the SSL packet before sending data 201 to presentation layer 106 and/or application layer 107.
- transport layer 104 may identify the security packet and pass the incoming security packet to security layer 105.
- security layer 105 may provide ACK signal 108 to transport layer 104 to allow transport layer 104 to suppress the sending of a dedicated ACK packet back to the transmitting host.
- transport layer 104 may include an acknowledgement indication in TCP header 203.
- a destination host may suppress such a TCP ACK packet until a substantive response to the incoming packet, and the substantive response packet may include an ACK indication in a TCP header of that response.
- each layer may further process and/or manipulate the received data in various additional known ways.
- FIGS. 3A-B illustrate an example of a sequence of packets 300 intercepted in a client-server communication to show one or more TCP ACK packets that may be suppressed according to some embodiments. More specifically, each of packets 300 has been captured from a Wi-Fi interface using a sniffer device.
- Packet 301 is a "client hello" packet that uses the Hypertext Transfer Protocol Secure (HTTPS) protocol, which is the result of layering the Hypertext Transfer Protocol (HTTP) on top of the SSL/TLS protocol, and which is transmitted by a client host identified by IP address 10.0.0.9.
- HTTPS Hypertext Transfer Protocol Secure
- packet 302 is a TCP ACK packet transmitted from a server host or destination having IP address 173.194.66.147 back to the client host.
- packet 301 initiates an SSL handshake procedure between the client host and the server host.
- the server host sends packet 303, which is a "Server Hello" packet, back to the client host.
- Server hosts also sends "Certificate” packet 304 and "Server Hello Done” packet 305, back to the client host.
- the client hosts sends TCP ACK packets 306 and 307 to the server host in response to packets 303, 304, and/or 305.
- the client host then sends "Client Key Exchange” packet 308, "Change Cipher Spec” packet 309, and "Client Finished" packet 310 to the server host.
- the server host sends TCP ACK packet 311 and "Change Cipher Spec” packet 312 to client host. Then, the client host sends TCP ACK packets 313 and 314 back to the server host.
- one or more of ACK packets 302, 306, 307, 311, 313, and 314 may be suppressed, at least in part, using the systems and methods described herein.
- each host may implement a protocol stack in the manner shown in FIG. 1, such that each host's transport layer 104 withholds the sending of a dedicated TCP ACK packet at the command of its session layer 105, until a subsequent packet is ready for transmission. Then, transport layer 104 may introduce an ACK indication in that subsequent packet therefore reducing the number of packets that would otherwise be transmitted back and forth during the handshake.
- FIG. 4 is a flowchart of method 400 for TCP ACK packet suppression.
- method 400 may be performed, at least in part, by a client and/or server host configured to implement modified OSI model 100 of FIG. 1.
- a transport layer e.g., a TCP layer
- receives an incoming packet e.g., a TCP packet.
- the TCP layer sends the TCP packet to a service or security layer (e.g., an SSL or TLS layer).
- the SSL layer signals the TCP layer to suppress a dedicated acknowledgement packet transmission (e.g., a TCK ACK packet).
- the SSL layer sends an outgoing data packet (e.g., an SSL packet) to the TCP layer in response to the incoming TCP packet.
- the TCP layer adds an acknowledgement indication to a header encapsulating the SSL packet to create an outgoing TCP packet. In some cases, the acknowledgement indication may be placed in an acknowledgement field of the header portion of the outgoing TCP packet.
- next packet is guaranteed in SSL negotiations, dilution or suppression of TCP ACK packets does not cause any degradation in the quality of the communication, especially during the handshake process, but also in other contexts. Furthermore, by omitting certain TCP ACK packets from the communication, the client and/or sever hosts may be capable or preserving energy and therefore may facilitate operation in lower power mode.
- system 500 may be implemented as a communication device, modem, server, a mainframe computer system, a workstation, a network computer, a desktop computer, a laptop, or a mobile device.
- these various systems may be configured to communicate with each other in any suitable way, such as via a local area network.
- system 500 includes one or more processor(s) 510A-N coupled to a system memory 520 via an input/output (I/O) interface 530.
- Computer system 500 further includes a network interface 540 coupled to I/O interface 530, and one or more input/output devices 525, such as cursor control device 560, keyboard 570, display(s) 580, and/or mobile device 590.
- computer system 500 may be a single-processor system including one processor, or a multi-processor system including two or more processor(s) 510A-N (e.g., two, four, eight, or another suitable number).
- Processor(s) 510A-N may be any processor capable of executing program instructions.
- processor(s) 510A-N may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the x86, POWERPC ® , ARM ® , SPARC ® , or MIPS ® IS As, or any other suitable ISA.
- ISAs instruction set architectures
- processor(s) 510A-N may commonly, but not necessarily, implement the same ISA.
- at least one of processor(s) 510A-N may be a graphics processing unit (GPU) or other dedicated graphics-rendering device.
- GPU graphics processing unit
- System memory 520 may be configured to store program instructions and/or data accessible by processor(s) 510A-N.
- system memory 520 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory.
- SRAM static random access memory
- SDRAM synchronous dynamic RAM
- program instructions and data implementing certain operations may be stored within system memory 520 as program instructions 525 and data storage 535, respectively.
- program instructions and/or data may be received, sent or stored upon different types of computer-accessible media or on similar media separate from system memory 520 or computer system 500.
- a computer-accessible medium may include any tangible storage media or memory media such as magnetic or optical media— e.g., disk or CD/DVD-ROM coupled to computer system 500 via I/O interface 530.
- Program instructions and data stored on a tangible computer-accessible medium in non-transitory form may further be transmitted by transmission media or signals such as electrical, electromagnetic, or digital signals, which may be conveyed via a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 540.
- I/O interface 530 may be configured to coordinate I/O traffic between processor(s) 510A-N, system memory 520, and any peripheral devices in the device, including network interface 540 or other peripheral interfaces, such as input/output devices 550.
- I/O interface 530 may perform any necessary protocol, timing or other data transformations to convert data signals from one component (e.g., system memory 520) into a format suitable for use by another component (e.g., processor(s) 510A-N).
- I/O interface 530 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard.
- PCI Peripheral Component Interconnect
- USB Universal Serial Bus
- I/O interface 530 may be split into two or more separate components, such as a north bridge and a south bridge. Also, in some embodiments some or all of the functionality of I/O interface 530, such as an interface to system memory 520, may be incorporated directly into processor(s) 510A-N.
- Network interface 540 may be configured to allow data to be exchanged between computer system 500 and other devices attached to a network, such as other computer systems, or between nodes of computer system 500.
- network interface 540 may support communication via wired or wireless general data networks, such as any suitable type of Ethernet network; via telecommunications/telephony networks such as analog voice networks or digital fiber communications networks; via storage area networks such as Fiber Channel SANs, or via any other suitable type of network and/or protocol.
- Input/output devices 550 may, in some embodiments, include one or more display terminals, keyboards, keypads, touchpads, scanning devices, voice or optical recognition devices, mobile devices, or any other devices suitable for entering or retrieving data by one or more computer system 500. Multiple input/output devices 550 may exist in computer system 500 or may be distributed on various nodes of computer system 500. In some embodiments, similar input/output devices may be separate from computer system 500 and may interact with one or more nodes of computer system 500 through a wired or wireless connection, such as over network interface 540.
- memory 520 may include program instructions 525 configured to implement certain embodiments described herein (e.g., implementing one or more operations shown in FIGS. 7C, 8, and/or 9A), and data storage 535 including various data accessible by program instructions 525.
- program instructions 525 may include software elements of embodiments illustrated in the above-discussed figures.
- program instructions 525 may be implemented in various embodiments using any desired programming language, scripting language, or combination of programming languages and/or scripting languages (e.g., C, C++, C#, JAVA ® , JAVASCRIPT ® , and PERL ® ).
- Data storage 535 may include data that may be used in these embodiments (e.g., recorded communications, and profiles for different modes of operations). In other embodiments, other or different software elements and data may be included.
- Computer system 500 is merely illustrative and is not intended to limit the scope of the disclosure described herein.
- the computer system and devices may include any combination of hardware or software that can perform the indicated operations.
- the operations performed by the illustrated components may, in some embodiments, be performed by fewer components or distributed across additional components.
- the operations of some of the illustrated components may not be provided and/or other additional operations may be available. Accordingly, systems and methods described herein may be implemented or executed with other computer system configurations.
- Various operations discussed herein may be executed simultaneously and/or sequentially. Further, each operation may be performed in any order and may be performed once or repetitiously.
- the operations discussed herein may represent sets of software routines, logic functions, and/or data structures that are configured to perform specified operations. Although certain operations may be shown as distinct logical blocks, in some embodiments at least some of these operations may be combined into fewer blocks. Conversely, any given one of the blocks shown herein may be implemented such that its operations may be divided among two or more logical blocks.
- these various modules may be rearranged in other suitable ways in other embodiments.
- processor-readable, computer-readable, or machine-readable medium may include any device or medium that can store or transfer information. Examples of such a processor-readable medium include an electronic circuit, a semiconductor memory device, a flash memory, a ROM, an erasable ROM (EROM), a floppy diskette, a compact disk, an optical disk, a hard disk, and a fiber optic medium.
- Software code segments may be stored in any volatile or non-volatile storage device, such as a hard drive, flash memory, solid state memory, optical disk, CD, DVD, computer program product, or other memory device, that provides tangible computer-readable or machine-readable storage for a processor or a middleware container service.
- the memory may be a virtualization of several physical storage devices, wherein the physical storage devices are of the same or different kinds.
- the code segments may be downloaded or transferred from storage to a processor or container via an internal bus, another computer network, such as the Internet or an intranet, or via other wired or wireless networks.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Mobile Radio Communication Systems (AREA)
- Communication Control (AREA)
Abstract
In various implementations, systems and methods for Transmission Control Protocol (TCP) acknowledgement (ACK) packet suppression may be applicable to low-power communications. For example, a method may include receive an incoming TCP packet at a TCP layer (401) implemented by the communication system; de-encapsulating the incoming TCP packet using a TCP protocol to identify an incoming Secure Sockets Layer (SSL) or Transport Layer Security (TLS) packet; passing the incoming SSL or TLS packet from the TCP layer to an SSL or TLS layer (402); and signaling, by the SSL or TLS layer to the TCP layer in response to the SSL or TLS layer having received the incoming SSL or TLS packet, that a TCP acknowledgement be suppressed by the TCP layer (403).
Description
TRANSMISSION CONTROL PROTOCOL (TCP) ACKNOWLEDGEMENT (ACK)
PACKET SUPPRESSION
[0001] This relates generally to network communications, and, more particularly to systems and methods for Transmission Control Protocol (TCP) acknowledgement (ACK) packet suppression.
BACKGROUND
[0002] The Internet protocol suite specifies how data should be transmitted by a source and received at a destination over a computer network. The suite is generally organized into four or more abstraction layers, which are then used to sort related networking protocols. One such protocol is referred to as the TCP protocol, which is a type of transport protocol responsible for end-to-end message transfer independent of the underlying network. For example, web browsers are known to use TCP when connecting to servers on the World Wide Web. Also, TCP is commonly used to deliver email and to transfer files from one location to another.
[0003] The TCP protocol is designed to guarantee that all bytes received are identical to the bytes originally transmitted, and in the correct order. However, because packet transfer over many networks is unreliable, TCP requires the destination to respond with an acknowledgment message as it receives the data. The source may keep a record of each packet it sends and may retransmit a given packet if a timer expires before the packet has been acknowledged.
[0004] In some cases, a destination receiving a stream of TCP packets may increase communication efficiency by sending fewer than one ACK per packet received, which is referred to as "delayed ACK." However, according to the Internet Engineering Task Force's (IETF) Request for Comments (RFC) 1122, such a delay must be smaller than 0.5 seconds, and an ACK should exist for at least every second packet. Moreover, although a conventional delayed ACK implementations can potentially reduce the total number of packets communicated between devices, excessive delays on ACKs can still disturb round-trip timing and other aspects of the communication.
SUMMARY
[0005] In described examples, for Transmission Control Protocol (TCP) acknowledgement
(ACK) packet suppression, a method may include receiving an incoming transport packet at a transport layer implemented via a computer system; de-encapsulating the incoming transport packet using a transport protocol to identify an incoming security packet, and passing the incoming security packet to a security layer; and signaling, by the security layer to the transport layer in response to the security layer having received the incoming security packet, that an acknowledgement packet be suppressed by the transport layer.
[0006] In some implementations, the incoming transport packet may be a TCP packet, the transport layer may be a TCP layer, the transport protocol may be a TCP protocol, and the acknowledgement packet may be a TCP acknowledgement packet. The incoming security packet may be a Transport Layer Security (TLS) packet or a Secure Sockets Layer (SSL) packet. Moreover, the incoming security packet may be part of a security handshake between the computer system and another computer system, and the handshake may take place over a network. Additionally or alternatively, the security handshake may include an SSL handshake, and the incoming security package may include a client hello message, a server hello message, a server hello done message, a client finished message, a server finished message, or a change cipher spec notification.
[0007] The method may further include suppressing transmission of the acknowledgement packet by the transport layer in response to the signaling. The method may further include receiving, at the transport layer, an outgoing security packet in response to the incoming security packet; and encapsulating, by the transport layer, the outgoing security packet using the transport protocol into an outgoing transport packet.
[0008] The outgoing transport packet may include an acknowledgement indication. The acknowledgement indication may be in a header portion of the outgoing transport packet. The acknowledgement indication may be in an acknowledgement field of the header portion.
[0009] In another described example, a communication system may include a processor and a memory coupled to the processor, the memory configured to store program instructions executable by the processor to cause the communication system to receive an incoming TCP packet at a TCP layer implemented by the communication system; de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming SSL packet; pass the incoming SSL packet from the TCP layer to an SSL layer; and signal, by the SSL layer to the TCP layer in response to the SSL layer having received the incoming SSL packet, that a TCP
acknowledgement be suppressed by the TCP layer.
[0010] In yet another described example, a non-transitory electronic storage medium may have program instructions stored thereon that, upon execution by a processor within a communication system, cause the communication system to: receive an incoming TCP packet at a TCP layer implemented by the communication system; de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming TLS packet; pass the incoming TLS packet from the TCP layer to a TLS layer; and signal, by the TLS layer to the TCP layer in response to the TLS layer having received the incoming TLS packet, that a TCP acknowledgement be suppressed by the TCP layer.
[0011] In some examples, one or more communications devices or computer systems may perform one or more of the techniques described herein. In other examples, a tangible computer-readable or electronic storage medium may have program instructions stored thereon that, upon execution by one or more communications devices or computer systems, cause the one or more communications devices or computer systems to execute one or more operations disclosed herein. In yet other examples, a communications system or device may include at least one processor and a memory coupled to the at least one processor. Examples of a processor include, but are not limited to, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a system-on-chip (SoC) circuit, a field-programmable gate array (FPGA), a microprocessor, or a microcontroller. The memory may be configured to store program instructions executable by the at least one processor to cause the system to execute one or more operations disclosed herein.
BRIEF DESCRIPTION OF THE DRAWINGS
[0012] FIG. 1 is a block diagram of a modified Open Systems Interconnection model (OSI) 100 implemented according to some embodiments.
[0013] FIG. 2 is a block diagram of encapsulated data according to some embodiments.
[0014] FIGS. 3A-B illustrate an example of a sequence of packets intercepted in a client-server communication to show one or more TCP ACK packets that may be suppressed according to some embodiments.
[0015] FIG. 4 is a flowchart of a method for TCP ACK packet suppression according to some embodiments.
[0016] FIG. 5 is a block diagram of a computer system configured to implement systems and
methods for TCP ACK suppression according to some embodiments.
DETAILED DESCRIPTION OF EXAMPLE EMBODIMENTS
[0017] In various embodiments, the systems and methods described herein may be used to suppress or otherwise dilute transport protocol acknowledgement (ACK) packets or messages in a network communication between a source and a destination (e.g. between two computer systems, a computer system and a communication device, or two communication devices). An example of a transport protocol used in Internet communications is the Transmission Control Protocol (TCP). In some cases, ACK packets may be suppressed when the communication also employs a session or security protocol, such as the Secure Sockets Layer (SSL) or the Transport Layer Security (TLS) protocol.
[0018] To better illustrate the foregoing, FIG. 1 is a block diagram of a modified Open Systems Interconnection model (OSI) 100, according to some embodiments. In various applications, suite 100 may be implemented by an operating system, software, and/or firmware executed by a host computing system or communication device (hereinafter "host"). Generally, OSI model 100 is a conceptual model that characterizes internal operations of a communication system by partitioning it into logical layers 101-107. A given layer serves the layer immediately above it, and is served by the immediately layer below it.
[0019] Particularly, model 100 has three media layers, including physical layer 101 , data link layer 102, and network layer 103. Physical layer 101 operates at the bit level and provides direct point-to-point (although not necessarily reliable) data connection. Data link layer 102 operates at the bit and/or frame level, and it provides a reliable direct point-to-point data connection. Network layer 103 operates and the packet and/or datagram level, and it provides addressing, routing, and delivery of datagrams between points in a network.
[0020] Model 100 has four additional host layers, including transport layer 104, session layer 105, presentation layer 106, and application layer 107. Transport layer 104 operates at the segment level, and it provides reliable delivery of packets between points of a network. Layers 105-107 operate at the data level. Session layer 105 provides inter-host communication and managing of sessions between applications, presentation layer 106 provides data representation, encryption and decryption, and conversion of machine dependent data to machine independent data, and application layer 107 provides network processes to one or more applications.
[0021] In modified model 100, session layer 105 may be configured to communicate with
transport layer 104 using acknowledgement signal 108. For example, in response to session layer 104 having received an incoming packet or message, session layer 104 may signal transport layer 104 that a dedicated acknowledgement response packet or message be suppressed by transport layer 104.
[0022] In some applications, modified model 100 may be used as a modified Internet protocol suite, also known as TCP/IP. In those applications, network layer 103 may be an Internet layer, which uses the IP protocol. End-to-end message transmission or connecting applications at transport layer 104 may be categorized as either: (a) connection-oriented, implemented in TCP; or (b) connectionless, implemented in User Datagram Protocol (UDP). Also, session layer 105 may be implement the SSL or TLS protocol. Therefore, in these applications, SSL or TLS layer 105 may signal the TCP layer that a TCP acknowledgement be suppressed by the TCP layer according to some embodiments.
[0023] In some embodiments, ACK signal 108 may be implemented as a message or command sent from session layer 105 to transport layer 104. In other embodiments, ACK 108 may be implemented as a data structure (e.g., a flag) external to model 100 but accessible to both session layer 105 and transport layer 104, such that session layer 105 may indicate an opportunity for transport layer 104 to suppress an ACK message by manipulating that data structure (e.g., turning the flag on or off).
[0024] Referring to FIG. 1, at each level (N), two hosts exchange protocol data units (PDUs) by means of a layer-N protocol. A service data unit (SDU) is the payload of a PDU, transmitted unchanged to a peer Data that has been passed down from an OSI layer to the next-lower layer, and which the lower layer encapsulates into a protocol data unit (PDU). Layer N-l adds a header or footer, or both, to the SDU, composing a PDU of layer N -l . The added framing makes it possible to get the data from a source to a destination. Accordingly, the PDU at a layer N becomes the SDU of layer N -1.
[0025] To illustrate this process, FIG. 2 is a block diagram of encapsulated data 200 according to some embodiments. In a transmitting or source host, data 201 is received by session layer 105, which adds to it SSL header 202. The SSL packet or message formed by a combination of data 201 and SSL header 202 is then passed to transport layer 104, which adds TCP header 203 to the SSL packet. Then, the TCP packet including data 201, SSL header 202, and TCP header 203 is processed by network layer 103, which adds to it IP header 204. The encapsulation
process continues as the information is sent to lower layers until the information is ultimately transmitted to the destination host.
[0026] In the reverse direction, when the information is received by a destination host, a de-encapsulation process is used to remove headers 202-204 as the information moves up to higher layers. Specifically, network or IP layer 103 removes IP header 204 to result in a transport packet formed by data 201, SSL header 202, and TCP header 203. Transport layer 104 removes TCP header 203 to result in an SSL packet made of data 201 and SSL header 202. Then, service layer 103 removes SSL header 202 from the SSL packet before sending data 201 to presentation layer 106 and/or application layer 107.
[0027] In some embodiments, as part of the de-encapsulation process of an incoming packet or message sent by a transmitting host, transport layer 104 may identify the security packet and pass the incoming security packet to security layer 105. Upon receiving the incoming security packet, security layer 105 may provide ACK signal 108 to transport layer 104 to allow transport layer 104 to suppress the sending of a dedicated ACK packet back to the transmitting host. For example, after a response to the incoming packet has been provided to transport layer 104 for sending to the transmitting host, transport layer 104 may include an acknowledgement indication in TCP header 203. Accordingly, rather than sending a TCP ACK packet immediately upon receipt of the incoming packet, a destination host may suppress such a TCP ACK packet until a substantive response to the incoming packet, and the substantive response packet may include an ACK indication in a TCP header of that response.
[0028] The encapsulation and de-encapsulation processes illustrated with reference to FIG. 2 are provided in a simplified manner for ease of understanding. In actual implementations, each layer may further process and/or manipulate the received data in various additional known ways.
[0029] FIGS. 3A-B illustrate an example of a sequence of packets 300 intercepted in a client-server communication to show one or more TCP ACK packets that may be suppressed according to some embodiments. More specifically, each of packets 300 has been captured from a Wi-Fi interface using a sniffer device. Packet 301 is a "client hello" packet that uses the Hypertext Transfer Protocol Secure (HTTPS) protocol, which is the result of layering the Hypertext Transfer Protocol (HTTP) on top of the SSL/TLS protocol, and which is transmitted by a client host identified by IP address 10.0.0.9. As part of the same interaction, packet 302 is a TCP ACK packet transmitted from a server host or destination having IP address 173.194.66.147
back to the client host.
[0030] Generally, packet 301 initiates an SSL handshake procedure between the client host and the server host. As a result, the server host sends packet 303, which is a "Server Hello" packet, back to the client host. Server hosts also sends "Certificate" packet 304 and "Server Hello Done" packet 305, back to the client host. In this example, the client hosts sends TCP ACK packets 306 and 307 to the server host in response to packets 303, 304, and/or 305.
[0031] The client host then sends "Client Key Exchange" packet 308, "Change Cipher Spec" packet 309, and "Client Finished" packet 310 to the server host. The server host sends TCP ACK packet 311 and "Change Cipher Spec" packet 312 to client host. Then, the client host sends TCP ACK packets 313 and 314 back to the server host.
[0032] In some embodiments, one or more of ACK packets 302, 306, 307, 311, 313, and 314 may be suppressed, at least in part, using the systems and methods described herein. For example, during the security handshake process, each host may implement a protocol stack in the manner shown in FIG. 1, such that each host's transport layer 104 withholds the sending of a dedicated TCP ACK packet at the command of its session layer 105, until a subsequent packet is ready for transmission. Then, transport layer 104 may introduce an ACK indication in that subsequent packet therefore reducing the number of packets that would otherwise be transmitted back and forth during the handshake.
[0033] FIG. 4 is a flowchart of method 400 for TCP ACK packet suppression. In some embodiments, method 400 may be performed, at least in part, by a client and/or server host configured to implement modified OSI model 100 of FIG. 1. At block 401, a transport layer (e.g., a TCP layer) receives an incoming packet (e.g., a TCP packet). At block 402, the TCP layer sends the TCP packet to a service or security layer (e.g., an SSL or TLS layer). At block 403, the SSL layer signals the TCP layer to suppress a dedicated acknowledgement packet transmission (e.g., a TCK ACK packet).
[0034] At block 404, the SSL layer sends an outgoing data packet (e.g., an SSL packet) to the TCP layer in response to the incoming TCP packet. At block 405, the TCP layer adds an acknowledgement indication to a header encapsulating the SSL packet to create an outgoing TCP packet. In some cases, the acknowledgement indication may be placed in an acknowledgement field of the header portion of the outgoing TCP packet.
[0035] Because the next packet is guaranteed in SSL negotiations, dilution or suppression of
TCP ACK packets does not cause any degradation in the quality of the communication, especially during the handshake process, but also in other contexts. Furthermore, by omitting certain TCP ACK packets from the communication, the client and/or sever hosts may be capable or preserving energy and therefore may facilitate operation in lower power mode.
[0036] In certain embodiments, one or more of the techniques described above may be executed, at least in part, by one or more host computing system or communication device. One such a system is illustrated in FIG. 5. In various embodiments, system 500 may be implemented as a communication device, modem, server, a mainframe computer system, a workstation, a network computer, a desktop computer, a laptop, or a mobile device. In different embodiments, these various systems may be configured to communicate with each other in any suitable way, such as via a local area network.
[0037] As illustrated, system 500 includes one or more processor(s) 510A-N coupled to a system memory 520 via an input/output (I/O) interface 530. Computer system 500 further includes a network interface 540 coupled to I/O interface 530, and one or more input/output devices 525, such as cursor control device 560, keyboard 570, display(s) 580, and/or mobile device 590. In various embodiments, computer system 500 may be a single-processor system including one processor, or a multi-processor system including two or more processor(s) 510A-N (e.g., two, four, eight, or another suitable number). Processor(s) 510A-N may be any processor capable of executing program instructions. For example, in various embodiments, processor(s) 510A-N may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the x86, POWERPC®, ARM®, SPARC®, or MIPS® IS As, or any other suitable ISA. In multi-processor systems, each of processor(s) 510A-N may commonly, but not necessarily, implement the same ISA. Also, in some embodiments, at least one of processor(s) 510A-N may be a graphics processing unit (GPU) or other dedicated graphics-rendering device.
[0038] System memory 520 may be configured to store program instructions and/or data accessible by processor(s) 510A-N. In various embodiments, system memory 520 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory. As illustrated, program instructions and data implementing certain operations, such as those described in the figures above, may be stored within system memory 520 as
program instructions 525 and data storage 535, respectively. In other embodiments, program instructions and/or data may be received, sent or stored upon different types of computer-accessible media or on similar media separate from system memory 520 or computer system 500. Generally, a computer-accessible medium may include any tangible storage media or memory media such as magnetic or optical media— e.g., disk or CD/DVD-ROM coupled to computer system 500 via I/O interface 530. Program instructions and data stored on a tangible computer-accessible medium in non-transitory form may further be transmitted by transmission media or signals such as electrical, electromagnetic, or digital signals, which may be conveyed via a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 540.
[0039] In an embodiment, I/O interface 530 may be configured to coordinate I/O traffic between processor(s) 510A-N, system memory 520, and any peripheral devices in the device, including network interface 540 or other peripheral interfaces, such as input/output devices 550. In some embodiments, I/O interface 530 may perform any necessary protocol, timing or other data transformations to convert data signals from one component (e.g., system memory 520) into a format suitable for use by another component (e.g., processor(s) 510A-N). In some embodiments, I/O interface 530 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard. In some embodiments, the function of I/O interface 530 may be split into two or more separate components, such as a north bridge and a south bridge. Also, in some embodiments some or all of the functionality of I/O interface 530, such as an interface to system memory 520, may be incorporated directly into processor(s) 510A-N.
[0040] Network interface 540 may be configured to allow data to be exchanged between computer system 500 and other devices attached to a network, such as other computer systems, or between nodes of computer system 500. In various embodiments, network interface 540 may support communication via wired or wireless general data networks, such as any suitable type of Ethernet network; via telecommunications/telephony networks such as analog voice networks or digital fiber communications networks; via storage area networks such as Fiber Channel SANs, or via any other suitable type of network and/or protocol.
[0041] Input/output devices 550 may, in some embodiments, include one or more display
terminals, keyboards, keypads, touchpads, scanning devices, voice or optical recognition devices, mobile devices, or any other devices suitable for entering or retrieving data by one or more computer system 500. Multiple input/output devices 550 may exist in computer system 500 or may be distributed on various nodes of computer system 500. In some embodiments, similar input/output devices may be separate from computer system 500 and may interact with one or more nodes of computer system 500 through a wired or wireless connection, such as over network interface 540.
[0042] As shown in FIG. 5, memory 520 may include program instructions 525 configured to implement certain embodiments described herein (e.g., implementing one or more operations shown in FIGS. 7C, 8, and/or 9A), and data storage 535 including various data accessible by program instructions 525. In an embodiment, program instructions 525 may include software elements of embodiments illustrated in the above-discussed figures. For example, program instructions 525 may be implemented in various embodiments using any desired programming language, scripting language, or combination of programming languages and/or scripting languages (e.g., C, C++, C#, JAVA®, JAVASCRIPT®, and PERL®). Data storage 535 may include data that may be used in these embodiments (e.g., recorded communications, and profiles for different modes of operations). In other embodiments, other or different software elements and data may be included.
[0043] Computer system 500 is merely illustrative and is not intended to limit the scope of the disclosure described herein. In particular, the computer system and devices may include any combination of hardware or software that can perform the indicated operations. Also, the operations performed by the illustrated components may, in some embodiments, be performed by fewer components or distributed across additional components. Similarly, in other embodiments, the operations of some of the illustrated components may not be provided and/or other additional operations may be available. Accordingly, systems and methods described herein may be implemented or executed with other computer system configurations.
[0044] Various operations discussed herein may be executed simultaneously and/or sequentially. Further, each operation may be performed in any order and may be performed once or repetitiously. In various embodiments, the operations discussed herein may represent sets of software routines, logic functions, and/or data structures that are configured to perform specified operations. Although certain operations may be shown as distinct logical blocks, in some
embodiments at least some of these operations may be combined into fewer blocks. Conversely, any given one of the blocks shown herein may be implemented such that its operations may be divided among two or more logical blocks. Moreover, although shown with a particular configuration, these various modules may be rearranged in other suitable ways in other embodiments.
[0045] Many of the operations described herein may be implemented in hardware, software, and/or firmware, and/or any combination thereof. When implemented in software, code segments perform the necessary tasks or operations. The program or code segments may be stored in a processor-readable, computer-readable, or machine-readable medium. The processor-readable, computer-readable, or machine-readable medium may include any device or medium that can store or transfer information. Examples of such a processor-readable medium include an electronic circuit, a semiconductor memory device, a flash memory, a ROM, an erasable ROM (EROM), a floppy diskette, a compact disk, an optical disk, a hard disk, and a fiber optic medium. Software code segments may be stored in any volatile or non-volatile storage device, such as a hard drive, flash memory, solid state memory, optical disk, CD, DVD, computer program product, or other memory device, that provides tangible computer-readable or machine-readable storage for a processor or a middleware container service. In other embodiments, the memory may be a virtualization of several physical storage devices, wherein the physical storage devices are of the same or different kinds. The code segments may be downloaded or transferred from storage to a processor or container via an internal bus, another computer network, such as the Internet or an intranet, or via other wired or wireless networks.
[0046] Modifications are possible in the described embodiments, and other embodiments are possible, within the scope of the claims.
Claims
1. A method, comprising:
receiving an incoming transport packet at a transport layer implemented via a computer system;
de-encapsulating the incoming transport packet using a transport protocol to identify an incoming security packet and passing the incoming security packet to a security layer; and
signaling, by the security layer to the transport layer in response to the security layer having received the incoming security packet, that an acknowledgement packet be suppressed by the transport layer.
2. The method of claim 1, wherein the incoming transport packet is a Transmission Control Protocol (TCP) packet, wherein the transport layer is a TCP layer, wherein the transport protocol is a TCP protocol, and wherein the acknowledgement packet is a TCP acknowledgement packet.
3. The method of claim 1, wherein the incoming security packet is a Transport Layer Security (TLS) packet or a Secure Sockets Layer (SSL) packet.
4. The method of claim 1, wherein the incoming security packet is a part of a security handshake between the computer system and another computer system, and wherein the handshake takes place over a network.
5. The method of claim 4, wherein the security handshake includes a Secure Sockets Layer (SSL) handshake, and wherein the incoming security package includes a client hello message, a server hello message, a server hello done message, a client finished message, a server finished message, or a change cipher spec notification.
6. The method of claim 1, further comprising suppressing transmission of the acknowledgement packet by the transport layer in response to the signaling.
7. The method of claim 1, further comprising:
receiving, at the transport layer, an outgoing security packet in response to the incoming security packet; and
encapsulating, by the transport layer, the outgoing security packet using the transport protocol into an outgoing transport packet.
8. The method of claim 7, wherein the outgoing transport packet includes an acknowledgement indication.
9. The method of claim 8, wherein the acknowledgement indication is in a header portion of the outgoing transport packet.
10. The method of claim 8, wherein the acknowledgement indication is in an acknowledgement field of the header portion.
11. A communication system having a processor and a memory coupled to the processor, the memory configured to store program instructions executable by the processor to cause the communication system to:
receive an incoming Transmission Control Protocol (TCP) packet at a TCP layer implemented by the communication system;
de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming Secure Sockets Layer (SSL) packet;
pass the incoming SSL packet from the TCP layer to an SSL layer; and
signal, by the SSL layer to the TCP layer in response to the SSL layer having received the incoming SSL packet, that a TCP acknowledgement be suppressed by the TCP layer.
12. The communication system of claim 11, wherein the incoming SSL packet is a part of an SSL handshake between the communication system and another communication system, and wherein the handshake takes place over a network.
13. The communication system of claim 12, wherein the incoming security package includes a client hello message, a server hello message, a server hello done message, a client finished message, a server finished message, or a change cipher spec notification.
14. The communication system of claim 12, wherein the program instructions are executable by the processor to further cause the communication system to suppress transmission of the TCP acknowledgement by the TCP layer in response to the signal.
15. The communication system of claim 14, wherein the program instructions are executable by the processor to further cause the communication system to:
receive, at the TCP layer, an outgoing SSL packet in response to the incoming SSL packet; and
encapsulate, by the TCP layer, the outgoing SSL packet using the TCP protocol into an outgoing TCP packet, wherein the outgoing TCP packet includes an acknowledgement indication in a header portion of the outgoing TCP packet.
16. A non-transitory electronic storage medium having program instructions stored thereon
that, upon execution by a processor within a communication system, cause the communication system to:
receive an incoming Transmission Control Protocol (TCP) packet at a TCP layer implemented by the communication system;
de-encapsulate the incoming TCP packet using a TCP protocol to identify an incoming Transport Layer Security (TLS) packet;
pass the incoming TLS packet from the TCP layer to a TLS layer; and
signal, by the TLS layer to the TCP layer in response to the TLS layer having received the incoming TLS packet, that a TCP acknowledgement be suppressed by the TCP layer.
17. The non-transitory electronic storage medium of claim 16, wherein the incoming TLS packet is a part of an TLS handshake between the communication system and another communication system, and wherein the handshake takes place over a network.
18. The non-transitory electronic storage medium of claim 16, wherein the program instructions are executable by the processor to further cause the communication system to suppress transmission of the TCP acknowledgement by the TCP layer in response to the signal.
19. The non-transitory electronic storage medium of claim 16, wherein the program instructions are executable by the processor to further cause the communication system to:
receive, at the TCP layer, an outgoing TLS packet in response to the incoming TLS packet; and
encapsulate, by the TCP layer, the outgoing TLS packet using the TCP protocol into an outgoing TCP packet.
20. The non-transitory electronic storage medium of claim 19, wherein the outgoing TCP packet includes an acknowledgement indication in a header portion of the outgoing TCP packet.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201580038797.7A CN106576085B (en) | 2014-07-17 | 2015-07-17 | Transmission Control Protocol (TCP) Acknowledgement (ACK) packet suppression |
EP15821459.3A EP3170291B1 (en) | 2014-07-17 | 2015-07-17 | Transmission control protocol (tcp) acknowledgement (ack) packet suppression |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/333,751 | 2014-07-17 | ||
US14/333,751 US11050857B2 (en) | 2014-07-17 | 2014-07-17 | Transmission control protocol (TCP) acknowledgement (ACK) packet suppression |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2016011413A1 true WO2016011413A1 (en) | 2016-01-21 |
Family
ID=55075610
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2015/041003 WO2016011413A1 (en) | 2014-07-17 | 2015-07-17 | Transmission control protocol (tcp) acknowledgement (ack) packet suppression |
Country Status (4)
Country | Link |
---|---|
US (2) | US11050857B2 (en) |
EP (1) | EP3170291B1 (en) |
CN (1) | CN106576085B (en) |
WO (1) | WO2016011413A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109802928A (en) * | 2017-11-17 | 2019-05-24 | 中兴通讯股份有限公司 | A kind of SSL/TLS Proxy Method, device, equipment and storage medium |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11924248B2 (en) * | 2020-07-08 | 2024-03-05 | Nokia Solutions And Networks Oy | Secure communications using secure sessions |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001008372A2 (en) * | 1999-07-09 | 2001-02-01 | Malibu Networks, Inc. | METHOD FOR TRANSMISSION CONTROL PROTOCOL (TCP) RATE CONTROL WITH LINK-LAYER ACKNOWLEDGEMENTS IN A WIRELESS POINT TO MULTI-POINT (PtMP) TRANSMISSION SYSTEM |
US20050190693A1 (en) * | 2004-02-27 | 2005-09-01 | Akira Jinzaki | Communication-processing apparatus and its method |
WO2007147037A2 (en) * | 2006-06-14 | 2007-12-21 | Divitas Networks, Inc. | Divitas protocol proxy and methods therefor |
US20100037311A1 (en) * | 2006-11-20 | 2010-02-11 | Liwen He | Secure network architecture |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6961309B2 (en) * | 2001-04-25 | 2005-11-01 | International Business Machines Corporation | Adaptive TCP delayed acknowledgment |
KR100568232B1 (en) | 2003-07-28 | 2006-04-07 | 삼성전자주식회사 | Network device and method for efficient data transmission/reception using transport layer in mobile ad-hoc network |
CN100407698C (en) | 2005-03-29 | 2008-07-30 | 华为技术有限公司 | Data transmission method for wireless link control layer |
US8325753B1 (en) * | 2008-06-10 | 2012-12-04 | Meru Networks | Selective suppression of 802.11 ACK frames |
US9344405B1 (en) * | 2012-06-15 | 2016-05-17 | Massachusetts Institute Of Technology | Optimized transport layer security |
US9148446B2 (en) * | 2013-05-07 | 2015-09-29 | Imperva, Inc. | Selective modification of encrypted application layer data in a transparent security gateway |
-
2014
- 2014-07-17 US US14/333,751 patent/US11050857B2/en active Active
-
2015
- 2015-07-17 CN CN201580038797.7A patent/CN106576085B/en active Active
- 2015-07-17 EP EP15821459.3A patent/EP3170291B1/en active Active
- 2015-07-17 WO PCT/US2015/041003 patent/WO2016011413A1/en active Application Filing
-
2021
- 2021-05-25 US US17/329,919 patent/US11522979B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001008372A2 (en) * | 1999-07-09 | 2001-02-01 | Malibu Networks, Inc. | METHOD FOR TRANSMISSION CONTROL PROTOCOL (TCP) RATE CONTROL WITH LINK-LAYER ACKNOWLEDGEMENTS IN A WIRELESS POINT TO MULTI-POINT (PtMP) TRANSMISSION SYSTEM |
US20050190693A1 (en) * | 2004-02-27 | 2005-09-01 | Akira Jinzaki | Communication-processing apparatus and its method |
WO2007147037A2 (en) * | 2006-06-14 | 2007-12-21 | Divitas Networks, Inc. | Divitas protocol proxy and methods therefor |
US20100037311A1 (en) * | 2006-11-20 | 2010-02-11 | Liwen He | Secure network architecture |
Non-Patent Citations (1)
Title |
---|
See also references of EP3170291A4 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109802928A (en) * | 2017-11-17 | 2019-05-24 | 中兴通讯股份有限公司 | A kind of SSL/TLS Proxy Method, device, equipment and storage medium |
CN109802928B (en) * | 2017-11-17 | 2021-09-17 | 中兴通讯股份有限公司 | SSL/TLS proxy method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
US11522979B2 (en) | 2022-12-06 |
EP3170291A1 (en) | 2017-05-24 |
EP3170291A4 (en) | 2018-03-28 |
CN106576085A (en) | 2017-04-19 |
US20160021220A1 (en) | 2016-01-21 |
EP3170291B1 (en) | 2023-05-10 |
US20210281665A1 (en) | 2021-09-09 |
US11050857B2 (en) | 2021-06-29 |
CN106576085B (en) | 2020-04-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8984617B1 (en) | Client proxy operating in conjunction with server proxy | |
CN109412946B (en) | Method, device, server and readable storage medium for determining back source path | |
US20180288179A1 (en) | Proxy for serving internet-of-things (iot) devices | |
US8804504B1 (en) | System and method for reducing CPU load in processing PPP packets on a SSL-VPN tunneling device | |
US11522979B2 (en) | Transmission control protocol (TCP) acknowledgement (ACK) packet suppression | |
US9210094B1 (en) | Utilization of TCP segmentation offload with jumbo and non-jumbo networks | |
WO2015066372A1 (en) | Communication across network address translation | |
US10944590B2 (en) | Transport protocol task offload emulation to detect chunks of data for communication with a private network | |
US11245674B2 (en) | Secure communication protocol processing | |
CN112838966A (en) | UDP link monitoring method and system and electronic equipment | |
EP3709684A1 (en) | Secure and transparent transport of application level protocols over non-ip data delivery communication channels | |
US20150373135A1 (en) | Wide area network optimization | |
CN112913170B (en) | Improved method and system for transmitting and receiving transmission control protocol segments on internet protocol packets | |
CN104717041A (en) | Method and device for transmitting data | |
US10116466B2 (en) | Transport protocol task offload emulation to detect offload segments for communication with a private network | |
EP2963887B1 (en) | System, method, and apparatus for inspecting online communication sessions via polymorphic security proxies | |
US9819730B2 (en) | System and method for network access based on application layer data | |
CN114205149B (en) | Network communication method and device | |
CN115801236A (en) | Encryption agent method, encryption agent module, agent device and storage medium | |
US20070288645A1 (en) | Method and System for Persistent and Reliable Data Transmission | |
Seggelmann | Sctp: Strategies to secure end-to-end communication | |
US8676993B1 (en) | Bundled transmission control protocol connections | |
KR20220024697A (en) | Packet Acknowledgment Technology for Better Network Traffic Management | |
US10715495B2 (en) | Congestion control during communication with a private network | |
US10805420B2 (en) | Proxy-less wide area network acceleration |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15821459 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
REEP | Request for entry into the european phase |
Ref document number: 2015821459 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2015821459 Country of ref document: EP |