The technology generally relates to network communications, and more particularly, to optimizing remote file transaction error handling in a network.
Transmitting files over networks from client applications to file servers can be affected by network latency. The network TCP/IP protocols were not originally intended to be used for file transfers. Thus, file transfer optimized protocols, such as the Common Internet File Sharing (CIFS) protocol and the Network File Sharing (NFS) protocol, were developed. While these protocols enable reliably transmitting files over TCP/IP networks, network applications involved in these file transfers still face many challenges dealing with the network latency related issues.
According to the various disclosed examples provided herein, a network traffic management device is capable of gracefully handling errors that may occur during an optimized file transfer operation, such as a remote CIFs protocol file save operation. An example system environment employing the network traffic management device includes a first local area network (LAN) with a first network traffic management device and one or more client devices, and a second LAN with one or more file servers and an optional second network traffic management device. Further, the first and second LANs are geographically separated by a wide area network (WAN), such as the Internet, with a relatively higher latency than at least the first LAN.
The first network traffic management device is capable of optimizing network file transfer protocol (e.g., CIFS, NFS) operations by locally acknowledging file write command messages sent from the client device and destined for the file server in the second LAN. Further, the network traffic management device can reliably handle any file transfer errors that may occur by withholding flush data command messages from the client device until determining the locally acknowledged and forwarded file write commands were received by the file server. If any errors are encountered, the network traffic management device returns a failed flush message to the client device and/or terminates the TCP/IP connection established between the client device and the file server to cause the client device to generate an error indication alerting a client user that the file save operation failed, for example.
More specifically, a client application on the client device in the first LAN desires saving a local version of a file being worked on by the client application that is remotely stored at the file server in the second LAN. The client application initiates the file save operation by sending the network traffic management device one or more network file protocol write command messages in a CIFs protocol, for example, which each include a portion of the entire file desired to be saved. As the network traffic management device receives each file portion, it preemptively acknowledges successful receipt of the network file protocol write command messages on behalf of the file server to the client device and forwards the write command messages towards the file server. Since the first LAN where the client device and the network traffic management device are located has relatively lower latency than the WAN separating it from the second LAN where the file server is located, the client device receives the preemptive acknowledgement messages from the network traffic management device much sooner than it would otherwise from the file server in most if not all cases. This enables the client device to quickly send the remaining file portions towards the file server instead of losing time waiting for acknowledgements from the file server located across the higher latency WAN in the second LAN. Moreover, as the file server receives the file portions over the WAN it buffers them in a temporary memory location.
Once the client device sends all the file portions of the file to be saved towards the file server, it sends one or more flush data command messages to indicate the file server may complete the file save operation and store the file in a permanent file server storage location. When these flush data command messages are received by the network traffic management device, however, they are not immediately forwarded towards the file server. The network traffic management device instead selectively forwards such flush data command messages towards the file server upon determining the file server successfully received the forwarded network file protocol write command messages.
If an error occurs during the file save operation and the network traffic management device does not receive a successful write command acknowledgment from the file server, then the network traffic management device can terminate the TCP/IP connection between the client device and the file server and/or send a flush command failure message to the client device to cause the client application to generate an error message for the user. Otherwise, if the network traffic management device determines that the file server successfully received all the file protocol write command messages, it forwards the flush data command towards the file server to instruct the file server to complete the file save operation and store the file. If errors occur resulting in the file server being unable to successfully execute the flush command and either returning a flush command failure result message or not returning any flush command result message, then again the network traffic management device can terminate the TCP/IP connection and/or send a flush command failure message to the client device to cause the client application to generate an error message for the user.
As such, this Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. As such, additional aspects will be apparent to those of ordinary skill in the art in view of the detailed description of various embodiments, which is made with reference to the drawings, a brief description of which is provided below.
While these examples are susceptible to illustration in many different forms, there is shown in the drawings and will herein be described in detail several examples with the understanding that the present disclosure is to be considered as an exemplification and is not intended to limit the broad aspect to the illustrated examples.
When files are transmitted over TCP/IP networks using file transfer optimized protocols, such as the CIFs protocol, the files are typically broken up into a number of portions and sequentially sent portions at a time. However, each file portion typically will not be transmitted by the file sender, such as a client application, until the sender determines a previously transmitted file portion was successfully received by the destination. If any of the file portions are not successfully received, then the nature of these file transfer optimized protocols generally require restarting the file transfer from scratch.
In an organization with many client applications accessing files stored in remotely located file servers, at the very least productivity may be deprecated and at the very worst data may be lost when these file transfer errors occur. Attempts to ameliorate these issues can involve using specialized network acceleration equipment configured to optimize an organization's network traffic. For instance, some of these solutions cache content, such as files, transferred over an organization's network. When a file transfer error occurs, the given file portion that was not successfully received may be retrieved from a cache memory and retransmitted to complete the file transaction. A potential problem with this approach is that the cached data may not be the most current and thus data loss may Occur.
Other specialized network acceleration equipment, however, optimize an organization's network traffic in other ways without caching file level content. In response to a file transfer error these solutions are not even able to simply retransmit the lost file portions. Consequently, these solutions face other challenges in not only optimizing file transfer operations but reliably handling errors when they occur without increasing the risk of data loss. As such, the exemplary system environment 100 shown in
An exemplary system environment 100 shown in
Referring more specifically to
First LAN 104 comprises a private local area network that includes the first network traffic management device 110 coupled to the one or more client devices 106, although the LAN 104 may comprise other types of networks with other devices. Any network communication medium or links may be used in the first LAN 104 to interconnect the client devices 106 and the first network traffic management device 110 to each other and with the network 108, including twisted wire pair (e.g., Ethernet), coaxial cable, analog telephone lines, full or fractional dedicated digital lines including T1, T2, T3, and T4, Integrated Services Digital Networks (ISDNs), Digital Subscriber Lines (DSLs), wireless links including satellite links and other communications links known to those skilled in the relevant arts.
Second LAN 104′ comprises a private local area network identical to the first LAN 104, except the second LAN 104′ in this example optionally includes a second network traffic management device 110′ as well as the file servers 102, and the second LAN 104′ may include other numbers and types of network devices arranged in other manners. Networks, including local area networks, besides being understood by those skilled in the relevant arts, have already been generally described above in connection with the first LAN 104, and thus will not be described further.
Client devices 106 comprise computing devices capable of connecting to network devices, such as the first network traffic management device 110, the optional second network traffic management device 110 and the file servers 102, over the network 108, to request and receive files from the server 102 using one or more network file protocols, although the client devices 106 may request other objects or resources from the servers 102. Examples of client devices 106 include personal computers (e.g., desktops, laptops), mobile and/or smart phones, and the like. In this example, client devices 106 run client applications (e.g., Microsoft® Word, Microsoft® Excel, etc.), which allow human user operators to remotely access (e.g., open, close, delete, update and save) files stored or otherwise accessible to the file servers 102, although client devices 106 may run other applications and perform other functions, such as Web browsers, for making requests for resources to different web server-based applications or Web pages via the network 108.
Network 108 comprises a publicly accessible wide area network, such as the Internet in this example, although the network 108 may comprise other types of private and public networks. Communications, such as file operation requests including open, save, close, or delete files from clients 106, and responses from files servers 102 relating to file operation requests from clients 106, are transmitted over the network 108 according to standard network protocols, such as the HTTP, CIFS, and TCP/IP protocols in this example, but the principles discussed herein are not limited to this example and can include other numbers and types of protocols.
Generally, the first network traffic management device 110 manages network communications in the first LAN 104 involving the client devices 106 and other network devices outside the LAN 104 (i.e., over network 108), such as the network devices in the second LAN 104′ (e.g., optional second network traffic management device 110′ and file servers 102). Requests from the client devices 106, such as file operation requests destined for file servers 102, may take the form of TCP/IP data packets carrying one or more CIFs protocol messages with data relating to the file operation requests, which pass through one or more intermediate network devices and/or intermediate networks in network 108 until ultimately reaching the optional second traffic management device 110′ and file servers 102 in the second LAN 104′, although again other protocols may be used, such as NFS. In any case, the first network traffic management device 110 may manage the network communications by performing several network traffic related functions involving these communications, such as optimizing the communications other functions, including server load balancing and access control, for example.
Referring now to
Device I/O interfaces 202 comprise one or more user input and output device interface mechanisms, such as a computer keyboard, mouse, display device, and the corresponding physical ports and underlying supporting hardware and software to enable the first network traffic management device 110 to communicate with the outside environment for accepting user data input and to provide user output, although other types and numbers of user input and output devices may be used. Alternatively or in addition, as will be described in connection with network interface 204 below, the first network traffic management device 110 may communicate with the outside environment for certain types of operations (e.g., configuration) via a network management port, for example.
Network interface 204 comprises one or more mechanisms that enable the first network traffic management device 110 to engage in TCP/IP communications over LAN 104 and network 108, although the network interface 204 may be constructed for use with other communication protocols and types of networks. Network interface 204 is sometimes referred to as a transceiver, transceiving device, or network interface card (NIC), which transmits and receives network data packets to one or more networks, such as first LAN 104 and network 108 in this example; and where the first network traffic management device 110 includes more than one device processor 200 (or a processor 200 has more than one core), each processor 200 (and/or core) may use the same single network interface 204 or a plurality of network interfaces 204. Further, the network interface 204 may include one or more physical ports, such as Ethernet ports, to couple the first network traffic management device 110 with other network devices, such as the second optional traffic management device 110′ and the file servers 102. Moreover, the interface 204 may include certain physical ports dedicated to receiving and/or transmitting certain types of network data, such as device management related data for configuring the first network traffic management device 110.
Bus 208 may comprise one or more internal device component communication buses, links, bridges and supporting components, such as bus controllers and/or arbiters, which enable the various components of the first network traffic management device 110, such as the processor 200, device I/O interfaces 202, network interface 204, and device memory 218, to communicate, although the bus may enable one or more components of the first network traffic management device 110 to communicate with components in other devices as well. By way of example only, example buses include HyperTransport, PCI, PCI Express, InfiniBand, USB, Firewire, Serial ATA (SATA), SCSI, IDE and AGP buses, although other types and numbers of buses may be used and the particular types and arrangement of buses will depend on the particular configuration of the first network traffic management device 110.
Device memory 218 comprises computer readable media, namely computer readable or processor readable storage media, which are examples of machine-readable storage media. Computer readable storage/machine-readable storage media may include volatile, nonvolatile, removable, and non-removable media implemented in any method or technology for storage of information, such as computer readable/machine-executable instructions, data structures, program modules, or other data, which may be obtained and/or executed by one or more processors, such as device processor 200, to perform actions, including implementing an operating system for controlling the general operation of the first network traffic management device 110 to manage network traffic and implementing optimization module 210 to perform one or more portions of the processes illustrated in
Examples of computer readable storage media include RAM, BIOS, ROM, EEPROM, flash/firmware memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information, including data and/or computer/machine-executable instructions, and which can be accessed by a computing or specially programmed device, such as the first network traffic management device 110. When the instructions stored in device memory 218 are run by the device processor 200, the first network traffic management device 110 implements the optimization module 210 to perform at least a portion of the processes in
When a second optional network traffic management device 110′ is used in the second LAN 110′, the second device 110′ may include the identical components arranged in the same manner as described above in connection with the first network traffic management device 110, although the device could include other numbers and types of components arranged in other manners. Such a second network traffic management device 110′ would be configured to cooperatively communicate with the first network traffic management device 110 over the network 108 to optimize network communications taking place between network devices in the first LAN 104 (e.g., client devices 106) and the second LAN 104′ (e.g., file servers 102).
As such, an exemplary process 300 for reliably handling file transfer errors, which may be implemented using the first network traffic management device 110 in the example system environment 100 described above in connection with
Referring now to
In this example, the running client application is capable of requesting, negotiating and establishing CIFs protocol communication connections with the file servers 102 and exchanging CIFs protocol messages through established connections over the network 108, although again other network file protocols may be utilized and the first network traffic management device 110 may perform portions of the requesting, negotiating and establishing of the communication connection. For example, the client application may initially open a file stored at server 102 by parsing the full file name specified by the client application (or user) to determine the server name (e.g., file server 102), and the relative file name within that server, then resolve the server name to a transport address (although this may be cached), and make a connection to the server if there is no existing connection already established between the client application on client device 106 and a file server application running on the file server 102, for example. Moreover, the first network traffic management device 110 may perform one or more of these preliminary functions on behalf of the client application operating on the client device 106.
In any event, with an established connection, CIFS messages may be exchanged over network 108 between client devices 106, first network management device 110, optional second network management device 110′, and file servers 102, in connection with the file interaction operations in the manner described herein below. With an established connection, a file stored at the file server 102, for example, may be requested by the client device 106, transmitted from the server 102 to the client 106 over the network 108, stored in a client local memory for use by the client application on the client device 106, and interacted with in some manner, such as by editing the file contents. At some point during the interaction with the file, the client application (or user) may request saving the file. In response to the file save request, the running client application, in conjunction with a client network (i.e., TCP/IP) stack implemented on the client device 106 and in accordance with the CIFs protocol, begins transmitting one or more CIFs protocol write data command messages.
As is well understood by those skilled in the relevant arts, a file save operation involving a remotely stored file taking place over a network using the CIFs protocol, for example, typically involves the requestor, such as a client application operating on the client device 106 in this example, breaking apart a locally stored version of the file into one or more portions to be transmitted as one or more CIFs protocol write data command messages. The nature of the CIFs protocol normally involves sequentially sending each successive write data command message containing a file portion after receiving an acknowledgement message indicating each file portion was successfully received by the intended recipient, such as the file server 102, before sending the next file portion. With a high latency network like the example network 108 separating the client device 106 and file server 102, this latency can introduce a high amount of delay resulting in reduced productivity and a deprecated user experience. As will become apparent in the ensuing descriptions, however, the first traffic management device 110 is not only capable of optimizing this process but can expediently and reliably handle errors that may occasionally occur in a graceful manner without requiring any programmatic client-side or server-side changes to any of the client and server applications involved.
Referring to
At step 320, the first network traffic management device 110 receives the one or more CIFs protocol write command messages (e.g., WRITE #1, . . . , WRITE #N) from the client device 106, again an example of which is shown in
From the perspective of the client device 106, it appears as if the write command messages containing the file portions are being successfully received by the file server 102, and thus the client 106 will progressively send the remaining file portions to the first network traffic management device 110. Since the client device 106 and the first network traffic management device 110 belong to LAN 104 in this example, which presumably has lower latency relative to the higher latency network 108, sending the preemptive acknowledge messages causes the client device 106 to send the write command messages in less time than might otherwise be possible if the client device 106 was required to wait for acknowledge messages from the file servers 102 located across the higher latency network 108.
In any case, the first network traffic management device 110 forwards the write data command messages received from client device 106 to the file server 102, which is shown in
It should be noted that as the file server 102 receives the write command messages (e.g., FWD WRITE #1 . . . FWD WRITE #N) from the first network traffic management device 110 over the network 108, the file server 102 responds by sending acknowledgement messages indicating whether the write command messages were successfully received or whether a failure occurred. In the example sequence diagram shown in
At decision box 330, if the first network traffic management device 110 receives one or more CIFs protocol flush command messages from the client device 106, then the client device 106 has completed sending the CIFs protocol write command messages (e.g., WRITE #1, . . . , WRITE #N) representing the entire file to be saved by the file server 102 in this example, and the YES branch is followed to decision box 340. The number of CIFs protocol flush command messages sent by the client device 106 is dependent on the client application operating on the client device 106. Since it appears to the client device 106 at this portion of the example process that the file server 102 has successfully received the write command messages, the client device 106 may send these flush commands, shown in
However, as will be described in connection with decision box 340 below, the first network traffic management device 110 does not immediately forward these flush data command messages to the file servers 102 but holds on to or withholds sending the flush command messages until it can determine whether the file server 102 has successfully received the file portions constituting the entire file involved in the exemplary file save operation. Otherwise, if at decision box 330 the first network traffic management device 110 has not received one or more CIFs protocol flush command messages from the client device 106, then the NO branch is followed back to step 310.
Further, as mentioned above client applications operating on the client device 106 may be configured a variety of ways with regard to sending the flush data command messages, and some client applications may even be configured to send close file command messages instead of flush data command messages. Such a client application may leave it to the file server 102 to determine that the file save operation has been completed and to store the file. In such a case, the first network traffic management device 110 instead holds on to or withholds sending a successful close command result message to the client device 106, in place of the delayed flush command result messages to be described later in step 370 further herein below, and performs the other steps described herein otherwise in the same manner except the device 110 may optionally send the flush data command message to the file server 102.
At decision box 340, if the first network traffic management device 110 determines that acknowledgement messages (e.g., ACK FWD WRITE #1, . . . , ACK FWD WRITE #N) indicating each write data command message (e.g., FWD WRITE #1, . . . , FWD WRITE #N) sent to the file server 102 was received successfully, then the YES branch is followed to step 350. Otherwise, if the first network traffic management device 110 receives at least one acknowledgement message indicating one of the write data command messages was not successfully received by the file server 102, or if the device 110 does not receive an acknowledgement message for any one of the write command messages after a predetermined amount of time has passed, then the NO branch is followed to step 390.
At step 350, the first network traffic management device 110 sends one or more forwarded flush command messages to the file server 102, shown in
At decision box 360, if the first network traffic management device 110 receives forwarded flush command result messages (e.g., FWD FLUSH RESULT #1, . . . , FWD FLUSH RESULT #N) indicating each forwarded flush command message (e.g., FWD FLUSH #1 . . . FWD FLUSH #N) sent to the file server 102 at step 350 above was performed successfully, then the YES branch is followed to step 370. An indication that the forwarded flush commands were performed successfully means that the file server 102 flushed the buffered file portions from a volatile memory and committed the entire file to memory storage accessible to the file server 102 to successfully complete the requested file save operation. Otherwise, if the first network traffic management device 110 does not receive any flush command result message at all from the file server 102 after a predetermined amount of time has passed, or the device 110 receives at least one forwarded flush command result message indicating the forwarded flush command was not performed successfully by the file server 102, then the NO branch is followed to step 380.
At step 370, the first network traffic management device 110 sends one or more delayed flush command result messages to the client device 106, shown in
At step 380, the first network traffic management device 110 closes the TCP/IP connection between the client device 106 and file server 102 over which the CIFs connection is established because the device 110 determined that the file server 102 did not successfully perform the forwarded flush commands (e.g., FWD FLUSH #1, . . . , FWD FLUSH #N) at decision box 360.
At step 390, the first network traffic management device 110 sends one or more fake or delayed flush command result messages to the client device 106 (e.g., DELAYED FLUSH RESULT #1, . . . , DELAYED FLUSH RESULT #N), on behalf of the file server 102, indicating to the client device 106 that the file server 102 did not successfully receive at least one of the write data command messages (e.g., FWD WRITE #1, . . . , FWD WRITE #N), as determined at step 340. Moreover, the first network traffic management device 110 does not forward any flush command messages to the file server 102 (e.g., FWD FLUSH #1, . . . , FWD FLUSH #N), as they are no longer needed since the file save operation has essentially failed at this point, and the process 300 may end.
As such, the client application operating on the client device 106 may respond to the fake delayed flush command failure response from the first network traffic management device 110 by generating an error message indicating to a user that the file save operation was not successfully completed, for example. Thus at this point, the process 300 may be repeated in the event the client device 106 attempts to perform the file save operation again, and/or the process 300 may not be repeated in the event the user of the client device 106 decides to locally save the file at the client device 106, and/or the device 110 may be configured to not repeat the process 300 if the device 110 determines that the user of client device 106 is requesting to perform the same file save operation after such a failed file save operation.
It should be appreciated that one or more of the above-described components of the example network traffic management device 110 could be implemented by software, hardware, firmware, and combinations thereof. Also, some or all of the machine/computer readable and executable instructions, example portions of which are represented by the optimization module 210 in
Having thus described the basic concepts, it will be rather apparent to those skilled in the art that the foregoing detailed disclosure is intended to be presented by way of example only, and is not limiting. Various alterations, improvements, and modifications will occur and are intended to those skilled in the art, though not expressly stated herein. These alterations, improvements, and modifications are intended to be suggested hereby, and are within the spirit and scope of the examples. Additionally, the recited order of processing elements or sequences, or the use of numbers, letters, or other designations therefore, is not intended to limit the claimed processes to any order except as may be specified in the claims. Accordingly, the disclosed technology is limited only by the following claims and equivalents thereto.
Number | Name | Date | Kind |
---|---|---|---|
5282201 | Frank et al. | Jan 1994 | A |
5606665 | Yang et al. | Feb 1997 | A |
5623490 | Richter et al. | Apr 1997 | A |
5991302 | Berl et al. | Nov 1999 | A |
5995491 | Richter et al. | Nov 1999 | A |
6029175 | Chow et al. | Feb 2000 | A |
6041365 | Kleinerman | Mar 2000 | A |
6047356 | Anderson et al. | Apr 2000 | A |
6067558 | Wendt et al. | May 2000 | A |
6104706 | Richter et al. | Aug 2000 | A |
6154777 | Ebrahim | Nov 2000 | A |
6259405 | Stewart et al. | Jul 2001 | B1 |
6260070 | Shah | Jul 2001 | B1 |
6292832 | Shah et al. | Sep 2001 | B1 |
6304913 | Rune | Oct 2001 | B1 |
6330574 | Murashita | Dec 2001 | B1 |
6338082 | Schneider | Jan 2002 | B1 |
6353848 | Morris | Mar 2002 | B1 |
6363056 | Beigi et al. | Mar 2002 | B1 |
6370527 | Singhal | Apr 2002 | B1 |
6389462 | Cohen et al. | May 2002 | B1 |
6446108 | Rosenberg et al. | Sep 2002 | B1 |
6466580 | Leung | Oct 2002 | B1 |
6469983 | Narayana et al. | Oct 2002 | B2 |
6513061 | Ebata et al. | Jan 2003 | B1 |
6514085 | Slattery et al. | Feb 2003 | B2 |
6542936 | Mayle et al. | Apr 2003 | B1 |
6560230 | Li et al. | May 2003 | B1 |
6578069 | Hopmann et al. | Jun 2003 | B1 |
6615267 | Whalen et al. | Sep 2003 | B1 |
6654346 | Mahalingaiah et al. | Nov 2003 | B1 |
6701415 | Hendren, III | Mar 2004 | B1 |
6728704 | Mao et al. | Apr 2004 | B2 |
6738357 | Richter et al. | May 2004 | B1 |
6744776 | Kalkunte et al. | Jun 2004 | B1 |
6754215 | Arikawa et al. | Jun 2004 | B1 |
6754699 | Swildens et al. | Jun 2004 | B2 |
6760337 | Snyder, II et al. | Jul 2004 | B1 |
6795860 | Shah | Sep 2004 | B1 |
6865593 | Reshef et al. | Mar 2005 | B1 |
6868447 | Slaughter et al. | Mar 2005 | B1 |
6871221 | Styles | Mar 2005 | B1 |
6880017 | Marce et al. | Apr 2005 | B1 |
6883137 | Girardot et al. | Apr 2005 | B1 |
6914881 | Mansfield et al. | Jul 2005 | B1 |
6928518 | Talagala | Aug 2005 | B2 |
6970924 | Chu et al. | Nov 2005 | B1 |
6973490 | Robertson et al. | Dec 2005 | B1 |
6975592 | Seddigh et al. | Dec 2005 | B1 |
6990074 | Wan et al. | Jan 2006 | B2 |
6990114 | Erimli et al. | Jan 2006 | B1 |
7003564 | Greuel et al. | Feb 2006 | B2 |
7023974 | Brannam et al. | Apr 2006 | B1 |
7039061 | Connor et al. | May 2006 | B2 |
7065482 | Shorey et al. | Jun 2006 | B2 |
7075924 | Richter et al. | Jul 2006 | B2 |
7076689 | Atkinson | Jul 2006 | B2 |
7080314 | Garofalakis et al. | Jul 2006 | B1 |
7089491 | Feinberg et al. | Aug 2006 | B2 |
7113996 | Kronenberg | Sep 2006 | B2 |
7133863 | Teng et al. | Nov 2006 | B2 |
7191163 | Herrera et al. | Mar 2007 | B2 |
7228359 | Monteiro | Jun 2007 | B1 |
7236491 | Tsao et al. | Jun 2007 | B2 |
7240100 | Wein et al. | Jul 2007 | B1 |
7292541 | C S | Nov 2007 | B1 |
7296263 | Jacob | Nov 2007 | B1 |
7308475 | Pruitt et al. | Dec 2007 | B1 |
7324533 | DeLiberato et al. | Jan 2008 | B1 |
7340572 | Cochran | Mar 2008 | B2 |
7373438 | DeBergalis et al. | May 2008 | B1 |
7409440 | Jacob | Aug 2008 | B1 |
7577723 | Matsuda et al. | Aug 2009 | B2 |
7895653 | Calo et al. | Feb 2011 | B2 |
7908245 | Nakano et al. | Mar 2011 | B2 |
7984500 | Khanna et al. | Jul 2011 | B1 |
8069225 | McCanne et al. | Nov 2011 | B2 |
20010007560 | Masuda et al. | Jul 2001 | A1 |
20020012352 | Hansson et al. | Jan 2002 | A1 |
20020038360 | Andrews et al. | Mar 2002 | A1 |
20020065848 | Walker et al. | May 2002 | A1 |
20020087571 | Stapel et al. | Jul 2002 | A1 |
20020087744 | Kitchin | Jul 2002 | A1 |
20020099829 | Richards et al. | Jul 2002 | A1 |
20020103823 | Jackson et al. | Aug 2002 | A1 |
20020143819 | Han et al. | Oct 2002 | A1 |
20020162118 | Levy et al. | Oct 2002 | A1 |
20020174216 | Shorey et al. | Nov 2002 | A1 |
20020194112 | dePinto et al. | Dec 2002 | A1 |
20020194342 | Lu et al. | Dec 2002 | A1 |
20020198956 | Dunshea et al. | Dec 2002 | A1 |
20030005172 | Chessell | Jan 2003 | A1 |
20030009528 | Sharif et al. | Jan 2003 | A1 |
20030018450 | Carley | Jan 2003 | A1 |
20030018585 | Butler et al. | Jan 2003 | A1 |
20030055723 | English | Mar 2003 | A1 |
20030074301 | Solomon | Apr 2003 | A1 |
20030105846 | Zhao et al. | Jun 2003 | A1 |
20030128708 | Inoue et al. | Jul 2003 | A1 |
20030130945 | Force et al. | Jul 2003 | A1 |
20030139934 | Mandera | Jul 2003 | A1 |
20030156586 | Lee et al. | Aug 2003 | A1 |
20030179755 | Fraser | Sep 2003 | A1 |
20030191812 | Agarwalla et al. | Oct 2003 | A1 |
20030195813 | Pallister et al. | Oct 2003 | A1 |
20030212954 | Patrudu | Nov 2003 | A1 |
20030220835 | Barnes, Jr. | Nov 2003 | A1 |
20030229665 | Ryman | Dec 2003 | A1 |
20030236995 | Fretwell, Jr. | Dec 2003 | A1 |
20040006591 | Matsui et al. | Jan 2004 | A1 |
20040015783 | Lennon et al. | Jan 2004 | A1 |
20040017825 | Stanwood et al. | Jan 2004 | A1 |
20040030627 | Sedukhin | Feb 2004 | A1 |
20040030740 | Stelting | Feb 2004 | A1 |
20040043758 | Sorvari et al. | Mar 2004 | A1 |
20040059789 | Shum | Mar 2004 | A1 |
20040064544 | Barsness et al. | Apr 2004 | A1 |
20040064554 | Kuno et al. | Apr 2004 | A1 |
20040093361 | Therrien et al. | May 2004 | A1 |
20040122926 | Moore et al. | Jun 2004 | A1 |
20040123277 | Schrader et al. | Jun 2004 | A1 |
20040133605 | Chang et al. | Jul 2004 | A1 |
20040138858 | Carley | Jul 2004 | A1 |
20040167967 | Bastian et al. | Aug 2004 | A1 |
20040213156 | Smallwood et al. | Oct 2004 | A1 |
20040215665 | Edgar et al. | Oct 2004 | A1 |
20040236826 | Harville et al. | Nov 2004 | A1 |
20050021703 | Cherry et al. | Jan 2005 | A1 |
20050027841 | Rolfe | Feb 2005 | A1 |
20050044158 | Malik | Feb 2005 | A1 |
20050117589 | Douady et al. | Jun 2005 | A1 |
20050165656 | Frederick et al. | Jul 2005 | A1 |
20050175013 | Le Pennec et al. | Aug 2005 | A1 |
20050198234 | Leib et al. | Sep 2005 | A1 |
20050213587 | Cho et al. | Sep 2005 | A1 |
20050234928 | Shkvarchuk et al. | Oct 2005 | A1 |
20050240664 | Chen et al. | Oct 2005 | A1 |
20050256806 | Tien et al. | Nov 2005 | A1 |
20060031374 | Lu et al. | Feb 2006 | A1 |
20060045096 | Farmer et al. | Mar 2006 | A1 |
20060047785 | Wang et al. | Mar 2006 | A1 |
20060112367 | Harris | May 2006 | A1 |
20060123210 | Pritchett et al. | Jun 2006 | A1 |
20060140193 | Kakani et al. | Jun 2006 | A1 |
20060153201 | Hepper et al. | Jul 2006 | A1 |
20060259320 | LaSalle et al. | Nov 2006 | A1 |
20060268692 | Wright et al. | Nov 2006 | A1 |
20060282442 | Lennon et al. | Dec 2006 | A1 |
20070005807 | Wong | Jan 2007 | A1 |
20070016613 | Foresti et al. | Jan 2007 | A1 |
20070124415 | Lev-Ran et al. | May 2007 | A1 |
20070124502 | Li | May 2007 | A1 |
20070130255 | Wolovitz et al. | Jun 2007 | A1 |
20070162891 | Burner et al. | Jul 2007 | A1 |
20070168320 | Borthakur et al. | Jul 2007 | A1 |
20070233826 | Tindal et al. | Oct 2007 | A1 |
20080004022 | Johannesson et al. | Jan 2008 | A1 |
20080010372 | Khedouri et al. | Jan 2008 | A1 |
20080022059 | Zimmerer et al. | Jan 2008 | A1 |
20080208917 | Smoot et al. | Aug 2008 | A1 |
20080270578 | Zhang et al. | Oct 2008 | A1 |
20080281908 | McCanne et al. | Nov 2008 | A1 |
20090094311 | Awadallah et al. | Apr 2009 | A1 |
20090106413 | Salo et al. | Apr 2009 | A1 |
20090125955 | DeLorme | May 2009 | A1 |
20090217163 | Jaroker | Aug 2009 | A1 |
20090217386 | Schneider | Aug 2009 | A1 |
20090265396 | Ram et al. | Oct 2009 | A1 |
20090292957 | Bower et al. | Nov 2009 | A1 |
20090300161 | Pruitt et al. | Dec 2009 | A1 |
20090319600 | Sedan et al. | Dec 2009 | A1 |
20100064001 | Daily | Mar 2010 | A1 |
20100070476 | O'Keefe et al. | Mar 2010 | A1 |
20100179984 | Sebastian | Jul 2010 | A1 |
20100228819 | Wei | Sep 2010 | A1 |
20100250497 | Redlich et al. | Sep 2010 | A1 |
20100274772 | Samuels | Oct 2010 | A1 |
20110055921 | Narayanaswamy et al. | Mar 2011 | A1 |
20110066736 | Mitchell et al. | Mar 2011 | A1 |
20110072321 | Dhuse | Mar 2011 | A1 |
20120117028 | Gold et al. | May 2012 | A1 |
20120150805 | Pafumi et al. | Jun 2012 | A1 |
Number | Date | Country |
---|---|---|
2080530 | Apr 1994 | CA |
0605088 | Jul 1994 | EP |
1081918 | Mar 2001 | EP |
06-205006 | Jul 1994 | JP |
8021924 | Mar 1996 | JP |
2000183935 | Jun 2000 | JP |
0058870 | Oct 2000 | WO |
0239696 | May 2002 | WO |
2006091040 | Aug 2006 | WO |
Entry |
---|
F5 Networks, Inc., “F5 WANJet CIFS Acceleration, White Paper”, Mar. 2006, pp. 1-5. |
Baer, T., et al., “The elements of Web services” ADTmag.com, Dec. 1, 2002, pp. 1-6, (http://www.adtmag.com). |
Woo T.Y.C., “A Modular Approach to Packet Classification: Algorithms and Results”, Bell Laboratories, Lucent Technologies, Mar. 2000, pp. 1-10. |
“Diameter MBLB Support Phase 2: Generic Message Based Load Balancing (GMBLB)”, last accessed Mar. 29, 2010, pp. 1-10, (http://peterpan.f5net.com/twiki/bin/view/TMOS/TMOSDiameterMBLB). |
F5 Networks Inc., “Big-IP® Reference Guide, version 4.5”, F5 Networks Inc., Sep. 2002, pp. 11-1-11-32, Seattle, Washington. |
F5 Networks Inc., “3-DNS® Reference Guide, version 4.5”, F5 Networks Inc., Sep. 2002, pp. 2-1-2-28, 3-1-3-12, 5-1-5-24, Seattle, Washington. |
F5 Networks Inc., “Using F5's-DNS Controller to Provide High Availability Between Two or More Data Centers”, F5 Networks Inc., Aug. 2001, pp. 1-4, Seattle, Washington, (http://www.f5.com/f5products/3dns/relatedMaterials/3DNSRouting.html). |
F5 Networks Inc., “Deploying the BIG-IP LTM for Diameter Diameter Traffic Management”, F5® Deployment Guide, Publication date Sep. 2010, Version 1.2, pp. 1-19. |
F5 Networks Inc., “F5 Diameter RM”, Powerpoint document, Jul. 16, 2009, pp. 1-7. |
F5 Networks Inc., “Routing Global Internet Users to the Appropriate Data Center and Applications Using F5's 3-DNS Controller”, F5 Networks Inc., Aug. 2001, pp. 1-4, Seattle, Washington, (http://www.f5.com/f5producs/3dns/relatedMaterials/UsingF5.html). |
Wikipedia, “Diameter (protocol)”, pp. 1-11, last accessed Oct. 27, 2010, (http://en.wikipedia.org/wiki/Diameter—(protocol)). |
Wang B., “Priority and realtime data transfer over the best-effort Internet”, Dissertation Abstract, 2005, ScholarWorks@UMASS. |
Fajardo V., “Open Diameter Software Architecture,” Jun. 25, 2004, pp. 1-6, Version 1.0.7, (http://diameter.sourceforge.net/diameter-architecture/indext.html). |
Gupta et al., “Algorithms for Packet Classification”, Computer Systems Laboratory, Stanford University, CA, Mar./Apr. 2001, pp. 1-29. |
Heinz G., “Priorities in Stream Transmission Control Protocol (SCTP) Multistreaming”, Thesis submitted to the Faculty of the University of Delaware, Spring 2003, pp. 1-35. |
Ilvesjmaki M., et al., “On the capabilities of application level traffic measurements to differentiate and classify Internet traffic”, Presented in SPIE's International Symposium ITcom, Aug. 19-21, 2001, pp. 1-11, Denver, Colorado. |
Internet Protocol,“Darpa Internet Program Protocol Specification”, (RFC:791), Information Sciences Institute, University of Southern California, Sep. 1981, pp. 1-49. |
Kawamoto, D., “Amazon files for Web services patent”, CNET News.com, Jul. 28, 2005, pp. 1-2, (http://news.com). |
LaMonica M., “Infravio spiffs up Web services registry idea”, CNET News.com, May 11, 2004, pp. 1-2, (http://www.news.com). |
Mac Vittie, L., “Message-Based Load Balancing: Using F5 solutions to address the challenges of scaling Diameter, Radius, and message-oriented protocols”, F5 Technical Brief, 2005, pp. 1-9, F5 Networks Inc., Seattle, Washington. |
“Market Research & Releases, CMPP PoC documentation”, last accessed Mar. 29, 2010, (http://mainstreet/sites/PD/Teams/ProdMgmt/MarketResearch/Universal). |
“Market Research & Releases, Solstice Diameter Requirements”, last accessed Mar. 29, 2010, (http://mainstreet/sites/PD/Teams/ProdMgmt/MarketResearch/Unisversal). |
Modiano E., “Scheduling Algorithms for Message Transmission Over a Satellite Broadcast System”, MIT Lincoln Laboratory Advanced Network Group, Nov. 1997, pp. 1-7. |
Nichols K., et al., “Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers”, (RFC:2474) Network Working Group, Dec. 1998, pp. 1-19, (http://www.ietf.org/rfc/rfc2474.txt). |
Ott D., et al., “A Mechanism for TCP-Friendly Transport-level Protocol Coordination”, USENIX Annual Technical Conference, 2002, University of North Carolina at Chapel Hill, pp. 1-12. |
Padmanabhan V., et al., “Using Predictive Prefetching to Improve World Wide Web Latency”, SIGCOM, 1996, pp. 1-15. |
“Respond to server depending on TCP::client—port”, DevCentral Forums iRules, pp. 1-6, last accessed Mar. 26, 2010, (http://devcentral.f5.com/Default/aspx?tabid=53&forumid=5&tpage=1&v). |
Rosen E., et al., “MPLS Label Stack Encoding”, (RFC:3032) Network Working Group, Jan. 2001, pp. 1-22, (http://www.ietf.org/rfc/rfc3032.txt). |
Schilit B., “Bootstrapping Location-Enhanced Web Services”, University of Washington, Dec. 4, 2003, (http://www.cs.washington.edu/news/colloq.info.html). |
Seeley R., “Can Infravio technology revive UDDI?”, ADTmag.com, Oct. 22, 2003, (http://www.adtmag.com). |
Shohoud, Y., “Building XML Web Services with VB .NET and VB 6”, Addison Wesley, 2002, pp. 1-14. |
Sommers F., “Whats New in UDDI 3.0—Part 1”, Web Services Papers, Jan. 27, 2003, pp. 1-4, (http://www.webservices.org/index.php/article/articleprint/871/-1/24/). |
Sommers F., “Whats New in UDDI 3.0—Part 2”, Web Services Papers, Mar. 2, 2003, pp. 1-8, (http://www.web.archive.org/web/20040620131006/). |
Sommers F., “Whats New in UDDI 3.0—Part 3”, Web Services Papers, Sep. 2, 2003, pp. 1-4, (http://www.webservices.org/index.php/article/articleprint/894/-1/24/). |
Sleeper B., “The Evolution of UDDI: UDDI.org White Paper”, The Stencil Group, Inc., Jul. 19, 2002, pp. 1-15, San Francisco, California. |
Sleeper B., “Why UDDI Will Succeed, Quietly: Two Factors Push Web Services Forward”, The Stencil Group, Inc., Apr. 2001, pp. 1-7, San Francisco, California. |
“UDDI Overview”, Sep. 6, 2000, pp. 1-21, uddi.org, (http://www.uddi.org/). |
“UDDI Version 3.0.1 UDDI Spec Technical Committee Specification”, Oct. 14, 2003, pp. 1-383, uddi.org, (http://www.uddi.org/). |
“UDDI Technical White Paper,” Sep. 6, 2000, pp. 1-12, uddi-org, (http://www.uddi.org/). |
Blue Coat Systems, Inc., “Technology Primer: CIFS Protocol Optimization”, 2007. |
F5 Networks, Inc., “Case Information Log for ‘Issues with BoNY upgrade to 4.3’”, as early as Feb. 2008. |