Movatterモバイル変換


[0]ホーム

URL:


US8885632B2 - Communications scheduler - Google Patents

Communications scheduler
Download PDF

Info

Publication number
US8885632B2
US8885632B2US11/498,491US49849106AUS8885632B2US 8885632 B2US8885632 B2US 8885632B2US 49849106 AUS49849106 AUS 49849106AUS 8885632 B2US8885632 B2US 8885632B2
Authority
US
United States
Prior art keywords
data
communications
path
data flow
network
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.)
Active, expires
Application number
US11/498,491
Other versions
US20080031149A1 (en
Inventor
David Anthony Hughes
Balaji Balasubramanian
Danny Kwok
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.)
Hewlett Packard Enterprise Development LP
Original Assignee
Silver Peak Systems Inc
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
Assigned to SILVER PEAK SYSTEMS, INC.reassignmentSILVER PEAK SYSTEMS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BALASUBRAMANIAN, BALAJI, HUGHES, DAVID ANTHONY, KWOK, DANNY
Priority to US11/498,491priorityCriticalpatent/US8885632B2/en
Application filed by Silver Peak Systems IncfiledCriticalSilver Peak Systems Inc
Publication of US20080031149A1publicationCriticalpatent/US20080031149A1/en
Priority to US14/477,804prioritypatent/US9584403B2/en
Publication of US8885632B2publicationCriticalpatent/US8885632B2/en
Application grantedgrantedCritical
Priority to US15/403,116prioritypatent/US9961010B2/en
Assigned to GOLUB CAPITAL LLC, AS AGENTreassignmentGOLUB CAPITAL LLC, AS AGENTSECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SILVER PEAK SYSTEMS, INC.
Assigned to SILVER PEAK SYSTEMS, INC.reassignmentSILVER PEAK SYSTEMS, INC.RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: GOLUB CAPITAL LLC
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LPreassignmentHEWLETT PACKARD ENTERPRISE DEVELOPMENT LPASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SILVER PEAK SYSTEMS, INC.
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LPreassignmentHEWLETT PACKARD ENTERPRISE DEVELOPMENT LPASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: SILVER PEAK SYSTEMS, INC.
Activelegal-statusCriticalCurrent
Adjusted expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

A System for providing communications over a communications network includes a communications interface and processor. The communications interface communicates over the communications network. The processor directs a communications scheduler to determine at least one metric for a path within the communications network. The processor also selects a data flow for the path and determines whether to transmit a packet in the selected data flow based on the at least one metric. The processor then directs a communications protocol handler to generate the packet for the selected data flow.

Description

BACKGROUND
1. Technical Field
The present invention relates generally to data flow control over a network and more particularly to a communications scheduler controlling data flow over a network.
2. Description of Related Art
As transmission of network data over a communications network has become commonplace, users increasingly rely upon the speed and accuracy of network data transferral. One of the most common protocols to transmit network data is the transmission control protocol/internet protocol (TCP/IP). The TCP/IP protocol, like many protocols, organizes network data into packets and controls the transmission of packets over the communications network.
Slow-start is a part of the congestion control strategy of the TCP/IP protocol. Slow-start is used to avoid sending more packets than the communications network is capable of handling. Slow-start increases a TCP congestion window size until acknowledgements are not received for some packets. The TCP congestion window is the number of packets that can be sent without receiving an acknowledgment from the packet receiver. Initially, packets are slowly sent over the communications network. Transmission of the packets is increased until the communications network is congested. When acknowledgements are not received, the TCP congestion window is reduced. Subsequently, the number of packets sent without an acknowledgement is reduced and the process repeats.
The TCP/IP protocol can allocate bandwidth that is roughly inversely proportional to the long round trip time (RTT). Although many people generally expect bandwidth to be equally shared among users, the bandwidth is often in relation to the RTT ratio. In one example, two different users may be transmitting data. The first user may desire to transmit data to a local digital device with a 1 ms round trip time while the other user may desire to transmit data to another state with a 100 ms round trip time. The standard TCP/IP protocol will, on average, deliver 100× more bandwidth to the local device connection than to the out-of-state connection. The TCP/IP protocol does not consciously try to enforce any kind of explicit fairness policy. As a result, users that transmit data locally may receive better service at the unfair expense of those wishing to transmit data over longer distances.
FIG. 1 is a block diagram of acomputer100 configured to transmit network data in the prior art. Thecomputer100 depicts hardware and software elements related to transmission of network data. Other hardware and software of thecomputer100 are not depicted for the sake of simplicity. Thecomputer100 comprises anapplication110, a TCP/IP stack120, anetwork device driver130, and anetwork interface card140. Thenetwork interface card140 is coupled to a communications network over alink150. Thecomputer100 can be any digital device configured to transmit network data.
The TCP/IP stack120 receives the network data from theapplication110 and proceeds to organize the network data into packets. Depending on the type of network, a packet can be termed a frame, block, cell, or segment. The TCP/IP stack120 buffers the network data prior to organizing the network data into packets and subsequently buffers the packets.
Thenetwork device driver130 enables an operating system of thecomputer100 to communicate to thenetwork interface card140. Thenetwork interface card140 is any device configured to send or receive packets over the communications network. Thenetwork device driver130 configures thenetwork interface card140 to receive the packets and subsequently transmit the packets over thelink150 to the communications network.
In one example, the TCP/IP stack120 of the sendingcomputer100 will not send another packet across the communications network until an acknowledgement from the destination is received. The number of packets between acknowledgments increases until a packet is lost and an acknowledgment is not received. At which point the TCP/IP stack120 slows down the transmission of packets and, again, slowly increases the speed of transmission between acknowledgments until, again, a packet is lost. As a result, the transmission of network data by the TCP/IP stack120 can be graphed as a saw tooth; the transmission of network data increases until packets are lost and then transmission drops to a slower speed before repeating the process. Under the TCP/IP approach, packets are often transmitted at speeds below the network's capacity. When the packets are not being sent slowly, however, the communications network quickly becomes congested and the process repeats.
While the TCP/IP stack120 waits to transmit the packets, the packets are buffered. If the TCP/IP stack120 transmits too slowly, the buffers may overrun and packets may be lost. Further, the process of buffering and retrieving the buffered packets slows packet transmission and increases the costs of hardware.
The TCP/IP stack120 delivers different performance depending on the distance that packets are to travel. The TCP/IP stack120 generates packets based on received network data. The destination of the packets dictates the order in which the packets are transmitted. Packets to be transmitted longer distances may be transmitted slower than packets to be transmitted shorter distances. As a result, this procedure may not be fair to users wishing to transmit mission critical data long distances.
Performance enhancing proxies have been used to improve performance of local networks by overriding specific behaviors of the TCP/IP stack120. In one example, individual digital devices on a local area network are configured to transmit packets based on a proxy protocol. The proxy protocol overrides certain behaviors of the TCP/IP stack120 to improve the speed of transmission of network data. However, the performance enhancing proxy does not find bottlenecks on networks, control the transmission of network data based on bottlenecks, nor improve fairness in packet transmission.
SUMMARY OF THE INVENTION
The invention addresses the above problems by providing a communications scheduler that controls data flow over a network. The communications scheduler controls the transmission of packets over a path at a rate based on at least one metric. A system for providing communications over a communications network includes a communications interface and a processor. The communications interface communicates over the communications network. The processor directs a communications scheduler to determine at least one metric for a path within the communications network. The processor also selects a data flow for the path and determines whether to transmit a packet in the selected data flow based on the at least one metric. The processor then directs a communications protocol handler to generate the packet for the selected data flow.
The communications interface may transmit the packet in the selected data flow. The communications protocol handler may comprise a transmission control protocol/internet (TCP/IP) protocol stack. At least one metric may be a bandwidth or a bandwidth estimate.
The processor may direct the communications protocol handler to receive information from an application to be included in the packet. The processor may also direct the communications scheduler to determine if the data flow has information to send prior to selecting the data flow of the path. To select the data flow, the processor may direct the communications scheduler to determine a priority of data flows and determine the data flow to generate the packet based on the priority of data flows determination and the metric. The priority of data flows may be based on a fairness policy.
A system for providing communications over a communications network includes a communications scheduler module and a communications network handler module. The communications scheduler module determines at least one metric for a path within the communications network and selects a data flow for the path. The communications scheduler module determines whether to transmit a packet in the selected data flow based on the at least one metric. Further, the communications scheduler module directs a communications protocol handler to generate the packet in the selected data flow. The communications network handler receives the direction from the communications scheduler to generate the packet in the selected data flow and generates the packet based on the direction.
A method for providing communications over a communications network includes determining at least one metric for a path within the communications network, selecting a data flow for the path, determining whether to transmit a packet in the selected data flow based on the at least one metric, and directing a communications protocol handler to generate the packet for the selected data flow.
A software product for providing communications over a communications network includes a communications scheduler software and a storage medium to store the communications scheduler software. The communications scheduler software directs a processor to determine at least one metric for a path within the communications network and select a data flow for the path. The communications scheduler software can also determine whether to transmit a packet in the selected data flow based on the at least one metric and direct a communications protocol handler to generate the packet for the selected data flow.
The system advantageously transmits packets at a rate based on a path's capacity to carry packets. By determining a metric for a selected path, packets of network data can be transmitted to maximize throughput without waiting for lost packets or acknowledgments to prove network congestion. As a result, the overall speed of packet transmission can be improved without sacrificing reliability. Network congestion which can affect other traffic within the path can be avoided by reducing the transmission of packet above what the path can carry. Further, packets may be generated at the speed of packet transmission advantageously reducing or eliminating the need for packet buffering. The reduction or elimination of buffers reduces hardware expense and may increase the speed of packet transmission.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a computer configured to transmit network data in the prior art.
FIG. 2 is an illustration of a network environment in an exemplary implementation of the invention.
FIG. 3 is an illustration of a network device in an exemplary implementation of the invention.
FIG. 4 is a flow chart for the transmission of network data in an exemplary implementation of the invention.
FIG. 5 is a flow chart for the determination of the bandwidth estimate in an exemplary implementation of the invention.
FIG. 6 is a block diagram of the network device in an exemplary implementation of the invention.
FIG. 7 is an illustration of an exemplary implementation of the operation of a network device in the prior art.
FIG. 8 is an illustration of an exemplary implementation of the operation of a network device of the invention.
DETAILED DESCRIPTION OF THE INVENTION
The embodiments discussed herein are illustrative of one example of the present invention. As these embodiments of the present invention are described with reference to illustrations, various modifications or adaptations of the methods and/or specific structures described may become apparent to those skilled in the art. All such modifications, adaptations, or variations that rely upon the teachings of the present invention, and through which these teachings have advanced the art, are considered to be within the scope of the present invention. Hence, these descriptions and drawings should not be considered in a limiting sense, as it is understood that the present invention is in no way limited to only the embodiments illustrated.
A system for providing communications over a communications network includes a communications interface and a processor. The communications interface communicates over the communications network. The processor directs a communications scheduler to determine at least one metric for a path within the communications network. The processor also selects a data flow for the path and determines whether to transmit a packet in the selected data flow based on the at least one metric. The processor then directs a communications protocol handler to generate the packet for the selected data flow.
The system can advantageously provide reliable transmission of packets through a communications network more efficiently and more fairly than that available in the prior art. Instead of increasing speeds to the point of network congestion before slowing transmission, packets may be transmitted through the communications network at speeds that more closely approximate the capacity of the packet path. As a result, network congestion is reduced and high data transmission rates can be maintained.
Further, the system can advantageously provide fair transmission of packets through the communications network. Instead of transmitting packets based on the conservation of bandwidth over long distances, packets can be transmitted based on an equitable policy. As a result, packets from each user may be transmitted over the communication network at a rate equal to that of other users regardless of the RTT of the transmission. Further, packets may be transmitted at a faster rate based on the relative importance of the packets, the identity of the user providing network data, or the type of digital device generating the packets. Other fairness policies are also possible.
FIG. 2 is an illustration of anetwork environment200 in an exemplary implementation of the invention. Thenetwork environment200 includes asource210, anoptional source network220, asource network device230, acommunications network240, adestination250, anoptional destination network260, and adestination network device270. Thesource210 is coupled to thesource network device230 over thesource network220. Thesource network device230 is coupled to thecommunications network240. Thecommunications network240 is coupled to thedestination network device270, which is coupled to thedestination250 over thedestination network260.
Source210 can be any digital device configured to transmit network data. Similarly, thedestination250 is any digital device configured to receive network data. Examples of digital devices include, but are not limited to, computers, personal digital assistants, and cellular telephones. Thesource network220 and thedestination network260 are any networks that couple a digital device (e.g., source210) to a network device (e.g., source network device230). Thesource network220 and thedestination network260 can be a wired network, a wireless network, or any combination.
Thecommunications network240 can be any network configured to carry network data and/or packets between thesource network device230 and thedestination network device270. In one example, thecommunications network240 is the Internet.
The embodiments inFIGS. 2-5 depict an example of packets being transmitted from thesource210 to thedestination250 through thesource network device230, thecommunications network240, and thedestination network device270. Other embodiments may include packets being transmitted directly from thedestination250 to thesource210. In an example, thesource210 and thedestination250 may comprise thesource network device230 and thedestination network device270, respectively. While there are numerous variations in where packets are generated and transmitted, the figures below describe one example of packet transmissions from thesource210 to thedestination250 for the sake of simplicity.
Thesource network device230 and thedestination network device270 are any device or system configured to process and exchange packets over thecommunications network240. A path is any route the packet may take from thesource network device230 to thedestination network device270. The configuration of thesource network device230 and thedestination network device270 are described in further detail below inFIG. 6. One example of thesource network device230 and thedestination network device270 is an appliance in a network memory architecture, which is described in U.S. patent application Ser. No. 11/202,697 entitled “Network Memory Architecture for Providing Data Based on Local Accessibility” filed on Aug. 12, 2005, which is hereby incorporated by reference.
FIG. 3 is an illustration of anetwork device300 in an exemplary implementation of the invention. Thenetwork device300 may be the source network device230 (FIG. 2) or the destination network device270 (FIG. 2). Thenetwork device300 includes acommunications protocol handler310, acommunications scheduler320, and acommunications interface330. Thecommunications protocol handler310 is coupled to thecommunications scheduler320 overscheduler link340. Thecommunications scheduler320 is further coupled to thecommunications interface330 over communications link350. Thecommunications interface330 is coupled to thecommunications protocol handler310 overhandler link360, the communications network240 (FIG. 2) overnetwork link370, and thesource network220 over thesource link380. Thecommunications protocol handler310, thecommunications scheduler320, and thecommunications interface330 may be software modules. Software modules comprise executable code that may be processed by a processor (not depicted).
Thecommunications protocol handler310 is any combination of protocols configured to organize network data into packets. In one example, thecommunications protocol handler310 is a TCP/IP stack. In other examples, thecommunications protocol handler310 is a User Datagram Protocol (UDP) stack or a Real-time Transport Protocol (RTP) stack. Thecommunications protocol handler310 may receive network data from an application (not depicted). Thecommunications protocol handler310 organizes the network data from the application into packets which are to be transmitted over thecommunications network240. Thecommunications protocol handler310 may receive the network data from the application directly. Alternately, the application can reside on thesource210 outside of thenetwork device300. In an example, thecommunications interface330 of thenetwork device300 receives the network data from the application over thesource link380. Thecommunications interface330 then forwards the application data over thehandler link360 to thecommunications protocol handler310.
Thecommunications scheduler320 is configured to control the transmission of the packets from thecommunications protocol handler310. Thecommunications scheduler320 can determine at least one metric for a path (discussed inFIG. 2, herein) on thecommunications network240 and then control the flow of packets on that path based on the one or more metrics. The metric is any measured value related to a quality, operator, or performance of the path. In one example, the metric is a bandwidth estimate for the path. The bandwidth estimate is a value that estimates the number of packets that may be sent over a path during a predetermined time (e.g., the capacity of the path to transmit packets without congestion). If the bandwidth estimate of the path is high, the path may be capable of carrying a large number of packets. Otherwise, if the bandwidth estimate is low, the path may be capable of carrying a smaller number of packets.
Thecommunications scheduler320 can determine the bandwidth estimate of any number of paths on thecommunications network240. In one example, thecommunications scheduler320 transmits probe packets through thecommunications interface330 over thecommunications network240 to anothernetwork device300. Thecommunications scheduler320 of theother network device300 receives the probe packet and transmits a monitor packet back to the originatingnetwork device300. Thecommunications scheduler320 of the originatingnetwork device300 receives the monitor packet and determines a bandwidth estimate for the path. The determination of the metric is further discussed inFIG. 5.
Thecommunications scheduler320 can control the transmission of the packets from thecommunications protocol handler310 based on the metric of the path. In one example, thecommunications scheduler320 limits the number of packets transmitted to the capacity of the path based on the metric. This process if further discussed inFIG. 4. Although thecommunications protocol handler310 may comprise a protocol that controls the transmission of network data to avoid congestion (e.g., TCP/IP stack methodology), thecommunications scheduler320 may override this function.
By determining the capacity of the path and controlling the flow of packets over thecommunications network240, thecommunications scheduler320 can increase or optimize the speed in which network data flows across thecommunications network240. The prior art protocols typically begin at slow-start and increase speed until congestion appears. Subsequently, the prior art protocols slow down the rate of transmission and slowly increase again. Thecommunications scheduler320 can maintain speeds that the path will allow. The ultimate throughput thecommunications scheduler320 achieves may be faster than the average speed of the prior art protocols.
In some embodiments, thecommunications scheduler320 pulls packets from thecommunications protocol handler310 obviating the need for buffers. Thecommunications protocol handler310 can generate a packet at the command of thecommunications scheduler320. In one example, the speed at which packets are generated and transmitted is equivalent to the bandwidth estimate. Since thecommunications scheduler320 is pulling packets from thecommunications handler310 rather than determining transmission rates after packet generation, the packets need not be buffered before transmission. As a result, buffering may be reduced or eliminated which can increase the speed of transmission and/or reduce hardware costs.
Thecommunications interface330 is coupled to thenetwork device300, thesource210, thesource network220, and/or thecommunications network240. Thecommunications interface330 can transmit the packets received over the communications link350 from thecommunications scheduler320 to thecommunications network240. Thecommunications interface330 also provides packets received from thecommunications network240 to thecommunications protocol handler310 over thehandler link360. In some embodiments, thecommunications interface330 sends any monitor packets received from anothernetwork device300 to thecommunications scheduler320. Further, thecommunications interface330 may send any network data received from an application over the source link380 to thecommunications protocol handler310 where the network data will be subsequently organized into packets to prepare for further transmission over thecommunications network240. In some embodiments, thecommunications interface330 is linked to both thesource network220 and thecommunications network240 over a single link (e.g., thenetwork link370 or the source link380).
FIG. 4 is a flow chart for the transmission of network data in an exemplary implementation of the invention.FIG. 4 begins instep400. Instep410, the communications scheduler320 (FIG. 3) selects a path from eligible paths. An eligible path can be any path with a bandwidth estimate, a path with data to send, or any path that meets a predetermined quality of service criteria. Alternatively, the eligible path can be any path with a bandwidth estimate equal to or greater than a predetermined estimate. In another example, the eligible paths can be determined to be a predetermined percentage of paths with a higher bandwidth estimate than the others.
Thecommunications scheduler320 can select a path from the eligible paths based on the bandwidth estimate. In one example, thecommunications scheduler320 selects the path with the highest bandwidth estimate. In some embodiments, the paths may be prioritized. Specific paths may be weighed based on the properties of one or more networks within thecommunications network240. In one example, the path may extend through a virtual private network (VPN) or a network with a bandwidth guarantee.
Instep420, thecommunications scheduler320 retrieves a bandwidth estimate associated with one or more paths. Thecommunications scheduler320 can continue to retrieve or receive bandwidth estimates during any step ofFIG. 4. The process of determining a bandwidth estimate is further discussed inFIG. 5.
Instep430, thecommunications scheduler320 determines if the number of packets generated over the selected path for a predetermined time is less than the bandwidth estimate of the selected path. In one example, thecommunications scheduler320 tracks the number of packets that have been transmitted over each path as well as when the packets where transmitted. If the number of packets transmitted over the selected path during a predetermined period of time is greater than the bandwidth estimate, thecommunications scheduler320 retrieves the bandwidth estimate associated with other paths instep420. In some embodiments, thecommunications scheduler320 subsequently selects a new path from eligible paths before returning to step430. In other embodiments, if the number of packets transmitted over the selected path during a predetermined period of time is greater than the bandwidth estimate,FIG. 4 ends. If the number of packets generated for a selected path is less than the bandwidth estimate, then thecommunications scheduler320 can prioritize the data flows for the selected path instep440.
In one example, thecommunications scheduler320 queries the communications protocol handler310 (FIG. 3) for available data flows. A data flow comprises related network data or packets. In one example, packets belonging to the same data flow comprise the same source IP address, destination IP address, protocol, source port, and destination port. There may be a separate data flow for separate applications, sessions, or processes. Each data flow may also be prioritized based on the purpose of the network data within the data flow or the source of the data flow (e.g., the digital device that generated the data flow or a user of the digital device that generated the data flow). In some embodiments, thecommunications protocol handler310 notifies thecommunications scheduler320 of all data flows without being queried.
In exemplary embodiments, the data flows are weighted depending upon the application that originated the data flow, the user of the application, the number of data flows already sent from the application (or the user), and the number of packets already sent from that data flows. In one example, the data flows are all given equal weight and a packet is sent from each eligible data flow in turn (e.g., a round robin approach). In another example, certain applications or users are given priority over other applications or other users (e.g., by weighing certain applications higher than others). Packets generated by a particular source IP address or transmitted to a particular destination EP address may also be given priority. There may be many different methodologies in weighing the data flows.
Instep450, thecommunications scheduler320 selects the data flows for the selected path. In one example, the data flows are selected based on an assigned weight or priority. In some embodiments, the data flows are re-weighted (i.e., re-prioritized) after a packet is transmitted.
Instead of transmitting packets based on the round trip time of packets (e.g., the distance that packets are transmitted), packets can be transmitted based on a configurable fairness policy. A fairness policy is any policy that allows for equitable transmission of packets over the communications network. In one example, the fairness policy dictates that every data flow be given equal weight. In another example, the fairness policy dictates that certain users or data flows are more important (e.g., time sensitive) than others and therefore are given greater weight. The fairness policy can base fair transmission of packets on the saliency of users and/or data rather than the preservation of bandwidth over long distances within the communications network240 (FIG. 2).
Instep460, thecommunications scheduler320 performs a function call to thecommunications protocol handler310 to generate a packet from the selected data flow. In one example, thecommunications protocol handler310 receives network data from an application (not depicted). The network data is organized into data flows. Thecommunications scheduler320 prioritizes the data flows and selects a data flow. Subsequently, thecommunications scheduler320 provides a function call to command thecommunications protocol handler310 to organize the network data into packets.
In some embodiments, thecommunications protocol handler310 does not generate packets without a function call from thecommunications scheduler320. In one example, the packets are not buffered prior to transmission over the network link370 (FIG. 3). As a result of thecommunications scheduler320 pulling packets from thecommunications protocol handler310, buffering the packets prior to transmission may be reduced or eliminated.
Instep470, thecommunications scheduler320 transmits the packet of the selected data flow. In one example, thecommunications scheduler320 commands thecommunications interface330 to transmit the packet over thenetwork link370. Thecommunications scheduler320 then retrieves a new bandwidth estimate associated with one or more paths instep420 and the process can continue. In other embodiments,FIG. 4 ends afterstep470.
In some embodiments, thecommunications scheduler320 overrides the behavior of thecommunications protocol handler310 to transmit packets at the bandwidth estimate. In one example, thecommunications scheduler320 overrides the cwnd behavior to control the size of the congestion window of the TCP/IP stack (i.e., the communications protocol handler310). As a result, thecommunications scheduler320 can replace or modify the cwnd behavior (or any behavior that influences the congestion window) to cause thecommunications protocol handler310 to transmit packets at the rate based on the bandwidth estimate.
FIG. 5 is a flow chart for the determination of the bandwidth estimate in an exemplary implementation of the invention.FIG. 5 begins instep500. Instep510, the source network device230 (FIG. 2) generates and transmits one or more probe packets. A probe packet is a packet sent by thesource network device230 to a destination network device270 (FIG. 2) to determine a metric for a particular path. The metric may be a bandwidth estimate. In an example, the communications scheduler320 (FIG. 3) of thesource network device230 generates and subsequently transmits one or more probe packets over the communications network240 (FIG. 2). In some embodiments, the probe packets are stamped with a transmission timestamp based on the time of transmission. Further, the probe packets may be stamped with a selected path over which the probe packet is to be sent.
Instep520, thedestination network device270 receives the probe packets from thesource network device230. In an example, thecommunications scheduler320 of thedestination network device270 receives the probe packets. Thedestination network device270 marks the arrival of the one or more probe packets with a timestamp instep530. In one example, thedestination network device270 may collect probe information associated with the one or more probe packets including, but not limited to, thesource network device230 that sent the one or more probe packets, the path over which the probe packet(s) was sent, and/or the transmission timestamp of the probe packet(s).
Instep540, thedestination network device270 determines the bandwidth estimate of the selected path based on the timestamp(s) of the one or more probe packets. In some embodiments, thedestination network device270 determines the bandwidth estimate by determining the number of eligible probe packets received over a predetermined time. Eligible probe packets can be probe packets with timestamps within the predetermined time. In some embodiments, thedestination network device270 determines the bandwidth estimate based on the inter-arrival time between probe packets (e.g., the time between receipt of successive probe packets).
Instep550, thedestination network device270 generates and transmits a monitoring packet with the bandwidth estimate to thesource network device230. In one example, thecommunications scheduler320 of thedestination network device270 generates and transmits the monitoring packet to thecommunications scheduler320 of thesource network device230.
Instep560, thesource network device230 receives the monitoring packet from thedestination network device270. In some embodiments, thedestination network device270 transmits the monitoring packet over the same selected path as the one or more probe packets. Thesource network device230 can confirm the bandwidth estimate contained within the monitoring packet or modify the bandwidth estimate based on the time when the monitoring packet was received. In one example, thedestination network device270 transmits the monitoring packet with a timestamp to allow thesource network device230 to re-calculate the bandwidth estimate for the selected path. In other embodiments, thedestination network device270 transmits the monitoring packets with the timestamp over a different path to allow thesource network device230 to receive the bandwidth estimate for the selected path and calculate the bandwidth estimate for the different path.
Instep570, thesource network device230 determines the bottleneck based on the bandwidth estimate. In one example, thecommunications scheduler320 pulls packets from thecommunications protocol handler310 based on the bandwidth estimate. The pulled packets are subsequently transmitted over thecommunications network240 by thecommunications interface330.
In other embodiments, thesource network device230 transmits probe packets without timestamps to thedestination network device270 over a selected path. Thedestination network device270 receives the probe packets and transmits monitoring packets with timestamps to thesource network device230 over the same path. Thesource network device230 receives the monitoring packets and then determines the bandwidth estimate of the path based on the timestamps of the monitoring packets.
Many different probe packets may be sent over many paths from asource network device230 to many differentdestination network devices270 during a given time. By continuously discovering new paths and modifying the bandwidth estimates of existing paths, thesource network device230 can increase the through-put of packets to the destination250 (FIG. 2) without continuously decreasing and increasing the speed of packet transmission when congestion occurs.
FIG. 6 is a block diagram of anetwork device600 in an exemplary implementation of the invention. Thenetwork device600 may have a similar configuration as the source network device230 (FIG. 2) and/or the destination network device270 (FIG. 2). Thenetwork device600 includes aprocessor610, amemory620, anetwork interface630, and anoptional storage640 which are all coupled to asystem bus650. Theprocessor610 is configured to execute executable instructions.
Thememory620 is any memory configured to store data. Some examples of thememory620 are storage devices, such as RAM or ROM.
Thenetwork interface630 is coupled to thecommunications network240. (FIG. 2) and the source210 (FIG. 2) via thelink660. Thenetwork interface630 is configured to exchange communications between thesource210, thecommunications network240, and the other elements in thenetwork device600. In some embodiments, thenetwork interface630 may comprise a Local Area Network interface for thesource210 and a Wide Area Network interface for thecommunications network240.
Theoptional storage640 is any storage configured to retrieve and store data. Some examples of thestorage640 are hard drives, optical drives, and magnetic tape. Theoptional storage640 can comprise a database or other data structure configured to hold and organize data. In some embodiments, thenetwork device600 includesmemory620 in the form of RAM andstorage640 in the form of a hard drive.
The above-described functions can be comprised of executable instructions that are stored on storage media. The executable instructions can be retrieved and executed by theprocessor610. Some examples of executable instructions are software, program code, and firmware. Some examples of storage media are memory devices, tape, disks, integrated circuits, and servers. The executable instructions are operational when executed by the processor to direct the processor to operate in accord with the invention. Those skilled in the art are familiar with executable instructions, processor(s), and storage media.
FIG. 7 is an illustration of an exemplary embodiment of the operation of anetwork device300 in the prior art. Thecommunications protocol handler310 may receive application data oversource link380. In the exemplary embodiment depicted,communications protocol handler310 may be a TCP/IP stack. Thecommunications protocol handler310 may receive Packet A380A of a specified size, and forward that packet to thecommunications scheduler320, which may then place the data packet in its queue for transmission over the network.Communications protocol handler310 may then receivePacket B380B and also forward that packet to thecommunications scheduler320, which in turn may addPacket B380B to its queue for transmission over the network.Communications protocol handler310 may then receivePacket C380C and forward that packet to thecommunications scheduler320, which in turn may addPacket C380C to its queue for transmission over the network. Thus,communications scheduler320 may have three separate data packets in its queue for transmission over the network.
FIG. 8 is an illustration of an exemplary embodiment of the operation of anetwork device300 according to the present invention. Thecommunications protocol handler310 may receive application data oversource link380. In the exemplary embodiment depicted,communications protocol handler310 be a TCP/IP stack. The TCP/IP stack may receive Packet A380A of a specified size, which is then kept by the TCP/IP stack.Communications protocol handler310 may then receivePacket B380B, which is also added to the data held at the TCP/IP stack.Communications protocol handler310 may then receivePacket C380C, which is subsequently added to the data held at the TCP/IP stack. Thecommunications scheduler320 may then be informed that the TCP/IP stack has data to be transmitted. As discussed herein, thecommunications scheduler320 may select a suitable path and prioritize data flows for the selected path. Thecommunications scheduler320 may then direct the TCP/IP stack to generate one or more data packets for the data flow to be transmitted over the network. In an exemplary embodiment, thecommunications protocol handler310 may then generatePacket D380D, containing the data from Packets A, B, and C, and send that packet to thecommunications scheduler320, which may in turn direct it to thecommunications interface330 for transmission over the network.Packet D380D may be a single data packet or multiple data packets.
The above description is illustrative and not restrictive. Many variations of the invention will become apparent to those of skill in the art upon review of this disclosure. The scope of the invention should, therefore, be determined not with reference to the above description, but instead should be determined with reference to the appended claims along with their full scope of equivalents.

Claims (15)

What is claimed is:
1. A system for providing network communications, the system comprising:
a TCP/IP stack module stored in memory and executed by a processor to:
receive application data in a data flow, inform a communications scheduler module that the data flow has data to be transmitted over a network, and generate at least one data packet for the data flow from the application data to be transmitted over the network, when directed by the communications scheduler module;
the communications scheduler module stored in memory and executed by the processor to:
determine the capacity of a path, select a suitable path, prioritize data flows for the selected path based on the TCP/IP stack module informing the communications scheduler module which data flows have data to be transmitted, select a data flow for the selected path, and direct the TCP/IP stack module to generate the at least one data packet for the data flow from the application data in the selected data flow, buffering of the at least one data packet from the application data not being required at the communications scheduler module; and
a communications interface module stored in memory and executed by the processor to transmit the at least one data packet for the data flow via the selected path at an optimal transmission rate, wherein the data flow is transmitted over the selected path without waiting for lost packets or acknowledgements to indicate network congestion.
2. The system ofclaim 1, wherein the execution of the communications scheduler module to determine the capacity of the path includes determining a bandwidth estimate.
3. The system ofclaim 1, the communications scheduler module is executable to determine whether a data flow has information to send prior to selecting the data flow for the path.
4. The system ofclaim 1, wherein the communications scheduler module is executable to determine respective priorities of data flows and select the data flow based on the priorities and the capacity of the path.
5. The system ofclaim 4, wherein the priorities are based on a fairness policy.
6. A method for providing network communications, the method comprising:
executing by a processor a TCP/IP stack module stored in memory to:
receive application data in a data flow, inform a communications scheduler module that the data flow has data to be transmitted over a network, and generate at least one data packet for the data flow from the application data to be transmitted over the network, when directed by the communications scheduler module;
executing by a processor the communications scheduler module stored in memory to:
determine the capacity of a path, select a suitable path, prioritize data flows for the selected path based on the TCP/IP stack module informing the communications scheduler module which data flows have data to be transmitted, select a data flow for the selected path, and direct the TCP/IP stack module to generate the at least one data packet for the data flow from the application data in the selected data flow, buffering of the at least one data packet from the application data not being required at the communications scheduler module; and
executing by a processor a communications interface module stored in memory to transmit the at least one data packet for data flow via the selected path at an optimal transmission rate, wherein the data flow is transmitted over the selected path without waiting for lost packets or acknowledgements to indicate network congestion.
7. The method ofclaim 6, wherein executing the communications scheduler module to determine the capacity of the path includes determining a bandwidth estimate.
8. The method ofclaim 6, further comprising executing the communications scheduler module to determine whether a data flow has information to send prior to selecting the data flow for the path.
9. The method ofclaim 6, further comprising executing the communications scheduler module to determine respective priorities of data flows, wherein the data flow is selected based on the priorities and the capacity of the path.
10. The method ofclaim 9, wherein the priorities are based on a fairness policy.
11. A non-transitory computer readable storage medium having a program embodied thereon, the program executable by a processor to perform a method for providing network communications, the method comprising:
executing a TCP/IP stack module stored in memory to:
receive application data in a data flow, inform a communications scheduler module that the data flow has data to be transmitted over a network, and generate at least one data packet for the data flow from the application data to be transmitted over the network, when directed by the communications scheduler module;
executing the communications scheduler module stored in memory to:
determine the capacity of a path, select a suitable path, prioritize data flows for the selected path based on the TCP/IP stack module informing the communications scheduler module which data flows have data to be transmitted, select a data flow for the selected path, and direct the TCP/IP stack module to generate the at least one data packet for the data flow from the application data in the selected flow, buffering of the at least one data packet from the application data not being required at the communications scheduler module; and
executing a communications interface module stored in memory to transmit the at least one data packet for data flow via the selected path at an optimal transmission rate, wherein the data flow is transmitted over the selected path without waiting for lost packets or acknowledgements to indicate network congestion.
12. The computer readable storage medium ofclaim 11, wherein executing the communications scheduler module to determine the capacity of the path includes determining a bandwidth estimate.
13. The computer readable storage medium ofclaim 11, wherein the method further comprises executing the communications scheduler module to determine whether a data flow has information to send prior to the selection of the data flow for the path.
14. The computer readable storage medium ofclaim 11, wherein the method further comprises executing the communications scheduler module to determine respective priorities of data flows, wherein the data flow is selected based on the priorities and the capacity of the path.
15. The computer readable storage medium ofclaim 14, wherein the priorities are based on a fairness policy.
US11/498,4912006-08-022006-08-02Communications schedulerActive2028-06-01US8885632B2 (en)

Priority Applications (3)

Application NumberPriority DateFiling DateTitle
US11/498,491US8885632B2 (en)2006-08-022006-08-02Communications scheduler
US14/477,804US9584403B2 (en)2006-08-022014-09-04Communications scheduler
US15/403,116US9961010B2 (en)2006-08-022017-01-10Communications scheduler

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US11/498,491US8885632B2 (en)2006-08-022006-08-02Communications scheduler

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US14/477,804ContinuationUS9584403B2 (en)2006-08-022014-09-04Communications scheduler

Publications (2)

Publication NumberPublication Date
US20080031149A1 US20080031149A1 (en)2008-02-07
US8885632B2true US8885632B2 (en)2014-11-11

Family

ID=39029045

Family Applications (3)

Application NumberTitlePriority DateFiling Date
US11/498,491Active2028-06-01US8885632B2 (en)2006-08-022006-08-02Communications scheduler
US14/477,804ActiveUS9584403B2 (en)2006-08-022014-09-04Communications scheduler
US15/403,116ActiveUS9961010B2 (en)2006-08-022017-01-10Communications scheduler

Family Applications After (2)

Application NumberTitlePriority DateFiling Date
US14/477,804ActiveUS9584403B2 (en)2006-08-022014-09-04Communications scheduler
US15/403,116ActiveUS9961010B2 (en)2006-08-022017-01-10Communications scheduler

Country Status (1)

CountryLink
US (3)US8885632B2 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9036662B1 (en)2005-09-292015-05-19Silver Peak Systems, Inc.Compressing packet data
US9092342B2 (en)2007-07-052015-07-28Silver Peak Systems, Inc.Pre-fetching data into a memory
US9152574B2 (en)2007-07-052015-10-06Silver Peak Systems, Inc.Identification of non-sequential data stored in memory
US9191342B2 (en)2006-08-022015-11-17Silver Peak Systems, Inc.Data matching using flow based packet data storage
US20160028608A1 (en)*2014-07-232016-01-28Cisco Technology, Inc.Selective and dynamic application-centric network measurement infrastructure
US9363248B1 (en)2005-08-122016-06-07Silver Peak Systems, Inc.Data encryption in a network memory architecture for providing data based on local accessibility
US9363309B2 (en)2005-09-292016-06-07Silver Peak Systems, Inc.Systems and methods for compressing packet data by predicting subsequent data
US9397951B1 (en)2008-07-032016-07-19Silver Peak Systems, Inc.Quality of service using multiple flows
US9584403B2 (en)2006-08-022017-02-28Silver Peak Systems, Inc.Communications scheduler
US9613071B1 (en)2007-11-302017-04-04Silver Peak Systems, Inc.Deferred data storage
US9626224B2 (en)2011-11-032017-04-18Silver Peak Systems, Inc.Optimizing available computing resources within a virtual environment
US9712463B1 (en)2005-09-292017-07-18Silver Peak Systems, Inc.Workload optimization in a wide area network utilizing virtual switches
US9717021B2 (en)2008-07-032017-07-25Silver Peak Systems, Inc.Virtual network overlay
US9875344B1 (en)2014-09-052018-01-23Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US9906630B2 (en)2011-10-142018-02-27Silver Peak Systems, Inc.Processing data packets in performance enhancing proxy (PEP) environment
US9948496B1 (en)2014-07-302018-04-17Silver Peak Systems, Inc.Determining a transit appliance for data traffic to a software service
US9967056B1 (en)2016-08-192018-05-08Silver Peak Systems, Inc.Forward packet recovery with constrained overhead
US10164861B2 (en)2015-12-282018-12-25Silver Peak Systems, Inc.Dynamic monitoring and visualization for network health characteristics
US10257082B2 (en)2017-02-062019-04-09Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows
US10432484B2 (en)2016-06-132019-10-01Silver Peak Systems, Inc.Aggregating select network traffic statistics
US10637721B2 (en)2018-03-122020-04-28Silver Peak Systems, Inc.Detecting path break conditions while minimizing network overhead
US10771394B2 (en)2017-02-062020-09-08Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows on a first packet from DNS data
US10805840B2 (en)2008-07-032020-10-13Silver Peak Systems, Inc.Data transmission via a virtual wide area network overlay
US10892978B2 (en)2017-02-062021-01-12Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows from first packet data
US11044202B2 (en)2017-02-062021-06-22Silver Peak Systems, Inc.Multi-level learning for predicting and classifying traffic flows from first packet data
US11212210B2 (en)2017-09-212021-12-28Silver Peak Systems, Inc.Selective route exporting using source type

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8274909B2 (en)*2009-03-262012-09-25Limelight Networks, Inc.Conditional protocol control
CN101569144B (en)*2006-12-272012-01-11英特尔公司 Method and apparatus for determining routing metrics
CA2737107C (en)*2010-04-132019-08-27Jingyuan WangTcp congestion control for heterogeneous networks
US8774010B2 (en)2010-11-022014-07-08Cisco Technology, Inc.System and method for providing proactive fault monitoring in a network environment
US8559341B2 (en)2010-11-082013-10-15Cisco Technology, Inc.System and method for providing a loop free topology in a network environment
US8773993B2 (en)*2011-01-312014-07-08Apple Inc.Adaptive bandwidth estimation
US8982733B2 (en)2011-03-042015-03-17Cisco Technology, Inc.System and method for managing topology changes in a network environment
US8670326B1 (en)*2011-03-312014-03-11Cisco Technology, Inc.System and method for probing multiple paths in a network environment
US8724517B1 (en)2011-06-022014-05-13Cisco Technology, Inc.System and method for managing network traffic disruption
US8830875B1 (en)2011-06-152014-09-09Cisco Technology, Inc.System and method for providing a loop free topology in a network environment
US9450846B1 (en)2012-10-172016-09-20Cisco Technology, Inc.System and method for tracking packets in a network environment
CN103780509B (en)*2012-10-182017-04-12杭州华三通信技术有限公司Message forwarding method and routing forwarding device
US9166912B2 (en)2013-02-252015-10-20Google Inc.Translating network forwarding plane models into target implementation using sub models and hints
US9172604B1 (en)2013-02-252015-10-27Google Inc.Target mapping and implementation of abstract device model
FI20145054A7 (en)*2014-01-212015-07-22Tellabs OyA network element for a data transfer network
US9825846B1 (en)*2015-09-222017-11-21Amazon Technologies, Inc.Multi-path routing
US10044604B1 (en)*2015-09-222018-08-07Amazon Technologies, Inc.Multi-path routing
US9860159B1 (en)2015-09-222018-01-02Amazon Technologies, Inc.Multi-path routing
US10225103B2 (en)2016-08-292019-03-05Vmware, Inc.Method and system for selecting tunnels to send network traffic through
US10681131B2 (en)2016-08-292020-06-09Vmware, Inc.Source network address translation detection and dynamic tunnel creation
US11811867B2 (en)*2020-09-012023-11-07International Business Machines CorporationData transmission routing based on replication path capability
US12015561B2 (en)*2020-12-212024-06-18Hewlett Packard Enterprise Development LpMethods and systems to dynamically prioritize applications over 802.11 wireless LAN
US20230291679A1 (en)*2022-03-092023-09-14Cisco Technology, Inc.Dynamic use of a packet recovery mechanism to avoid congestion along a network path

Citations (213)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5243341A (en)1992-06-011993-09-07Hewlett Packard CompanyLempel-Ziv compression scheme with enhanced adapation
US5307413A (en)1991-07-191994-04-26Process Software CorporationMethod and apparatus for adding data compression and other services in a computer network
US5359720A (en)1989-04-211994-10-25Mitsubishi Denki Kabushiki KaishaTaken storage apparatus using a hash memory and a cam
US5483556A (en)1992-08-271996-01-09Sat (Societe Anonyme De Telecommunications)Data compression-decompression method and apparatus for synchronous terminal means
US5592613A (en)1989-03-281997-01-07Olympus Optical Co., Ltd.Microcomputer having a program correction function
US5611049A (en)1992-06-031997-03-11Pitts; William M.System for accessing distributed data cache channel at each network node to pass requests and data
US5675587A (en)1993-12-061997-10-07Fujitsu LimitedPreset virtual path determining method and device in ATM exchange system
US5754774A (en)1996-02-151998-05-19International Business Machine Corp.Client/server communication system
US5802106A (en)*1996-12-061998-09-01Packeteer, Inc.Method for rapid data rate detection in a packet communication environment without data rate supervision
US5883891A (en)1996-04-301999-03-16Williams; WyattMethod and apparatus for increased quality of voice transmission over the internet
US6000053A (en)1997-06-131999-12-07Microsoft CorporationError correction and loss recovery of packets over a computer network
US6081883A (en)1997-12-052000-06-27Auspex Systems, IncorporatedProcessing system with dynamically allocatable buffer memory
US6295541B1 (en)1997-12-162001-09-25Starfish Software, Inc.System and methods for synchronizing two or more datasets
US6308148B1 (en)*1996-05-282001-10-23Cisco Technology, Inc.Network flow data export
US6311260B1 (en)1999-02-252001-10-30Nec Research Institute, Inc.Method for perfetching structured data
US20010054084A1 (en)1999-12-312001-12-20Arkadi KosmyninMethod and system for communication in the usenet
US20020007413A1 (en)2000-03-162002-01-17Garcia-Luna-Aceves JjSystem and method for using a mapping between client addresses and addresses of caches to support content delivery
US20020040475A1 (en)2000-03-232002-04-04Adrian YapDVR system
US6374266B1 (en)1998-07-282002-04-16Ralph ShnelvarMethod and apparatus for storing information in a data processing system
US20020061027A1 (en)2000-11-222002-05-23Kenichi AbiruRelaying apparatus
US20020065998A1 (en)2000-11-302002-05-30International Business Machines CorporationNUMA system with redundant main memory architecture
US20020078242A1 (en)2000-12-152002-06-20Nanjundiah ViswanathMethod of selectively compressing data packets
US20020101822A1 (en)*2000-11-302002-08-01Ayyagari Deepak V.Integrated method for performing scheduling, routing and access control in a computer network
US20020107988A1 (en)2001-02-052002-08-08James JordanIn-line compression system for low-bandwidth client-server data link
US6434662B1 (en)1999-11-022002-08-13Juniper Networks, Inc.System and method for searching an associative memory utilizing first and second hash functions
US6438664B1 (en)1999-10-272002-08-20Advanced Micro Devices, Inc.Microcode patch device and method for patching microcode using match registers and patch routines
US20020116424A1 (en)2001-02-142002-08-22Siemens AktiengesellschaftData compression/decompression method and apparatus
US6452915B1 (en)*1998-07-102002-09-17Malibu Networks, Inc.IP-flow classification in a wireless point to multi-point (PTMP) transmission system
US20020131434A1 (en)2001-03-162002-09-19Motorola, Inc.Method and apparatus for sorting packets in a communication system
US20020150041A1 (en)2001-03-072002-10-17Onetier Communications, Inc.Method and system for providing an improved quality of service for data transportation over the internet
US20020163911A1 (en)2001-05-042002-11-07Wee Susie J.Method and system for midstream transcoding of secure scalable packets in response to downstream requirements
US20020169818A1 (en)1998-05-132002-11-14Compaq Computer CorporationMethod and apparatus for efficient storage and retrieval of objects in and from an object storage device
US20020181494A1 (en)*2000-11-212002-12-05Injong RheeMethods and systems for rate-based flow control between a sender and a receiver
US20020188871A1 (en)2001-06-122002-12-12Corrent CorporationSystem and method for managing security packet processing
US20020194324A1 (en)2001-04-262002-12-19Aloke GuhaSystem for global and local data resource management for service guarantees
US20030002664A1 (en)2001-06-132003-01-02Anand Satish N.Data encryption and decryption system and method using merged ciphers
US20030009558A1 (en)2001-07-032003-01-09Doron Ben-YehezkelScalable server clustering
US6587985B1 (en)1998-11-302003-07-01Matsushita Electric Industrial Co., Ltd.Data transmission method, data transmission apparatus, data receiving apparatus, and packet data structure
US20030123481A1 (en)*2001-11-132003-07-03Ems Technologies, Inc.Enhancements for TCP performance enhancing proxies
US20030133568A1 (en)2001-12-182003-07-17Yosef SteinProgrammable data encryption engine for advanced encryption standard algorithm
US20030142658A1 (en)*2002-01-312003-07-31Ntt Docomo, Inc.Base station, control device, communication system and communication method
US20030149869A1 (en)2002-02-012003-08-07Paul GleichaufMethod and system for securely storing and trasmitting data by applying a one-time pad
US20030149661A1 (en)2000-01-052003-08-07Colin MitchellMethod and apparatus for authenticating financial transactions
US6618397B1 (en)2000-10-052003-09-09Provisionpoint Communications, Llc.Group packet encapsulation and compression system and method
US6633953B2 (en)2000-02-082003-10-14Hywire Ltd.Range content-addressable memory
US6643259B1 (en)*1999-11-122003-11-043Com CorporationMethod for optimizing data transfer in a data network
US6650644B1 (en)1998-05-202003-11-18Nortel Networks LimitedMethod and apparatus for quality of service translation
US20030233431A1 (en)2002-06-122003-12-18Bladelogic, Inc.Method and system for model-based heterogeneous server configuration management
US6667700B1 (en)2002-10-302003-12-23Nbt Technology, Inc.Content-based segmentation scheme for data compression in storage and transmission including hierarchical segment representation
US6674769B1 (en)2000-03-072004-01-06Advanced Micro Devices, Inc.Simultaneous searching of layer 3 policy filter and policy cache in a network switch port
US20040008711A1 (en)2002-07-092004-01-15Lahti Gregg D.System and method for anti-replay processing of a data packet
US20040047308A1 (en)2002-08-162004-03-11Alan KavanaghSecure signature in GPRS tunnelling protocol (GTP)
US6718361B1 (en)2000-04-072004-04-06Network Appliance Inc.Method and apparatus for reliable and scalable distribution of data files in distributed networks
US20040083299A1 (en)1999-06-302004-04-29Dietz Russell S.Method and apparatus for monitoring traffic in a network
US20040086114A1 (en)2002-11-062004-05-06Sun Microsystems, Inc.System and method for implementing DES permutation functions
US20040088376A1 (en)2002-10-302004-05-06Nbt Technology, Inc.Transaction accelerator for client-server communication systems
US6738379B1 (en)2000-03-302004-05-18Telefonaktiebolaget Lm Ericsson (Publ)Method of preserving data packet sequencing
US20040114569A1 (en)*2002-12-172004-06-17Naden James M.Cummunication network route determination
US20040117571A1 (en)2002-12-172004-06-17Chang Kevin K.Delta object replication system and method for clustered system
US20040123139A1 (en)2002-12-182004-06-24At&T Corp.System having filtering/monitoring of secure connections
US6769048B2 (en)2001-12-062004-07-27Sun Microsystems, Inc.Cache synchronization method, system and apparatus for a distributed application and an object located in a client cache
US6791945B1 (en)2000-09-152004-09-14Motorola, Inc.Time out threshold shaping for wireless TCP communications
US20040179542A1 (en)2002-12-172004-09-16Koso MurakamiRouter apparatus provided with output port circuit including storage unit, and method of controlling output port circuit of router apparatus
US20040199771A1 (en)2003-04-042004-10-07Widevine Technologies, Inc.Method for tracing a security breach in highly distributed content
US20040203820A1 (en)*2002-04-292004-10-14Harris CorporationAllocating channels in a mobile ad hoc network
US20040205332A1 (en)2003-04-122004-10-14Bouchard Gregg A.IPsec performance optimization
US20040202110A1 (en)2003-03-112004-10-14Samsung Electronics Co., Ltd.Method and apparatus for managing sliding window in IP security
US20040243571A1 (en)1999-08-262004-12-02Microsoft CorporationMethod and system for detecting object inconsistency in a loosely consistent replicated directory service
US20040255048A1 (en)2001-08-012004-12-16Etai Lev RanVirtual file-sharing network
US20050010653A1 (en)1999-09-032005-01-13Fastforward Networks, Inc.Content distribution system for operation over an internetwork including content peering arrangements
US6856651B2 (en)2000-07-252005-02-15Peribit Networks, Inc.System and method for incremental and continuous data compression
EP1507353A2 (en)2003-08-142005-02-16NTT DoCoMo, Inc.Transmission/reception of data flows with different QoS requirements
US6859842B1 (en)*1999-11-112005-02-22Fujitsu LimitedMethod and apparatus for selection of paths on a communication network
US20050044270A1 (en)2000-02-072005-02-24Grove Adam J.Method for high-performance delivery of web content
US20050053094A1 (en)*2003-09-092005-03-10Harris CorporationMobile ad hoc network (MANET) providing quality-of-service (QoS) based unicast and multicast features
US20050091234A1 (en)2003-10-232005-04-28International Business Machines CorporationSystem and method for dividing data into predominantly fixed-sized chunks so that duplicate data chunks may be identified
US20050111460A1 (en)2003-11-212005-05-26Sahita Ravi L.State-transition based network intrusion detection
US20050131939A1 (en)2003-12-162005-06-16International Business Machines CorporationMethod and apparatus for data redundancy elimination at the block level
US20050132252A1 (en)2003-11-202005-06-16International Business Machines CorporationMethod, system, and program for synchronizing subtasks using sequence numbers
US6910106B2 (en)2002-10-042005-06-21Microsoft CorporationMethods and mechanisms for proactive memory management
US20050141425A1 (en)*2003-12-242005-06-30Foulds Christopher T.Method, system, and program for managing message transmission through a network
US20050171937A1 (en)2004-02-022005-08-04Hughes Martin W.Memory efficient hashing algorithm
US20050177603A1 (en)2004-02-062005-08-11Availl, Inc.System and method for replicating files in a computer network
US20050190694A1 (en)2000-04-032005-09-01P-CubeMethod and apparatus for wire-speed application layer classification of upstream and downstream data packets
US20050210151A1 (en)2004-03-152005-09-22Microsoft CorporationData compression
US20050220019A1 (en)*2004-01-262005-10-06Stmicroelectronics S.R.L.Method and system for admission control in communication networks, related network and computer program product therefor
US20050243743A1 (en)2004-04-302005-11-03Sony Ericsson Mobile Communications Japan, Inc.Re-transmission controlling method and wireless communication terminal apparatus
US20050243835A1 (en)*2004-04-302005-11-03Puneet SharmaAssigning WAN links to subflows based on WAN link characteristics and application preferences
US20050256972A1 (en)2004-05-112005-11-17Hewlett-Packard Development Company, L.P.Mirroring storage interface
US6968374B2 (en)2002-07-032005-11-22Telefonaktiebolaget Lm Ericsson (Publ)Quality of service (QOS) mechanism in an internet protocol (IP) network
US20050278459A1 (en)1997-10-142005-12-15Boucher Laurence BNetwork interface device that can offload data transfer processing for a TCP connection from a host CPU
US6978384B1 (en)2000-09-192005-12-20Verizon Corp. Services Group, Inc.Method and apparatus for sequence number checking
US20050286526A1 (en)2004-06-252005-12-29Sood Sanjeev HOptimized algorithm for stream re-assembly
US20060013210A1 (en)*2004-06-182006-01-19Bordogna Mark AMethod and apparatus for per-service fault protection and restoration in a packet network
US20060026425A1 (en)2001-03-262006-02-02Microsoft CorporationEncrypted key cache
US20060031936A1 (en)2002-04-042006-02-09Enterasys Networks, Inc.Encryption security in a network system
US20060036901A1 (en)2004-08-132006-02-16Gemini StorageData replication method over a limited bandwidth network by mirroring parities
US20060039354A1 (en)2004-07-232006-02-23Citrix Systems, Inc.Systems and methods for client-side application-aware prioritization of network communications
US7007044B1 (en)2002-12-262006-02-28Storage Technology CorporationStorage backup system for backing up data written to a primary storage device to multiple virtual mirrors using a reconciliation process that reflects the changing state of the primary storage device over time
US20060059171A1 (en)2004-08-252006-03-16Dhrubajyoti BorthakurSystem and method for chunk-based indexing of file system content
US20060059173A1 (en)2004-09-152006-03-16Michael HirschSystems and methods for efficient data searching, storage and reduction
US7020750B2 (en)2002-09-172006-03-28Sun Microsystems, Inc.Hybrid system and method for updating remote cache memory with user defined cache update policies
US7035214B1 (en)1999-09-282006-04-25Nortel Networks LimitedSystem and method for a negative acknowledgement-based transmission control protocol
US20060117385A1 (en)2004-11-302006-06-01Mester Michael LMonitoring propagation protection within a network
US7069342B1 (en)2001-03-012006-06-27Cisco Technology, Inc.Communication system with content-based data compression
US20060143497A1 (en)2004-12-232006-06-29Xiv Ltd.System, method and circuit for mirroring data
US20060195547A1 (en)2004-12-302006-08-31Prabakar SundarrajanSystems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
US20060195840A1 (en)2004-12-302006-08-31Prabakar SundarrajanSystems and methods for automatic installation and execution of a client-side acceleration program
US20060212426A1 (en)2004-12-212006-09-21Udaya ShakaraEfficient CAM-based techniques to perform string searches in packet payloads
US7113962B1 (en)1999-06-222006-09-26F5 Networks, Inc.Method and system for automatically updating content stored on servers connected by a network
US20060218390A1 (en)2005-03-232006-09-283Com CorporationDeciphering of fragmented enciphered data packets
US20060227717A1 (en)*2005-03-172006-10-12Toshiba America Research, Inc.Real-time comparison of quality of interfaces
US20060250965A1 (en)*2005-05-092006-11-09Bellsouth Intellectual Property CorporationMethods, systems, and computer-readable media for optimizing the communication of data packets in a data network
US20060268932A1 (en)2005-05-232006-11-30Juniper Networks, Inc.Processing communication flows in asymmetrically routed networks
US7145889B1 (en)2002-03-282006-12-05Nortel Networks LimitedEfficient frame retransmission in a wireless communication environment
US20060280205A1 (en)2005-06-102006-12-14Samsung Electronics Co., Ltd.Method of controlling transmission rate by using error correction packets and communication apparatus using the same
US20070002804A1 (en)*2005-06-292007-01-04Microsoft CorporationTraffic-aware routing in wireless networks
US20070011424A1 (en)2005-07-082007-01-11Cisco Technology, Inc.Apparatus and methods for facilitating data tapping with host clustering in a storage area network
US20070038858A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Compliance in a network memory architecture
US20070038815A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Network memory appliance
US20070038816A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Ensuring data integrity in network memory
US7197597B1 (en)2003-07-222007-03-27Cisco Technology, Inc.Performing lookup operations in a content addressable memory based on hashed values of particular use in maintaining statistics for packet flows
US7200847B2 (en)1996-07-012007-04-03Microsoft CorporationUrgent replication facility
US20070076693A1 (en)*2005-09-302007-04-05Dilip KrishnaswamyScheduling variable bit rate multimedia traffic over a multi-hop wireless network
US20070097874A1 (en)2005-10-312007-05-03Silver Peak Systems, Inc.Network device continuity
US7215667B1 (en)2001-11-302007-05-08Corrent CorporationSystem and method for communicating IPSec tunnel packets with compressed inner headers
US20070110046A1 (en)*2003-09-102007-05-17Farrell Richard SInternet protocol optimizer
US20070115812A1 (en)2005-11-222007-05-24Silver Peak Systems, Inc.Sequence numbers for multiple quality of service levels
US20070127372A1 (en)2005-12-062007-06-07Shabbir KhanDigital object routing
US20070130114A1 (en)2005-06-202007-06-07Xiao-Feng LiMethods and apparatus to optimize processing throughput of data structures in programs
US20070140129A1 (en)*2005-12-212007-06-21Packethop, Inc.Ad-hoc network routing metric optimization
US7242681B1 (en)2002-05-172007-07-10Sandstorm Enterprises, Inc.System and method for intercepting and authenticating packets during one or more communication sessions and automatically recognizing content
US7243094B2 (en)2002-05-312007-07-10Softek Storage Solutions CorporationMethod and system for intelligent storage management
US20070198523A1 (en)2004-03-022007-08-23Shaul HayimCommunication server, method and systems, for reducing transportation volumes over communication networks
US20070195702A1 (en)*2006-02-172007-08-23Yuen Wing HLink duration based routing protocol for multihop ad hoc networks
US7266645B2 (en)2003-02-182007-09-04Intel CorporationReducing communication for reads and updates in distributed object systems
US20070226320A1 (en)2003-10-312007-09-27Yuval HagerDevice, System and Method for Storage and Access of Computer Files
US20070244987A1 (en)2006-04-122007-10-18Pedersen Bradley JSystems and Methods for Accelerating Delivery of a Computing Environment to a Remote User
US20070245079A1 (en)2006-04-142007-10-18International Business Machines CorporationMethod and apparatus for efficiently supporting multiple one-time table access operations in a hierarchical memory setting
US20070248084A1 (en)2006-04-202007-10-25AlcatelSymmetric connection detection
US20070258468A1 (en)2006-05-052007-11-08Broadcom Corporation, A California CorporationIntermediate network node supporting packet analysis of encrypted payload
US20070263554A1 (en)2006-05-102007-11-15Finn Norman W Technique for efficiently managing bandwidth registration for multiple spanning tree options
US20070276983A1 (en)2003-07-152007-11-29Ofir ZoharSystem method and circuit for differential mirroring of data
US20080005156A1 (en)*2006-06-302008-01-03Edwards Stephen KSystem and method for managing subscriber usage of a communications network
US7318100B2 (en)2003-04-142008-01-08Riverbed Technology, Inc.Cooperative proxy auto-discovery and connection interception
US20080016301A1 (en)2006-07-122008-01-17Inventec CorporationSystem for backing up cache memory in a double backup server structure
US20080013532A1 (en)2006-07-112008-01-17Cisco Technology, Inc.Apparatus for hardware-software classification of data packet flows
US20080028467A1 (en)2006-01-172008-01-31Chris KommareddyDetection of Distributed Denial of Service Attacks in Autonomous System Domains
US20080031240A1 (en)2006-08-022008-02-07Silver Peak Systems, Inc.Data matching using flow based packet data storage
US20080095060A1 (en)2005-05-282008-04-24Xin YaoMethod for obtaining qos information of a session
US7366829B1 (en)2004-06-302008-04-29Sun Microsystems, Inc.TLB tag parity checking without CAM read
US7380006B2 (en)*2000-12-142008-05-27Microsoft CorporationMethod for automatic tuning of TCP receive window based on a determined bandwidth
US7383329B2 (en)2001-02-132008-06-03Aventail, LlcDistributed cache for state transfer operations
US7383348B2 (en)2001-06-132008-06-03Kabushiki Kaisha ToshibaData transfer scheme using caching technique for reducing network load
US20080133536A1 (en)2006-12-012008-06-05Microsoft CorporationScalable differential compression of network data
US7389393B1 (en)2004-10-212008-06-17Symantec Operating CorporationSystem and method for write forwarding in a storage environment employing distributed virtualization
US7388844B1 (en)2002-08-282008-06-17Sprint Spectrum L.P.Method and system for initiating a virtual private network over a shared network on behalf of a wireless terminal
US7389357B2 (en)2004-01-202008-06-17Cisco Technology, Inc.Arrangement in an IP node for preserving security-based sequences by ordering IP packets according to quality of service requirements prior to encryption
US20080184081A1 (en)2007-01-292008-07-31Takayuki HamaData communication apparatus, method, and program
US7417991B1 (en)2003-12-182008-08-26Avaya Inc.Network quality estimation
US7420992B1 (en)2005-03-172008-09-02Packeteer, Inc.Adaptive network traffic compression mechanism including dynamic selection of compression algorithms
US20080229137A1 (en)2007-03-122008-09-18Allen SamuelsSystems and methods of compression history expiration and synchronization
US20080243992A1 (en)2007-03-302008-10-02Paul JardetzkySystem and method for bandwidth optimization in a network storage environment
US7451237B2 (en)2002-05-202008-11-11Fujitsu LimitedData compression program, data compression method, and data compression device
US7453379B2 (en)2007-03-122008-11-18Citrix Systems, Inc.Systems and methods for identifying long matches of data in a compression history
US7457315B1 (en)2003-12-232008-11-25Cisco Technology, Inc.System and method for compressing information in a communications environment
US20080313318A1 (en)2007-06-182008-12-18Vermeulen Allan HProviding enhanced data retrieval from remote locations
US20080320151A1 (en)2002-10-302008-12-25Riverbed Technology, Inc.Transaction accelerator for client-server communications systems
US20090060198A1 (en)2007-08-292009-03-05Mark Cameron LittleSecure message transport using message segmentation
US20090100483A1 (en)2007-10-132009-04-16Microsoft CorporationCommon key frame caching for a remote user interface
US7532134B2 (en)2007-03-122009-05-12Citrix Systems, Inc.Systems and methods for sharing compression histories between multiple devices
US20090158417A1 (en)2007-12-172009-06-18Nortel Networks LimitedAnti-replay protection with quality of services (QoS) queues
US7555484B2 (en)2005-01-192009-06-30Microsoft CorporationLoad balancing based on cache content
US20090175172A1 (en)*2005-06-222009-07-09Mikael PrytzMethod and Arrangement for Route Cost Determination and Selection with Link Cost Interaction
US7571343B1 (en)2006-08-312009-08-04Nortel Networks LimitedHandling sequence numbers and/or an anti-replay window after failover between servers
US20090265707A1 (en)2008-04-212009-10-22Microsoft CorporationOptimizing application performance on virtual machines automatically with end-user preferences
US20090279550A1 (en)*2006-04-132009-11-12Barracuda Networks, Inc.Tunneling for efficient network traffic management
US7619545B2 (en)2007-03-122009-11-17Citrix Systems, Inc.Systems and methods of using application and protocol specific parsing for compression
US7620870B2 (en)2005-11-222009-11-17Cisco Technology, Inc.Data compression method and system
US7624446B1 (en)2005-01-252009-11-24Symantec CorporationEfficient signature packing for an intrusion detection system
US7639700B1 (en)2003-01-292009-12-29F5 Networks, Inc.Architecture for efficient utilization and optimum performance of a network
US7643426B1 (en)2006-04-272010-01-05Hewlett-Packard Development Company, L.P.Path selection in a network
US7644230B1 (en)2007-03-152010-01-05Silver Peak Systems, Inc.Dynamic load management of network memory
US20100005222A1 (en)2008-07-012010-01-07International Business Machines CorporationOptimizing virtual memory allocation in a virtual machine based upon a previous usage of the virtual memory blocks
US20100011125A1 (en)2007-06-012010-01-14Research In Motion LimitedDetermination of compression state information for use in interactive compression
US20100020693A1 (en)*2005-09-282010-01-28Manish ThakurCumulative tcp congestion control
US7676554B1 (en)2005-09-152010-03-09Juniper Networks, Inc.Network acceleration device having persistent in-memory cache
US20100077251A1 (en)*2004-01-222010-03-25Hain-Ching LiuMethod and system for reliably and efficiently transporting data over a network
US7698431B1 (en)2005-08-122010-04-13Silver Peak Systems, Inc.Pre-positioning data in a network memory appliance
US20100115137A1 (en)2008-11-052010-05-06Samsung Electronics Co., Ltd.Data compression method and data communication system utilizing the same
US7714747B2 (en)1998-12-112010-05-11Realtime Data LlcData compression systems and methods
US20100124239A1 (en)2008-11-202010-05-20Silver Peak Systems, Inc.Systems and methods for compressing packet data
US20100131957A1 (en)2007-04-132010-05-27Nobuharu KamiVirtual computer system and its optimization method
US7746781B1 (en)2003-06-302010-06-29Nortel Networks LimitedMethod and apparatus for preserving data in a system implementing Diffserv and IPsec protocol
US7764606B1 (en)2002-06-142010-07-27Juniper Networks, Inc.Maintaining packet order using hash-based linked-list queues
US20100290364A1 (en)2008-05-092010-11-18Microsoft CorporationPacket Compression for Network Packet Traffic Analysis
US7853699B2 (en)2005-03-152010-12-14Riverbed Technology, Inc.Rules-based transaction prefetching using connection end-point proxies
US20100318892A1 (en)2009-06-152010-12-16Microsoft CorporationIdentifying changes for online documents
US7873786B1 (en)2004-09-232011-01-18Juniper Networks, Inc.Network acceleration and long-distance pattern detection using improved caching and disk mapping
US7941606B1 (en)2003-07-222011-05-10Cisco Technology, Inc.Identifying a flow identification value mask based on a flow identification value of a packet
US7948921B1 (en)2007-09-202011-05-24Silver Peak Systems, Inc.Automatic network optimization
US7953869B2 (en)2003-08-122011-05-31Riverbed Technology, Inc.Cooperative proxy auto-discovery and connection interception
US20110154329A1 (en)2009-12-172011-06-23International Business Machines CorporationMethod and system for optimizing virtual storage size
US20110219181A1 (en)2007-07-052011-09-08David Anthony HughesPre-fetching data into a memory
US8069225B2 (en)2003-04-142011-11-29Riverbed Technology, Inc.Transparent client-server transaction accelerator
US20120036325A1 (en)2010-07-132012-02-09Vmware, Inc.Memory compression policies
US8171238B1 (en)2007-07-052012-05-01Silver Peak Systems, Inc.Identification of data stored in memory
US20120221611A1 (en)2009-12-172012-08-30Hitachi, Ltd.Management server, management method, and management program for virtual hard disk
US8307115B1 (en)2007-11-302012-11-06Silver Peak Systems, Inc.Network memory mirroring
US20130094501A1 (en)2011-10-142013-04-18David Anthony HughesProcessing data packets in performance enhancing proxy (pep) environment
US20130117494A1 (en)2011-11-032013-05-09David Anthony HughesOptimizing available computing resources within a virtual environment
US8442052B1 (en)2008-02-202013-05-14Silver Peak Systems, Inc.Forward packet recovery
US8489562B1 (en)2007-11-302013-07-16Silver Peak Systems, Inc.Deferred data storage

Family Cites Families (196)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4494108A (en)1981-11-091985-01-15International Business Machines CorporationAdaptive source modeling for data file compression within bounded memory
US4558302A (en)1983-06-201985-12-10Sperry CorporationHigh speed data compression and decompression apparatus and method
US4612532A (en)1984-06-191986-09-16Telebyte CorportionData compression apparatus and method
US5023611A (en)1989-07-281991-06-11At&T Bell LaboratoriesEntropy encoder/decoder including a context extractor
JPH03141752A (en)1989-10-271991-06-17Hitachi Ltd Image signal transmission method
JPH04266263A (en)1991-02-201992-09-22Fujitsu LtdPriority recording system
JPH0561964A (en)1991-09-031993-03-12Oki Electric Ind Co LtdFingerprint matching device
US5373290A (en)1991-09-251994-12-13Hewlett-Packard CorporationApparatus and method for managing multiple dictionaries in content addressable memory based data compression
US5271847A (en)1992-01-281993-12-21Betz Laboratories, Inc.Polymers for the treatment of boiler water
US5550540A (en)1992-11-121996-08-27Internatioal Business Machines CorporationDistributed coding and prediction by use of contexts
US5357250A (en)1992-11-201994-10-18International Business Machines CorporationAdaptive computation of symbol probabilities in n-ary strings
JP3172387B2 (en)1994-06-012001-06-04インターナショナル・ビジネス・マシーンズ・コーポレ−ション I/O COMMUNICATION SUBSYSTEM AND METHOD
US5532693A (en)1994-06-131996-07-02Advanced Hardware ArchitecturesAdaptive data compression system with systolic string matching logic
US5627533A (en)1994-08-051997-05-06Hayes Microcomputer Products, Inc.Adjusting encoding table size and memory allocation for data compression in response to input data
US5635932A (en)1994-10-171997-06-03Fujitsu LimitedLempel-ziv compression with expulsion of dictionary buffer matches
US5771010A (en)1995-03-221998-06-23Ibm CorporationApparatus for compressing data using a Lempel-Ziv-type algorithm
US5602831A (en)1995-03-311997-02-11Seiko Communications Systems, Inc.Optimizing packet size to eliminate effects of reception nulls
US5659737A (en)1995-08-011997-08-19Oracle CorporationMethods and apparatus for data compression that preserves order by using failure greater than and failure less than tokens
US5710562A (en)1995-08-311998-01-20Ricoh Company Ltd.Method and apparatus for compressing arbitrary data
US6754181B1 (en)1996-11-182004-06-22Mci Communications CorporationSystem and method for a directory service supporting a hybrid communication system architecture
US6374250B2 (en)1997-02-032002-04-16International Business Machines CorporationSystem and method for differential compression of data from a plurality of binary sources
US6084855A (en)*1997-02-182000-07-04Nokia Telecommunications, OyMethod and apparatus for providing fair traffic scheduling among aggregated internet protocol flows
US6862602B2 (en)1997-03-072005-03-01Apple Computer, Inc.System and method for rapidly identifying the existence and location of an item in a file
US6339616B1 (en)1997-05-302002-01-15Alaris, Inc.Method and apparatus for compression and decompression of still and motion video data based on adaptive pixel-by-pixel processing and adaptive variable length coding
US6175944B1 (en)1997-07-152001-01-16Lucent Technologies Inc.Methods and apparatus for packetizing data for transmission through an erasure broadcast channel
US5955976A (en)1997-12-021999-09-21Hughes Electronics CorporationData compression for use with a communications channel
US6489902B2 (en)1997-12-022002-12-03Hughes Electronics CorporationData compression for use with a communications channel
US6054943A (en)1998-03-252000-04-25Lawrence; John CliftonMultilevel digital information compression based on lawrence algorithm
US6240463B1 (en)*1998-11-242001-05-29Lucent Technologies Inc.Router placement methods and apparatus for designing IP networks with performance guarantees
US6191710B1 (en)1998-12-302001-02-20Intel Corp.Data compression and decompression method and system for data compression and decompression
US6434641B1 (en)1999-05-282002-08-13Unisys CorporationSystem for reducing the number of requests presented to a main memory in a memory storage system employing a directory-based caching scheme
US6493698B1 (en)1999-07-262002-12-10Intel CorporationString search scheme in a distributed architecture
US7110407B1 (en)1999-09-232006-09-19Netlogic Microsystems, Inc.Method and apparatus for performing priority encoding in a segmented classification system using enable signals
US6434191B1 (en)1999-09-302002-08-13Telcordia Technologies, Inc.Adaptive layered coding for voice over wireless IP applications
US7278016B1 (en)1999-10-262007-10-02International Business Machines CorporationEncryption/decryption of stored data using non-accessible, unique encryption key
SE9904094D0 (en)1999-11-121999-11-12Protegrity Research & Dev Method for reencryption of a database
US7970898B2 (en)2001-01-242011-06-28Telecommunication Systems, Inc.System and method to publish information from servers to remote monitor devices
US6392567B2 (en)2000-03-312002-05-21Fijitsu LimitedApparatus for repeatedly compressing a data string and a method thereof
US20020038373A1 (en)*2000-07-212002-03-28John BorderMethod and system for improving network performance enhancing proxy architecture with gateway redundancy
US7047281B1 (en)2000-08-082006-05-16Fineground NetworksMethod and system for accelerating the delivery of content in a networked environment
US6842424B1 (en)*2000-09-052005-01-11Microsoft CorporationMethods and systems for alleviating network congestion
US6463001B1 (en)2000-09-152002-10-08Intel CorporationCircuit and method for merging refresh and access operations for a memory device
US7111005B1 (en)2000-10-062006-09-19Oracle International CorporationMethod and apparatus for automatic database encryption
US6728840B1 (en)2000-10-202004-04-27Emc CorporationMethods and apparatus for providing host controlled caching of data in a storage system
US6963980B1 (en)2000-11-162005-11-08Protegrity CorporationCombined hardware and software based encryption of databases
US7277962B2 (en)*2000-12-012007-10-02Fujitsu LimitedMethod and apparatus for packet scheduling using virtual time stamp for high capacity combined input and output queued switching system
US7353387B2 (en)2001-03-082008-04-01International Business Machines CorporationMethod and system for integrating encryption functionality into a database system
US7113112B2 (en)2001-04-162006-09-26Vindigo, Inc.PPM-based data compression
US7266699B2 (en)2001-08-302007-09-04Application Security, Inc.Cryptographic infrastructure for encrypting a database
JP5138847B2 (en)*2001-08-312013-02-06富士通株式会社 Network system, network relay device, network relay monitoring device, and network operation method
US6570511B1 (en)2001-10-152003-05-27Unisys CorporationData compression method and apparatus implemented with limited length character tables and compact string code utilization
US7633942B2 (en)2001-10-152009-12-15Avaya Inc.Network traffic generation and monitoring systems and methods for their use in testing frameworks for determining suitability of a network for target applications
US7002960B1 (en)2001-10-302006-02-21At&T Corp.Traffic matrix computation for packet networks
US6653954B2 (en)2001-11-072003-11-25International Business Machines CorporationSystem and method for efficient data compression
KR100446635B1 (en)2001-11-272004-09-04삼성전자주식회사Apparatus and method for depth image-based representation of 3-dimensional object
US7269729B2 (en)2001-12-282007-09-11International Business Machines CorporationRelational database management encryption system
US6614368B1 (en)2002-01-162003-09-02Unisys CorporationData compression method and apparatus utilizing cascaded character tables
US8976798B2 (en)*2002-01-282015-03-10Hughes Network Systems, LlcMethod and system for communicating over a segmented virtual private network (VPN)
US7177295B1 (en)2002-03-082007-02-13Scientific Research CorporationWireless routing protocol for ad-hoc networks
US7260645B2 (en)2002-04-262007-08-21Proficient Networks, Inc.Methods, apparatuses and systems facilitating determination of network path metrics
US7085236B2 (en)*2002-05-202006-08-01University Of Massachusetts, AmherstActive queue management for differentiated services
US8386797B1 (en)2002-08-072013-02-26Nvidia CorporationSystem and method for transparent disk encryption
US7684483B2 (en)2002-08-292010-03-23Raritan Americas, Inc.Method and apparatus for digitizing and compressing remote video signals
JP3889762B2 (en)2002-12-262007-03-07富士通株式会社 Data compression method, program, and apparatus
US7069268B1 (en)2003-01-132006-06-27Cisco Technology, Inc.System and method for identifying data using parallel hashing
DE10301362B4 (en)2003-01-162005-06-09GEMAC-Gesellschaft für Mikroelektronikanwendung Chemnitz mbH A block data compression system consisting of a compression device and a decompression device, and methods for fast block data compression with multi-byte search
US20040158644A1 (en)*2003-02-112004-08-12Magis Networks, Inc.Method and apparatus for distributed admission control
US7389462B1 (en)2003-02-142008-06-17Istor Networks, Inc.System and methods for high rate hardware-accelerated network protocol processing
US7594002B1 (en)2003-02-142009-09-22Istor Networks, Inc.Hardware-accelerated high availability integrated networked storage system
US7418600B2 (en)2003-03-132008-08-26International Business Machines CorporationSecure database access through partial encryption
US20040250027A1 (en)2003-06-042004-12-09Heflinger Kenneth A.Method and system for comparing multiple bytes of data to stored string segments
US7454443B2 (en)2003-08-262008-11-18Tamir RamMethod, system, and program for personal data management using content-based replication
US7546288B2 (en)2003-09-042009-06-09Microsoft CorporationMatching media file metadata to standardized metadata
US7467202B2 (en)*2003-09-102008-12-16Fidelis Security SystemsHigh-performance network content analysis platform
US20050071453A1 (en)2003-09-302005-03-31Nortel Networks LimitedService performance correlation (SPC) and service fault correlation (SFC) for managing services transported over circuit-oriented and connectionless networks
SE0302685D0 (en)*2003-10-072003-10-07Ericsson Telefon Ab L M Method and arrangement in a telecommunication system
US20070008884A1 (en)*2003-10-082007-01-11Bob TangImmediate ready implementation of virtually congestion free guarantedd service capable network
US7675939B2 (en)2004-01-302010-03-09Sony CorporationTransmission apparatus and method, reception apparatus and method, communication system, recording medium, and program
US7467224B2 (en)*2004-02-172008-12-16At&T Intellectual Property Ii, L.P.Load balancing techniques for inter-domain traffic engineering
US20050240380A1 (en)2004-03-312005-10-27Jones Kenneth DReducing context memory requirements in a multi-tasking system
US7724750B2 (en)*2004-04-012010-05-25Nokia CorporationExpedited data transmission in packet based network
US7975018B2 (en)2004-07-072011-07-05Emc CorporationSystems and methods for providing distributed cache coherence
US7519067B2 (en)*2004-09-012009-04-14International Business Machines CorporationMethod, system, and computer product for controlling input message priority
US7793288B2 (en)2004-12-092010-09-07International Business Machines CorporationAutomatic resource management of a guest operating system using information in data set indicating minimum system requirement
US7810138B2 (en)2005-01-262010-10-05Mcafee, Inc.Enabling dynamic authentication with different protocols on the same port for a switch
US7587401B2 (en)2005-03-102009-09-08Intel CorporationMethods and apparatus to compress datasets using proxies
US7810155B1 (en)2005-03-302010-10-05Symantec CorporationPerformance enhancement for signature based pattern matching
US8613071B2 (en)2005-08-102013-12-17Riverbed Technology, Inc.Split termination for secure communication protocols
US7624333B2 (en)2005-09-292009-11-24Agere Systems Inc.Method and apparatus for N+1 packet level mesh protection
US8929402B1 (en)2005-09-292015-01-06Silver Peak Systems, Inc.Systems and methods for compressing packet data by predicting subsequent data
US20080300887A1 (en)2005-12-302008-12-04Hanying ChenUsage Model of Online/Offline License for Asset Control
EP1830294A1 (en)2006-01-052007-09-05Alcatel LucentLicence protection system, billing system therewith, and method for licensing a software
US7693128B2 (en)*2006-02-232010-04-06Freescale Semiconductor, Inc.Managing packets for transmission in a communication system
US7756103B2 (en)*2006-03-312010-07-13Intel CorporationDevice, system and method of adjustment of a delivery mechanism according to access categories
US8095931B1 (en)2006-04-272012-01-10Vmware, Inc.Controlling memory conditions in a virtual machine
US7729347B2 (en)2006-05-312010-06-01Zvi RosbergMethod and apparatus for fair flow control and congestion avoidance supporting multiple QoS class requirements
US8700771B1 (en)2006-06-262014-04-15Cisco Technology, Inc.System and method for caching access rights
US7417570B2 (en)2006-07-312008-08-26Sap AgLossless comparative compression and transmission method and system
US8885632B2 (en)2006-08-022014-11-11Silver Peak Systems, Inc.Communications scheduler
GB2441164A (en)2006-08-222008-02-27Iti Scotland LtdSegmenting packets and providing error check portions for each segment
US8700579B2 (en)2006-09-182014-04-15Infobright Inc.Method and system for data compression in a relational database
US8214517B2 (en)2006-12-012012-07-03Nec Laboratories America, Inc.Methods and systems for quick and efficient data management and/or processing
US7925711B1 (en)2006-12-152011-04-12The Research Foundation Of State University Of New YorkCentralized adaptive network memory engine
US7917599B1 (en)2006-12-152011-03-29The Research Foundation Of State University Of New YorkDistributed adaptive network memory engine
JP4893750B2 (en)2006-12-262012-03-07富士通株式会社 Data compression apparatus and data decompression apparatus
US8169930B2 (en)2006-12-292012-05-01Telecom Italia S.P.A.Communications method for a packet-switched network and network employing the method
US7680051B2 (en)2007-02-282010-03-16Cisco Technology, Inc.Optimizing TCP traffic via an SCTP association
US20080222044A1 (en)2007-03-052008-09-11Microsoft CorporationProtected content renewal
US7827237B2 (en)2007-03-122010-11-02Citrix Systems, Inc.Systems and methods for identifying long matches of data in a compression history
US7957307B2 (en)2007-03-142011-06-07Microsoft CorporationReducing effects of packet loss in video transmissions
US8416788B2 (en)2007-04-262013-04-09Microsoft CorporationCompression of data packets while maintaining endpoint-to-endpoint authentication
EP2007078A1 (en)2007-06-192008-12-24Panasonic CorporationHeader size reduction of data packets
US9332575B2 (en)2007-06-272016-05-03Telefonaktiebolaget Lm Ericsson (Publ)Method and apparatus for enabling connectivity in a communication network
US8015383B2 (en)2007-06-272011-09-06International Business Machines CorporationSystem, method and program to manage virtual memory allocated by a virtual machine control program
US7809820B2 (en)2007-07-172010-10-05Microsoft CorporationOptimizing encrypted wide area network traffic
US7554467B2 (en)2007-07-312009-06-30Novell, Inc.Network content in dictionary-based (DE)compression
US7961624B2 (en)2007-08-142011-06-14Argon StSystem and method for providing bandwidth signaling across cryptographic boundaries in a network
US8090027B2 (en)2007-08-292012-01-03Red Hat, Inc.Data compression using an arbitrary-sized dictionary
US8078454B2 (en)2007-09-282011-12-13Microsoft CorporationTwo-pass hash extraction of text strings
JP5427181B2 (en)2007-10-032014-02-26ヴァーテラ テクノロジー サーヴィシズ インコーポレイテッド Virtualization application acceleration infrastructure
FR2924887B1 (en)2007-12-072011-07-15Thales Sa METHOD AND DEVICE FOR ROBUST TRANSMISSION OF COMPRESSED NETWORK HEADERS
US8209334B1 (en)2007-12-282012-06-26Don DoernerMethod to direct data to a specific one of several repositories
US8671404B2 (en)2008-02-122014-03-11Red Hat, Inc.Distributing and managing virtual machines
US20090245114A1 (en)2008-04-012009-10-01Jayanth VijayaraghavanMethods for collecting and analyzing network performance data
US8775413B2 (en)2008-06-302014-07-08Teradata Us, Inc.Parallel, in-line, query capture database for real-time logging, monitoring and optimizer feedback
US9717021B2 (en)2008-07-032017-07-25Silver Peak Systems, Inc.Virtual network overlay
US10164861B2 (en)2015-12-282018-12-25Silver Peak Systems, Inc.Dynamic monitoring and visualization for network health characteristics
US8743683B1 (en)2008-07-032014-06-03Silver Peak Systems, Inc.Quality of service using multiple flows
US8219653B1 (en)2008-09-232012-07-10Gogrid, LLCSystem and method for adapting a system configuration of a first computer system for hosting on a second computer system
CN101686180A (en)2008-09-282010-03-31华为技术有限公司Data transmission method, network node and data transmission system
US8255398B2 (en)2008-09-302012-08-28International Business Machines CorporationCompression of sorted value indexes using common prefixes
US20110181448A1 (en)2008-10-152011-07-28Veeresh Rudrapa KoratagereLossless compression
US8140687B2 (en)2008-11-132012-03-20Hughes Network Systems, LlcPerformance enhancing proxy handover
US8447740B1 (en)2008-11-142013-05-21Emc CorporationStream locality delta compression
US8271325B2 (en)2008-12-022012-09-18Google Inc.Adjusting bids based on predicted performance
US8565118B2 (en)2008-12-302013-10-22Juniper Networks, Inc.Methods and apparatus for distributed dynamic network provisioning
US8255496B2 (en)2008-12-302012-08-28Juniper Networks, Inc.Method and apparatus for determining a network topology during network provisioning
US8265075B2 (en)2009-03-162012-09-11International Business Machines CorporationMethod and apparatus for managing, configuring, and controlling an I/O virtualization device through a network switch
US8844040B2 (en)2009-03-202014-09-23Citrix Systems, Inc.Systems and methods for using end point auditing in connection with traffic management
CN102460393B (en)2009-05-012014-05-07思杰系统有限公司 Systems and methods for establishing cloud bridges between virtual storage resources
US20100333212A1 (en)2009-06-252010-12-30Microsoft CorporationPortable parameter-based licensing
US8634437B2 (en)2009-07-012014-01-21Riverbed Technology, Inc.Extended network protocols for communicating metadata with virtual machines
US8800025B2 (en)2009-11-102014-08-05Hei Tao FungIntegrated virtual desktop and security management system
WO2011057680A1 (en)2009-11-132011-05-19Universität PaderbornIndexing compressed data
US8325069B2 (en)2009-12-222012-12-04Intel CorporationSystem, method, and apparatus for a scalable processor architecture for a variety of string processing applications
US9003541B1 (en)2009-12-222015-04-07Adobe Systems IncorporatedMethod and apparatus for desktop product license portability with user identity subscription using durable tokens
US9584414B2 (en)2009-12-232017-02-28Pismo Labs Technology LimitedThroughput optimization for bonded variable bandwidth connections
JP2013519162A (en)2010-02-012013-05-23ジャンプタップ,インコーポレイテッド Integrated advertising system
WO2011112726A1 (en)2010-03-102011-09-15Storwize, Inc.Real-time multi-block lossless recompression
US8345692B2 (en)2010-04-272013-01-01Cisco Technology, Inc.Virtual switching overlay for cloud computing
US20110276963A1 (en)2010-05-042011-11-10Riverbed Technology, Inc.Virtual Data Storage Devices and Applications Over Wide Area Networks
WO2011149558A2 (en)2010-05-282011-12-01Abelow Daniel HReality alternate
US8989187B2 (en)2010-06-042015-03-24Coraid, Inc.Method and system of scaling a cloud computing network
US8837493B2 (en)2010-07-062014-09-16Nicira, Inc.Distributed network control apparatus and method
US8706947B1 (en)2010-09-302014-04-22Amazon Technologies, Inc.Virtual machine memory page sharing system
US8699499B2 (en)2010-12-082014-04-15At&T Intellectual Property I, L.P.Methods and apparatus to provision cloud computing network elements
EP2466803B1 (en)2010-12-152013-04-17Siemens AktiengesellschaftMethod for data transmission in an automation system using dynamic frame packing
WO2012092269A1 (en)2010-12-292012-07-05Citrix Systems, Inc.Systems and methods for policy based integration to horizontally deployed wan optimization appliances
US8850324B2 (en)2011-02-022014-09-30Cisco Technology, Inc.Visualization of changes and trends over time in performance data over a network path
CN103518358B (en)2011-03-112016-08-24思杰系统有限公司The system and method for QoS is provided for single stream ICA
US8681614B1 (en)2011-03-292014-03-25Riverbed Technology, Inc.Quality of service for inbound network traffic flows
US8739244B1 (en)2011-06-072014-05-27Riverbed Technology, Inc.Configuring and authenticating WAN optimization devices for accessing content delivery networks
US20130018722A1 (en)2011-07-132013-01-17Bradd Elden LibbySystem and method for generating a keyword bid
US9749291B2 (en)2011-07-152017-08-29International Business Machines CorporationSecuring applications on public facing systems
US8800058B2 (en)2011-07-272014-08-05Microsoft CorporationLicensing verification for application use
US9137052B2 (en)2011-08-172015-09-15Nicira, Inc.Federating interconnection switching element network to two or more levels
US9171251B2 (en)2011-09-162015-10-27Toyota Jidosha Kabushiki KaishaContext-aware analysis and adaptation
US8832239B2 (en)2011-09-262014-09-09International Business Machines CorporationSystem, method and program product for optimizing virtual machine placement and configuration
US8560663B2 (en)2011-09-302013-10-15Telefonaktiebolaget L M Ericsson (Publ)Using MPLS for virtual private cloud network isolation in openflow-enabled cloud computing
EP2581704A1 (en)2011-10-142013-04-17Harman Becker Automotive Systems GmbHMethod for compressing navigation map data
US8838551B2 (en)2011-10-212014-09-16International Business Machines CorporationMulti-level database compression
US9054876B1 (en)2011-11-042015-06-09Google Inc.Fast efficient vocabulary computation with hashed vocabularies applying hash functions to cluster centroids that determines most frequently used cluster centroid IDs
US9172603B2 (en)2011-11-152015-10-27Nicira, Inc.WAN optimizer for logical networks
US20130141259A1 (en)2011-12-052013-06-06Samsung Electronics Co., Ltd.Method and system for data compression
US8830834B2 (en)2011-12-212014-09-09Cisco Technology, Inc.Overlay-based packet steering
US9154416B2 (en)2012-03-222015-10-06Brocade Communications Systems, Inc.Overlay tunnel in a fabric switch
GB2500648B (en)2012-03-282014-06-25Toshiba Res Europ LtdWireless communication methods and apparatus
US9116736B2 (en)2012-04-022015-08-25Cisco Technology, Inc.Virtualized movement of enhanced network services associated with a virtual machine
EP2856349A1 (en)2012-06-012015-04-08Thomson LicensingMethod of data storing and data synchronization in a distributed data storage system
US8804523B2 (en)2012-06-212014-08-12Microsoft CorporationEnsuring predictable and quantifiable networking performance
US9647949B2 (en)2012-06-222017-05-09University Of New HampshireSystems and methods for network transmission of big data
US10600072B2 (en)2012-08-272020-03-24Trivver, Inc.System and method for qualifying events based on behavioral patterns and traits in digital environments
US8943587B2 (en)2012-09-132015-01-27Symantec CorporationSystems and methods for performing selective deep packet inspection
US9202304B1 (en)2012-09-282015-12-01Emc CorporationPath performance mini-charts
US20140101426A1 (en)2012-10-042014-04-10Msi Security, Ltd.Portable, secure enterprise platforms
US9197551B2 (en)2013-03-152015-11-24International Business Machines CorporationHeterogeneous overlay network translation for domain unification
US20140278959A1 (en)2013-03-152014-09-18Adchemy, Inc.Automatically Creating Advertising Campaigns
US9904579B2 (en)2013-03-152018-02-27Advanced Elemental Technologies, Inc.Methods and systems for purposeful computing
US20160093193A1 (en)2013-05-212016-03-31Silversmith, Inc.Hydrant monitoring system and method
US20150170221A1 (en)2013-12-182015-06-18Turn Inc.Audience segment analysis
US10177936B2 (en)2014-03-282019-01-08International Business Machines CorporationQuality of service (QoS) for multi-tenant-aware overlay virtual networks
US20170111692A1 (en)2014-05-202017-04-20Lg Electronics Inc.Broadcasting transmission device, method for operating broadcasting transmission device, broadcasting reception device, and method for operating broadcasting reception device
US9306818B2 (en)2014-07-172016-04-05Cellos Software LtdMethod for calculating statistic data of traffic flows in data network and probe thereof
US9875344B1 (en)2014-09-052018-01-23Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US20160380886A1 (en)2015-06-252016-12-29Ciena CorporationDistributed data center architecture
US10432484B2 (en)2016-06-132019-10-01Silver Peak Systems, Inc.Aggregating select network traffic statistics

Patent Citations (236)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5592613A (en)1989-03-281997-01-07Olympus Optical Co., Ltd.Microcomputer having a program correction function
US5359720A (en)1989-04-211994-10-25Mitsubishi Denki Kabushiki KaishaTaken storage apparatus using a hash memory and a cam
US5307413A (en)1991-07-191994-04-26Process Software CorporationMethod and apparatus for adding data compression and other services in a computer network
US5243341A (en)1992-06-011993-09-07Hewlett Packard CompanyLempel-Ziv compression scheme with enhanced adapation
US5611049A (en)1992-06-031997-03-11Pitts; William M.System for accessing distributed data cache channel at each network node to pass requests and data
US5483556A (en)1992-08-271996-01-09Sat (Societe Anonyme De Telecommunications)Data compression-decompression method and apparatus for synchronous terminal means
US5675587A (en)1993-12-061997-10-07Fujitsu LimitedPreset virtual path determining method and device in ATM exchange system
US6003087A (en)1996-02-151999-12-14International Business Machines CorporationCGI response differencing communication system
US5754774A (en)1996-02-151998-05-19International Business Machine Corp.Client/server communication system
US5883891A (en)1996-04-301999-03-16Williams; WyattMethod and apparatus for increased quality of voice transmission over the internet
US6308148B1 (en)*1996-05-282001-10-23Cisco Technology, Inc.Network flow data export
US7200847B2 (en)1996-07-012007-04-03Microsoft CorporationUrgent replication facility
US5802106A (en)*1996-12-061998-09-01Packeteer, Inc.Method for rapid data rate detection in a packet communication environment without data rate supervision
US6000053A (en)1997-06-131999-12-07Microsoft CorporationError correction and loss recovery of packets over a computer network
US20050278459A1 (en)1997-10-142005-12-15Boucher Laurence BNetwork interface device that can offload data transfer processing for a TCP connection from a host CPU
US6081883A (en)1997-12-052000-06-27Auspex Systems, IncorporatedProcessing system with dynamically allocatable buffer memory
US6295541B1 (en)1997-12-162001-09-25Starfish Software, Inc.System and methods for synchronizing two or more datasets
US20020169818A1 (en)1998-05-132002-11-14Compaq Computer CorporationMethod and apparatus for efficient storage and retrieval of objects in and from an object storage device
US6650644B1 (en)1998-05-202003-11-18Nortel Networks LimitedMethod and apparatus for quality of service translation
US6452915B1 (en)*1998-07-102002-09-17Malibu Networks, Inc.IP-flow classification in a wireless point to multi-point (PTMP) transmission system
US6374266B1 (en)1998-07-282002-04-16Ralph ShnelvarMethod and apparatus for storing information in a data processing system
US6587985B1 (en)1998-11-302003-07-01Matsushita Electric Industrial Co., Ltd.Data transmission method, data transmission apparatus, data receiving apparatus, and packet data structure
US7714747B2 (en)1998-12-112010-05-11Realtime Data LlcData compression systems and methods
US6311260B1 (en)1999-02-252001-10-30Nec Research Institute, Inc.Method for perfetching structured data
US7113962B1 (en)1999-06-222006-09-26F5 Networks, Inc.Method and system for automatically updating content stored on servers connected by a network
US20040083299A1 (en)1999-06-302004-04-29Dietz Russell S.Method and apparatus for monitoring traffic in a network
US20040243571A1 (en)1999-08-262004-12-02Microsoft CorporationMethod and system for detecting object inconsistency in a loosely consistent replicated directory service
US20050010653A1 (en)1999-09-032005-01-13Fastforward Networks, Inc.Content distribution system for operation over an internetwork including content peering arrangements
US7035214B1 (en)1999-09-282006-04-25Nortel Networks LimitedSystem and method for a negative acknowledgement-based transmission control protocol
US6438664B1 (en)1999-10-272002-08-20Advanced Micro Devices, Inc.Microcode patch device and method for patching microcode using match registers and patch routines
US6434662B1 (en)1999-11-022002-08-13Juniper Networks, Inc.System and method for searching an associative memory utilizing first and second hash functions
US6859842B1 (en)*1999-11-112005-02-22Fujitsu LimitedMethod and apparatus for selection of paths on a communication network
US6643259B1 (en)*1999-11-122003-11-043Com CorporationMethod for optimizing data transfer in a data network
US20010054084A1 (en)1999-12-312001-12-20Arkadi KosmyninMethod and system for communication in the usenet
US20030149661A1 (en)2000-01-052003-08-07Colin MitchellMethod and apparatus for authenticating financial transactions
US20050044270A1 (en)2000-02-072005-02-24Grove Adam J.Method for high-performance delivery of web content
US6633953B2 (en)2000-02-082003-10-14Hywire Ltd.Range content-addressable memory
US6674769B1 (en)2000-03-072004-01-06Advanced Micro Devices, Inc.Simultaneous searching of layer 3 policy filter and policy cache in a network switch port
US20020007413A1 (en)2000-03-162002-01-17Garcia-Luna-Aceves JjSystem and method for using a mapping between client addresses and addresses of caches to support content delivery
US20020040475A1 (en)2000-03-232002-04-04Adrian YapDVR system
US6738379B1 (en)2000-03-302004-05-18Telefonaktiebolaget Lm Ericsson (Publ)Method of preserving data packet sequencing
US20050190694A1 (en)2000-04-032005-09-01P-CubeMethod and apparatus for wire-speed application layer classification of upstream and downstream data packets
US6718361B1 (en)2000-04-072004-04-06Network Appliance Inc.Method and apparatus for reliable and scalable distribution of data files in distributed networks
US6856651B2 (en)2000-07-252005-02-15Peribit Networks, Inc.System and method for incremental and continuous data compression
US6791945B1 (en)2000-09-152004-09-14Motorola, Inc.Time out threshold shaping for wireless TCP communications
US6978384B1 (en)2000-09-192005-12-20Verizon Corp. Services Group, Inc.Method and apparatus for sequence number checking
US6618397B1 (en)2000-10-052003-09-09Provisionpoint Communications, Llc.Group packet encapsulation and compression system and method
US20020181494A1 (en)*2000-11-212002-12-05Injong RheeMethods and systems for rate-based flow control between a sender and a receiver
US20020061027A1 (en)2000-11-222002-05-23Kenichi AbiruRelaying apparatus
US20020101822A1 (en)*2000-11-302002-08-01Ayyagari Deepak V.Integrated method for performing scheduling, routing and access control in a computer network
US20020065998A1 (en)2000-11-302002-05-30International Business Machines CorporationNUMA system with redundant main memory architecture
US7380006B2 (en)*2000-12-142008-05-27Microsoft CorporationMethod for automatic tuning of TCP receive window based on a determined bandwidth
US20020078242A1 (en)2000-12-152002-06-20Nanjundiah ViswanathMethod of selectively compressing data packets
US20020107988A1 (en)2001-02-052002-08-08James JordanIn-line compression system for low-bandwidth client-server data link
US7383329B2 (en)2001-02-132008-06-03Aventail, LlcDistributed cache for state transfer operations
US20020116424A1 (en)2001-02-142002-08-22Siemens AktiengesellschaftData compression/decompression method and apparatus
US7069342B1 (en)2001-03-012006-06-27Cisco Technology, Inc.Communication system with content-based data compression
US20020150041A1 (en)2001-03-072002-10-17Onetier Communications, Inc.Method and system for providing an improved quality of service for data transportation over the internet
US20020131434A1 (en)2001-03-162002-09-19Motorola, Inc.Method and apparatus for sorting packets in a communication system
US20060026425A1 (en)2001-03-262006-02-02Microsoft CorporationEncrypted key cache
US20020194324A1 (en)2001-04-262002-12-19Aloke GuhaSystem for global and local data resource management for service guarantees
US20020163911A1 (en)2001-05-042002-11-07Wee Susie J.Method and system for midstream transcoding of secure scalable packets in response to downstream requirements
US20020188871A1 (en)2001-06-122002-12-12Corrent CorporationSystem and method for managing security packet processing
US7383348B2 (en)2001-06-132008-06-03Kabushiki Kaisha ToshibaData transfer scheme using caching technique for reducing network load
US20030002664A1 (en)2001-06-132003-01-02Anand Satish N.Data encryption and decryption system and method using merged ciphers
US20030009558A1 (en)2001-07-032003-01-09Doron Ben-YehezkelScalable server clustering
US20070174428A1 (en)2001-08-012007-07-26Actona Technologies Ltd.Double-proxy remote data access system
US20040255048A1 (en)2001-08-012004-12-16Etai Lev RanVirtual file-sharing network
US20030123481A1 (en)*2001-11-132003-07-03Ems Technologies, Inc.Enhancements for TCP performance enhancing proxies
US7215667B1 (en)2001-11-302007-05-08Corrent CorporationSystem and method for communicating IPSec tunnel packets with compressed inner headers
US6769048B2 (en)2001-12-062004-07-27Sun Microsystems, Inc.Cache synchronization method, system and apparatus for a distributed application and an object located in a client cache
US20030133568A1 (en)2001-12-182003-07-17Yosef SteinProgrammable data encryption engine for advanced encryption standard algorithm
US20030142658A1 (en)*2002-01-312003-07-31Ntt Docomo, Inc.Base station, control device, communication system and communication method
US20030149869A1 (en)2002-02-012003-08-07Paul GleichaufMethod and system for securely storing and trasmitting data by applying a one-time pad
US7145889B1 (en)2002-03-282006-12-05Nortel Networks LimitedEfficient frame retransmission in a wireless communication environment
US20060031936A1 (en)2002-04-042006-02-09Enterasys Networks, Inc.Encryption security in a network system
US20040203820A1 (en)*2002-04-292004-10-14Harris CorporationAllocating channels in a mobile ad hoc network
US7242681B1 (en)2002-05-172007-07-10Sandstorm Enterprises, Inc.System and method for intercepting and authenticating packets during one or more communication sessions and automatically recognizing content
US7451237B2 (en)2002-05-202008-11-11Fujitsu LimitedData compression program, data compression method, and data compression device
US7243094B2 (en)2002-05-312007-07-10Softek Storage Solutions CorporationMethod and system for intelligent storage management
US20030233431A1 (en)2002-06-122003-12-18Bladelogic, Inc.Method and system for model-based heterogeneous server configuration management
US7764606B1 (en)2002-06-142010-07-27Juniper Networks, Inc.Maintaining packet order using hash-based linked-list queues
US6968374B2 (en)2002-07-032005-11-22Telefonaktiebolaget Lm Ericsson (Publ)Quality of service (QOS) mechanism in an internet protocol (IP) network
US20040008711A1 (en)2002-07-092004-01-15Lahti Gregg D.System and method for anti-replay processing of a data packet
US20040047308A1 (en)2002-08-162004-03-11Alan KavanaghSecure signature in GPRS tunnelling protocol (GTP)
US7388844B1 (en)2002-08-282008-06-17Sprint Spectrum L.P.Method and system for initiating a virtual private network over a shared network on behalf of a wireless terminal
US7020750B2 (en)2002-09-172006-03-28Sun Microsystems, Inc.Hybrid system and method for updating remote cache memory with user defined cache update policies
US20050235119A1 (en)2002-10-042005-10-20Microsoft CorporationMethods and mechanisms for proactive memory management
US6910106B2 (en)2002-10-042005-06-21Microsoft CorporationMethods and mechanisms for proactive memory management
US7120666B2 (en)2002-10-302006-10-10Riverbed Technology, Inc.Transaction accelerator for client-server communication systems
US20040088376A1 (en)2002-10-302004-05-06Nbt Technology, Inc.Transaction accelerator for client-server communication systems
US7849134B2 (en)2002-10-302010-12-07Riverbed Technology, Inc.Transaction accelerator for client-server communications systems
US7428573B2 (en)2002-10-302008-09-23Riverbed Technology, Inc.Transaction accelerator for client-server communication systems
US20080320151A1 (en)2002-10-302008-12-25Riverbed Technology, Inc.Transaction accelerator for client-server communications systems
US6667700B1 (en)2002-10-302003-12-23Nbt Technology, Inc.Content-based segmentation scheme for data compression in storage and transmission including hierarchical segment representation
US20040086114A1 (en)2002-11-062004-05-06Sun Microsystems, Inc.System and method for implementing DES permutation functions
US20040179542A1 (en)2002-12-172004-09-16Koso MurakamiRouter apparatus provided with output port circuit including storage unit, and method of controlling output port circuit of router apparatus
US20040117571A1 (en)2002-12-172004-06-17Chang Kevin K.Delta object replication system and method for clustered system
US20040114569A1 (en)*2002-12-172004-06-17Naden James M.Cummunication network route determination
US20040123139A1 (en)2002-12-182004-06-24At&T Corp.System having filtering/monitoring of secure connections
US7007044B1 (en)2002-12-262006-02-28Storage Technology CorporationStorage backup system for backing up data written to a primary storage device to multiple virtual mirrors using a reconciliation process that reflects the changing state of the primary storage device over time
US7639700B1 (en)2003-01-292009-12-29F5 Networks, Inc.Architecture for efficient utilization and optimum performance of a network
US7266645B2 (en)2003-02-182007-09-04Intel CorporationReducing communication for reads and updates in distributed object systems
US20040202110A1 (en)2003-03-112004-10-14Samsung Electronics Co., Ltd.Method and apparatus for managing sliding window in IP security
US20040199771A1 (en)2003-04-042004-10-07Widevine Technologies, Inc.Method for tracing a security breach in highly distributed content
US20040205332A1 (en)2003-04-122004-10-14Bouchard Gregg A.IPsec performance optimization
US7318100B2 (en)2003-04-142008-01-08Riverbed Technology, Inc.Cooperative proxy auto-discovery and connection interception
US8069225B2 (en)2003-04-142011-11-29Riverbed Technology, Inc.Transparent client-server transaction accelerator
US7746781B1 (en)2003-06-302010-06-29Nortel Networks LimitedMethod and apparatus for preserving data in a system implementing Diffserv and IPsec protocol
US20070276983A1 (en)2003-07-152007-11-29Ofir ZoharSystem method and circuit for differential mirroring of data
US7197597B1 (en)2003-07-222007-03-27Cisco Technology, Inc.Performing lookup operations in a content addressable memory based on hashed values of particular use in maintaining statistics for packet flows
US7941606B1 (en)2003-07-222011-05-10Cisco Technology, Inc.Identifying a flow identification value mask based on a flow identification value of a packet
US7953869B2 (en)2003-08-122011-05-31Riverbed Technology, Inc.Cooperative proxy auto-discovery and connection interception
EP1507353A2 (en)2003-08-142005-02-16NTT DoCoMo, Inc.Transmission/reception of data flows with different QoS requirements
US20050053094A1 (en)*2003-09-092005-03-10Harris CorporationMobile ad hoc network (MANET) providing quality-of-service (QoS) based unicast and multicast features
US20070110046A1 (en)*2003-09-102007-05-17Farrell Richard SInternet protocol optimizer
US20050091234A1 (en)2003-10-232005-04-28International Business Machines CorporationSystem and method for dividing data into predominantly fixed-sized chunks so that duplicate data chunks may be identified
US20070226320A1 (en)2003-10-312007-09-27Yuval HagerDevice, System and Method for Storage and Access of Computer Files
US20050132252A1 (en)2003-11-202005-06-16International Business Machines CorporationMethod, system, and program for synchronizing subtasks using sequence numbers
US20050111460A1 (en)2003-11-212005-05-26Sahita Ravi L.State-transition based network intrusion detection
US20050131939A1 (en)2003-12-162005-06-16International Business Machines CorporationMethod and apparatus for data redundancy elimination at the block level
US7417991B1 (en)2003-12-182008-08-26Avaya Inc.Network quality estimation
US7457315B1 (en)2003-12-232008-11-25Cisco Technology, Inc.System and method for compressing information in a communications environment
US20050141425A1 (en)*2003-12-242005-06-30Foulds Christopher T.Method, system, and program for managing message transmission through a network
US7389357B2 (en)2004-01-202008-06-17Cisco Technology, Inc.Arrangement in an IP node for preserving security-based sequences by ordering IP packets according to quality of service requirements prior to encryption
US20100077251A1 (en)*2004-01-222010-03-25Hain-Ching LiuMethod and system for reliably and efficiently transporting data over a network
US7471629B2 (en)*2004-01-262008-12-30Stmicroelectronics S.R.L.Method and system for admission control in communication networks, related network and computer program product therefor
US20050220019A1 (en)*2004-01-262005-10-06Stmicroelectronics S.R.L.Method and system for admission control in communication networks, related network and computer program product therefor
US20050171937A1 (en)2004-02-022005-08-04Hughes Martin W.Memory efficient hashing algorithm
US20050177603A1 (en)2004-02-062005-08-11Availl, Inc.System and method for replicating files in a computer network
US20070198523A1 (en)2004-03-022007-08-23Shaul HayimCommunication server, method and systems, for reducing transportation volumes over communication networks
US20050210151A1 (en)2004-03-152005-09-22Microsoft CorporationData compression
US20050243743A1 (en)2004-04-302005-11-03Sony Ericsson Mobile Communications Japan, Inc.Re-transmission controlling method and wireless communication terminal apparatus
US20050243835A1 (en)*2004-04-302005-11-03Puneet SharmaAssigning WAN links to subflows based on WAN link characteristics and application preferences
US20050256972A1 (en)2004-05-112005-11-17Hewlett-Packard Development Company, L.P.Mirroring storage interface
US20060013210A1 (en)*2004-06-182006-01-19Bordogna Mark AMethod and apparatus for per-service fault protection and restoration in a packet network
US20050286526A1 (en)2004-06-252005-12-29Sood Sanjeev HOptimized algorithm for stream re-assembly
US7366829B1 (en)2004-06-302008-04-29Sun Microsystems, Inc.TLB tag parity checking without CAM read
US20060039354A1 (en)2004-07-232006-02-23Citrix Systems, Inc.Systems and methods for client-side application-aware prioritization of network communications
US20060036901A1 (en)2004-08-132006-02-16Gemini StorageData replication method over a limited bandwidth network by mirroring parities
US20060059171A1 (en)2004-08-252006-03-16Dhrubajyoti BorthakurSystem and method for chunk-based indexing of file system content
US20060059173A1 (en)2004-09-152006-03-16Michael HirschSystems and methods for efficient data searching, storage and reduction
US8140757B1 (en)2004-09-232012-03-20Juniper Networks, Inc.Network acceleration and long-distance pattern detection using improved caching and disk mapping
US7873786B1 (en)2004-09-232011-01-18Juniper Networks, Inc.Network acceleration and long-distance pattern detection using improved caching and disk mapping
US7389393B1 (en)2004-10-212008-06-17Symantec Operating CorporationSystem and method for write forwarding in a storage environment employing distributed virtualization
US20060117385A1 (en)2004-11-302006-06-01Mester Michael LMonitoring propagation protection within a network
US20060212426A1 (en)2004-12-212006-09-21Udaya ShakaraEfficient CAM-based techniques to perform string searches in packet payloads
US20060143497A1 (en)2004-12-232006-06-29Xiv Ltd.System, method and circuit for mirroring data
US20060195840A1 (en)2004-12-302006-08-31Prabakar SundarrajanSystems and methods for automatic installation and execution of a client-side acceleration program
US20060195547A1 (en)2004-12-302006-08-31Prabakar SundarrajanSystems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
US7555484B2 (en)2005-01-192009-06-30Microsoft CorporationLoad balancing based on cache content
US7624446B1 (en)2005-01-252009-11-24Symantec CorporationEfficient signature packing for an intrusion detection system
US7853699B2 (en)2005-03-152010-12-14Riverbed Technology, Inc.Rules-based transaction prefetching using connection end-point proxies
US7420992B1 (en)2005-03-172008-09-02Packeteer, Inc.Adaptive network traffic compression mechanism including dynamic selection of compression algorithms
US20060227717A1 (en)*2005-03-172006-10-12Toshiba America Research, Inc.Real-time comparison of quality of interfaces
US20060218390A1 (en)2005-03-232006-09-283Com CorporationDeciphering of fragmented enciphered data packets
US20060250965A1 (en)*2005-05-092006-11-09Bellsouth Intellectual Property CorporationMethods, systems, and computer-readable media for optimizing the communication of data packets in a data network
US20060268932A1 (en)2005-05-232006-11-30Juniper Networks, Inc.Processing communication flows in asymmetrically routed networks
US20080095060A1 (en)2005-05-282008-04-24Xin YaoMethod for obtaining qos information of a session
US20060280205A1 (en)2005-06-102006-12-14Samsung Electronics Co., Ltd.Method of controlling transmission rate by using error correction packets and communication apparatus using the same
US20070130114A1 (en)2005-06-202007-06-07Xiao-Feng LiMethods and apparatus to optimize processing throughput of data structures in programs
US20090175172A1 (en)*2005-06-222009-07-09Mikael PrytzMethod and Arrangement for Route Cost Determination and Selection with Link Cost Interaction
US20070002804A1 (en)*2005-06-292007-01-04Microsoft CorporationTraffic-aware routing in wireless networks
US20070011424A1 (en)2005-07-082007-01-11Cisco Technology, Inc.Apparatus and methods for facilitating data tapping with host clustering in a storage area network
US8370583B2 (en)2005-08-122013-02-05Silver Peak Systems, Inc.Network memory architecture for providing data based on local accessibility
US8312226B2 (en)2005-08-122012-11-13Silver Peak Systems, Inc.Network memory appliance for providing data based on local accessibility
US7698431B1 (en)2005-08-122010-04-13Silver Peak Systems, Inc.Pre-positioning data in a network memory appliance
US20070038858A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Compliance in a network memory architecture
US20070038815A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Network memory appliance
US20070038816A1 (en)2005-08-122007-02-15Silver Peak Systems, Inc.Ensuring data integrity in network memory
US20070050475A1 (en)2005-08-122007-03-01Silver Peak Systems, Inc.Network memory architecture
US7571344B2 (en)2005-08-122009-08-04Silver Peak Systems, Inc.Ensuring data integrity in network memory
US8392684B2 (en)2005-08-122013-03-05Silver Peak Systems, Inc.Data encryption in a network memory architecture for providing data based on local accessibility
US7676554B1 (en)2005-09-152010-03-09Juniper Networks, Inc.Network acceleration device having persistent in-memory cache
US20100020693A1 (en)*2005-09-282010-01-28Manish ThakurCumulative tcp congestion control
US20070076693A1 (en)*2005-09-302007-04-05Dilip KrishnaswamyScheduling variable bit rate multimedia traffic over a multi-hop wireless network
US20070097874A1 (en)2005-10-312007-05-03Silver Peak Systems, Inc.Network device continuity
US7630295B2 (en)2005-10-312009-12-08Silver Peak Systems, Inc.Network device continuity
US20070115812A1 (en)2005-11-222007-05-24Silver Peak Systems, Inc.Sequence numbers for multiple quality of service levels
US7620870B2 (en)2005-11-222009-11-17Cisco Technology, Inc.Data compression method and system
US20070127372A1 (en)2005-12-062007-06-07Shabbir KhanDigital object routing
US20070140129A1 (en)*2005-12-212007-06-21Packethop, Inc.Ad-hoc network routing metric optimization
US20080028467A1 (en)2006-01-172008-01-31Chris KommareddyDetection of Distributed Denial of Service Attacks in Autonomous System Domains
US20070195702A1 (en)*2006-02-172007-08-23Yuen Wing HLink duration based routing protocol for multihop ad hoc networks
US20070244987A1 (en)2006-04-122007-10-18Pedersen Bradley JSystems and Methods for Accelerating Delivery of a Computing Environment to a Remote User
US20090279550A1 (en)*2006-04-132009-11-12Barracuda Networks, Inc.Tunneling for efficient network traffic management
US20070245079A1 (en)2006-04-142007-10-18International Business Machines CorporationMethod and apparatus for efficiently supporting multiple one-time table access operations in a hierarchical memory setting
US20070248084A1 (en)2006-04-202007-10-25AlcatelSymmetric connection detection
US7643426B1 (en)2006-04-272010-01-05Hewlett-Packard Development Company, L.P.Path selection in a network
US20070258468A1 (en)2006-05-052007-11-08Broadcom Corporation, A California CorporationIntermediate network node supporting packet analysis of encrypted payload
US20070263554A1 (en)2006-05-102007-11-15Finn Norman W Technique for efficiently managing bandwidth registration for multiple spanning tree options
US20080005156A1 (en)*2006-06-302008-01-03Edwards Stephen KSystem and method for managing subscriber usage of a communications network
US20080013532A1 (en)2006-07-112008-01-17Cisco Technology, Inc.Apparatus for hardware-software classification of data packet flows
US20080016301A1 (en)2006-07-122008-01-17Inventec CorporationSystem for backing up cache memory in a double backup server structure
US20080031240A1 (en)2006-08-022008-02-07Silver Peak Systems, Inc.Data matching using flow based packet data storage
US7571343B1 (en)2006-08-312009-08-04Nortel Networks LimitedHandling sequence numbers and/or an anti-replay window after failover between servers
US20080133536A1 (en)2006-12-012008-06-05Microsoft CorporationScalable differential compression of network data
US20080184081A1 (en)2007-01-292008-07-31Takayuki HamaData communication apparatus, method, and program
US20080229137A1 (en)2007-03-122008-09-18Allen SamuelsSystems and methods of compression history expiration and synchronization
US7532134B2 (en)2007-03-122009-05-12Citrix Systems, Inc.Systems and methods for sharing compression histories between multiple devices
US20090234966A1 (en)2007-03-122009-09-17Allen SamuelsSystems and methods for sharing compression histories between multiple devices
US7453379B2 (en)2007-03-122008-11-18Citrix Systems, Inc.Systems and methods for identifying long matches of data in a compression history
US7619545B2 (en)2007-03-122009-11-17Citrix Systems, Inc.Systems and methods of using application and protocol specific parsing for compression
US20100070605A1 (en)2007-03-152010-03-18David Anthony HughesDynamic Load Management of Network Memory
US7644230B1 (en)2007-03-152010-01-05Silver Peak Systems, Inc.Dynamic load management of network memory
US7945736B2 (en)2007-03-152011-05-17Silver Peak Systems, Inc.Dynamic load management of network memory
US20080243992A1 (en)2007-03-302008-10-02Paul JardetzkySystem and method for bandwidth optimization in a network storage environment
US20100131957A1 (en)2007-04-132010-05-27Nobuharu KamiVirtual computer system and its optimization method
US20100011125A1 (en)2007-06-012010-01-14Research In Motion LimitedDetermination of compression state information for use in interactive compression
US20080313318A1 (en)2007-06-182008-12-18Vermeulen Allan HProviding enhanced data retrieval from remote locations
US8171238B1 (en)2007-07-052012-05-01Silver Peak Systems, Inc.Identification of data stored in memory
US8473714B2 (en)2007-07-052013-06-25Silver Peak Systems, Inc.Pre-fetching data into a memory
US20130282970A1 (en)2007-07-052013-10-24David Anthony HughesPre-Fetching Data into a Memory
US20110219181A1 (en)2007-07-052011-09-08David Anthony HughesPre-fetching data into a memory
US8225072B2 (en)2007-07-052012-07-17Silver Peak Systems, Inc.Pre-fetching data into a memory
US8095774B1 (en)2007-07-052012-01-10Silver Peak Systems, Inc.Pre-fetching data into a memory
US20120239872A1 (en)2007-07-052012-09-20David Anthony HughesPre-fetching data into a memory
US20090060198A1 (en)2007-08-292009-03-05Mark Cameron LittleSecure message transport using message segmentation
US7948921B1 (en)2007-09-202011-05-24Silver Peak Systems, Inc.Automatic network optimization
US20090100483A1 (en)2007-10-132009-04-16Microsoft CorporationCommon key frame caching for a remote user interface
US8595314B1 (en)2007-11-302013-11-26Silver Peak Systems, Inc.Deferred data storage
US8489562B1 (en)2007-11-302013-07-16Silver Peak Systems, Inc.Deferred data storage
US8307115B1 (en)2007-11-302012-11-06Silver Peak Systems, Inc.Network memory mirroring
US20090158417A1 (en)2007-12-172009-06-18Nortel Networks LimitedAnti-replay protection with quality of services (QoS) queues
US8442052B1 (en)2008-02-202013-05-14Silver Peak Systems, Inc.Forward packet recovery
US20090265707A1 (en)2008-04-212009-10-22Microsoft CorporationOptimizing application performance on virtual machines automatically with end-user preferences
US20100290364A1 (en)2008-05-092010-11-18Microsoft CorporationPacket Compression for Network Packet Traffic Analysis
US20100005222A1 (en)2008-07-012010-01-07International Business Machines CorporationOptimizing virtual memory allocation in a virtual machine based upon a previous usage of the virtual memory blocks
US20100115137A1 (en)2008-11-052010-05-06Samsung Electronics Co., Ltd.Data compression method and data communication system utilizing the same
US20100124239A1 (en)2008-11-202010-05-20Silver Peak Systems, Inc.Systems and methods for compressing packet data
US20100318892A1 (en)2009-06-152010-12-16Microsoft CorporationIdentifying changes for online documents
US20120221611A1 (en)2009-12-172012-08-30Hitachi, Ltd.Management server, management method, and management program for virtual hard disk
US20110154329A1 (en)2009-12-172011-06-23International Business Machines CorporationMethod and system for optimizing virtual storage size
US20120036325A1 (en)2010-07-132012-02-09Vmware, Inc.Memory compression policies
US20130094501A1 (en)2011-10-142013-04-18David Anthony HughesProcessing data packets in performance enhancing proxy (pep) environment
US20130117494A1 (en)2011-11-032013-05-09David Anthony HughesOptimizing available computing resources within a virtual environment

Non-Patent Citations (16)

* Cited by examiner, † Cited by third party
Title
"""A protocol-independent technique for eliminating redundant network traffic"", ACM SIGCOMM Computer CommunicationReview, vol. 30, Issue 4 (Oct. 2000) pp. 87-95, Year of Publication: 2000".
"B. Hong, D. Plantenberg, D. D. E. Long, and M. Sivan-Zimet. ""Duplicate data elimination in a SAN file system"", InProceedings of the 21 st Symposium on Mass Storage Systems (MSS '04), Goddard, MD, Apr. 2004. IEEE."
"Fred Douglis and Arun Iyengar, Application specific Delta-encoding via Resemblance Detection", Published in the 2003 USENIXAnnual Technical Conference.
"Udi Manber. ""Finding Similar Files in a Large File System"", TR 93-33 Oct. 1994, Department of Computer Science,University of Arizona. http://webglimpse.net/pubs/TR93-33.pdf. Also appears in the 1994 winter USENIX Technical Conference."
"You L. L. et al., ""Deep Store an Archival Storage System Architecture"" Data Engineering, 2005. ICDE 2005. Proceedings. 21st.inti Conf on Tokyo, Japan, Apr. 5-8, 2005, pp. 12".
"You, L. L. and Karamanolis, C. 2004. ""Evaluation of efficient archival storage techniques"", In Proceedings of the 21st IEEESymposium on Mass Storage Systems and Technologies (MSST)."
Definition appliance, 2c, Webster's Third New International Dictionary, Unabridged (1993), available at (Dictionaries/Webster's Dictionary).
Definition appliance, 2c, Webster's Third New International Dictionary, Unabridged (1993), available at <http://lionreference.chadwyck.com> (Dictionaries/Webster's Dictionary).
Definition memory (n), Webster's Third New International Dictionary, Unabridged (1993), available at (Dictionaries/Webster's Dictionary).
Definition memory (n), Webster's Third New International Dictionary, Unabridged (1993), available at <http://lionreference.chadwyck.com> (Dictionaries/Webster's Dictionary).
Knutsson, Bjorn et al., "Transparent Proxy Signalling", Journal of Communications and Networks, vol. 3, No. 2, Jun. 2001.
Muthitacharoen, Athicha et al., "A Low-bandwidth Network File System," 2001, in Proc. of the 18th ACM Symposium on Operating Systems Principles, Banff, Canada, pp. 174-187.
Newton, "Newton's Telecom Dictionary", 17th Ed., 2001, pp. 38, 201, and 714.
Shared LAN Cache Datasheet, 1996, http://www.lancache.com/slcdata.htm.
Singh et al. ;"Future of Internet Security-IPSEC"; 2005; pp. 1-8.
Zhao et al.; "Analysis and Improvement on IPSEC Anti-Replay Window Protocol"; 2003; IEEE' pp. 553-558.

Cited By (60)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9363248B1 (en)2005-08-122016-06-07Silver Peak Systems, Inc.Data encryption in a network memory architecture for providing data based on local accessibility
US10091172B1 (en)2005-08-122018-10-02Silver Peak Systems, Inc.Data encryption in a network memory architecture for providing data based on local accessibility
US9549048B1 (en)2005-09-292017-01-17Silver Peak Systems, Inc.Transferring compressed packet data over a network
US9036662B1 (en)2005-09-292015-05-19Silver Peak Systems, Inc.Compressing packet data
US9712463B1 (en)2005-09-292017-07-18Silver Peak Systems, Inc.Workload optimization in a wide area network utilizing virtual switches
US9363309B2 (en)2005-09-292016-06-07Silver Peak Systems, Inc.Systems and methods for compressing packet data by predicting subsequent data
US9191342B2 (en)2006-08-022015-11-17Silver Peak Systems, Inc.Data matching using flow based packet data storage
US9438538B2 (en)2006-08-022016-09-06Silver Peak Systems, Inc.Data matching using flow based packet data storage
US9584403B2 (en)2006-08-022017-02-28Silver Peak Systems, Inc.Communications scheduler
US9961010B2 (en)2006-08-022018-05-01Silver Peak Systems, Inc.Communications scheduler
US9253277B2 (en)2007-07-052016-02-02Silver Peak Systems, Inc.Pre-fetching stored data from a memory
US9152574B2 (en)2007-07-052015-10-06Silver Peak Systems, Inc.Identification of non-sequential data stored in memory
US9092342B2 (en)2007-07-052015-07-28Silver Peak Systems, Inc.Pre-fetching data into a memory
US9613071B1 (en)2007-11-302017-04-04Silver Peak Systems, Inc.Deferred data storage
US9717021B2 (en)2008-07-032017-07-25Silver Peak Systems, Inc.Virtual network overlay
US11419011B2 (en)2008-07-032022-08-16Hewlett Packard Enterprise Development LpData transmission via bonded tunnels of a virtual wide area network overlay with error correction
US11412416B2 (en)2008-07-032022-08-09Hewlett Packard Enterprise Development LpData transmission via bonded tunnels of a virtual wide area network overlay
US10313930B2 (en)2008-07-032019-06-04Silver Peak Systems, Inc.Virtual wide area network overlays
US9397951B1 (en)2008-07-032016-07-19Silver Peak Systems, Inc.Quality of service using multiple flows
US10805840B2 (en)2008-07-032020-10-13Silver Peak Systems, Inc.Data transmission via a virtual wide area network overlay
US9906630B2 (en)2011-10-142018-02-27Silver Peak Systems, Inc.Processing data packets in performance enhancing proxy (PEP) environment
US9626224B2 (en)2011-11-032017-04-18Silver Peak Systems, Inc.Optimizing available computing resources within a virtual environment
US9906425B2 (en)*2014-07-232018-02-27Cisco Technology, Inc.Selective and dynamic application-centric network measurement infrastructure
US20160028608A1 (en)*2014-07-232016-01-28Cisco Technology, Inc.Selective and dynamic application-centric network measurement infrastructure
US10389613B2 (en)*2014-07-232019-08-20Cisco Technology, Inc.Selective and dynamic application-centric network measurement infrastructure
US11381493B2 (en)2014-07-302022-07-05Hewlett Packard Enterprise Development LpDetermining a transit appliance for data traffic to a software service
US9948496B1 (en)2014-07-302018-04-17Silver Peak Systems, Inc.Determining a transit appliance for data traffic to a software service
US11374845B2 (en)2014-07-302022-06-28Hewlett Packard Enterprise Development LpDetermining a transit appliance for data traffic to a software service
US10812361B2 (en)2014-07-302020-10-20Silver Peak Systems, Inc.Determining a transit appliance for data traffic to a software service
US10885156B2 (en)2014-09-052021-01-05Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US11954184B2 (en)2014-09-052024-04-09Hewlett Packard Enterprise Development LpDynamic monitoring and authorization of an optimization device
US11921827B2 (en)*2014-09-052024-03-05Hewlett Packard Enterprise Development LpDynamic monitoring and authorization of an optimization device
US11868449B2 (en)2014-09-052024-01-09Hewlett Packard Enterprise Development LpDynamic monitoring and authorization of an optimization device
US10719588B2 (en)2014-09-052020-07-21Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US9875344B1 (en)2014-09-052018-01-23Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US20210192015A1 (en)*2014-09-052021-06-24Silver Peak Systems, Inc.Dynamic monitoring and authorization of an optimization device
US11336553B2 (en)2015-12-282022-05-17Hewlett Packard Enterprise Development LpDynamic monitoring and visualization for network health characteristics of network device pairs
US10164861B2 (en)2015-12-282018-12-25Silver Peak Systems, Inc.Dynamic monitoring and visualization for network health characteristics
US10771370B2 (en)2015-12-282020-09-08Silver Peak Systems, Inc.Dynamic monitoring and visualization for network health characteristics
US11757739B2 (en)2016-06-132023-09-12Hewlett Packard Enterprise Development LpAggregation of select network traffic statistics
US11601351B2 (en)2016-06-132023-03-07Hewlett Packard Enterprise Development LpAggregation of select network traffic statistics
US10432484B2 (en)2016-06-132019-10-01Silver Peak Systems, Inc.Aggregating select network traffic statistics
US12355645B2 (en)2016-06-132025-07-08Hewlett Packard Enterprise Development LpAggregation of select network traffic statistics
US11757740B2 (en)2016-06-132023-09-12Hewlett Packard Enterprise Development LpAggregation of select network traffic statistics
US12388731B2 (en)2016-06-132025-08-12Hewlett Packard Enterprise Development LpHierarchical aggregation of select network traffic statistics
US9967056B1 (en)2016-08-192018-05-08Silver Peak Systems, Inc.Forward packet recovery with constrained overhead
US11424857B2 (en)2016-08-192022-08-23Hewlett Packard Enterprise Development LpForward packet recovery with constrained network overhead
US10848268B2 (en)2016-08-192020-11-24Silver Peak Systems, Inc.Forward packet recovery with constrained network overhead
US10326551B2 (en)2016-08-192019-06-18Silver Peak Systems, Inc.Forward packet recovery with constrained network overhead
US10771394B2 (en)2017-02-062020-09-08Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows on a first packet from DNS data
US10892978B2 (en)2017-02-062021-01-12Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows from first packet data
US11582157B2 (en)2017-02-062023-02-14Hewlett Packard Enterprise Development LpMulti-level learning for classifying traffic flows on a first packet from DNS response data
US11729090B2 (en)2017-02-062023-08-15Hewlett Packard Enterprise Development LpMulti-level learning for classifying network traffic flows from first packet data
US10257082B2 (en)2017-02-062019-04-09Silver Peak Systems, Inc.Multi-level learning for classifying traffic flows
US11044202B2 (en)2017-02-062021-06-22Silver Peak Systems, Inc.Multi-level learning for predicting and classifying traffic flows from first packet data
US11805045B2 (en)2017-09-212023-10-31Hewlett Packard Enterprise Development LpSelective routing
US11212210B2 (en)2017-09-212021-12-28Silver Peak Systems, Inc.Selective route exporting using source type
US11405265B2 (en)2018-03-122022-08-02Hewlett Packard Enterprise Development LpMethods and systems for detecting path break conditions while minimizing network overhead
US10637721B2 (en)2018-03-122020-04-28Silver Peak Systems, Inc.Detecting path break conditions while minimizing network overhead
US10887159B2 (en)2018-03-122021-01-05Silver Peak Systems, Inc.Methods and systems for detecting path break conditions while minimizing network overhead

Also Published As

Publication numberPublication date
US20170149679A1 (en)2017-05-25
US20140379937A1 (en)2014-12-25
US9584403B2 (en)2017-02-28
US9961010B2 (en)2018-05-01
US20080031149A1 (en)2008-02-07

Similar Documents

PublicationPublication DateTitle
US9961010B2 (en)Communications scheduler
US7724750B2 (en)Expedited data transmission in packet based network
JP4407700B2 (en) Communication terminal, communication system, congestion control method, and congestion control program
CN110808884B (en)Network congestion control method
US7447152B2 (en)Controlling traffic congestion
EP2540042B1 (en)Communication transport optimized for data center environment
CN100544353C (en) Method and system for operating transmission scheduling for a multilayer network interface controller
US20060203730A1 (en)Method and system for reducing end station latency in response to network congestion
KR101143172B1 (en)Efficient transfer of messages using reliable messaging protocols for web services
JP2020502948A (en) Packet transmission system and method
CN110809288B (en)Network congestion control method, device, equipment and medium
US20190386911A1 (en)Multi-Subflow Network Transmission Method and Apparatus
US20220103465A1 (en)Multi-Subflow Network Transmission Method and Apparatus
US12401592B2 (en)Flexible load balancing on multipath networks
CN113141314B (en) A congestion control method and device
EP2664178A1 (en)Adaptive relative bitrate manager for tcp depending flow control
AU2022209882A1 (en)Systems and methods for push-based data communications
US20060203728A1 (en)Method and system for transmission control protocol (TCP) traffic smoothing
EP3425862B1 (en)Automatically cycling among packet traffic flows subjecting them to varying drop probabilities in a packet network
CN114124826A (en) Congestion-aware low-latency data center network transmission system and method
EP1730903B1 (en)Expedited data transmission in packet based network
JP4915415B2 (en) Communication terminal, communication system, congestion control method, and congestion control program
US20170070442A1 (en)Buffer bloat control
CN116389363A (en)Congestion control for networks using deployable INT
JP3853784B2 (en) Data communication management method

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:SILVER PEAK SYSTEMS, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HUGHES, DAVID ANTHONY;BALASUBRAMANIAN, BALAJI;KWOK, DANNY;REEL/FRAME:018135/0245

Effective date:20060801

STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 4TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2551)

Year of fee payment:4

ASAssignment

Owner name:GOLUB CAPITAL LLC, AS AGENT, ILLINOIS

Free format text:SECURITY INTEREST;ASSIGNOR:SILVER PEAK SYSTEMS, INC.;REEL/FRAME:048921/0455

Effective date:20190416

ASAssignment

Owner name:SILVER PEAK SYSTEMS, INC., CALIFORNIA

Free format text:RELEASE BY SECURED PARTY;ASSIGNOR:GOLUB CAPITAL LLC;REEL/FRAME:053852/0231

Effective date:20200918

ASAssignment

Owner name:HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SILVER PEAK SYSTEMS, INC.;REEL/FRAME:058943/0413

Effective date:20211027

FEPPFee payment procedure

Free format text:ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

ASAssignment

Owner name:HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SILVER PEAK SYSTEMS, INC.;REEL/FRAME:059670/0198

Effective date:20211027

MAFPMaintenance fee payment

Free format text:PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment:8


[8]ページ先頭

©2009-2025 Movatter.jp