Movatterモバイル変換


[0]ホーム

URL:


US9380008B2 - Method and apparatus for high-speed processing of structured application messages in a network device - Google Patents

Method and apparatus for high-speed processing of structured application messages in a network device
Download PDF

Info

Publication number
US9380008B2
US9380008B2US14/042,587US201314042587AUS9380008B2US 9380008 B2US9380008 B2US 9380008B2US 201314042587 AUS201314042587 AUS 201314042587AUS 9380008 B2US9380008 B2US 9380008B2
Authority
US
United States
Prior art keywords
message
application layer
aons
structured application
layer message
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.)
Expired - Lifetime, expires
Application number
US14/042,587
Other versions
US20140032690A1 (en
Inventor
Karempudi Ramarao
Tefcros Anthias, JR.
Sunil Potti
Sandeep Kumar
Stephen Cho
Alex Yin-Man Chan
Yi Jin
Ricky Ho
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.)
Cisco Technology Inc
Original Assignee
Cisco Technology 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
Application filed by Cisco Technology IncfiledCriticalCisco Technology Inc
Priority to US14/042,587priorityCriticalpatent/US9380008B2/en
Publication of US20140032690A1publicationCriticalpatent/US20140032690A1/en
Application grantedgrantedCritical
Publication of US9380008B2publicationCriticalpatent/US9380008B2/en
Adjusted expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A method is disclosed for high-speed processing of structured application messages in a network device. According to one aspect, a network device receives a structured application layer message and identifies, in message classification requirements at the network device, a reference to a classification portion of the structured application layer message and an operation portion of the structured application layer message. The system extracts, based on one or more expressions, a portion of the message for classifying the structured application layer message and classifies the message using the extracted portion and according to the message classification requirements. At least in part by accessing information indicated by one or more location identifiers, at least one operation is performed on the classified structured application layer message.

Description

BENEFIT CLAIM
This application claims the benefit as a Continuation of U.S. patent application Ser. No. 11/089,794, filed Mar. 24, 2005, which is a continuation-in-part of U.S. patent application Ser. No. 11/005,978, filed on Dec. 6, 2004, the entire contents of which are hereby incorporated by reference for all purposes as if fully set forth herein. The applicant(s) hereby rescind any disclaimer of claim scope in the parent application(s) or the prosecution history thereof and advise the USPTO that the claims in this application may be broader than any claim in the parent application(s).
FIELD OF THE INVENTION
The present invention generally relates to network elements in computer networks. The invention relates more specifically to a method and apparatus for high-speed processing of structured application messages in a network device.
BACKGROUND
The approaches described in this section could be pursued, but are not necessarily approaches that have been previously conceived or pursued. Therefore, unless otherwise indicated herein, the approaches described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section.
In a business-to-business environment, applications executing on computers commonly communicate with other applications that execute on other computers. For example, an application “A” executing on a computer “X” might send, to an application “B” executing on a computer “Y,” a message that indicates the substance of a purchase order.
Computer “X” might be remote from computer “Y.” In order for computer “X” to send the message to computer “Y,” computer “X” might send the message through a computer network such as a local area network (LAN), a wide-area network (WAN), or an inter-network such as the Internet. In order to transmit the message through such a network, computer “X” might use a suite of communication protocols. For example, computer “X” might use a network layer protocol such as the Internet Protocol (IP) in conjunction with a transport layer protocol such as the Transport Control Protocol (TCP) to transmit the message.
Assuming that the message is transmitted using TCP, the message is encapsulated into one or more data packets; separate portions of the same message may be sent in separate packets. Continuing the above example, computer “X” sends the data packets through the network toward computer “Y.” One or more network elements intermediate to computer “X” and computer “Y” may receive the packets, determine a next “hop” for the packets, and send the packets towards computer “Y.”
For example, a router “U” might receive the packets from computer “X” and determine, based on the packets being destined for computer “Y,” that the packets should be forwarded to another router “V” (the next “hop” on the route). Router “V” might receive the packets from router “U” and send the packets on to computer “Y.” At computer “Y,” the contents of the packets may be extracted and reassembled to form the original message, which may be provided to application “B.” Applications “A” and “B” may remain oblivious to the fact that the packets were routed through routers “U” and “V.” Indeed, separate packets may take separate routes through the network.
A message may be transmitted using any of several application layer protocols in conjunction with the network layer and transport layer protocols discussed above. For example, application “A” may specify that computer “X” is to send a message using Hypertext Transfer Protocol (HTTP). Accordingly, computer “X” may add HTTP-specific headers to the front of the message before encapsulating the message into TCP packets as described above. If application “B” is configured to receive messages according to HTTP, then computer “Y” may use the HTTP-specific headers to handle the message.
In addition to all of the above, a message may be structured according to any of several message formats. A message format generally indicates the structure of a message. For example, if a purchase order comprises an address and a delivery date, the address and delivery date may be distinguished from each other within the message using message format-specific mechanisms. For example, application “A” may indicate the structure of a purchase order using Extensible Markup Language (XML). Using XML as the message format, the address might be enclosed within “<address>” and “</address>” tags, and the delivery date might be enclosed within “<delivery-date>” and “</delivery-date>” tags. If application “B” is configured to interpret messages in XML, then application “B” may use the tags in order to determine which part of the message contains the address and which part of the message contains the delivery date.
Often, though, different applications are designed to use different application layer protocols to send and receive messages. For example, application “A” might be designed to send messages using only HTTP, but application “B” might be designed to receive messages using only File Transfer Protocol (FTP), another application layer protocol. Furthermore, different applications may be designed to use different message formats to format and interpret messages. For example, application “A” might be designed to format messages using only XML, but application “B” might be designed to interpret messages using only Electronic Data Interchange (EDI).
Usually, it is not practical or even possible to design or update an application so that the application can converse with other applications using all possible message formats and application layer protocols. Some message formats and application layer protocols may be proprietary and not publicly disclosed. Some message formats and application layer protocols may be relatively new and obscure. Some message formats and application layer protocols may be so old as to be considered generally obsolete.
In order to reduce the amount of application modification required to allow an application to converse with other applications that might use different message formats and/or application layer protocols, intermediary network elements separate from such applications may be designed to receive messages, “translate” the messages, and then send the messages. This translation may be achieved by looking for a specified bit pattern beginning at a specified bit location in a packet, and then altering bits at the specified bit location if the specified bit pattern is found. For example, a network appliance “J” might be designed to receive messages that have been sent using HTTP and send those messages using FTP instead. For another example, a network appliance “K” might be designed to receive messages that are in XML format and translate those messages into EDI format. Thus, if application “A” sends messages in XML using HTTP, and application “B” receives messages in EDI using FTP, then application “A” can be configured so that messages that application “A” normally would address to application “B” are addressed to network appliance “J” instead. The network administrator can configure network appliance “J” to send messages to network appliance “K,” and the network administrator can configure network appliance “K” to send messages to application “B.”
Unfortunately, this approach requires a lot of effort from the network administrator. As the number of possible different application layer protocols and message formats used by communicating applications increases, the number of network appliances and paths between those network appliances rises dramatically. For each pair of sending and receiving applications, a network administrator following this approach must configure the applications and network appliances involved to ensure that the messages will follow the correct path through the relevant network appliances. Thus, if each of applications “A,” “B,” “C,” “D,” and “E” needed to communicate with each other, the network administrator following this approach might need to configure 25 different “paths” of one or more network appliances each. As applications are added, removed, and modified, the network administrator may need to add and/or remove certain network appliances from certain paths between application pairs. When many applications are involved, the burden can be more than most network administrators can bear.
Additionally, if multiple paths are configured to contain the same network appliance, then the network appliance may become a bottleneck that degrades network performance.
Thus, this “pair-wise path configuration” approach is impractical when applied to systems in which large numbers of diverse applications communicate. A more practical technique for allowing a multitude of diverse applications to communicate is needed.
Further, it is desirable to have a network appliance analyze messages as the messages are passed through the network appliance and route messages according to the content of each message. For example, if application “A” sends messages in XML and applications “B” and “C” both receive messages in XML, the network appliance can analyze the message content, either partially or entirely, and route the message to the proper destination. Messages sent to applications “B” and “C” might be load balanced by the network appliance. Messages might be categorized via rules on the network appliance and, depending on the results of a message analysis, the network appliance may send high-priority messages to application “B” and low-priority messages to application “C”.
Unfortunately, network appliances have not performed this type of analysis. Applications are responsible for selecting the destinations of their own messages. This creates the problems with message translation as discussed above as well as requiring each application to keep track of the destination of each type of message. A technique for analyzing message content in a network appliance that does not require applications to monitor the destinations of each message is needed.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which:
FIG. 1 is a block diagram that illustrates an overview of one embodiment of a system in which one or more network elements perform message payload processing functions on behalf of an application;
FIG. 2 depicts a flow diagram that illustrates an overview of one embodiment of a method of performing message payload processing functions at a network element on behalf of a client application;
FIGS. 3A-B depict a flow diagram that illustrates one embodiment of a method of performing message payload processing functions at a network element on behalf of an application;
FIG. 4 depicts a sample flow that might be associated with a particular message classification;
FIG. 5 is a block diagram that illustrates a computer system upon which an embodiment may be implemented;
FIG. 6A is a block diagram that illustrates one embodiment of a router in which a supervisor blade directs some packet flows to an AONS blade and/or other blades;
FIG. 6B depicts a flow diagram that illustrates one embodiment of a method of filtering packets for which message level processing is to be performed;
FIG. 7 is a diagram that illustrates the various components involved in an AONS network according to one embodiment;
FIG. 8 is a block diagram that depicts functional modules within an example AONS node;
FIG. 9 is a diagram that shows multiple tiers of filtering that may be performed on message traffic in order to produce only a select set of traffic that will be processed at the AONS layer;
FIG. 10 is a diagram that illustrates the path of a message within an AONS cloud according to a cloud view;
FIG. 11A andFIG. 11B are diagrams that illustrate a request/response message flow;
FIG. 12A andFIG. 12B are diagrams that illustrate alternative request/response message flows;
FIG. 13 is a diagram that illustrates a one-way message flow;
FIG. 14 is a diagram that illustrates alternative one-way message flows;
FIG. 15A andFIG. 15B are diagrams that illustrate a request/response message flow with reliable message delivery;
FIG. 16 is a diagram that illustrates a one-way message flow with reliable message delivery;
FIG. 17 is a diagram that illustrates synchronous request and response messages;
FIG. 18 is a diagram that illustrates a sample one-way end-to-end message flow;
FIG. 19 is a diagram that illustrates message-processing modules within an AONS node;
FIG. 20 is a diagram that illustrates message processing within AONS node;
FIG. 21,FIG. 22, andFIG. 23 are diagrams that illustrate entities within an AONS configuration and management framework;
FIG. 24 is a diagram that illustrates an AONS monitoring architecture.
FIG. 25 is a diagram that illustrates an AONS router correlating request and response packets;
FIG. 26 is a block diagram that illustrates one embodiment of a router in which a supervisor blade directs some packet flows to an AONS blade;
FIG. 27 depicts a flow diagram that illustrates high-level steps in an embodiment of a method for high-speed processing of structured application messages in a network device;
FIG. 28 depicts a flow diagram that illustrates an embodiment of a method for high-speed processing of structured application messages in a network device; and
FIG. 29 depicts a flow diagram that illustrates an efficient embodiment of a method for high-speed processing of structured application messages in a network device.
DETAILED DESCRIPTION
A method and apparatus for high-speed processing of structured application messages in a network device is described. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to avoid unnecessarily obscuring the present invention.
Embodiments are described herein according to the following outline:
    • 1.0 General Overview
    • 2.0 Structural and Functional Overview
    • 3.0 Implementation Examples
      • 3.1 Multi-Blade Architecture
      • 3.2 Performing Message Payload Processing Functions At A Network Element
      • 3.3 Action Flows
      • 3.4 Filtered Processing
      • 3.5 AONS Examples
        • 3.5.1 AONS General Overview
        • 3.5.2 AONS Terminology
        • 3.5.3 AONS Functional Overview
        • 3.5.4 AONS System Overview
        • 3.5.5 AONS System Elements
        • 3.5.6 AONS Example Features
        • 3.5.7 AONS Functional Modules
        • 3.5.8 AONS Modes of Operation
        • 3.5.9 AONS Message Routing
        • 3.5.10 Flows, Bladelets™, and Scriptlets™
        • 3.5.11 AONS Services
        • 3.5.12 AONS Configuration and Management
        • 3.5.13 AONS Monitoring
        • 3.5.14 AONS Tools
        • 3.5.15 AONS Structured Application Message Processing
    • 4.0 Implementation Mechanisms—Hardware Overview
    • 5.0 Extensions and Alternatives
      1.0 General Overview
The needs identified in the foregoing Background, and other needs and objects that will become apparent for the following description, are achieved in the present invention, which comprises, in one aspect, a method for high-speed processing of structured application messages in a network device. According to one embodiment, the network device monitors traffic between a plurality of client applications and server applications.
In an embodiment, a network device receives a set of message classification rules that have been prepared beforehand by a system administrator or customer. The system analyzes the message classification rules to determine what part(s) of the message are necessary to classify a message according to the message classification rules. The analysis is performed off-line. This allows the system to consider only the relevant parts of the message and ignore the rest of the message. The system first extracts the portion of the message necessary for classifying the message using pre-determined structured message format information.
The message is then classified using the values of the extracted information. The message classification rules are used to evaluate the extracted information. The classification can be based on a certain value, name, destination, combinations of information, etc. In most instances, message classification is based on either the message header or, in addition to the header, some small initial part of the message body itself.
A unique sequence of operations is implied by the message classification and those operations must then be applied to the message. As with the classification, these operations are also known a priori and are pre-analyzed to make intelligent decisions about the parts of the message that need to be accessed. The operations may tell the system that the message is to be routed to a destination different from the originally addressed destination or is to be stored in a local database or an external database.
In other aspects, the invention encompasses a computer apparatus and a computer-readable medium configured to carry out the foregoing steps.
2.0 Structural and Functional Overview
FIG. 1 is a block diagram that illustrates an overview of one embodiment of asystem100 in which one or more ofnetwork elements102,104,106, and108 perform message payload processing functions on behalf of an application.Network elements102,106, and108 may be proxy devices, for example.Network element104 may be a network router such asrouter600 depicted inFIGS. 6A and 6B below, for example.
Client application110 is coupled communicatively withnetwork element102. Aserver application112 is coupled communicatively tonetwork element106. Aserver application114 is coupled communicatively tonetwork element108. Each ofclient application110 andserver applications112 and114 may be a separate computer. Alternatively, each ofclient application110 andserver applications112 and114 may be a separate process executing on the same computer.
Network elements102 and104 are coupled communicatively with anetwork116.Network elements104 and106 are coupled communicatively with anetwork118.Network elements104 and108 are coupled communicatively with anetwork120. Each ofnetworks116,118, and120 is a computer network, such as, for example, a local area network (LAN), wide area network (WAN), or internetwork such as the Internet.Networks116,118, and120 may contain additional network elements such as routers.
In one embodiment,client application110 addresses messages toserver applications112 and114, andnetwork elements102,104,106, and108 intercept the data packets that contain the messages. In an alternative embodiment,client application110 explicitly addresses messages tonetwork element102.Network elements102,104,106, and108 assemble one or more data packets to determine at least a portion of a message contained therein. Based on the message,network elements102,104,106, and108 perform one or more actions. Examples of some of these actions are described in further detail below.
FIG. 2 depicts a flow diagram200 that illustrates an overview of one embodiment of a method of performing message payload processing functions at a network element on behalf of a client application. Such a method may be performed, for example, by any ofnetwork elements102,104,106, and108.
Inblock202, a network element receives user-specified input. The user-specified input indicates a message classification and one or more actions that are associated with the message classification. For example,network element104 may receive such user-specified input from a network administrator. The message classification defines a category or class of messages. For example, all purchase orders might belong to the same message classification. Messages that satisfy user-specified criteria or rules associated with the message classification belong to the message classification, while messages that do not satisfy these criteria or rules do not belong to the message classification.
Inblock204, the network element receives one or more data packets. For example,network element104 may intercept one or more data packets that are destined forserver application112. For another example,network element102 may receive one or more data packets that are destined fornetwork element102.Network element102 is capable of determining application layer message boundaries, so, in one embodiment,network element102 may perform operations (as described below) on an application layer message contained in a stream, or portions thereof, even ifnetwork element102 has not yet received all of the data packets that contain all of the portions of the application layer message.
Inblock206, based on the data packets, it is determined that an application layer message collectively contained in payload portions of the data packets belongs to the particular message classification. For example,network element104 may assemble at least some of the data packets.Network element104 may inspect the contents of the payload portions of the assembled data packets to determine at least a portion of an application layer message thatclient application110 is trying to send. The message may be, for example, a purchase order formatted according to XML and transmitted using HTTP. As such, the message may contain HTTP and XML headers. Based on the message content and/or information in the data packet headers,network element104 may determine that the message belongs to the particular message classification indicated in the user-specified input. For example,network element104 may determine, based on a portion of the message, that the message is a purchase order.
Inblock208, at least a portion of the message is processed via the performance, relative to at least the portion of the message, of the actions that are associated with the particular message classification. For example, in response to determining that the message belongs to the “purchase order” message classification,network element104 may perform one or more specified actions that are associated with the “purchase order” message classification. The specified actions may include, for example, modifying the message's format (e.g., from XML to EDI) and sending the message towardserver application112 using a different application layer protocol (e.g., FTP) than the protocol thatclient application110 used to send the message. Examples of other possible actions are described below.
3.0 Implementation Examples
3.1 Multi-Blade Architecture
According to one embodiment, an Application-Oriented Network Services (AONS) blade in a network element such as a router, a switch, an appliance that performs L2-L4 processing, etc., performs the actions discussed above.FIG. 6A is a block diagram that illustrates one embodiment of arouter600 in which asupervisor blade602 directs some of packet flows610A-B to an AONS blade and/orother blades606N.Router600 comprisessupervisor blade602,AONS blade604, andother blades606A-N. Each ofblades602,604, and606A-N is a single circuit board populated with components such as processors, memory, and network connections that are usually found on multiple boards.Blades602,604, and606A-N are designed to be addable to and removable fromrouter600. The functionality ofrouter600 is determined by the functionality of the blades therein. Adding blades torouter600 can augment the functionality ofrouter600, butrouter600 can provide a lesser degree of functionality with fewer blades at a lesser cost if desired. One or more of the blades may be optional.
Router600 receives packet flows such as packet flows610A-B. More specifically, in one embodiment, packet flows610A-B received byrouter600 are received bysupervisor blade602.Supervisor blade602 may comprise a forwarding engine and/or a route processor such as those commercially available from Cisco Systems, Inc. In an alternative embodiment,router600 comprises one or more network I/O modules that may comprise a forwarding engine; in such an alternative embodiment, the operations described below as being performed bysupervisor blade602 are performed instead by a forwarding engine that is not situated withinsupervisor blade602, so that packets may be forwarded toAONS blade604 without ever going throughsupervisor blade602.
In one embodiment,supervisor blade602 classifies packet flows610A-B based on one or more parameters contained in the packet headers of those packet flows. If the parameters contained in the packet header of a particular packet match specified parameters, thensupervisor blade602 sends the packets to a specified one ofAONS blade604 and/orother blades606A-N. Alternatively, if the parameters contained in the packet header do not match any specified parameters, thensupervisor blade602 performs routing functions relative to the particular packet and forwards the particular packet on toward the particular packet's destination.
For example,supervisor blade602 may determine that packet headers inpacket flow610B match specified parameters. Consequently,supervisor blade602 may send packets inpacket flow610B toAONS blade604.Supervisor blade602 may receive packets back fromAONS blade604 and/orother blades606A-N and send the packets on to the next hop in a network path that leads to those packets' destination. For another example,supervisor blade602 may determine that packet headers inpacket flow610A do not match any specified parameters. Consequently, without sending any packets inpacket flow610A toAONS blade604 orother blades606A-N,supervisor blade602 may send packets inpacket flow610A on to the next hop in a network path that leads to those packets' destination.
AONS blade604 andother blades606A-N receive packets fromsupervisor blade602, perform operations relative to the packets, and return the packets tosupervisor blade602.Supervisor blade602 may send packets to and receive packets from multiple blades before sending those packets out ofrouter600. For example,supervisor blade602 may send a particular group of packets toother blade606A.Other blade606A may perform firewall functions relative to the packets and send the packets back tosupervisor blade602.Supervisor blade602 may receive the packet fromother blade606A and send the packets toAONS blade604.AONS blade604 may perform one or more message payload-based operations relative to the packets and send the packets back tosupervisor blade602.
According to one embodiment, the following events occur at an AONS router such asrouter600. First, packets, containing messages from clients to servers, are received. Next, access control list-based filtering is performed on the packets and some of the packets are sent to an AONS blade or module. Next, TCP termination is performed on the packets. Next, Secure Sockets Layer (SSL) termination is performed on the packets if necessary. Next, Universal Resource Locator (URL)-based filtering is performed on the packets. Next, message header-based and message content-based filtering is performed on the packets. Next, the messages contained in the packets are classified into AONS message types. Next, a policy flow that corresponds to the AONS message type is selected. Next, the selected policy flow is executed. Then the packets are either forwarded, redirected, dropped, copied, modified, or fanned-out as specified by the selected policy flow.
3.2 Performing Message Payload Processing Functions at a Network Element
FIGS. 3A-B depict a flow diagram300 that illustrates one embodiment of a method of performing message payload processing functions at a network element on behalf of an application. For example, one or more ofnetwork elements102,104,106, and108 may perform such a method. More specifically,AONS blade604 may perform one or more steps of such a method. Other embodiments may omit one or more of the operations depicted in flow diagram300. Other embodiments may contain operations additional to the operation depicted in flow diagram300. Other embodiments may perform the operations depicted in flow diagram300 in an order that differs from the order depicted in flow diagram300.
Referring first toFIG. 3A, inblock302, user-specified input is received at a network element. The user-specified input indicates the following: one or more criteria that are to be associated with a particular message classification, and one or more actions that are to be associated with the particular message classification. The user-specified input may indicate an order in which the one or more actions are to be performed. The user-specified input may indicate that outputs of actions are to be supplied as inputs to other actions. For example,network element104, and more specificallyAONS blade604, may receive such user-specified input from a network administrator.
The user-specified input may indicate multiple sets of criteria that are to be associated, respectively, with multiple separate message classifications, and multiple sets of actions that are to be associated with the multiple message classifications. For example, the user-specified input may indicate a first set of criteria that is to be associated with a first message classification, a second set of criteria that is to be associated with a second message classification, a first set of actions that are to be associated with the first message classification, and a second set of actions that are to be associated with the second message classification.
Inblock304, an association is established, at the network element, between the particular message classification and the one or more criteria. For example,AONS blade604 may establish an association between a particular message classification and one or more criteria. For example, the criteria may indicate a particular string of text that a message needs to contain in order for the message to belong to the associated message classification. For another example, the criteria may indicate a particular path that needs to exist in the hierarchical structure of an XML-formatted message (or based in an XPath boolean expression) in order for the message to belong to the associated message classification. For another example, the criteria may indicate one or more source IP addresses and/or destination IP addresses from or to which a message needs to be addressed in order for the message to belong to the associated message classification.
Multiple associations may be established between separate sets of criteria and separate message classifications. For example,AONS blade604 may establish a first association between a first set of criteria and a first message classification, and a second association between a second set of criteria and a second message classification.
Inblock306, an association is established, at the network element, between the particular message classification and the one or more actions. One or more actions that are associated with a particular message classification comprise a “policy” that is associated with that particular message classification. A policy may comprise a “flow” of one or more actions that are ordered according to a particular order specified in the user-specified input, and/or one or more other actions that are not ordered. For example,AONS blade604 may establish an association between a particular message classification and one or more actions. Collectively, the operations of blocks302-306 comprise “provisioning” the network element.
Multiple associations may be established between separate sets of actions and separate message classifications. For example,AONS blade604 may establish a first association between a first set of actions and a first message classification, and a second association between a second set of actions and a second message classification.
Inblock308, one or more data packets that are destined for a device other than the network element are received by the network element. The data packets may be, for example, data packets that contain IP and TCP headers. The IP addresses indicated in the IP headers of the data packets may differ from the network element's IP address; thus, the data packets may be destined for a device other than the network element. For example,network element104, and more specificallysupervisor blade602, may intercept data packets thatclient application110 originally sent. The data packets might be destined forserver application112, for example.
Inblock310, based on one or more information items indicated in the headers of the data packets, an application layer protocol that was used to transmit a message contained in the payload portions of the data packets (hereinafter “the message”) is determined. The information items may include, for example, a source IP address in an IP header, a destination IP address in an IP header, a TCP source port in a TCP header, and a TCP destination port in a TCP header. For example,network element104, and more specificallyAONS blade604, may store mapping information that maps FTP (an application layer protocol) to a first combination of IP addresses and/or TCP ports, and that maps HTTP (another application layer protocol) to a second combination of IP addresses and/or TCP ports. Based on this mapping information and the IP addresses and/or TCP ports indicated by the data packets,network element104 may determine which application layer protocol (FTP, HTTP, Simple Mail Transfer Protocol (SMTP), etc.) was used to transmit the message.
Inblock312, a message termination technique that is associated with the application layer protocol used to transmit the message is determined. For example,network element104, and more specificallyAONS blade604, may store mapping information that maps FTP to a first procedure, that maps HTTP to a second procedure, and that maps SMTP to a third procedure. The first procedure may employ a first message termination technique that can be used to extract, from the data packets, a message that was transmitted using FTP. The second procedure may employ a second message termination technique that can be used to extract, from the data packets, a message that was transmitted using HTTP. The third procedure may employ a third message termination technique that can be used to extract, from the data packets, a message that was transmitted using SMTP. Based on this mapping information and the application layer protocol used to transmit the message,network element104 may determine which procedure should be called to extract the message from the data packets.
Inblock314, the contents of the message are determined based on the termination technique that is associated with the application layer protocol that was used to transmit the message. For example,network element104, and more specificallyAONS blade604, may provide the data packets as input to a procedure that is mapped to the application layer protocol determined inblock312. The procedure may use the appropriate message termination technique to extract the contents of the message from the data packets. The procedure may return the message as output toAONS blade604. Thus, in one embodiment, the message extracted from the data packets is independent of the application layer protocol that was used to transmit the message.
In one embodiment, determining the contents of the message involves assembling the contents of the payload portions of two or more of the data packets. For example,network element104 may determine the proper order of two or more TCP data packets (based on TCP sequence numbers, for example), extract the contents of the payload portions of the TCP data packets, and concatenate the contents according to the proper order to form at least a portion of the message. The message may be a multi-part (MIME) message, and each part may be handled separately as though it were a separate message; each part may be associated with a different message classification.
Inblock316, a message classification that is associated with criteria that the message satisfies is determined. For example,network element104 may store mapping information that maps different criteria to different message classifications. The mapping information indicates, among possibly many different associations, the association established inblock304.Network element104 may determine whether the contents of the message satisfy criteria associated with any of the known message classifications. In one embodiment, if the contents of the message satisfy the criteria associated with a particular message classification, then it is determined that the message belongs to the particular message classification.
Although, in one embodiment, the contents of the message are used to determine a message's classification, in alternative embodiments, information beyond that contained in the message may be used to determine the message's classification. For example, in one embodiment, a combination of the contents of the message and one or more IP addresses and/or TCP ports indicated in the data packets that contain the message is used to determine the message's classification. For another example, in one embodiment, one or more IP addresses and/or TCP ports indicated in the data packets that contain the message are used to determine the message's classification, regardless of the contents of the message.
Inblock318, one or more actions that are associated with the message classification determined inblock316 are performed. If two or more of the actions are associated with a specified order of performance, as indicated by the user-specified input, then those actions are performed in the specified order. If the output of any of the actions is supposed to be provided as input to any of the actions, as indicated by the user-specified input, then the output of the specified action is provided as input to the other specified action.
A variety of different actions may be performed relative to the message. For example, an action might indicate that the message is to be dropped. In this case, the message is prevented from being forwarded out of the network element toward that message's destination. For another example, an action might indicate that a message is to be compressed using a specified compression technique before being forwarded out of the network element.
For another example, an action might indicate that the content of the message is to be altered in a specified manner. For example, an action might indicate that specified text is to be inserted into a specified location in the message. A path in an XML hierarchical structure of the message might specify such a location, for example, or a specified string of text occurring in the message might specify such a location. For another example, an action might indicate that specified text is to be deleted from the message. For another example, an action might indicate that specified text is to be substituted for other specified text in the message. Text inserted into the message might be obtained dynamically (“on the fly”) from a database that is external to the network element.
For another example, an action might indicate that the message format of a message is to be altered in a specified manner. For example, an action might indicate that a message's format is to be changed from XML to some other format such as EDI. For another example, an action might indicate that a message's format is to be changed from some format other than XML into XML. The message format may be altered without altering the core content of the message, which is independent of the message format.
For another example, an action might indicate that the message is to be forwarded using a specified application layer protocol other than the application layer protocol that the message's origin used to transmit the message. For example,client application110 might have used a first application layer protocol, such as HTTP, to transmit the message. Thus, when intercepted bynetwork element104, and more specificallysupervisor blade602, the message might have contained an HTTP header. However, in accordance with a specified action, beforenetwork element104 forwards the message towards the message's destination,network element104, and more specificallyAONS blade604, may modify the message so that the message will be carried using an application layer protocol other than HTTP (such as FTP, SMTP, etc.).
For another example, an action might indicate that the message's destination is to be altered so that the message will be forwarded towards a device that is different from the device that the message's source originally specified. For example, in accordance with a specified action,network element104, and more specificallyAONS blade604, might encapsulate the message in one or more new IP data packets that indicate a new destination IP address that differs from the destination IP address that originally intercepted IP data packets indicated.Network element104 may then forward the new IP data packets toward the new destination. In this manner, message content-based routing may be achieved.
For another example, an action might indicate that a specified event is to be written into a specified log that might be external to the network element. For example, in accordance with a specified action,network element104, and more specificallyAONS blade604, might write at least a portion of the message, along with the IP address from which the message was received, to a log file.
For another example, an action might indicate that the message is to be encrypted using a specified key before being forwarded to a destination. For example, in accordance with a specified action,network element104, and more specificallyAONS blade604, might encrypt at least a portion of the message using a specified key and then forward data packets that contain the encrypted message towards the message's destination. Encryption also places a constraint on the subsequent action (e.g. The encrypted portion cannot be modified).
For another example, an action might indicate that a response cached at the network element is to be returned to the device from which the message originated, if such a response is cached at the network element. For example,network element104, and more specificallyAONS blade604, may determine whether a response to the message is cached atnetwork element104; such a response might have be cached atnetwork element104 at the time a previous response to the same message passed throughnetwork element104. Ifnetwork element104 determines that such a response is cached, then networkelement104 may return the response to the message's origin. For read-only operations without any persistent state change,network element104 does not need to forward the message to the message's destination, and the message's destination does not need to issue another response to the message.
For another example, an action might indicate that some authentication information in the message, such as a user identifier and associated password, is to be used to authenticate the message. For example,network element104, and more specificallyAONS blade604, might authenticate a message by comparing authentication information in the message with trusted information stored atnetwork element104.
If the message was modified in some way (e.g., content, format, or protocol modification) during the performance of the actions, and if the modified message is supposed to be forwarded out of the network element, then the network element encapsulates the modified message into new data packets and sends the new data packets towards the modified message's destination—which also might have been modified.
A message might not belong to any known message classification. In this case, according to one embodiment, the network element does not perform any user-specified actions relative to the message. Instead, the network element simply forwards the data packets to the next hop along the path to the data packets' indicated destination.
The method illustrated in flow diagram300 may be performed relative to multiple sets of data packets, each set carrying a separate message. For example,network element104 may perform the method illustrated relative to a first set of data packets that carry a first message, and then networkelement104 may perform the method relative to a second set of data packets that carry a second message. The first message might satisfy a first set of criteria associated with a first message classification, and the second message might satisfy a second set of criteria associated with a second message classification. Thus,network element104 might perform a first set of actions relative to the first message, and a second set of actions relative to the second message.
As a result of the method illustrated in flow diagram300, applications such asclient application110,server application112, andserver application114 can communicate with each other as though no network elements acted as intermediaries, and as though each other application communicated using the same message format and application layer protocol.
3.3 Action Flows
FIG. 4 depicts asample flow400 that might be associated with a particular message classification.Flow400 comprises, in order, actions402-414; other flows may comprise one or more other actions.Action402 indicates that the content of the message should be modified in a specified manner.Action404 indicates that a specified event should be written to a specified log. Action406 indicates that the message's destination should be changed to a specified destination.Action408 indicates that the message's format should be translated into a specified message format.Action410 indicates that the application layer protocol used to transmit the message or content should be changed to a specified application layer protocol.Action412 indicates that the message or content should be encrypted using a particular key.Action414 indicates that the message should be forwarded towards the message's destination. Other actions might include signing and verification actions, for example.
In other embodiments, any one of actions402-414 may be performed individually or in combination with any others of actions402-414.
3.4 Filtered Processing
Typically, inspecting, parsing, and modifying an application layer message is a processing resource-intensive operation that cannot be performed as quickly as routing operations that are based only on information in TCP and IP packet headers. Referring again toFIG. 6A, using packet level processing rather than message level processing,supervisor blade602 might be able to process and send packets toAONS blade604 faster thanAONS blade604 can process application layer messages contained within those packets. Indeed, there might be some packets that contain application layer messages thatAONS blade604 does not need to process at all. Sending such packets toAONS blade604 would only waste processing resources and cause packet buffers ofAONS blade604 to become backed up with packets.
Therefore, in one embodiment,supervisor blade602 sends only some selected packets toAONS blade604. The technique by whichsupervisor blade602 selects these packets may be referred to as “filtering.” As a result of filtering,AONS blade604 does not receive as many packets with whichAONS blade604 is likely to do nothing.
FIG. 6B depicts a flow diagram650 that illustrates one embodiment of a method of filtering packets for which message level processing is to be performed. Inblock652, it is determined whether information contained in a layer 2-4 header of a packet or frame satisfies specified criteria. The criteria might specify particular sources and/or particular destinations that packets need to be coming from and/or going to in order to merit message level processing. For example,supervisor blade602 might determine whether a combination of one or more of a packet's source IP address, source TCP port, destination IP address, and destination TCP port match any user-specified combinations of these addresses and ports. If the header information satisfies the specified criteria, then control passes to block654. Otherwise, control passes to block656.
Inblock654, the packet is sent to an AONS blade. For example,supervisor blade602 may direct the packet toAONS blade604.AONS blade604 may then perform more resource-intensive message level processing on an application layer message that is at least partially contained in the packet.
Alternatively, inblock656, the packet is forwarded on towards the packet's destination. For example,supervisor blade602 may route the packet toward the packet's next hop without sending the packet toAONS blade604. Message level processing is not performed on the packet.
3.5 AONS Examples
3.5.1 AONS General Overview
Application-Oriented Network Systems (AONS) is a technology foundation for building a class of products that embed intelligence into the network to better meet the needs of application deployment. AONS complements existing networking technologies by providing a greater degree of awareness of what information is flowing within the network and helping customers to integrate disparate applications by routing information to the appropriate destination, in the format expected by that destination; enforce policies for information access and exchange; optimize the flow of application traffic, both in terms of network bandwidth and processing overheads; provide increased manageability of information flow, including monitoring and metering of information flow for both business and infrastructure purposes; and provide enhanced business continuity by transparently backing up or re-routing critical business data.
AONS provides this enhanced support by understanding more about the content and context of information flow. As such, AONS works primarily at the message rather than at the packet level. Typically, AONS processing of information terminates a TCP connection to inspect the full message, including the “payload” as well as all headers. AONS also understands and assists with popular application-level protocols such as HTTP, FTP, SMTP and de facto standard middleware protocols.
AONS differs from middleware products running on general-purpose computing systems in that AONS' behavior is more akin to a network appliance, in its simplicity, total cost of ownership and performance. Furthermore, AONS integrates with network-layer support to provide a more holistic approach to information flow and management, mapping required features at the application layer into low-level networking features implemented by routers, switches, firewalls and other networking systems.
AONS provides a framework for broader functional support, a broader class of applications and a greater degree of control and management of application data.
3.5.2 AONS Terminology
An “application” is a software entity that performs a business function either running on servers or desktop systems. The application could be a packaged application, software running on application servers, a legacy application running on a mainframe, or custom or proprietary software developed in house to satisfy a business need or a script that performs some operation. These applications can communicate with other applications in the same department (departmental), across departments within a single enterprise (intra enterprise), across an enterprise and its partners (inter-enterprise or B2B) or an enterprise and its customers (consumers or B2C). AONS provides value added services for any of the above scenarios.
An “application message” is a message that is generated by an application to communicate with another application. The application message could specify the different business level steps that should be performed in handling this message and could be in any of the message formats described in the section below. In the rest of the document, unless otherwise specified explicitly, the term “message” also refers to an application message.
An “AONS node” is the primary AONS component within the AONS system (or network). As described later, the AONS node can take the shape of a client proxy, server proxy or an intermediate device that routes application messages. There may be multiple AONS nodes across the network performing different functions of which some may be federated.
Each application message, when received by the first AONS node, gets assigned an AONS message ID and is considered to be an “AONS message” until that message gets delivered to the destination AONS node. The concept of the AONS message exists within the AONS cloud. A single application message may map to more than one AONS message. This may be the case, for example, if the application message requires processing by more than one business function. For example, a “LoanRequest” message that is submitted by a requesting application and that needs to be processed by both a “CreditCheck” application and a “LoanProcessing” application would require processing by more than one business function. In this example, from the perspective of AONS, there are two AONS messages: The “LoanRequest” to the “CreditCheck” AONS message from the requesting application to the CreditCheck application; and the “LoanRequest” to the “LoanProcessing” AONS message from the CreditCheck application to the LoanProcessing Application.
In one embodiment, AONS messages are encapsulated in an AONP (AON Protocol) message that contains AONP headers, and are translated to a “canonical” format. AONP is a mechanism to enable federation between two or more AONS nodes. For example, a first AONS node may know that it is acting in conjunction with a second or other AONS node; thus the AONS nodes are “federated.” The first AONS node might have performed one or more actions, such as encryption, signing, authentication, etc., relative to a particular message. The first AONS node may indicate, in one or more AONP headers, the actions that the first AONS node performed. Upon receiving the AONP message, the second AONS node may determine from the AONP headers that the actions have been performed. As a result, the second AONS node may forego performing those actions, or perform other functions in an efficient and optimal way. Reliability, logging and security services are provided from an AONS message perspective.
The set of protocols or methods that applications typically use to communicate with each other are called “application access protocols” (or methods) from an AONS perspective. Applications can communicate to the AONS network (typically end point proxies: a client proxy and a server proxy) using any supported application access methods. Some examples of application access protocols include: IBM MQ Series, Java Message Service (JMS), TIBCO, Simple Object Access Protocol (SOAP) over Hypertext Transfer Protocol (HTTP)/HTTPS, Simple Mail Transfer Protocol (SMTP), File Transfer Protocol (FTP), Java Database Connectivity (JDBC), TCP, etc. Details about various access methods are explained in later sections of this document.
There are a wide variety of “message formats” that are used by applications. These message formats may range from custom or proprietary formats to industry-specific formats to standardized formats. Extensible Markup Language (XML) is gaining popularity as a universal language or message format for applications to communicate with each other. AONS supports a wide variety of these formats.
In addition, in one embodiment, AONS provides content translation services from one format to another based on the needs of applications. A typical deployment might involve a first AONS node that receives an application message (the client proxy) translating the message to a “canonical” format, which is carried as an AONS message through the AONS network. The server proxy might translate the message from the “canonical” format to the format understood by the receiving application before delivering the message. However, proxies are not required. For understanding some of the non-industry standard formats, a message dictionary may be used.
A node that performs the gateway functionality between multiple application access methods or protocols is called a “protocol gateway.” An example of this would be a node that receives an application message through File Transfer Protocol (FTP) and sends the same message to another application as a HTTP post. In AONS, the client and server proxies are typically expected to perform the protocol gateway functionality.
If an application generates a message in Electronic Data Interchange (EDI) format and if the receiving application expects the message to be in an XML format, then the message format needs to be translated but the content of the message needs to be kept intact through the translation. In AONS, the end point proxies typically perform this “message format translation” functionality.
In some cases, AONS may filter, modify, combine, split a message content into multiple messages or a single message.
In some cases, even though the sending and receiving application use the same message format, the content needs to be translated for the receiving application. For example, if a United States-resident application is communicating with a United Kingdom-resident application, then the date format in the messages between the two applications might need to be translated (from mm/dd/yyyy to dd/mm/yyyy) even if the applications use the same data representation (or message format). This translation is called “content translation.”
3.5.3 AONS Functional Overview
As defined previously, AONS can be defined as network-based intelligent intermediary systems that efficiently and effectively integrate business and application needs with more flexible and responsive network services.
In particular, AONS can be understood through the following characteristics:
AONS operates at a higher layer (layers 5-6) than traditional network element products (layers 2-4). AONS uses message-level inspection as a complement to packet-level inspection—by understanding application messages, AONS adds value to multiple network element products, such as switches, firewalls, content caching systems and load balancers, on the “message exchange route.” AONS provides increased flexibility and granularity of network responsiveness in terms of security, reliability, traffic optimization (compression, caching), visibility (business events and network events) and transformation (e.g., from XML to EDI).
AONS is a comprehensive technology platform, not just a point solution. AONS can be implemented through distributed intelligent intermediary systems that sit between applications, middleware, and databases in a distributed intra- and inter-enterprise environment (routing messages, performing transformations, etc.). AONS provides a flexible framework for end user configuration of business flows and policies and partner-driven extensibility of AONS services.
AONS is especially well suited for network-based deployment. AONS is network-based rather than general-purpose server-based. AONS is hybrid software-based and hardware-based (i.e., application-specific integrated circuit (ASIC)/field programmable gate array (FPGA)-based acceleration). AONS uses out-of-band or in-line processing of traffic, as determined by policy. AONS is deployed in standalone products (network appliances) as well as embedded products (service blades for multiple switching, routing, and storage platforms).
3.5.4 AONS System Overview
This section outlines the system overview of an example AONS system.FIG. 7 is a diagram700 that illustrates the various components involved in anexample AONS network702 according to one embodiment of the invention. The roles performed by each of the nodes are mentioned in detail in subsequent sections.
WithinAONS network702, key building blocks include AONS Endpoint Proxies (AEPs)704-710, which are located at the edge of the AONS network and serve as the entry and exit points, and an AONS Router (AR), which is located within the AONS network. Visibility into application intent may begin withinAEP704 placed at the edge of a logical AONS “cloud.” As a particular client application ofclient applications714A-N attempts to send a message across the network to a particular server application destination of server applications716A-N and718A-N, the particular client application will first interact withAEP704.
AEP704 serves as either a transparent or explicit messaging gateway which aggregates network packets into application messages and infers the message-level intent by examining the header and payload of a given message, relating the message to the appropriate context, optionally applying appropriate policies (e.g. message encryption, transformation, etc.) and then routing the message towards the message's application destination via a network switch.
AONS Router (AR)712 may intercept the message en route to the message's destination endpoint. Based upon message header contents,AR712 may determine that a new route would better serve the needs of a given application system.AR712 may make this determination based upon enterprise-level policy, taking into account current network conditions. As the message nears its destination, the message may encounterAEP706, which may perform a final set of operations (e.g. message decryption, acknowledgement of delivery) prior to the message's arrival. In one embodiment, each message is only parsed once: when the message first enters the AONS cloud. It is the first AEP that a message traverses that is responsible for preparing a message for optimal handling within the underlying network.
AEPs704-708 can further be classified into AEP Client Proxies and AEP Server Proxies to explicitly highlight roles and operations performed by the AEP on behalf of the specific end point applications.
A typical message flow involves aparticular client application714A submitting a message to the AEP Client Proxy (CP)704 through one of the various access protocols supported by AONS. On receiving this message,AEP CP704 assigns an AONS message id to the message, encapsulates the message with an AONP header, and performs any necessary operations related to the AONS network (e.g. security and reliability services). Also, if necessary, the message is converted to a “canonical” format byAEP CP704. The message is carried over a TCP connection toAR710 along the path to thedestination application718A. The AONS routers or switches along the path perform the infrastructure services necessary for the message and can change the routing based on the policies configured by the customer. The message is received at the destination AEP Server Proxy (SP)706.AEP SP706 performs necessary security and reliability functions and translates the message to the format that is understood by the receiving application, if necessary.AEP SP706 then sends the message to receivingapplication718A using any of the access protocols thatapplication718A and AONS support. A detailed message flow throughAONS network702 is described in later sections.
The message processing described herein may be performed with respect to the content of different kinds of messages that an AONS node may encounter. AONS nodes may process request messages, response messages, messages that called out from an AONS node or that are brought into an AONS node, or exception messages; AONS nodes may process contents of messages beyond those or the type that are sent between client and server applications. For example, in response to intercepting a message from a client application, an AONS node may generate and send another message to a database server. The AONS may subsequently receive yet another message from the database server. The AONS node may perform message processing in the manner described herein on any of the messages mentioned above, not just on the messages from the client.
An AONS node may perform specified actions in response to determining that the delivery of a message will cause a failure. For example, an AONS node may determine that a message is larger than the maximum size that can be accepted by a server application for which the message is destined. In response, the AONS node may prevent the message from being forwarded to the server application. Instead, the AONS node may log the message for later inspection by an administrator. For another example, in response to determining that a message contains a virus or other malignant content, an AONS node may “inoculate” the message (e.g., by encrypting and/or compressing the message content), and then store the “inoculated” message in a log for later inspection by an administrator.
3.5.5 AONS System Elements
This section outlines the different concepts that are used from an AONS perspective.
An “AEP Client Proxy” is an AONS node that performs the services necessary for applications on the sending side of a message (a client). In the rest of this document, an endpoint proxy also refers to a client or server proxy. Although AONS nodes may fulfill the roles of proxies, they are typically not designated as such; “AEP proxy” is a term used to define a role. The typical responsibilities of the client proxy in processing a message are: message pre-classification & early rejection, protocol management, message identity management, message encapsulation in an AONP header, end point origination for reliable delivery, security end point service origination (encryption, digital signature, authentication), flow selection & execution/infrastructure services (logging, compression, content transformation, etc.), routing—next hop AONS node or destination, AONS node and route discovery/advertising role and routes, and end point origination for the reliable delivery mechanism (guaranteed delivery router).
Not all functionalities described above need to be performed for each message. The functionalities performed on the message are controlled by the policies configured for the AONS node.
An “AEP Server Proxy” is an AONS node that performs the services necessary for applications on the receiving side of a message (a server). In the rest of the document, a Server Proxy may also be referred as an end point proxy. The typical responsibilities of the Server Proxy in processing a message are: protocol management, end point termination for reliable delivery, security end point service termination (decryption, verification of digital signature, etc.), flow selection & execution/infrastructure services (logging, compression, content translation, etc.), message de-encapsulation in AONP header, acknowledgement to sending AONS node, application routing/request message delivery to destination, response message correlation, and routing to entry AONS node.
Note that not all the functionalities listed above need to be performed for each message. The functionalities performed on the message are controlled by the policies configured for the AONS node and what the message header indicates.
An “AONS Router” is an AONS node that provides message-forwarding functionalities along with additional infrastructure services within an AONS network. An AONS Router communicates with Client Proxies, Server Proxies and other AONS Routers. An AONS Router may provide service without parsing a message; an AONS Router may rely on an AONP message header and the policies configured in the AONS network instead of parsing messages. An AONS Router provides the following functionalities: scalability in the AONS network in terms of the number of TCP connections needed; message routing based on message destination, policies configured in the AONS cloud, a route specified in the message, and/or content of the message; a load at the intended destination—re-routing if needed; availability of the destination—re-routing if needed; cost of transmission (selection among multiple service providers); and infrastructure services such as sending to a logging facility, sending to a storage area network (SAN) for backup purposes, and interfacing to a cache engine for cacheable messages (like catalogs).
AONS Routers do not need to understand any of the application access protocols and, in one embodiment, deal only with messages encapsulated with an AONP header.
Application-Oriented Networking Protocol (AONP) is a protocol used for communication between the nodes in an AONS network. In one embodiment, each AONS message carries an AONP header that conveys the destination of the message and additional information for processing the message in subsequent nodes. AONP also addresses policy exchange (static or dynamic), fail-over among nodes, load balancing among AONS nodes, and exchange of routing information. AONP also enables application-oriented message processing in multiple network elements (like firewalls, cache engines and routers/switches). AONP supports both a fixed header and a variable header (formed using type-length-value (TLV) fields) to support efficient processing in intermediate nodes as well as flexibility for additional services.
Unless explicitly specified otherwise, “router” or “switch” refers herein to atypical Layer 3 orLayer 2 switch or a router that is currently commercially available.
3.5.6 AONS Example Features
In one embodiment, an underlying “AONS foundation platform of subsystem services” (AOS) provides a range of general-purpose services including support for security, compression, caching, reliability, policy management and other services. On top of this platform, AONS then offers a range of discreet functional components that can be wired together to provide the overall processing of incoming data traffic. These “bladelets™” are targeted at effecting individual services in the context of the specific policy or action demanded by the application or the information technology (IT) manager. A series of access method adaptors ensure support for a range of ingress and egress formats. Finally, a set of user-oriented tools enable managers to appropriately view, configure and set policies for the AONS solution. These four categories of functions combine to provide a range of end-customer capabilities including enhanced security, infrastructure optimization, business continuity, application integration and operational visibility.
The enhanced visibility and enhanced responsiveness enabled by AONS solutions provides a number of intelligent, application-oriented network services. These intelligent services can be summarized in four primary categories:
Enhanced security and reliability: enabling reliable message delivery and providing message-level security in addition to existing network-level security.
Infrastructure optimization: making more efficient use of network resources by taking advantage of caching and compression at the message level as well as by integrating application and network quality-of-service (QoS).
Business and infrastructure activity monitoring and management: by reading information contained in the application layer message, AONS can log, audit, and manage application-level business events, and combine these with network, server, and storage infrastructure events in a common, policy-driven management environment.
Content-based routing and transformation: message-based routing and transformation of protocol, content, data, and message formats (e.g., XML transformation). The individual features belonging to each of these primary categories are described in greater detail below.
3.5.6.1 Enhanced Security and Reliability
Authentication: AONS can verify the identity of the sender of an inbound message based upon various pieces of information contained within a given message (username/password, digital certificate, Security Assertion Markup Language (SAML) assertion, etc.), and, based upon these credentials, determine whether or not the message should be processed further.
Authorization: Once principal credentials are obtained via message inspection, AONS can determine what level of access the originator of the message should have to the services it is attempting to invoke. AONS may also make routing decisions based upon such derived privileges or block or mask certain data elements within a message once it's within an AONS network as appropriate.
Encryption/Decryption: Based upon policy, AONS can perform encryption of message elements (an entire message, the message body or individual elements such as credit card number) to maintain end-to-end confidentiality as a message travels through the AONS network. Conversely, AONS can perform decryption of these elements prior to arrival at a given endpoint.
Digital Signatures: In order to ensure message integrity and allow for non-repudiation of message transactions, AONS can digitally sign entire messages or individual message elements at any given AEP. The decision as to what gets signed will be determined by policy as applied to information derived from the contents and context of each message.
Reliability: AONS can complement existing guaranteed messaging systems by intermediating between unlike proprietary mechanisms. It can also provide reliability for HTTP-based applications (including web services) that currently lack reliable delivery. As an additional feature, AONS can generate confirmations of successful message delivery as well as automatically generate exception responses when delivery cannot be confirmed.
3.5.6.2 Infrastructure Optimization
Compression and stream-based data extraction: AEPs can compress message data prior to sending the message data across the network in order to conserve bandwidth and conversely decompress it prior to endpoint delivery. AEPs can also extract data to perform message classification without waiting for the whole message to be read in.
Caching: AONS can cache the results of previous message inquires based upon the rules defined for a type of request or based upon indicators set in the response. Caching can be performed for entire messages or for certain elements of a message in order to reduce application response time and conserve network bandwidth utilization. Message element caching enables delta processing for subsequent message requests.
TCP Connection Pooling: By serving as an intermediary between message clients and servers AONS can consolidate the total number of persistent connections required between applications. AONS thereby reduces the client and server-processing load otherwise associated with the ongoing initiation and teardown of connections between a mesh of endpoints.
Batching: An AONS intermediary can batch transactional messages destined for multiple destinations to reduce disk I/O overheads on the sending system. Similarly, transactional messages from multiple sources can be batched to reduce disk I/O overheads on the receiving system.
Hardware Acceleration: By efficiently performing compute-intensive functions such as encryption and Extensible Stylesheet Language Transformation (XSLT) transformations in an AONS network device using specialized hardware, AONS can offload the computing resources of endpoint servers, providing potentially lower-cost processing capability.
Quality of Service: AONS can integrate application-level QoS with network-level QoS features based on either explicit message prioritization (e.g., a message tagged as “high priority”) or via policy that determines when a higher quality of network service is required for a message as specific message content is detected.
Policy Enforcement: At the heart of optimizing the overall AONS solution is the ability to ensure business-level polices are expressed, implemented and enforced by the infrastructure. The AONS Policy Manager ensures that once messages are inspected, the appropriate actions (encryption, compression, routing, etc.) are taken against that message as appropriate.
3.5.6.3 Activity Monitoring and Management
Auditing/Logging/Metering: AONS can selectively filter messages and send them to a node or console for aggregation and subsequent analysis. Tools enable viewing and analysis of message traffic. AONS can also generate automatic responses to significant real-time events, both business and infrastructure-related. By intelligently gathering statistics and sending them to be logged, AONS can produce metering data for auditing or billing purposes.
Management: AONS can combine both message-level and network infrastructure level events to gain a deeper understanding of overall system health. The AONS management interface itself is available as a web service for those who wish to access it programmatically.
Testing and Validation: AONS' ability to intercept message traffic can be used to validate messages before allowing them to reach destination applications. In addition to protecting from possible application or server failures, this capability can be leveraged to test new web services and other functions by examining actual message flow from clients and servers prior to production deployment. AONS also provides a “debug mode” that can be turned on automatically after a suspected failure or manually after a notification to assist with the overall management of the device.
Workload Balancing and Failover: AONS provides an approach to workload balancing and failover that is both policy- and content-driven. For example, given an AONS node's capability to intermediate between heterogeneous systems, the AONS node can balance between unlike systems that provide access to common information as requested by the contents of a message. AONS can also address the issue of message affinity necessary to ensure failover at the message rather than just the session level as is done by most existing solutions. Balancing can also take into account the response time for getting a message reply, routing to an alternate destination if the preferred target is temporarily slow to respond.
Business Continuity: By providing the ability to replicate inbound messages to a remote destination, AONS enables customers to quickly recover from system outages. AONS can also detect failed message delivery and automatically re-route to alternate endpoints. AONS AEPs and ARs themselves have built-in redundancy and failover at the component level and can be clustered to ensure high availability.
3.5.6.4 Content-Based Routing and Transformation
Content-based Routing: Based upon its ability to inspect and understand the content and context of a message, AONS provides the capability to route messages to an appropriate destination by matching content elements against pre-established policy configurations. This capability allows AONS to provide a common interface (service virtualization) for messages handled by different applications, with AONS examining message type or fields in the content (part number, account type, employee location, customer zip code, etc.) to route the message to the appropriate application. This capability also allows AONS to send a message to multiple destinations (based on either statically defined or dynamic subscriptions to message types or information topics), with optimal fan-out through AONS routers. This capability further allows AONS to redirect all messages previously sent to an application so that it can be processed by a new application. This capability additionally allows AONS to route a message for a pre-processing step that is deemed to be required before receipt of a message (for example, introducing a management pre-approval step for all travel requests). This capability also allows AONS to route a copy of a message that exceeds certain criteria (e.g. value of order) to an auditing system, as well as forwarding the message to the intended destination. This capability further allows AONS to route a message to a particular server for workload or failover reasons. This capability also allows AONS to route a message to a particular server based on previous routing decisions (e.g., routing a query request based on which server handled for the original order). This capability additionally allows AONS to route based on the source of a message. This capability also allows AONS to route a message through a sequence of steps defined by a source or previous intermediary.
Message Protocol Gateway: AONS can act as a gateway between applications using different transport protocols. AONS supports open standard protocols (e.g. HTTP, FTP, SMTP), as well as popular or de facto standard proprietary protocols such as IBM MQ and JMS.
Message Transformations: AONS can transform the contents of a message to make them appropriate for a particular receiving application. This can be done for both XML and non-XML messages, the latter via the assistance of either a message dictionary definition or a well-defined industry standard format.
3.5.7 AONS Functional Modules
FIG. 8 is a block diagram that depicts functional modules within an example AONS node.AONS node800 comprises AOS configuration andmanagement module802, flows/rules804, AOScommon services806, AOSmessage execution controller808, AOSprotocol access methods810, and AOS platform-specific “glue”812.AONS node800 interfaces with Internetworking Operating System (IOS)814 andLinux Operating System816. Flows/rules804 comprise bladelets818,scriptlets™820, andscriptlet™ container822.
In one embodiment, AOScommon services806 include: security services, standard compression services, delta compression services, caching service, message logging service, policy management service, reliable messaging service, publish/subscribe service, activity monitoring service, message distribution service, XML parsing service, XSLT transformation service, and QoS management service.
In one embodiment, AOS protocol/access methods810 include: TCP/SSL, HTTP/HTTPS, SOAP/HTTP, SMTP, FTP, JMS/MQ and JMS/RV, and Java Database Connectivity (JDBC).
In one embodiment, AOSmessage execution controller808 includes: an execution controller, a flow subsystem, and a bladelet™ subsystem.
In one embodiment, AOS bladelets818 andscriptlets™820 include: message input (read message), message output (send message), logging/audit, decision, external data access, XML parsing, XML transformation, caching, scriptlet container, publish, subscribe, message validation (schema, format, etc.), filtering/masking, signing, authentication, authorization, encryption, decryption, activity monitoring sourcing, activity monitoring marking, activity monitoring processing, activity monitoring notification, message discard, firewall block, firewall unblock, message intercept, and message stop-intercept.
In one embodiment, AOS configuration andmanagement module802 includes: configuration, monitoring, topology management, capability exchange, failover redundancy, reliability/availability/serviceability (RAS) services (tracing, debugging, etc.), archiving, installation, upgrades, licensing, sample scriptlets™, sample flows, documentation, online help, and language localization.
In one embodiment, supported platforms include: Cisco Catalyst6503, Cisco Catalyst6505, Cisco Catalyst6509, and Cisco Catalyst6513. These products are typically deployed in data centers. Other products, such as “branch office routers” (e.g., the Cisco Volant router series) and “edge routers” are also supported. In one embodiment, supported supervisor modules include: Sup2 and Sup720. In one embodiment, specific functional areas relating to the platform include: optimized TCP, SSL, public key infrastructure (PM), encryption/decryption, interface to Cat6K supervisor, failover/redundancy, image management, and QoS functionality. Although some embodiments of the invention are described herein with reference to PMI keys, embodiments of the invention are not limited to PMI keys. Other keys and/or tokens, such as Kerberos tokens and/or PGP tokens, may be used in conjunction with embodiments of the invention.
In one embodiment, cryptographic key distribution and processing is controlled by user-specified policies that are stored, with the keys, at a central console called an AMC. The policies may state, for example, that different kinds of keys are to be used to encrypt/decrypt/sign different kinds of data traffic. Keys may be associated with policies. The AMC may automatically distribute the key-to-policy associations to user-specified AONS nodes.
3.5.8 AONS Modes of Operation
AONS may be configured to run in multiple modes depending on application integration needs, and deployment scenarios. According to one embodiment, the primary modes of operation include implicit mode, explicit mode, and proxy mode. In implicit mode, an AONS node transparently intercepts relevant traffic with no changes to applications. In explicit mode, applications explicitly address traffic to an intermediary AONS node. In proxy mode, applications are configured to work in conjunction with AONS nodes, but applications do not explicitly address traffic to AONS nodes.
In implicit mode, applications are unaware of AONS presence. Messages are addressed to receiving applications. Messages are redirected to AONS via configuration of application “proxy” or middleware systems to route messages to AONS, and/or via configuration of networks (packet interception). For example, domain name server (DNS)-based redirection could be used to route messages. For another example, a 5-tuple-based access control list (ACL) on a switch or router could be used. Network-based application recognition and content switching modules may be configured for URL/URI redirection. Message-based inspection may be used to determine message types and classifications. In implicit mode, applications communicate with each other using AONS as an intermediary (implicitly), using application-native protocols.
Traffic redirection, message classification, and “early rejection” (sending traffic out of AONS layers prior to complete processing within AONS layers) may be accomplished via a variety of mechanisms, such as those depicted inFIG. 9.FIG. 9 shows multiple tiers of filtering that may be performed on message traffic in order to produce only a select set of traffic that will be processed at the AONS layer. Traffic that is not processed at the AONS layer may be treated as any other traffic.
At the lowest layer,layer902, all traffic passes through. At the next highest layer,layer904, traffic may be filtered based on 5-tuples. A supervisor blade or a network operating system such as Internetwork Operating System (IOS) may perform such filtering. Traffic that passes the filters atlayer904 passes to layer906. Atlayer906, traffic may be further filtered based on network-based application recognition-like filtering and/or message classification and rejection. Traffic that passes the filters atlayer906 passes to layer908. Atlayer908, traffic may be further filtered based on protocol headers. For example, traffic may be filtered based on URLs/URIs in the traffic. Traffic that passes the filters atlayer908 passes to layer910. Atlayer910, traffic may be processed based on application layer messages, include headers and contents. For example, XPath content identification technology within messages may be used to process traffic atlayer910. An AONS blade may perform processing atlayer910. Thus, a select subset of all network traffic may be provided to an AONS blade.
In explicit mode, applications are aware of AONS presence. Messages are explicitly addressed to AONS nodes. Applications may communicate with AONS using AONP. AONS may perform service virtualization and destination selection.
In proxy mode, applications are explicitly unaware of AONS presence. Messages are addressed to their ultimate destinations (i.e., applications). However, client applications are configured to direct traffic via a proxy mode.
3.5.9 AONS Message Routing
Components of message management in AONS may be viewed from two perspectives: a node view and a cloud view.
FIG. 10 is a diagram that illustrates the path of a message within an AONS cloud1010 according to a cloud view. A client application1004 sends a message to an AONS Client Proxy (CP)1006. If AONS CP1006 is not present, then client application1004 may send the message to an AONS Server Proxy (SP)1008. The message is processed at AONS CP1006. AONS CP1006 transforms the message into AONP format if the message is entering AONS cloud1010.
Within AONS cloud1010, the message is routed using AONP. Thus, using AONP, the message may be routed from AONS CP1006 to anAONS router1012, or from AONS CP1006 to AONS SP1008, or fromAONS router1012 to another AONS router, or fromAONS router1012 to AONS SP1008. Messages processed at AONS nodes are processed in AONP format.
When the message reaches AONS SP1008, AONS SP1008 transforms the message into the message format used by server application1014. AONS SP1008 routes the message to server application1014 using the message protocol of server application1014. Alternatively, if AONS SP1008 is not present, AONS CP1006 may route the message to server application1014.
The details of the message processing within AONS cloud1010 can be understood via the following perspectives: Request/Response Message Flow, One-Way Message Flow, Message Flow with Reliable Delivery, Node-to-Node Communication, and multicast publish-subscribe.
FIG. 11A andFIG. 11B are diagrams that illustrate a request/response message flow. Referring toFIG. 11A, atcircumscribed numeral1, a sendingapplication1102 sends a message towards a receivingapplication1104. At circumscribednumeral2, anAEP CP1106 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral3,AEP CP1106 sends the AONP message to anAONS router1108. At circumscribednumeral4,AONS router1108 receives the AONP message. At circumscribednumeral5,AONS router1108 sends the AONP message to anAEP SP1110. At circumscribednumeral6,AEP SP1110 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral7,AEP SP1110 sends the message to receivingapplication1104.
Referring toFIG. 11B, atcircumscribed numeral8, receivingapplication1104 sends a response message toward sendingapplication1102. At circumscribednumeral9,AEP SP1110 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral10,AEP SP1110 sends the AONP message toAONS router1108. At circumscribednumeral11,AONS router1108 receives the AONP message. At circumscribednumeral12,AONS router1108 sends the AONP message toAEP CP1106. At circumscribednumeral13,AEP CP1106 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral14,AEP CP1106 sends the message to sendingapplication1102. Thus, a request is routed from sendingapplication1102 to receivingapplication1104, and a response is routed from receivingapplication1104 to sendingapplication1102.
FIG. 12A andFIG. 12B are diagrams that illustrate alternative request/response message flows.FIG. 12A shows three possible routes that a message might take from a sendingapplication1202 to areceiving application1204. According to a first route, sendingapplication1202 sends the message toward receivingapplication1204, but anAEP CP1206 intercepts the message and sends the message to receivingapplication1204. According to a second route, sendingapplication1202 sends the message toward receivingapplication1204, butAEP CP1206 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to anAEP SP1208, which decapsulates the message from the AONP message and sends the message to receivingapplication1204. According to a third route, sendingapplication1202 sends the message toward receivingapplication1204, butAEP SP1208 intercepts the message and sends the message to receivingapplication1204.
FIG. 12B shows three possible routes that a response message might take from receivingapplication1204 to sendingapplication1202. According to a first route, receivingapplication1204 sends the message toward sendingapplication1202, butAEP CP1206 intercepts the message and sends the message to sendingapplication1204. According to a second route, receivingapplication1204 sends the message toward sendingapplication1202, butAEP SP1208 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message toAEP CP1206, which decapsulates the message from the AONP message and sends the message to sendingapplication1202. According to a third route, receivingapplication1204 sends the message toward sendingapplication1202, butAEP SP1208 intercepts the message and sends the message to sendingapplication1202.
FIG. 13 is a diagram that illustrates a one-way message flow. At circumscribednumeral1, a sendingapplication1302 sends a message towards a receivingapplication1304. At circumscribednumeral2, anAEP CP1306 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral3,AEP CP1306 sends an ACK (acknowledgement) back to sendingapplication1302. At circumscribednumeral4,AEP CP1306 sends the AONP message to anAONS router1308. At circumscribednumeral5,AONS router1308 receives the AONP message. At circumscribednumeral6,AONS router1308 sends the AONP message to anAEP SP1310. At circumscribednumeral7,AEP SP1310 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral8,AEP SP1310 sends the message to receivingapplication1304.
FIG. 14 is a diagram that illustrates alternative one-way message flows.FIG. 14 shows three possible routes that a message might take from a sendingapplication1402 to areceiving application1404. According to a first route, sendingapplication1402 sends the message toward receivingapplication1404, but anAEP CP1406 intercepts the message and sends the message to receivingapplication1404.AEP CP1406 sends an ACK (acknowledgement) to sendingapplication1402. According to a second route, sendingapplication1402 sends the message toward receivingapplication1404, butAEP CP1406 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to anAEP SP1408, which decapsulates the message from the AONP message and sends the message to receivingapplication1404. Again,AEP CP1406 sends an ACK to sendingapplication1402. According to a third route, sendingapplication1402 sends the message toward receivingapplication1404, butAEP SP1408 intercepts the message and sends the message to receivingapplication1404. In this case,AEP SP1408 sends an ACK to sendingapplication1402. Thus, when an AEP intercepts a message, the intercepting AEP sends an ACK to the sending application.
According to one embodiment, AONP is used in node-to-node communication with the next hop. In one embodiment, AONP uses HTTP. AONP headers may include HTTP or TCP headers. AONP may indicate RM ACK, QoS level, message priority, and message context (connection, message sequence numbers, message context identifier, entry node information, etc.). The actual message payload is in the message body. Asynchronous messaging may be used between AONS nodes. AONS may conduct route and node discovery via static configuration (next hop) and/or via dynamic discovery and route advertising (“lazy” discovery).
FIG. 15A andFIG. 15B are diagrams that illustrate a request/response message flow with reliable message delivery. Referring toFIG. 15A, atcircumscribed numeral1, a sendingapplication1502 sends a message towards a receivingapplication1504. At circumscribednumeral2, anAEP CP1506 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral3,AEP CP1506 saves the message to adata store1512. Thus, if there are any problems with sending the message,AEP CP1506 can resend the copy of the message that is stored indata store1512.
At circumscribednumeral4,AEP CP1506 sends the AONP message to anAONS router1508. At circumscribednumeral5,AONS router1508 receives the AONP message. At circumscribednumeral6,AONS router1508 sends the AONP message to anAEP SP1510. At circumscribednumeral7,AEP SP1510 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral8,AEP SP1510 sends the message to receivingapplication1504.
At circumscribednumeral9,AEP SP1510 sends a reliable messaging (RM) acknowledgement (ACK) toAONS router1508. At circumscribednumeral10,AONS router1508 receives the RM ACK and sends the RM ACK toAEP CP1506. At circumscribednumeral11,AEP CP1506 receives the RM ACK and, in response, deletes the copy of the message that is stored indata store1512. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message indata store1512. Alternatively, ifAEP CP1506 does not receive the RM ACK within a specified period of time, thenAEP CP1506 resends the message.
Referring toFIG. 15B, at circumscribednumeral12, receivingapplication1504 sends a response message toward sendingapplication1502. At circumscribednumeral13,AEP SP1510 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral14,AEP SP1510 sends the AONP message toAONS router1508. At circumscribednumeral15,AONS router1508 receives the AONP message. At circumscribednumeral16,AONS router1508 sends the AONP message toAEP CP1506. At circumscribednumeral17,AEP CP1506 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral18,AEP CP1506 sends the message to sendingapplication1502.
FIG. 16 is a diagram that illustrates a one-way message flow with reliable message delivery. At circumscribednumeral1, a sendingapplication1602 sends a message towards a receivingapplication1604. At circumscribednumeral2, anAEP CP1606 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribednumeral3,AEP CP1606 saves the message to adata store1612. Thus, if there are any problems with sending the message,AEP CP1606 can resend the copy of the message that is stored indata store1612. At circumscribednumeral4,AEP CP1606 sends an ACK (acknowledgement) back to sendingapplication1602. At circumscribednumeral5,AEP CP1606 sends the AONP message to anAONS router1608. At circumscribednumeral6,AONS router1608 receives the AONP message. At circumscribednumeral7,AONS router1608 sends the AONP message to anAEP SP1610. At circumscribednumeral8,AEP SP1610 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribednumeral9,AEP SP1610 sends the message to receivingapplication1604.
At circumscribednumeral10,AEP SP1610 sends a reliable messaging (RM) acknowledgement (ACK) toAONS router1608. At circumscribednumeral11,AONS router1608 receives the RM ACK and sends the RM ACK toAEP CP1606. At circumscribednumeral12,AEP CP1606 receives the RM ACK and, in response, deletes the copy of the message that is stored indata store1612. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message indata store1612. Alternatively, ifAEP CP1606 does not receive the RM ACK within a specified period of time, thenAEP CP1606 resends the message. If the resend is not successful within a timeout period, a “delivery-failure” notification message will be send to the original sending application.
FIG. 17 is a diagram that illustrates synchronous request and response messages. At circumscribednumeral1, anAONS node1704 receives, from aclient1702, a request message, in either implicit or explicit mode. At circumscribednumeral2,AONS node1704 reads the message, selects and executes a flow, and adds an AONP header to the message. At circumscribednumeral3,AONS node1704 sends the message to a next hop node,AONS node1706. At circumscribednumeral4,AONS node1706 reads the message, selects and executes a flow, and removes the AONP header from the message, formatting the message according to the message format expected by aserver1708. At circumscribednumeral5,AONS node1706 sends the message to the message's destination,server1708.
At circumscribednumeral6,AONS node1706 receives a response message fromserver1708 on the same connection on whichAONS node1706 sent the request message. At circumscribednumeral7,AONS node1706 reads the message, correlates the message with the request message, executes a flow, and adds an AONP header to the message. At circumscribednumeral8,AONS node1706 sends the message toAONS node1704. At circumscribednumeral9,AONS node1704 reads the message, correlates the message with the request message, executes a flow, and removes the AONP header from the message, formatting the message according to the message format expected byclient1702. At circumscribednumeral10,AONS node1704 sends the message toclient1702 on the same connection on whichclient1702 sent the request message toAONS node1704.
FIG. 18 is a diagram that illustrates a sample one-way end-to-end message flow. At circumscribednumeral1, anAONS node1804 receives, from aclient1802, a request message, in either implicit or explicit mode. At circumscribednumeral2,AONS node1804 reads the message, selects and executes a flow, and adds an AONP header to the message. At circumscribednumeral3,AONS node1804 sends an acknowledgement toclient1802. At circumscribednumeral4,AONS node1804 sends the message to a next hop node,AONS node1806. At circumscribednumeral5,AONS node1806 reads the message, selects and executes a flow, and removes the AONP header from the message, formatting the message according to the message format expected by aserver1808. At circumscribednumeral6,AONS node1806 sends the message to the message's destination,server1808.
According to the node view, the message lifecycle within an AONS node, involves ingress/egress processing, message processing, message execution control, and flow execution.
FIG. 19 is a diagram that illustrates message-processing modules within anAONS node1900.AONS node1900 comprises an AONS message execution controller (AMEC)framework1902, apolicy management subsystem1904, an AONS messageprocessing infrastructure subsystem1906, and anAOSS1908.AMEC framework1902 comprises aflow management subsystem1910, a bladelet™ execution subsystem1912, and amessage execution controller1914.Policy management subsystem1904 communicates withflow management subsystem1910.AOSS1908 communicates with bladelet™ execution subsystem1912 and AONS messageprocessing infrastructure subsystem1906. AONS messageprocessing infrastructure subsystem1906 communicates withmessage execution controller1914.Flow management subsystem1910, bladelet™ execution subsystem, andmessage execution controller1914 all communicate with each other.
FIG. 20 is a diagram that illustrates message processing withinAONS node1900.AMEC framework1902 is an event-based multi-threaded mechanism to maximize throughput while minimizing latency for messages in the AONS node. According to one embodiment, received packets are re-directed, TCP termination is performed, SSL termination is performed if needed,Layer 5 protocol adapter and access method processing is performed (using access methods such as HTTP, SMTP, FTP, JMS/MQ, JMS/RV, JDBC, etc.), AONS messages (normalized message format for internal AONS processing) are formed, messages are queued, messages are dequeued based on processing thread availability, a flow (or rule) is selected, the selected flow is executed, the message is forwarded to the message's destination, and for request/response-based semantics, responses are handled via connection/session state maintained withinAMEC framework1902.
In one embodiment, executing the flow comprises executing each step (i.e., bladelet™/action) of the flow. If a bladelet™ is to be run within a separate context, thenAMEC framework1902 may enqueue into bladelet™-specific queues, and, based on thread availability, dequeue appropriate bladelet™ states from each bladelet™ queue.
3.5.10 Flows, Bladelets™, and Scriptlets™
According to one embodiment, flows string together bladelets™ (i.e., actions) to customize message processing logic. Scriptlets™ provide a mechanism for customers and partners to customize or extend native AONS functionality. Some bladelets™ and services may be provided with an AONS node.
3.5.11 AONS Services
As mentioned in the previous section, a set of core services may be provided by AONS to form the underlying foundation of value-added functionality that can be delivered via an AONS node. In one embodiment, these include: Security Services, Standard Compression Services, Delta Compression Services, Caching Service, Message Logging Service, Policy Management Service (Policy Manager), Reliable Messaging Service, Publish/Subscribe Service, Activity Monitoring Service, Message Distribution Service, XML Parsing Service, XSLT Transformation Service, and QoS Management Service. In one embodiment, each AONS core service is implemented within the context of a service framework.
3.5.12 AONS Configuration and Management
In one embodiment, an AONS node is provisioned and configured for a class of application messages, where it enforces the policies that are declaratively defined on behalf-of the application end-points, business-domains, security-domains, administrative domains, and network-domains. Furthermore, the AONS node promotes flexible composition and customization of different product functional features by means of configurability and extensibility of different software and hardware sub-systems for a given deployment scenario. Due to the application and network embodiments of the AONS functionality, the AONS architecture framework should effectively and uniformly address different aspects of configurability, manageability, and monitorability of the various system components and their environments.
The AONS Configuration and Management framework is based upon five functional areas (“FCAPS”) for network management as recommended by the ISO network management forum. The functional areas include fault management, configuration management, accounting management, performance management, and security management. Fault management is the process of discovering, isolating, and fixing the problems or faults in the AONS nodes. Configuration management is the process of finding and setting up the AONS nodes. Accounting management involves tracking usage and utilization of AONS resources to facilitate their proper usage. Performance management is the process of measuring the performance of the AONS system components and the overall system. Security management controls access to information on the AONS system. Much of the above functionality is handled via proper instrumentation, programming interfaces, and tools as part of the overall AONS solution.
FIG. 21,FIG. 22, andFIG. 23 are diagrams that illustrate entities within an AONS configuration and management framework. An AONS management console (AMC) is the centralized hub for configuration and management of AONS policies, flows, scriptlets™ and other manageable entities. Configurable data is pushed to the AMC from an AONS design studio (flow tool) and the AONS admin may then provision this data to the production deployment. A promotion process is also provided to test and validate changes via a development to staging/certification to production rollout process. An AONS management agent (AMA) resides on individual AONS blades and provides the local control and dispatch capabilities for AONS. The AMA interacts with the AMC to get updates. The AMA takes appropriate actions to implement changes. The AMA is also used for collecting monitoring data to report to third party consoles.
3.5.13 AONS Monitoring
In one embodiment, AONS is instrumented to support well-defined events for appropriate monitoring and visibility into internal processing activities. The monitoring of AONS nodes may be accomplished via a pre-defined JMX MBean agent that is running on each AONS node. This agent communicates with a remote JMX MBean server on the PC complex. An AONS MIB is leveraged for SNMP integration to third party consoles.FIG. 24 is a diagram that illustrates an AONS monitoring architecture.
3.5.14 AONS Tools
In one embodiment, the following tool sets are provided for various functional needs of AONS: a design studio, an admin studio, and a message log viewer. The design studio is a visual tool for designing flows and applying message classification and mapping policies. The admin studio is a web-based interface to perform all administration and configuration functions. The message log viewer is a visual interface to analyze message traffic, patterns, and trace information.
3.5.15 AONS Structured Application Message Processing
Having AONS in the data path of the network offers a unique ability to analyze and modify packets as they pass through the network. Network elements such as routers, switches, and bridges typically operate atlayers 4 and below of the OSI stack. An embodiment of the invention operates in the context of deeper content processing in a network element on behalf of applications running on end systems connected by a computer network or a network of networks.
One embodiment analyzes packet information as they pass through the AONS blade. As discussed above, the various protocol layers are first peeled away by the AONS blade to reveal the packet payload. The embodiment modifies any packet information needed before determining the packet destination. A packet may be routed to a destination that is different than the destination originally addressed in the packet. This is determined by the packet payload information.FIG. 26 illustrates anAONS router2600 with asupervisor blade2601 and anAONS blade2602 configured to analyze and route packets. Apacket2603A enters into therouter2600 throughport2606. Thesupervisor blade2601 sends thepacket2604 to theAONS blade2602. When theAONS blade2602 receives a packet, it determines whether or not that packet requires any application level processing and, if so, what kind of application level processing. It may have to perform some amount of deep processing of the message, beyond the normal layer 3-4 processing to make this determination.
TheAONS blade2602 analyzes the packet using pre-determined rules described in further detail below. TheAONS blade2602 may modify packet information based on the rules. Once the packet is analyzed to determine its classification, theAONS blade2602 routes thepacket2603A to the destination throughport2609. The destination may be different than the destination originally addressed in the packet. This may be due to the information parsed from the packet or the result of an operation that changed part of the packet information. The packet may also be stored on theAONS blade2602 for later use.
An embodiment analyzes any structured message packet. Structured message formats include XML, proprietary formats such as FIX, well-known structures such as tables, comma-separated values, etc.
FIG. 27 illustrates the steps taken when a structured message is received by an embodiment of the invention. The system processes the message for the purpose of determining how the message should be treated2701. An embodiment parses the message and selects certain parts of the message according to pre-defined rules for the particular type of message. It then compares the values of the selected parts of the message with entries in a pre-stored table. A matching entry in the table specifies a treatment to be applied to the message. The treatment is a sequence of operations that instruct the system as to a validation, transformation, modification, routing, or storage operations to be performed on the message. An example list of such operations for an XML message is discussed below.
The system then applies the specified sequence of operations to the message in a specifiedorder2702. For example, a certain sub-tree of the message may have to be extracted and replaced by a different sub-tree stored in the AONS blade or in an external database. Validation of the message can occur before the message is modified, although the two operations are not required to be performed in a particular sequence.
The system either sends the message out to one or more destinations (which may be specified in the table), or stores it in an internal or external database for later use (as specified by the last operation in the sequence)2703.
An embodiment of the invention is discussed below in the context of eXtensible Markup Language, or XML, formatted messages, but, as discussed above, other embodiments handle any type of structured message.
An XML message is structurally organized as a hierarchy or tree. The message consists of one or more “elements”. Each element may have a number of other items associated with it, such as “attributes”, “text value”, and special items such as namespace and processing instructions.
A beginning and an end indicator denote element boundaries. For example, the beginning of an element of name “Name” is indicated by <Name>, while the end of that element is indicated by </Name>. All items that occur within the two delimiters of an element are understood to be within that element's scope.
A “root” node in the tree represents an entire message. For example, any element X that occurs within the scope of another element Y is a descendent of Y; conversely, Y is an ancestor of X. If X is not the descendent of any other element within the scope of Y, then X is a child of Y; conversely, Y is the parent of X
One or more of the following operations can be performed on a message encoded in the XML format:
    • Validate the correctness of the message.
      • A template for the message, either in the form of a Document Type Descriptor (DTD) or an XML schema is used for this purpose.
        • Such a template is either provided a priori, for example, through a provisioning interface to the AONS blade, or comes embedded within the XML message itself.
    • Extract certain specified parts of the message.
    • Transform certain specified parts of the message.
    • Transform part of or the entire message.
      • Retain the content but change the format (for instance, from XML format to HTML format),
      • Change the content but retain the format.
        • Simple changes such as: changing a date form from dd-mm-yyyy to mm-dd-yyyy; or changing currency denominations, e.g., from US$ to euro.
        • In-place changes such as normalizing a name to 13 characters.
        • Local structural changes that replace a “sub-tree” of the message with a new sub-tree.
        • Global structural changes that impact the entire message.
      • Add additional information to the content (splicing).
        • This involves maintaining a database on the AONS blade that contains additional information that an administrator has instructed the AONS blade to add to a message given a set of criteria. The system examines the message contents and if criteria set by the administrator matches any specific parts of the message, then the system checks the database for information that is to be added to the message. The database specifies where in the message the information is to be added. For example, if the contents of the message specify that the message is destined for a certain vendor, then additional information is added from the database that informs the vendor of certain policies regarding the information contained in the message.
      • Perform any combination of the above, e.g., change both the content and the format.
    • Route the message.
      • Either by unicast or by multicast.
    • Store the message in its entirety or selected parts of it, either at the AONS blade or in an external database.
    • Compute and/or verify the signatures of the message and its parts as required.
FIG. 28 shows a straightforward implementation of the operations listed above. The XML message content is parsed2801. Data structures are generated that capture the structural relationships among the elements (e.g., an element is a child, parent, ancestor, descendent, left sibling, or right sibling of another element) and the internal structure of each element itself (e.g., its textual value, namespace, list of attributes and their values)2802.
Two standard forms of data structures are the Document Object Model (DOM) and Simple API to XML (SAX). DOM captures all the information present in a message and presents to the application, a tree structure to work with, while SAX simply captures each “event” in the message (such as the beginning of an element, end of an element, beginning of an attribute, value, etc.) and expects the application to infer the structural relationships
The system uses the data structures developed during parsing to access the necessary information inside the message and manipulate that information as required by a specifiedoperation2803.
If the content of the message is modified during an operation, then the new message is re-parsed and the data structures are re-created so they can be used insubsequent operations2804.
Given the current performance of processors and the cost of memory, this approach has several weaknesses that affect system performance. First, it is unusual for an application to require access to all parts of a message. In fact, only small portions of a message are accessed in most instances. But the above approach simply assumes that the entire message is arbitrarily accessed and gathers all of that information a priori, whether or not it is utilized by the application.
Secondly, the sequence of operations applied to a message is pre-determined. Once the message is classified, whereby the sequence of operations to be applied is determined, neither the sequence nor the specific operations changes. Again, the above approach assumes implicitly that any arbitrary sequence of operations is possible and prepares a priori for that eventuality.
Finally, the data structures created from parsing tend to be space-intensive. For example, it is not unusual that the data structures use 5-20 fold more space than the original XML message. This can be deadly in a multiprocessor system if these data structures have to be moved around between processors if they do not share memory.
It is well known in the industry that parsing an XML message and creating its DOM representation is a very expensive operation, typically consuming on the order of 50 CPU cycles per one bit of input. This means that about 50 GHz of compute power is needed to be able to parse a message-traffic of 1 Gb/s. This will increase substantially when all other operations are added, particularly validation and complex transformations, which tend to be even more expensive than parsing. However, such a straightforward implementation can be used when processor performance reaches the threshold that will accommodate such computations.
Another embodiment operates more efficiently than the straightforward approach. This embodiment parses only parts of the message that contain the information needed to identify and classify the message. It further improves efficiency by scanning a message for different sets of items in a single pass. Another embodiment pushes some of the expensive operations into hardware such as a custom ASIC or FPGA to further improve performance.
FIG. 29 shows an efficient embodiment of the invention that performs parsing of only a portion the messages. There are two stages in the processing of a message: message classification and application of operations.
Structured messages have a distinct format that can be searched or parsed to discover desired portions of a message. This allows an administrator or customer to easily specify what types of messages need special treatment. Given that the structure of a message is known ahead of time, an embodiment of the invention can be told by an administrator or customer what information to find in a message to use for classifying the message, how to access the information, and what operations to perform on the message depending upon the value of the information. The system first extracts the portion of the message necessary for classifying the message using pre-determinedmessage format information2901.
Using the XML message example, the system is told how to parse the XML message through XPath expressions (XPath is a standard language developed by the World Wide Web Consortium, or W3C). An XPath expression can specify structural relationships as well as value requirements of the parts of the message to be used. The XPath expressions are downloaded to the AONS blade through provisioning or some other management interface.
The XPath expressions are analyzed and the system determines what parts of the message are of interest. For example, the analysis can tell the system that at least one of the following parts of the message is used to classify the message:
    • The first n bytes of the header are required.
    • The entire header is required.
    • The first n bytes of the body are required.
    • The last n bytes of the body are required.
    • The initial part of the body up to the element “x” is required.
    • Only the first instance of the element “x” is required.
    • All instances of the element “x” are required.
    • The first instances of each of the elements x1, x2, . . . xnare required.
    • All instances of the elements x1, x2, . . . xnare required.
    • Same as the above statements, with “element” replaced by “attribute”.
    • The entire contents of the message are required.
The system extracts the part(s) of the message that is/are needed from the analysis. The XPath analysis is performed off-line by the system, independent of the incoming messages, and before receiving a message to which the analysis will have to be applied. No such analysis is required while processing the message itself.
The message is then classified using the values of the extracted information. The XPath expressions are used to evaluate the extractedinformation2902. The classification can be based on a certain value, name, destination, combinations of information, etc. In most instances, message classification is based on either the message header or, in addition to the header, some small initial part of the message body itself. It is rare to have to look deep into a message to classify it. The system does not make any assumption about which parts of a message need to be looked at for the purpose of classifying the message. The important point to observe is that the system knows beforehand how a message will have to be classified given the value of certain information.
When a message is received by the system, it classifies the message by first extracting the information from the message necessary for classification and then applying the XPath expressions to that information. The result is that zero or more expressions are satisfied and, if multiple expressions are satisfied, then the first expression is chosen and the corresponding classification type is assigned to the message.
Prudent pre-processing and analysis of both the classification requirements and the operations sequences makes it possible to identify the precise sets of elements, attributes, or other items that need to be extracted/aggregated. The analysis further indicates where the items can be found. This information in turn is used to limit the fraction of the incoming message that needs to be processed in order to provide data for classification and/or the subsequent operations on the message. These two facets of the analysis are used to ensure that no item in the incoming message is accessed more than once (i.e., single-pass) to extract the necessary parts of the message.
For example, consider a Purchase Order formatted in XML. The Purchase Order contains the ordering party's information represented by elements—company name, street address, city, zip, and phone number, and multiple instances of an item element, where each item element has a name, a number, a description, and a price as its child elements. The system allows the administrator or customer to classify such messages based on the total amount of the order. The message is oftype1 if the total amount exceeds $100,000,type2 if the total amount is between $50,000 and $100,000, andtype3 if the total amount is under $50,000. This can be expressed by three XPath expressions: sum(price)>100000; sum(price)>50000 and sum(price)=<100000; and sum(price)<50000. It is clear in this example that only the “price” elements need to be accessed and their values accumulated.
Thus, by analyzing a given set of XPath expressions for message classification the system is able consider only the relevant parts of the message and ignore the rest of the message. In addition, as the above example shows, all that needs to be done in many cases is to extract some information from the message, aggregate it in some fashion, and then compare it to some known value or directly compare it to a known value (or values). Special data structures do not need to be built, nor does a representation of the original message as a DOM, SAX, or any other means need be developed for this purpose.
A unique sequence of operations is implied by the classification and those operations must then be applied to themessage2903. As with the classification XPath expressions, these operations are also known a priori and can be pre-analyzed to make intelligent decisions about the parts of the message that need to be accessed. Some of the operations can be identical to the classification process itself. For example, extracting parts of the message and routing the message are two such operations. The system treats them in the same manner as above and extracts the relevant parts of the message without having to build any explicit data structures representing the message for that purpose.
The operations may tell the system that the message is to be routed to a destination different from the originally addressed destination or is to be stored in a local database or anexternal database2904.
Given the example above, the operations may specify thattype1 messages are to be routed to machine A,type2 messages are to be routed to machine B, andtype3 messages are to be routed to machine C.
A validation operation operates on the entire message, while most of the transformation operations listed above can be accomplished without having to access the entire message. For instance, if the system needs to replace a sub-tree in the message, then it is sufficient to extract that sub-tree. Only in the most general case of global changes to the message does the system need to work on the entire message.
As discussed above, it is currently not possible to achieve gigabit throughputs with a small number of general-purpose processors when the operations take 50 or more cycles per bit. One could use an array of servers in a general setting, but the interest here is with a system that is physically limited to a single chassis or even to a single board within a chassis. This prohibits the use of a large number of processors simply due to space and electric power constraints. It also makes it essential that at least some of the more expensive operations be pushed into hardware. Although not all functions can be pushed into hardware. For example, some of the operations are still evolving through the standardization process. For instance, XPath 2.0 is a new version of XPath (the current version being 1.0) and an alternative to XPath itself, XQuery, is also gaining momentum.
Operations such as extracting some selected parts from an XML message can be largely performed in flexible custom hardware that can also provide some amount of programmability. Since the extraction operation can be reused in several other operations, including most types of transformations, it can be a prime candidate for custom hardware. Such a device can receive a set of XPath expressions pre-processed into instructions that specify the parts of the message that need to be extracted (for the purposes of classifying the message and performing operations on the message) and then applies the instructions to an incoming XML message. The output of the device could be the set of XPath expressions satisfied by the message.
The efficiency of the embodiment of the invention comes from multiple sources:
    • Limiting the fraction of the message that is processed.
    • Ensuring that all processing on a message is accomplished in a single pass through the necessary parts of the message.
    • Using custom hardware for implementing the most expensive component of the operations—extracting a specified set of items from the message.
    • Combining the analysis of all operations into a single collection of item extraction requirement.
The impact of all of these techniques together is substantial, particularly when the ratio of the message size to the size of the parts of the message accessed is high. Such scenarios frequently arise during classification and also in transformations that do not perform global modifications to the message. When the message size is large, the custom hardware makes it possible to quickly extract the parts of interest that can then be processed during the operations. This leads to a dual positive effect:
    • Since the extraction is performed in hardware, general-purpose processor cycles do not have to be used for that purpose—this is particularly effective when the message is large; and
    • Since the hardware extracts only the parts of the message that need further processing, general-purpose processor cycles are only used on a small part of the message.
Consider the following example:
    • The size of a message is n bits and m of these bits are extracted by the hardware for further processing.
    • The operations take p CPU cycles per bit.
    • DOM creation takes q CPU cycles per bit.
    • In this scenario, if the DOM approach is used without any custom hardware, then the DOM creation takes n*q cycles, and the additional operations take a further n*p cycles, for a total of n*(p+q) cycles.
      • In contrast, this embodiment takes no CPU cycles for the initial message processing (the counterpart to DOM creation) and m*p cycles for the rest of the processing. The ratio is then n*(p+q)/m*p, which is at least as large as n/m, the ratio between the message size and the size of the extracted items.
Thus, as compared to first generating a DOM representation and then applying each of the operations to the message, this embodiment can provide a phenomenal increase in performance, as a linear function of the message size reduction (i.e., the fraction of message utilizing for processing). A typical message of 5 kB can be classified using a few hundred bytes (on the order of 200-300 in most instances), giving a ratio of nearly 20. This embodiment speeds up the process by a similar factor.
4.0 Implementation Mechanisms—Hardware Overview
FIG. 5 is a block diagram that illustrates acomputer system500 upon which an embodiment of the invention may be implemented. The preferred embodiment is implemented using one or more computer programs running on a network element such as a proxy device. Thus, in this embodiment, thecomputer system500 is a proxy device such as a load balancer.
Computer system500 includes abus502 or other communication mechanism for communicating information, and aprocessor504 coupled withbus502 for processing information.Computer system500 also includes amain memory506, such as a random access memory (RAM), flash memory, or other dynamic storage device, coupled tobus502 for storing information and instructions to be executed byprocessor504.Main memory506 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed byprocessor504.Computer system500 further includes a read only memory (ROM)508 or other static storage device coupled tobus502 for storing static information and instructions forprocessor504. Astorage device510, such as a magnetic disk, flash memory or optical disk, is provided and coupled tobus502 for storing information and instructions.
Acommunication interface518 may be coupled tobus502 for communicating information and command selections toprocessor504.Interface518 is a conventional serial interface such as an RS-232 or RS-322 interface. Anexternal terminal512 or other computer system connects to thecomputer system500 and provides commands to it using theinterface514. Firmware or software running in thecomputer system500 provides a terminal interface or character-based command interface so that external commands can be given to the computer system.
Aswitching system516 is coupled tobus502 and has aninput interface514 and anoutput interface519 to one or more external network elements. The external network elements may include alocal network522 coupled to one ormore hosts524, or a global network such asInternet528 having one ormore servers530. Theswitching system516 switches information traffic arriving oninput interface514 tooutput interface519 according to pre-determined protocols and conventions that are well known. For example, switchingsystem516, in cooperation withprocessor504, can determine a destination of a packet of data arriving oninput interface514 and send it to the correct destination usingoutput interface519. The destinations may includehost524,server530, other end stations, or other routing and switching devices inlocal network522 orInternet528.
The invention is related to the use ofcomputer system500 for avoiding the storage of client state oncomputer system500. According to one embodiment of the invention,computer system500 provides for such updating in response toprocessor504 executing one or more sequences of one or more instructions contained inmain memory506. Such instructions may be read intomain memory506 from another computer-readable medium, such asstorage device510. Execution of the sequences of instructions contained inmain memory506 causesprocessor504 to perform the process steps described herein. One or more processors in a multi-processing arrangement may also be employed to execute the sequences of instructions contained inmain memory506. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and software.
The term “computer-readable medium” as used herein refers to any medium that participates in providing instructions toprocessor504 for execution. Such a medium may take many forms, including but not limited to, non-volatile media, volatile media, and transmission media. Non-volatile media includes, for example, optical or magnetic disks, such asstorage device510. Volatile media includes dynamic memory, such asmain memory506. Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprisebus502. Transmission media can also take the form of acoustic or light waves, such as those generated during radio wave and infrared data communications.
Common forms of computer-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, any other memory chip or cartridge, a carrier wave as described hereinafter, or any other medium from which a computer can read.
Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions toprocessor504 for execution. For example, the instructions may initially be carried on a magnetic disk of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local tocomputer system500 can receive the data on the telephone line and use an infrared transmitter to convert the data to an infrared signal. An infrared detector coupled tobus502 can receive the data carried in the infrared signal and place the data onbus502.Bus502 carries the data tomain memory506, from whichprocessor504 retrieves and executes the instructions. The instructions received bymain memory506 may optionally be stored onstorage device510 either before or after execution byprocessor504.
Communication interface518 also provides a two-way data communication coupling to anetwork link520 that is connected to alocal network522. For example,communication interface518 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line. As another example,communication interface518 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links may also be implemented. In any such implementation,communication interface518 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
Network link520 typically provides data communication through one or more networks to other data devices. For example,network link520 may provide a connection throughlocal network522 to ahost computer524 or to data equipment operated by an Internet Service Provider (ISP)526.ISP526 in turn provides data communication services through the worldwide packet data communication network now commonly referred to as the “Internet”528.Local network522 andInternet528 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals onnetwork link520 and throughcommunication interface518, which carry the digital data to and fromcomputer system500, are exemplary forms of carrier waves transporting the information.
Computer system500 can send messages and receive data, including program code, through the network(s),network link520 andcommunication interface518. In the Internet example, aserver530 might transmit a requested code for an application program throughInternet528,ISP526,local network522 andcommunication interface518. In accordance with the invention, one such downloaded application provides for avoiding the storage of client state on a server as described herein.
Processor504 may execute the received code as it is received and/or stored instorage device510 or other non-volatile storage for later execution. In this manner,computer system500 may obtain application code in the form of a carrier wave.
5.0 Extensions and Alternatives
In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (20)

What is claimed is:
1. A method, comprising:
receiving a structured application layer message at a network device;
identifying, in message classification requirements at the network device, a reference to:
a classification portion of the structured application layer message that is used to classify the structured application layer message; and
an operation portion of the structured application layer message that is used to perform operations on a classified structured application layer message;
determining one or more expressions, based on the reference to the classification portion, that indicate a portion of the structured application layer message used to classify the structured application layer message;
determining one or more location identifiers, based on the reference to the operation portion, that indicate a portion of the structured application layer message used to perform the operations;
extracting, based on the one or more expressions, an extracted portion of message information for classifying the structured application layer message; and
classifying, using the extracted portion of the message information, the structured application layer message according to the message classification requirements;
performing, at least in part by accessing information indicated by the one or more location identifiers, at least one operation on the classified structured application layer message;
wherein the method is performed by one or more processors.
2. The method as recited inclaim 1, wherein the at least one operation sends the classified structured application layer message to an appropriate destination.
3. The method as recited inclaim 2, wherein the appropriate destination is specified by the message classification requirements.
4. The method as recited inclaim 1, wherein the at least one operation modifies content of the classified structured application layer message.
5. The method as recited inclaim 1, wherein the at least one operation stores the classified structured application layer message in a local database on the network device.
6. The method as recited inclaim 1, wherein the at least one operation stores the classified structured application layer message in a database external to the network device.
7. The method as recited inclaim 1, wherein the at least one operation modifies a part of the classified structured application layer message and/or adds information to the classified structured application layer message.
8. The method as recited inclaim 1, wherein the extracting step is performed in a custom hardware chip.
9. The method as recited inclaim 1, wherein the performing step is performed in a custom hardware chip.
10. An apparatus for processing of structured application messages, comprising:
one or more processors;
one or more computer-readable storage media storing one or more sequences of instructions which, when executed by the one or more processors, cause the one or more processors to carry out the steps of:
receiving a structured application layer message at a network device;
identifying, in message classification requirements at the network device, a reference to:
a classification portion of the structured application layer message that is used to classify the structured application layer message; and
an operation portion of the structured application layer message that is used to perform operations on a classified structured application layer message;
determining one or more expressions, based on the reference to the classification portion, that indicate a portion of the structured application layer message used to classify the structured application layer message;
determining one or more location identifiers, based on the reference to the operation portion, that indicate a portion of the structured application layer message used to perform the operations;
extracting, based on the one or more expressions, an extracted portion of message information for classifying the structured application layer message;
classifying, using the extracted portion of the message information, the structured application layer message according to the message classification requirements;
performing, at least in part by accessing information indicated by the one or more location identifiers, at least one operation on the classified structured application layer message.
11. The apparatus as recited inclaim 10, wherein the storage media comprise instructions which when executed cause performing at least one operation that sends the classified structured application layer message to an appropriate destination.
12. The apparatus as recited inclaim 11, wherein the appropriate destination is specified by the message classification requirements.
13. The apparatus as recited inclaim 10, wherein the storage media comprise instructions which when executed cause performing at least one operation that modifies content of the classified structured application layer message.
14. The apparatus as recited inclaim 10, wherein the storage media comprise instructions which when executed cause performing at least one operation that stores the classified structured application layer message in a local database on the network device.
15. The apparatus as recited inclaim 10, wherein the storage media comprise instructions which when executed cause performing at least one operation that stores the classified structured application layer message in a database external to the network device.
16. The apparatus as recited inclaim 10, wherein the storage media comprise instructions which when executed cause performing at least one operation that modifies a part of the classified structured application layer message and/or adds information to the classified structured application layer message.
17. The apparatus as recited inclaim 10, comprising a custom hardware chip configured to perform the extracting.
18. The apparatus as recited inclaim 10, comprising a custom hardware chip configured to perform the performing.
19. A non-transitory computer-readable medium storing one or more sequences of instructions for processing of structured application messages in a network device, which instructions, when executed by one or more processors, cause the one or more processors to carry out the steps of:
receiving a structured application layer message at the network device;
identifying, in message classification requirements at the network device, a reference to:
a classification portion of the structured application layer message that is used to classify the structured application layer message;
an operation portion of the structured application layer message that is used to perform operations on a classified structured application layer message;
determining one or more expressions, based on the reference to the classification portion, that indicate a portion of the structured application layer message used to classify the structured application layer message;
determining one or more location identifiers, based on the reference to the operation portion, that indicate a portion of the structured application layer message used to perform the operations;
extracting, based on the one or more expressions, an extracted portion of message information for classifying the structured application layer message; and
classifying, using the extracted portion of the message information, the structured application layer message according to the message classification requirements;
performing, at least in part by accessing information indicated by the one or more location identifiers, at least one operation on the classified structured application layer message.
20. The non-transitory computer-readable medium as recited inclaim 19, comprising instructions which when executed cause performing the at least one operation as: sending the classified structured application layer message to an appropriate destination; modifying content of the classified structured application layer message; storing the classified structured application layer message in a local database on the network device; storing the classified structured application layer message in a database external to the network device; modifying a part of the classified structured application layer message; adding information to the classified structured application layer message.
US14/042,5872004-12-062013-09-30Method and apparatus for high-speed processing of structured application messages in a network deviceExpired - LifetimeUS9380008B2 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US14/042,587US9380008B2 (en)2004-12-062013-09-30Method and apparatus for high-speed processing of structured application messages in a network device

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
US11/005,978US7987272B2 (en)2004-12-062004-12-06Performing message payload processing functions in a network element on behalf of an application
US11/089,794US8549171B2 (en)2004-12-062005-03-24Method and apparatus for high-speed processing of structured application messages in a network device
US14/042,587US9380008B2 (en)2004-12-062013-09-30Method and apparatus for high-speed processing of structured application messages in a network device

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US11/089,794ContinuationUS8549171B2 (en)2004-12-062005-03-24Method and apparatus for high-speed processing of structured application messages in a network device

Publications (2)

Publication NumberPublication Date
US20140032690A1 US20140032690A1 (en)2014-01-30
US9380008B2true US9380008B2 (en)2016-06-28

Family

ID=36575883

Family Applications (5)

Application NumberTitlePriority DateFiling Date
US11/005,978Expired - Fee RelatedUS7987272B2 (en)2004-12-062004-12-06Performing message payload processing functions in a network element on behalf of an application
US11/090,920Expired - Fee RelatedUS7996556B2 (en)2004-12-062005-03-24Method and apparatus for generating a network topology representation based on inspection of application messages at a network device
US11/089,794Active2028-09-17US8549171B2 (en)2004-12-062005-03-24Method and apparatus for high-speed processing of structured application messages in a network device
US13/100,144Expired - LifetimeUS8312148B2 (en)2004-12-062011-05-03Performing message payload processing functions in a network element on behalf of an application
US14/042,587Expired - LifetimeUS9380008B2 (en)2004-12-062013-09-30Method and apparatus for high-speed processing of structured application messages in a network device

Family Applications Before (4)

Application NumberTitlePriority DateFiling Date
US11/005,978Expired - Fee RelatedUS7987272B2 (en)2004-12-062004-12-06Performing message payload processing functions in a network element on behalf of an application
US11/090,920Expired - Fee RelatedUS7996556B2 (en)2004-12-062005-03-24Method and apparatus for generating a network topology representation based on inspection of application messages at a network device
US11/089,794Active2028-09-17US8549171B2 (en)2004-12-062005-03-24Method and apparatus for high-speed processing of structured application messages in a network device
US13/100,144Expired - LifetimeUS8312148B2 (en)2004-12-062011-05-03Performing message payload processing functions in a network element on behalf of an application

Country Status (4)

CountryLink
US (5)US7987272B2 (en)
EP (1)EP1839174B1 (en)
CN (1)CN101371237B (en)
WO (1)WO2006062814A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10650621B1 (en)2016-09-132020-05-12Iocurrents, Inc.Interfacing with a vehicular controller area network
US11095525B2 (en)2018-04-192021-08-17International Business Machines CorporationDiagramming system for a distributed data processing system
US11573192B2 (en)*2017-08-012023-02-07Siemens Energy, Inc.Enhanced guided wave thermography inspection systems and methods of using the same
US11741196B2 (en)2018-11-152023-08-29The Research Foundation For The State University Of New YorkDetecting and preventing exploits of software vulnerability using instruction tags

Families Citing this family (380)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20040243852A1 (en)2003-05-282004-12-02Rosenstein Adam H.Method, system and software for state signing of internet resources
US7978716B2 (en)2003-11-242011-07-12Citrix Systems, Inc.Systems and methods for providing a VPN solution
US8539582B1 (en)2004-04-012013-09-17Fireeye, Inc.Malware containment and security analysis on connection
US9106694B2 (en)2004-04-012015-08-11Fireeye, Inc.Electronic message analysis for malware detection
US8566946B1 (en)2006-04-202013-10-22Fireeye, Inc.Malware containment on connection
US8549638B2 (en)2004-06-142013-10-01Fireeye, Inc.System and method of containing computer worms
US8898788B1 (en)2004-04-012014-11-25Fireeye, Inc.Systems and methods for malware attack prevention
US8171553B2 (en)2004-04-012012-05-01Fireeye, Inc.Heuristic based capture with replay to virtual machine
US8881282B1 (en)2004-04-012014-11-04Fireeye, Inc.Systems and methods for malware attack detection and identification
US7587537B1 (en)2007-11-302009-09-08Altera CorporationSerializer-deserializer circuits formed from input-output circuit registers
US8793787B2 (en)2004-04-012014-07-29Fireeye, Inc.Detecting malicious network content using virtual environment components
US8584239B2 (en)*2004-04-012013-11-12Fireeye, Inc.Virtual machine with dynamic data flow analysis
US8204984B1 (en)2004-04-012012-06-19Fireeye, Inc.Systems and methods for detecting encrypted bot command and control communication channels
US8375444B2 (en)2006-04-202013-02-12Fireeye, Inc.Dynamic signature creation and enforcement
US8528086B1 (en)2004-04-012013-09-03Fireeye, Inc.System and method of detecting computer worms
US8006305B2 (en)*2004-06-142011-08-23Fireeye, Inc.Computer worm defense system and method
US9027135B1 (en)2004-04-012015-05-05Fireeye, Inc.Prospective client identification using malware attack detection
US8561177B1 (en)2004-04-012013-10-15Fireeye, Inc.Systems and methods for detecting communication channels of bots
US8249953B2 (en)*2004-05-132012-08-21Cisco Technology, Inc.Methods and apparatus for determining the status of a device
US7422152B2 (en)*2004-05-132008-09-09Cisco Technology, Inc.Methods and devices for providing scalable RFID networks
US8113418B2 (en)*2004-05-132012-02-14Cisco Technology, Inc.Virtual readers for scalable RFID infrastructures
US8739274B2 (en)2004-06-302014-05-27Citrix Systems, Inc.Method and device for performing integrated caching in a data communication network
US7757074B2 (en)2004-06-302010-07-13Citrix Application Networking, LlcSystem and method for establishing a virtual private network
US8495305B2 (en)2004-06-302013-07-23Citrix Systems, Inc.Method and device for performing caching of dynamically generated objects in a data communication network
US8604910B2 (en)*2004-07-132013-12-10Cisco Technology, Inc.Using syslog and SNMP for scalable monitoring of networked devices
US8363650B2 (en)2004-07-232013-01-29Citrix Systems, Inc.Method and systems for routing packets from a gateway to an endpoint
US7609721B2 (en)2004-07-232009-10-27Citrix Systems, Inc.Systems and methods for adjusting the maximum transmission unit for encrypted communications
US8458467B2 (en)2005-06-212013-06-04Cisco Technology, Inc.Method and apparatus for adaptive application message payload content transformation in a network infrastructure element
US7509431B2 (en)*2004-11-172009-03-24Cisco Technology, Inc.Performing message and transformation adapter functions in a network element on behalf of an application
US7664879B2 (en)*2004-11-232010-02-16Cisco Technology, Inc.Caching content and state data at a network element
US7987272B2 (en)2004-12-062011-07-26Cisco Technology, Inc.Performing message payload processing functions in a network element on behalf of an application
US7725934B2 (en)2004-12-072010-05-25Cisco Technology, Inc.Network and application attack protection based on application layer message inspection
US7496750B2 (en)*2004-12-072009-02-24Cisco Technology, Inc.Performing security functions on a message payload in a network element
US8082304B2 (en)2004-12-102011-12-20Cisco Technology, Inc.Guaranteed delivery of application layer messages by a network element
US7606267B2 (en)*2004-12-102009-10-20Cisco Technology, Inc.Reducing the sizes of application layer messages in a network element
US8706877B2 (en)*2004-12-302014-04-22Citrix Systems, Inc.Systems and methods for providing client-side dynamic redirection to bypass an intermediary
US8700695B2 (en)2004-12-302014-04-15Citrix Systems, Inc.Systems and methods for providing client-side accelerated access to remote applications via TCP pooling
US8549149B2 (en)2004-12-302013-10-01Citrix Systems, Inc.Systems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
US7810089B2 (en)2004-12-302010-10-05Citrix Systems, Inc.Systems and methods for automatic installation and execution of a client-side acceleration program
US8954595B2 (en)2004-12-302015-02-10Citrix Systems, Inc.Systems and methods for providing client-side accelerated access to remote applications via TCP buffering
US7551567B2 (en)*2005-01-052009-06-23Cisco Technology, Inc.Interpreting an application message at a network element using sampling and heuristics
US20060155862A1 (en)*2005-01-062006-07-13Hari KathiData traffic load balancing based on application layer messages
US8255456B2 (en)2005-12-302012-08-28Citrix Systems, Inc.System and method for performing flash caching of dynamically generated objects in a data communication network
US7698416B2 (en)2005-01-252010-04-13Cisco Technology, Inc.Application layer message-based server failover management by a network element
US8266327B2 (en)*2005-06-212012-09-11Cisco Technology, Inc.Identity brokering in a network element
US7694287B2 (en)*2005-06-292010-04-06Visa U.S.A.Schema-based dynamic parse/build engine for parsing multi-format messages
US7953826B2 (en)*2005-07-142011-05-31Cisco Technology, Inc.Provisioning and redundancy for RFID middleware servers
US7345585B2 (en)2005-08-012008-03-18Cisco Technology, Inc.Network based device for providing RFID middleware functionality
CN100450086C (en)*2005-09-072009-01-07华为技术有限公司 Method for Realizing Multicast Data Flow Forwarding in Virtual Private Local Area Network Service
US20070064603A1 (en)*2005-09-192007-03-22Sean ChenMethod of provisioning network elements to perform a service
EP1793603A1 (en)*2005-11-302007-06-06Nagra France SarlMethod of transmission of authorization messages to a plurality of mobile receivers and method of treatment of such messages
JP4663497B2 (en)*2005-12-012011-04-06株式会社日立製作所 Information processing system and information processing apparatus assignment management method
WO2007064880A2 (en)2005-12-012007-06-07Firestar Software, Inc.System and method for exchanging information among exchange applications
US8301839B2 (en)2005-12-302012-10-30Citrix Systems, Inc.System and method for performing granular invalidation of cached dynamically generated objects in a data communication network
US7921184B2 (en)2005-12-302011-04-05Citrix Systems, Inc.System and method for performing flash crowd caching of dynamically generated objects in a data communication network
US8566840B2 (en)*2006-02-272013-10-22Red Hat, Inc.Method and system for kernel level filtering
WO2007109047A2 (en)2006-03-182007-09-27Peter LankfordContent-aware routing of subscriptions for streaming and static data
US7752306B2 (en)*2006-05-262010-07-06The Pnc Financial Services Group, Inc.Network management for automated teller machines
US8613056B2 (en)*2006-05-262013-12-17Cisco Technology, Inc.Extensible authentication and authorization of identities in an application message on a network device
US7814191B2 (en)*2006-05-262010-10-12The Pnc Financial Services Group, Inc.Methods and systems for network management using periodic status messages
US7761550B2 (en)*2006-05-262010-07-20The Pnc Financial Services Group, Inc.Network management for a plurality of agents using periodic status messages
US9311611B2 (en)2006-06-162016-04-12Hewlett Packard Enterprise Development LpAutomated service level management system
US20070300147A1 (en)*2006-06-252007-12-27Bates Todd WCompression of mark-up language data
US20080019376A1 (en)*2006-07-212008-01-24Sbc Knowledge Ventures, L.P.Inline network element which shares addresses of neighboring network elements
US7797406B2 (en)*2006-07-272010-09-14Cisco Technology, Inc.Applying quality of service to application messages in network elements based on roles and status
US8244883B2 (en)*2006-08-032012-08-14Citrix Systems, Inc.Systems and methods of for providing multi-mode transport layer compression
US8677007B2 (en)*2006-08-032014-03-18Citrix Systems, Inc.Systems and methods for bypassing an appliance
US8626946B2 (en)*2006-08-032014-01-07Citrix Systems, Inc.Systems and methods for hierarchical global load balancing
US7953889B2 (en)*2006-08-032011-05-31Citrix Systems, Inc.Systems and methods for routing VPN traffic around network disruption
US20080034084A1 (en)*2006-08-042008-02-07International Business Machines CorporationMethod, system and program product for monitoring client programs in a client-server environment
US8856860B2 (en)*2006-08-182014-10-07Cisco Technology, Inc.System and method for implementing policy server based application interaction manager
US8694684B2 (en)*2006-08-212014-04-08Citrix Systems, Inc.Systems and methods of symmetric transport control protocol compression
US20080126385A1 (en)*2006-09-192008-05-29Microsoft CorporationIntelligent batching of electronic data interchange messages
US8234391B2 (en)*2006-09-202012-07-31Reuters America, Llc.Messaging model and architecture
US20080077675A1 (en)*2006-09-252008-03-27Agere Systems Inc.Systems and Methods for Electronic Message Preparation
DK2958393T3 (en)*2006-11-012018-04-23Ericsson Telefon Ab L M DISTRIBUTION OF BROADCAST / MULTICAST DATA IN TELECOMMUNICATION SYSTEMS
US7660793B2 (en)2006-11-132010-02-09Exegy IncorporatedMethod and system for high performance integration, processing and searching of structured and unstructured data using coprocessors
US20100070650A1 (en)*2006-12-022010-03-18Macgaffey AndrewSmart jms network stack
US8245281B2 (en)2006-12-292012-08-14Aruba Networks, Inc.Method and apparatus for policy-based network access control with arbitrary network access control frameworks
US20100299680A1 (en)*2007-01-262010-11-25Macgaffey AndrewNovel JMS API for Standardized Access to Financial Market Data System
US8631497B1 (en)*2007-02-012014-01-14Mcafee, Inc.Systems and methods for automating blind detection of computational vulnerabilities
US7532134B2 (en)2007-03-122009-05-12Citrix Systems, Inc.Systems and methods for sharing compression histories between multiple devices
US7827237B2 (en)2007-03-122010-11-02Citrix Systems, Inc.Systems and methods for identifying long matches of data in a compression history
US7460038B2 (en)*2007-03-122008-12-02Citrix Systems, Inc.Systems and methods of clustered sharing of compression histories
US8255570B2 (en)2007-03-122012-08-28Citrix Systems, Inc.Systems and methods of compression history expiration and synchronization
US7865585B2 (en)*2007-03-122011-01-04Citrix Systems, Inc.Systems and methods for providing dynamic ad hoc proxy-cache hierarchies
US7619545B2 (en)*2007-03-122009-11-17Citrix Systems, Inc.Systems and methods of using application and protocol specific parsing for compression
US20080235246A1 (en)*2007-03-202008-09-25Arun HampapurFilter sequencing based on a publish-subscribe architecture for digital signal processing
US8134951B2 (en)2007-06-042012-03-13Cisco Technology, Inc.Framework for managing network data processing elements
US7962903B1 (en)*2007-06-052011-06-14Ross Richard ASystems and methods for processing message subscriptions using pre-compiled code-blocks for efficient expression evaluation
US20090007021A1 (en)*2007-06-282009-01-01Richard HaytonMethods and systems for dynamic generation of filters using a graphical user interface
US20090006618A1 (en)*2007-06-282009-01-01Richard HaytonMethods and systems for access routing and resource mapping using filters
US8775944B2 (en)*2008-06-262014-07-08Citrix Systems, Inc.Methods and systems for interactive evaluation of policies
US8726297B2 (en)*2007-06-282014-05-13Microsoft CorporationSearch tool that aggregates disparate tools unifying communication
US8561148B2 (en)2008-06-262013-10-15Citrix Systems, Inc.Methods and systems for interactive evaluation using dynamically generated, interactive resultant sets of policies
US8054744B1 (en)*2007-10-252011-11-08Marvell International Ltd.Methods and apparatus for flow classification and flow measurement
US7917446B2 (en)*2007-10-312011-03-29American Express Travel Related Services Company, Inc.Latency locator
KR100979202B1 (en)*2007-11-212010-09-01한국전자통신연구원 Message service method and message service system
US7817636B2 (en)*2008-01-302010-10-19Cisco Technology, Inc.Obtaining information on forwarding decisions for a packet flow
US7746250B2 (en)*2008-01-312010-06-29Microsoft CorporationMessage encoding/decoding using templated parameters
US8051428B2 (en)2008-03-132011-11-01Sap AgDefinition of an integrated notion of a message scenario for several messaging components
US8266224B2 (en)*2008-05-292012-09-11Cisco Technology, Inc.Application gateway device
US8095507B2 (en)*2008-08-082012-01-10Oracle International CorporationAutomated topology-based statistics monitoring and performance analysis
US8099498B2 (en)*2008-09-032012-01-17Microsoft CorporationProbabilistic mesh routing
US8473455B2 (en)2008-09-032013-06-25Microsoft CorporationQuery-oriented message characterization
US8850571B2 (en)2008-11-032014-09-30Fireeye, Inc.Systems and methods for detecting malicious network content
US8997219B2 (en)2008-11-032015-03-31Fireeye, Inc.Systems and methods for detecting malicious PDF network content
WO2010082166A1 (en)*2009-01-132010-07-22Idan PlotnikMethods and systems for securing and protecting repositories and directories
US20100182970A1 (en)*2009-01-212010-07-22Qualcomm IncorporatedMultiple Subscriptions Using a Single Air-Interface Resource
US8181060B1 (en)2009-03-052012-05-15Riverbad Technology, Inc.Preventing data corruption with transparent network connections
US8180902B1 (en)*2009-03-052012-05-15Riverbed Technology, Inc.Establishing network connections between transparent network devices
US9038073B2 (en)*2009-08-132015-05-19Qualcomm IncorporatedData mover moving data to accelerator for processing and returning result data based on instruction received from a processor utilizing software and hardware interrupts
US8788782B2 (en)2009-08-132014-07-22Qualcomm IncorporatedApparatus and method for memory management and efficient data processing
US8762532B2 (en)*2009-08-132014-06-24Qualcomm IncorporatedApparatus and method for efficient memory allocation
US20110041128A1 (en)*2009-08-132011-02-17Mathias KohlenzApparatus and Method for Distributed Data Processing
US8832829B2 (en)2009-09-302014-09-09Fireeye, Inc.Network-based binary file extraction and analysis for malware detection
EP3264686B1 (en)*2009-10-162018-12-12Tekelec, Inc.Methods, systems, and computer readable media for providing diameter signaling router with integrated monitoring and/or firewall functionality
US8750126B2 (en)*2009-10-162014-06-10Tekelec, Inc.Methods, systems, and computer readable media for multi-interface monitoring and correlation of diameter signaling information
US8892762B2 (en)*2009-12-152014-11-18International Business Machines CorporationMulti-granular stream processing
US8819183B2 (en)*2009-12-152014-08-26International Business Machines CorporationConcurrent execution of request processing and analytics of requests
US8874638B2 (en)*2009-12-152014-10-28International Business Machines CorporationInteractive analytics processing
EP2534794B1 (en)*2010-02-122019-03-27Tekelec, Inc.Methods, systems, and computer readable media for providing peer routing at a diameter node
WO2011100610A2 (en)*2010-02-122011-08-18TekelecMethods, systems, and computer readable media for providing local application routing at a diameter node
US8621220B2 (en)*2010-03-112013-12-31Ebay Inc.Systems and methods for identity encapsulated cryptography
CN102207889B (en)*2010-03-312013-10-23国际商业机器公司Command control method and command controller
EP2649580B1 (en)2010-12-092025-02-26Exegy IncorporatedMethod and apparatus for managing orders in financial markets
WO2012100057A2 (en)2011-01-212012-07-26TekelecMethods, systems, and computer readable media for screening diameter messages within a diameter signaling router (dsr) having a distributed message processor architecture
CN103493522B (en)2011-03-032016-12-07泰科来股份有限公司For enriching the method for Diameter signaling message, system and computer-readable medium
CN102752272A (en)*2011-04-222012-10-24中兴通讯股份有限公司Method, system and device for processing digital signatures of media message
US8739244B1 (en)*2011-06-072014-05-27Riverbed Technology, Inc.Configuring and authenticating WAN optimization devices for accessing content delivery networks
EP3010179A1 (en)2011-06-202016-04-20Plexxi Inc.A method of processing a multicast frame in an optical network
US8886563B2 (en)*2011-08-302014-11-11Visa International Service AssociationLeast cost routing and matching
US9301026B2 (en)2011-11-012016-03-29Plexxi Inc.Affinity modeling in a data center network
US9337931B2 (en)2011-11-012016-05-10Plexxi Inc.Control and provisioning in a data center network with at least one central controller
US9288555B2 (en)2011-11-012016-03-15Plexxi Inc.Data center network architecture
EP2774328B1 (en)*2011-11-012020-06-03Hewlett-Packard Enterprise Development LPHierarchy of control in a data center network
US9204207B2 (en)2011-11-012015-12-01Plexxi Inc.Hierarchy of control in a data center network
US8713170B2 (en)*2011-11-182014-04-29The Boeing CompanyServer-side web analytics system and method
JP6019586B2 (en)*2012-01-102016-11-02株式会社リコー Network communication equipment
EP2815282A4 (en)2012-02-172015-08-19Vencore Labs Inc METHOD AND SYSTEM FOR PACKET ACQUISITION, ANALYSIS AND INTRUSION DETECTION IN FIELD ZONE NETWORKS
US10620241B2 (en)2012-02-172020-04-14Perspecta Labs Inc.Method and system for packet acquisition, analysis and intrusion detection in field area networks
US9519782B2 (en)2012-02-242016-12-13Fireeye, Inc.Detecting malicious network content
US11436672B2 (en)2012-03-272022-09-06Exegy IncorporatedIntelligent switch for processing financial market data
US10121196B2 (en)2012-03-272018-11-06Ip Reservoir, LlcOffload processing of data packets containing financial market data
US9990393B2 (en)2012-03-272018-06-05Ip Reservoir, LlcIntelligent feed switch
US9225604B2 (en)*2012-04-052015-12-29International Business Machines CorporationMapping requirements to a system topology in a networked computing environment
KR101581656B1 (en)*2012-07-162016-01-04삼성전자 주식회사Smart apparatus, paring system and method using the same
GB2504694A (en)*2012-08-062014-02-12IbmSearching for Header Names using conversion to canonical form including integer value
US9081746B1 (en)*2012-10-162015-07-14Teradici CorporationMethod for client configuration management in remote computing
GB2505730B (en)*2012-11-302014-10-15Openwave Mobility IncA method, apparatus and computer program for controlling access to content in a communications network
US9049115B2 (en)2012-12-132015-06-02Cisco Technology, Inc.Enabling virtual workloads using overlay technologies to interoperate with physical network services
US10572665B2 (en)2012-12-282020-02-25Fireeye, Inc.System and method to create a number of breakpoints in a virtual machine via virtual machine trapping events
JP2016511966A (en)*2013-01-242016-04-21ヴェンコア ラブズ、インク.Vencore Labs, Inc. Method and system for visualizing and analyzing field regional networks
US9009822B1 (en)2013-02-232015-04-14Fireeye, Inc.Framework for multi-phase analysis of mobile applications
US9159035B1 (en)2013-02-232015-10-13Fireeye, Inc.Framework for computer application analysis of sensitive information tracking
US9009823B1 (en)2013-02-232015-04-14Fireeye, Inc.Framework for efficient security coverage of mobile software applications installed on mobile devices
US9824209B1 (en)2013-02-232017-11-21Fireeye, Inc.Framework for efficient security coverage of mobile software applications that is usable to harden in the field code
US8990944B1 (en)2013-02-232015-03-24Fireeye, Inc.Systems and methods for automatically detecting backdoors
US9176843B1 (en)2013-02-232015-11-03Fireeye, Inc.Framework for efficient security coverage of mobile software applications
US9195829B1 (en)2013-02-232015-11-24Fireeye, Inc.User interface with real-time visual playback along with synchronous textual analysis log display and event/time index for anomalous behavior detection in applications
US9367681B1 (en)2013-02-232016-06-14Fireeye, Inc.Framework for efficient security coverage of mobile software applications using symbolic execution to reach regions of interest within an application
US9565202B1 (en)2013-03-132017-02-07Fireeye, Inc.System and method for detecting exfiltration content
US9355247B1 (en)2013-03-132016-05-31Fireeye, Inc.File extraction from memory dump for malicious content analysis
US9626509B1 (en)2013-03-132017-04-18Fireeye, Inc.Malicious content analysis with multi-version application support within single operating environment
US9104867B1 (en)2013-03-132015-08-11Fireeye, Inc.Malicious content analysis using simulated user interaction without user involvement
US9311479B1 (en)2013-03-142016-04-12Fireeye, Inc.Correlation and consolidation of analytic data for holistic view of a malware attack
US9430646B1 (en)2013-03-142016-08-30Fireeye, Inc.Distributed systems and methods for automatically detecting unknown bots and botnets
US9413781B2 (en)2013-03-152016-08-09Fireeye, Inc.System and method employing structured intelligence to verify and contain threats at endpoints
US9224135B2 (en)2013-03-152015-12-29Elemica, Inc.Method and apparatus for adaptive configuration for translation of business messages
US10713358B2 (en)2013-03-152020-07-14Fireeye, Inc.System and method to extract and utilize disassembly features to classify software intent
US9251343B1 (en)2013-03-152016-02-02Fireeye, Inc.Detecting bootkits resident on compromised computers
US8626912B1 (en)2013-03-152014-01-07Extrahop Networks, Inc.Automated passive discovery of applications
US9443229B2 (en)2013-03-152016-09-13Elemica, Inc.Supply chain message management and shipment constraint optimization
US8904528B2 (en)2013-03-152014-12-02Elemica, Inc.Method and apparatus for translation of business messages
US8867343B2 (en)2013-03-152014-10-21Extrahop Networks, Inc.Trigger based recording of flows with play back
US9929985B1 (en)2013-03-152018-03-27Quest Diagnostics Investments IncorporatedSystems and methods for electronically distributing information
US9495180B2 (en)2013-05-102016-11-15Fireeye, Inc.Optimized resource allocation for virtual machines within a malware content detection system
US9635039B1 (en)2013-05-132017-04-25Fireeye, Inc.Classifying sets of malicious indicators for detecting command and control communications associated with malware
US9319476B2 (en)*2013-05-282016-04-19Verizon Patent And Licensing Inc.Resilient TCP splicing for proxy services
US9536091B2 (en)2013-06-242017-01-03Fireeye, Inc.System and method for detecting time-bomb malware
US10133863B2 (en)2013-06-242018-11-20Fireeye, Inc.Zero-day discovery system
US9888016B1 (en)2013-06-282018-02-06Fireeye, Inc.System and method for detecting phishing using password prediction
US9419930B2 (en)*2013-06-282016-08-16International Business Machines CorporationManagement of connections in a messaging environment
US9300686B2 (en)2013-06-282016-03-29Fireeye, Inc.System and method for detecting malicious links in electronic messages
US8949998B2 (en)*2013-07-012015-02-03Medidata Solutions, Inc.Method and system for maintaining data in a substantiated state
WO2015006568A1 (en)2013-07-112015-01-15Plexxi Inc.Network node connection configuration
JP6404911B2 (en)2013-09-202018-10-17オラクル・インターナショナル・コーポレイション A technique for reliable messaging for intermediaries in network communication environments
US10089461B1 (en)2013-09-302018-10-02Fireeye, Inc.Page replacement code injection
US9736179B2 (en)2013-09-302017-08-15Fireeye, Inc.System, apparatus and method for using malware analysis results to drive adaptive instrumentation of virtual machines to improve exploit detection
US9294501B2 (en)2013-09-302016-03-22Fireeye, Inc.Fuzzy hash of behavioral results
US9628507B2 (en)2013-09-302017-04-18Fireeye, Inc.Advanced persistent threat (APT) detection center
US9690936B1 (en)2013-09-302017-06-27Fireeye, Inc.Multistage system and method for analyzing obfuscated content for malware
US10192052B1 (en)2013-09-302019-01-29Fireeye, Inc.System, apparatus and method for classifying a file as malicious using static scanning
US10515214B1 (en)2013-09-302019-12-24Fireeye, Inc.System and method for classifying malware within content created during analysis of a specimen
US9171160B2 (en)2013-09-302015-10-27Fireeye, Inc.Dynamically adaptive framework and method for classifying malware using intelligent static, emulation, and dynamic analyses
US10002011B2 (en)2013-11-042018-06-19Amazon Technologies, Inc.Centralized networking configuration in distributed systems
US9921978B1 (en)2013-11-082018-03-20Fireeye, Inc.System and method for enhanced security of storage devices
US9189627B1 (en)2013-11-212015-11-17Fireeye, Inc.System, apparatus and method for conducting on-the-fly decryption of encrypted objects for malware detection
US9674042B2 (en)2013-11-252017-06-06Amazon Technologies, Inc.Centralized resource usage visualization service for large-scale network topologies
CA2931524C (en)*2013-11-252019-09-24Amazon Technologies, Inc.Customer-directed networking limits in distributed systems
US10505838B2 (en)*2013-12-192019-12-10Sandvine CorporationSystem and method for diverting established communication sessions
US9747446B1 (en)2013-12-262017-08-29Fireeye, Inc.System and method for run-time object classification
US9756074B2 (en)2013-12-262017-09-05Fireeye, Inc.System and method for IPS and VM-based detection of suspicious objects
US9740857B2 (en)2014-01-162017-08-22Fireeye, Inc.Threat-aware microvisor
US9262635B2 (en)2014-02-052016-02-16Fireeye, Inc.Detection efficacy of virtual machine-based analysis with application specific events
RU2543564C1 (en)*2014-03-202015-03-10Закрытое акционерное общество "Научно-производственное предприятие "Информационные технологии в бизнесе"System of detection and prevention of intrusions based on control of access to resources
US9241010B1 (en)2014-03-202016-01-19Fireeye, Inc.System and method for network behavior detection
US10242185B1 (en)2014-03-212019-03-26Fireeye, Inc.Dynamic guest image creation and rollback
US9591015B1 (en)2014-03-282017-03-07Fireeye, Inc.System and method for offloading packet processing and static analysis operations
US9432389B1 (en)2014-03-312016-08-30Fireeye, Inc.System, apparatus and method for detecting a malicious attack based on static analysis of a multi-flow object
US9223972B1 (en)2014-03-312015-12-29Fireeye, Inc.Dynamically remote tuning of a malware content detection system
US9973531B1 (en)2014-06-062018-05-15Fireeye, Inc.Shellcode detection
US9594912B1 (en)2014-06-062017-03-14Fireeye, Inc.Return-oriented programming detection
US9438623B1 (en)2014-06-062016-09-06Fireeye, Inc.Computer exploit detection using heap spray pattern matching
US10084813B2 (en)2014-06-242018-09-25Fireeye, Inc.Intrusion prevention and remedy system
US9398028B1 (en)2014-06-262016-07-19Fireeye, Inc.System, device and method for detecting a malicious attack based on communcations between remotely hosted virtual machines and malicious web servers
US10805340B1 (en)2014-06-262020-10-13Fireeye, Inc.Infection vector and malware tracking with an interactive user display
US10002252B2 (en)2014-07-012018-06-19Fireeye, Inc.Verification of trusted threat-aware microvisor
US9363280B1 (en)2014-08-222016-06-07Fireeye, Inc.System and method of detecting delivery of malware using cross-customer data
US9894031B2 (en)2014-08-272018-02-13Cisco Technology, Inc.Source-aware technique for facilitating LISP host mobility
CN105491078B (en)*2014-09-152019-01-22阿里巴巴集团控股有限公司Data processing method and device, SOA system in SOA system
US10671726B1 (en)2014-09-222020-06-02Fireeye Inc.System and method for malware analysis using thread-level event monitoring
WO2016049609A1 (en)*2014-09-252016-03-31Hughes Network Systems, LlcApplication-aware multihoming for data traffic acceleration in data communications networks
US10027689B1 (en)2014-09-292018-07-17Fireeye, Inc.Interactive infection visualization for improved exploit detection and signature generation for malware and malware families
US9773112B1 (en)2014-09-292017-09-26Fireeye, Inc.Exploit detection of malware and malware families
US9690933B1 (en)2014-12-222017-06-27Fireeye, Inc.Framework for classifying an object as malicious with machine learning for deploying updated predictive models
US10075455B2 (en)2014-12-262018-09-11Fireeye, Inc.Zero-day rotating guest image profile
US9934376B1 (en)2014-12-292018-04-03Fireeye, Inc.Malware detection appliance architecture
US9838417B1 (en)2014-12-302017-12-05Fireeye, Inc.Intelligent context aware user interaction for malware detection
US10432688B2 (en)2015-03-132019-10-01Telefonaktiebolaget Lm Ericsson (Publ)System and method for optimized delivery of live ABR media
US10148693B2 (en)2015-03-252018-12-04Fireeye, Inc.Exploit detection system
US9690606B1 (en)2015-03-252017-06-27Fireeye, Inc.Selective system call monitoring
US9438613B1 (en)2015-03-302016-09-06Fireeye, Inc.Dynamic content activation for automated analysis of embedded objects
US10417031B2 (en)2015-03-312019-09-17Fireeye, Inc.Selective virtualization for security threat detection
US9483644B1 (en)2015-03-312016-11-01Fireeye, Inc.Methods for detecting file altering malware in VM based analysis
US10474813B1 (en)2015-03-312019-11-12Fireeye, Inc.Code injection technique for remediation at an endpoint of a network
US9654485B1 (en)2015-04-132017-05-16Fireeye, Inc.Analytics-based security monitoring system and method
US9594904B1 (en)2015-04-232017-03-14Fireeye, Inc.Detecting malware based on reflection
US9338147B1 (en)2015-04-242016-05-10Extrahop Networks, Inc.Secure communication secret sharing
US9705924B2 (en)2015-06-242017-07-11International Business Machines CorporationDetermining a number of users allowed to access message based on message objective
US10642753B1 (en)2015-06-302020-05-05Fireeye, Inc.System and method for protecting a software component running in virtual machine using a virtualization layer
US11113086B1 (en)2015-06-302021-09-07Fireeye, Inc.Virtual system and method for securing external network connectivity
US10726127B1 (en)2015-06-302020-07-28Fireeye, Inc.System and method for protecting a software component running in a virtual machine through virtual interrupts by the virtualization layer
US10454950B1 (en)2015-06-302019-10-22Fireeye, Inc.Centralized aggregation technique for detecting lateral movement of stealthy cyber-attacks
US10117127B2 (en)2015-07-082018-10-30Oracle International CorporationMethods, systems, and computer readable media for communicating radio access network congestion status information for large numbers of users
US10715542B1 (en)2015-08-142020-07-14Fireeye, Inc.Mobile application risk analysis
US10176321B2 (en)2015-09-222019-01-08Fireeye, Inc.Leveraging behavior-based rules for malware family classification
US20170093770A1 (en)*2015-09-252017-03-30Intel CorporationTechnologies for receive side message inspection and filtering
US10033747B1 (en)2015-09-292018-07-24Fireeye, Inc.System and method for detecting interpreter-based exploit attacks
US10601865B1 (en)2015-09-302020-03-24Fireeye, Inc.Detection of credential spearphishing attacks using email analysis
US10210329B1 (en)2015-09-302019-02-19Fireeye, Inc.Method to detect application execution hijacking using memory protection
US10706149B1 (en)2015-09-302020-07-07Fireeye, Inc.Detecting delayed activation malware using a primary controller and plural time controllers
US9825976B1 (en)2015-09-302017-11-21Fireeye, Inc.Detection and classification of exploit kits
US9825989B1 (en)2015-09-302017-11-21Fireeye, Inc.Cyber attack early warning system
US10817606B1 (en)2015-09-302020-10-27Fireeye, Inc.Detecting delayed activation malware using a run-time monitoring agent and time-dilation logic
US20170093700A1 (en)*2015-09-302017-03-30WoT. io, Inc.Device platform integrating disparate data sources
US10284575B2 (en)2015-11-102019-05-07Fireeye, Inc.Launcher for setting analysis environment variations for malware detection
US10447728B1 (en)2015-12-102019-10-15Fireeye, Inc.Technique for protecting guest processes using a layered virtualization architecture
US10846117B1 (en)2015-12-102020-11-24Fireeye, Inc.Technique for establishing secure communication between host and guest processes of a virtualization architecture
US10108446B1 (en)2015-12-112018-10-23Fireeye, Inc.Late load technique for deploying a virtualization layer underneath a running operating system
US10230681B2 (en)*2015-12-142019-03-12International Business Machines CorporationMethod and apparatus for unified message adaptation
US10133866B1 (en)2015-12-302018-11-20Fireeye, Inc.System and method for triggering analysis of an object for malware in response to modification of that object
US10621338B1 (en)2015-12-302020-04-14Fireeye, Inc.Method to detect forgery and exploits using last branch recording registers
US10050998B1 (en)2015-12-302018-08-14Fireeye, Inc.Malicious message analysis system
US10565378B1 (en)2015-12-302020-02-18Fireeye, Inc.Exploit of privilege detection framework
US10581874B1 (en)2015-12-312020-03-03Fireeye, Inc.Malware detection system with contextual analysis
US11552986B1 (en)2015-12-312023-01-10Fireeye Security Holdings Us LlcCyber-security framework for application of virtual features
US9824216B1 (en)2015-12-312017-11-21Fireeye, Inc.Susceptible environment detection system
US10204211B2 (en)2016-02-032019-02-12Extrahop Networks, Inc.Healthcare operations with passive network monitoring
US10785255B1 (en)2016-03-252020-09-22Fireeye, Inc.Cluster configuration within a scalable malware detection system
US10616266B1 (en)2016-03-252020-04-07Fireeye, Inc.Distributed malware detection system and submission workflow thereof
US10601863B1 (en)2016-03-252020-03-24Fireeye, Inc.System and method for managing sensor enrollment
US10671721B1 (en)2016-03-252020-06-02Fireeye, Inc.Timeout management services
US10826933B1 (en)2016-03-312020-11-03Fireeye, Inc.Technique for verifying exploit/malware at malware detection appliance through correlation with endpoints
US10893059B1 (en)2016-03-312021-01-12Fireeye, Inc.Verification and enhancement using detection systems located at the network periphery and endpoint devices
US20170295193A1 (en)*2016-04-062017-10-12Omni Ai, Inc.Adaptive anomaly context description
US10454777B2 (en)*2016-04-062019-10-22Omni Ai, Inc.Network data processing driver for a cognitive artifical intelligence system
US12432233B1 (en)2016-04-062025-09-30Intellective Ai, Inc.Adaptive anomaly context description
US10063666B2 (en)2016-06-142018-08-28Futurewei Technologies, Inc.Modular telecommunication edge cloud system
US10169585B1 (en)2016-06-222019-01-01Fireeye, Inc.System and methods for advanced malware detection through placement of transition events
US10462173B1 (en)2016-06-302019-10-29Fireeye, Inc.Malware detection verification and enhancement by coordinating endpoint and malware detection systems
US9729416B1 (en)2016-07-112017-08-08Extrahop Networks, Inc.Anomaly detection using device relationship graphs
US9660879B1 (en)2016-07-252017-05-23Extrahop Networks, Inc.Flow deduplication across a cluster of network monitoring devices
US10459811B2 (en)*2016-08-192019-10-29Bank Of America CorporationSystem for increasing intra-application processing efficiency by transmitting failed processing work over a processing recovery network for resolution
US10270654B2 (en)*2016-08-192019-04-23Bank Of America CorporationSystem for increasing computing efficiency of communication between applications running on networked machines
US10180881B2 (en)2016-08-192019-01-15Bank Of America CorporationSystem for increasing inter-application processing efficiency by transmitting failed processing work over a processing recovery network for resolution
US10592678B1 (en)2016-09-092020-03-17Fireeye, Inc.Secure communications between peers using a verified virtual trusted platform module
US10491627B1 (en)2016-09-292019-11-26Fireeye, Inc.Advanced malware detection using similarity analysis
US10530640B2 (en)2016-09-292020-01-07Micro Focus LlcDetermining topology using log messages
US10795991B1 (en)2016-11-082020-10-06Fireeye, Inc.Enterprise search
US9756061B1 (en)2016-11-182017-09-05Extrahop Networks, Inc.Detecting attacks using passive network monitoring
US10645066B2 (en)2016-11-192020-05-05Alan Earl SwahnRights controlled communication
US10587647B1 (en)2016-11-222020-03-10Fireeye, Inc.Technique for malware detection capability comparison of network security devices
EP3560135A4 (en)2016-12-222020-08-05IP Reservoir, LLC LEARNING PIPING FOR HARDWARE ACCELERATED MACHINERY
US10581879B1 (en)2016-12-222020-03-03Fireeye, Inc.Enhanced malware detection for generated objects
US10552610B1 (en)2016-12-222020-02-04Fireeye, Inc.Adaptive virtual machine snapshot update framework for malware behavioral analysis
US10523609B1 (en)2016-12-272019-12-31Fireeye, Inc.Multi-vector malware detection and analysis
US10361997B2 (en)2016-12-292019-07-23Riverbed Technology, Inc.Auto discovery between proxies in an IPv6 network
US10476673B2 (en)2017-03-222019-11-12Extrahop Networks, Inc.Managing session secrets for continuous packet capture systems
US10630654B2 (en)*2017-03-222020-04-21Microsoft Technology Licensing, LlcHardware-accelerated secure communication management
US10904286B1 (en)2017-03-242021-01-26Fireeye, Inc.Detection of phishing attacks using similarity analysis
US10554507B1 (en)2017-03-302020-02-04Fireeye, Inc.Multi-level control for enhanced resource and object evaluation management of malware detection system
US10902119B1 (en)2017-03-302021-01-26Fireeye, Inc.Data extraction system for malware analysis
US10791138B1 (en)2017-03-302020-09-29Fireeye, Inc.Subscription-based malware detection
US10798112B2 (en)2017-03-302020-10-06Fireeye, Inc.Attribute-controlled malware detection
US10503904B1 (en)2017-06-292019-12-10Fireeye, Inc.Ransomware detection and mitigation
US10601848B1 (en)2017-06-292020-03-24Fireeye, Inc.Cyber-security system and method for weak indicator detection and correlation to generate strong indicators
US10855700B1 (en)2017-06-292020-12-01Fireeye, Inc.Post-intrusion detection of cyber-attacks during lateral movement within networks
US10893068B1 (en)2017-06-302021-01-12Fireeye, Inc.Ransomware file modification prevention technique
US11153289B2 (en)*2017-07-282021-10-19Alibaba Group Holding LimitedSecure communication acceleration using a System-on-Chip (SoC) architecture
US10263863B2 (en)2017-08-112019-04-16Extrahop Networks, Inc.Real-time configuration discovery and management
US10063434B1 (en)2017-08-292018-08-28Extrahop Networks, Inc.Classifying applications or activities based on network behavior
US10747872B1 (en)2017-09-272020-08-18Fireeye, Inc.System and method for preventing malware evasion
US10805346B2 (en)2017-10-012020-10-13Fireeye, Inc.Phishing attack detection
US9967292B1 (en)2017-10-252018-05-08Extrahop Networks, Inc.Inline secret sharing
US11108809B2 (en)2017-10-272021-08-31Fireeye, Inc.System and method for analyzing binary code for malware classification using artificial neural network techniques
US11271955B2 (en)2017-12-282022-03-08Fireeye Security Holdings Us LlcPlatform and method for retroactive reclassification employing a cybersecurity-based global data store
US11240275B1 (en)2017-12-282022-02-01Fireeye Security Holdings Us LlcPlatform and method for performing cybersecurity analyses employing an intelligence hub with a modular architecture
US11005860B1 (en)2017-12-282021-05-11Fireeye, Inc.Method and system for efficient cybersecurity analysis of endpoint events
US10389574B1 (en)2018-02-072019-08-20Extrahop Networks, Inc.Ranking alerts based on network monitoring
US10264003B1 (en)2018-02-072019-04-16Extrahop Networks, Inc.Adaptive network monitoring with tuneable elastic granularity
US10038611B1 (en)2018-02-082018-07-31Extrahop Networks, Inc.Personalization of alerts based on network monitoring
US10270794B1 (en)2018-02-092019-04-23Extrahop Networks, Inc.Detection of denial of service attacks
US10887240B2 (en)2018-02-262021-01-05Marvell Israel (M.I.S.L) Ltd.Automatic flow learning in network devices
DE102018105348B4 (en)2018-03-082022-02-24Bürkert Werke GmbH & Co. KG magnetic valve
CN108494835B (en)*2018-03-082020-11-03浪潮云信息技术股份公司Method and system for realizing distributed dynamic routing based on Raft algorithm
US10826931B1 (en)2018-03-292020-11-03Fireeye, Inc.System and method for predicting and mitigating cybersecurity system misconfigurations
US10956477B1 (en)2018-03-302021-03-23Fireeye, Inc.System and method for detecting malicious scripts through natural language processing modeling
US11003773B1 (en)2018-03-302021-05-11Fireeye, Inc.System and method for automatically generating malware detection rule recommendations
US11558401B1 (en)2018-03-302023-01-17Fireeye Security Holdings Us LlcMulti-vector malware detection data sharing system for improved detection
US11652851B2 (en)*2018-04-062023-05-16Nokia Technologies OyMethod and apparatus for network function messaging
US10116679B1 (en)2018-05-182018-10-30Extrahop Networks, Inc.Privilege inference and monitoring based on network behavior
US11314859B1 (en)2018-06-272022-04-26FireEye Security Holdings, Inc.Cyber-security system and method for detecting escalation of privileges within an access token
US11075930B1 (en)2018-06-272021-07-27Fireeye, Inc.System and method for detecting repetitive cybersecurity attacks constituting an email campaign
US11228491B1 (en)2018-06-282022-01-18Fireeye Security Holdings Us LlcSystem and method for distributed cluster configuration monitoring and management
US10846420B2 (en)2018-06-292020-11-24Forcepoint LlcDomain controller agent subscription to kerberos events for reliable transparent identification
US11316900B1 (en)2018-06-292022-04-26FireEye Security Holdings Inc.System and method for automatically prioritizing rules for cyber-threat detection and mitigation
US10411978B1 (en)2018-08-092019-09-10Extrahop Networks, Inc.Correlating causes and effects associated with network activity
US10594718B1 (en)2018-08-212020-03-17Extrahop Networks, Inc.Managing incident response operations based on monitored network activity
US11182473B1 (en)2018-09-132021-11-23Fireeye Security Holdings Us LlcSystem and method for mitigating cyberattacks against processor operability by a guest process
US11763004B1 (en)2018-09-272023-09-19Fireeye Security Holdings Us LlcSystem and method for bootkit detection
US12074887B1 (en)2018-12-212024-08-27Musarubra Us LlcSystem and method for selectively processing content after identification and removal of malicious content
US11743290B2 (en)2018-12-212023-08-29Fireeye Security Holdings Us LlcSystem and method for detecting cyberattacks impersonating legitimate sources
US11176251B1 (en)2018-12-212021-11-16Fireeye, Inc.Determining malware via symbolic function hash analysis
US11368475B1 (en)2018-12-212022-06-21Fireeye Security Holdings Us LlcSystem and method for scanning remote services to locate stored objects with malware
US11601444B1 (en)2018-12-312023-03-07Fireeye Security Holdings Us LlcAutomated system for triage of customer issues
US11138265B2 (en)*2019-02-112021-10-05Verizon Media Inc.Computerized system and method for display of modified machine-generated messages
US10924392B2 (en)2019-03-152021-02-16Juniper Networks, Inc.Planning and managing network probes using centralized controller
US11310238B1 (en)2019-03-262022-04-19FireEye Security Holdings, Inc.System and method for retrieval and analysis of operational data from customer, cloud-hosted virtual resources
US11677786B1 (en)2019-03-292023-06-13Fireeye Security Holdings Us LlcSystem and method for detecting and protecting against cybersecurity attacks on servers
US11636198B1 (en)2019-03-302023-04-25Fireeye Security Holdings Us LlcSystem and method for cybersecurity analyzer update and concurrent management system
WO2020232294A1 (en)2019-05-142020-11-19Exegy IncorporatedMethods and systems for low latency generation and distribution of trading signals from financial market data
US10965702B2 (en)2019-05-282021-03-30Extrahop Networks, Inc.Detecting injection attacks using passive network monitoring
US11258806B1 (en)2019-06-242022-02-22Mandiant, Inc.System and method for automatically associating cybersecurity intelligence to cyberthreat actors
US11556640B1 (en)2019-06-272023-01-17Mandiant, Inc.Systems and methods for automated cybersecurity analysis of extracted binary string sets
US11392700B1 (en)2019-06-282022-07-19Fireeye Security Holdings Us LlcSystem and method for supporting cross-platform data verification
US11165814B2 (en)2019-07-292021-11-02Extrahop Networks, Inc.Modifying triage information based on network monitoring
US11388072B2 (en)2019-08-052022-07-12Extrahop Networks, Inc.Correlating network traffic that crosses opaque endpoints
US10742530B1 (en)2019-08-052020-08-11Extrahop Networks, Inc.Correlating network traffic that crosses opaque endpoints
US12200013B2 (en)2019-08-072025-01-14Musarubra Us LlcSystem and method for detecting cyberattacks impersonating legitimate sources
US10742677B1 (en)2019-09-042020-08-11Extrahop Networks, Inc.Automatic determination of user roles and asset types based on network monitoring
US11886585B1 (en)2019-09-272024-01-30Musarubra Us LlcSystem and method for identifying and mitigating cyberattacks through malicious position-independent code execution
US11637862B1 (en)2019-09-302023-04-25Mandiant, Inc.System and method for surfacing cyber-security threats with a self-learning recommendation engine
US11218411B2 (en)2019-11-212022-01-04Marvell Israel (M.I.S.L) Ltd.Flow monitoring in network devices
US11165823B2 (en)2019-12-172021-11-02Extrahop Networks, Inc.Automated preemptive polymorphic deception
US11522884B1 (en)2019-12-242022-12-06Fireeye Security Holdings Us LlcSubscription and key management system
US11436327B1 (en)2019-12-242022-09-06Fireeye Security Holdings Us LlcSystem and method for circumventing evasive code for cyberthreat detection
US11838300B1 (en)2019-12-242023-12-05Musarubra Us LlcRun-time configurable cybersecurity system
US11595299B2 (en)*2020-07-292023-02-28Oracle International CorporationSystem and method of suppressing inbound payload to an integration flow of an orchestration based application integration
WO2022066910A1 (en)2020-09-232022-03-31Extrahop Networks, Inc.Monitoring encrypted network traffic
US11463466B2 (en)2020-09-232022-10-04Extrahop Networks, Inc.Monitoring encrypted network traffic
US11323312B1 (en)2020-11-252022-05-03Juniper Networks, Inc.Software-defined network monitoring and fault localization
US20220261904A1 (en)2021-02-162022-08-18Exegy IncorporatedMethods and Systems for Low Latency Automated Trading Using a Hedging Strategy
US11349861B1 (en)2021-06-182022-05-31Extrahop Networks, Inc.Identifying network entities based on beaconing activity
US11296967B1 (en)2021-09-232022-04-05Extrahop Networks, Inc.Combining passive network analysis and active probing
US11910236B2 (en)2021-10-132024-02-20T-Mobile Usa, Inc.Adaptive payload sizes for streaming data delivery based on usage patterns
US11843606B2 (en)2022-03-302023-12-12Extrahop Networks, Inc.Detecting abnormal data access based on data similarity
CN114866374B (en)*2022-05-112024-01-16青岛海信日立空调系统有限公司Intelligent home gateway equipment and intelligent home system
US12294510B2 (en)2022-12-202025-05-06Arrcus Inc.Method and apparatus for telemetry monitoring of BGP prefixes in a network topology
US12113700B2 (en)*2022-12-202024-10-08Arrcus Inc.Method and apparatus for telemetry monitoring of BGP prefixes in a network topology

Citations (285)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4688026A (en)1984-05-151987-08-18Scribner James RMethod of collecting and using data associated with tagged objects
US5339073A (en)1987-03-311994-08-16Identec LimitedAccess control equipment and method for using the same
US5646616A (en)1994-07-011997-07-08Murata Kikai Kabushiki KaishaPicking system
US5790542A (en)1995-06-281998-08-04Hyundai Electronics Industries Co.Destination address detection apparatus for hardware packet router
US5796743A (en)1993-11-301998-08-18General Electric CompanyData word indicator in a system for assembling transport data packets
US5850187A (en)1996-03-271998-12-15Amtech CorporationIntegrated electronic tag reader and wireless communication link
WO1999007116A1 (en)1997-07-291999-02-11Northern Telecom LimitedMethod and apparatus for processing multi-protocol communications
US5887176A (en)1996-06-281999-03-23Randtec, Inc.Method and system for remote monitoring and tracking of inventory
US5960200A (en)1996-05-031999-09-28I-CubeSystem to transition an enterprise to a distributed infrastructure
US6012090A (en)1997-03-142000-01-04At&T Corp.Client-side parallel requests for network services using group name association
US6021135A (en)1996-12-122000-02-01Fujitsu LimitedCell assembly and multiplexing device, and demultiplexing device
EP0986229A2 (en)1998-09-092000-03-15JSB Software Technology plcMethod and system for monitoring and controlling network access
US6070187A (en)1998-03-262000-05-30Hewlett-Packard CompanyMethod and apparatus for configuring a network node to be its own gateway
EP1011244A2 (en)1998-12-162000-06-21Lucent Technologies Inc.Method and apparatus for transparently directing requests for web objects to proxy caches
US6085234A (en)1994-11-282000-07-04Inca Technology, Inc.Remote file services network-infrastructure cache
US6111517A (en)1996-12-302000-08-29Visionics CorporationContinuous video monitoring using face recognition for access control
US6115378A (en)1997-06-302000-09-05Sun Microsystems, Inc.Multi-layer distributed network element
US6115079A (en)1998-02-142000-09-05Mcrae; Michael W.Programmable video channel controller
US6125391A (en)1998-10-162000-09-26Commerce One, Inc.Market makers using documents for commerce in trading partner networks
US6145079A (en)1998-03-062000-11-07Deloitte & Touche Usa LlpSecure electronic transactions using a trusted intermediary to perform electronic services
US6167438A (en)1997-05-222000-12-26Trustees Of Boston UniversityMethod and system for distributed caching, prefetching and replication
US20010000083A1 (en)1997-10-282001-03-29Doug CrowShared cache parsing and pre-fetch
WO2001027766A2 (en)1999-10-082001-04-19Mirror Image Internet, Inc.Bi-directional caching systems and methods
US6226675B1 (en)1998-10-162001-05-01Commerce One, Inc.Participant server which process documents for commerce in trading partner networks
US20010027104A1 (en)2000-01-312001-10-04Heino HameleersMethod for data connections in a cellular mobile communication network
US6300903B1 (en)1998-03-232001-10-09Time Domain CorporationSystem and method for person or object position location utilizing impulse radio
US20010028308A1 (en)1997-03-282001-10-11Carlos De La HuergaInteractive medication container
US6321264B1 (en)1998-08-282001-11-203Com CorporationNetwork-performance statistics using end-node computer systems
US20010047422A1 (en)2000-01-212001-11-29Mcternan Brennan J.System and method for using benchmarking to account for variations in client capabilities in the distribution of a media presentation
US20010056504A1 (en)1999-12-212001-12-27Eugene KuznetsovMethod and apparatus of data exchange using runtime code generator and translator
US6337856B1 (en)1998-05-202002-01-08Steelcase Development CorporationMultimedia data communications system
US6341130B1 (en)1998-02-092002-01-22Lucent Technologies, Inc.Packet classification method and apparatus employing two fields
US20020012433A1 (en)2000-03-312002-01-31Nokia CorporationAuthentication in a packet data network
US20020016739A1 (en)1999-09-212002-02-07Fujitsu LimitedSystem and method for managing expiration-dated products utilizing an electronic receipt
US20020015485A1 (en)1997-04-222002-02-07Bhusri Gurcharan S.Service and information management system for a telecommunications network
US6356951B1 (en)1999-03-012002-03-12Sun Microsystems, Inc.System for parsing a packet for conformity with a predetermined protocol using mask and comparison values included in a parsing instruction
US6363477B1 (en)1998-08-282002-03-263Com CorporationMethod for analyzing network application flows in an encrypted environment
WO2002027507A2 (en)2000-09-272002-04-04Storage Technology CorporationDevice for protocol conversion using a canonical intermediate
WO2002037730A2 (en)2000-10-312002-05-10Firebit Ltd.A router-based system for providing multi-level data filtering and security services in a broadband environment
US20020059428A1 (en)1998-11-102002-05-16Netscaler, Inc.Internet client-server multiplexer
US20020069279A1 (en)2000-12-292002-06-06Romero Francisco J.Apparatus and method for routing a transaction based on a requested level of service
US20020072379A1 (en)2000-11-102002-06-13International Business Machines CorporationMethod and system for locating position for a mobile communication device
US20020083187A1 (en)2000-10-262002-06-27Sim Siew YongMethod and apparatus for minimizing network congestion during large payload delivery
US20020083817A1 (en)2000-12-282002-07-04Hoshino Gakki Kabushiki KaishaSnare strainer for a snare drum
US20020101848A1 (en)2000-12-052002-08-01Ivan LeeSystems and methods for on-location, wireless access of web content
US20020105911A1 (en)1998-11-242002-08-08Parag PruthiApparatus and method for collecting and analyzing communications data
US20020107951A1 (en)2000-09-112002-08-08William TeagueReport group management
US20020114274A1 (en)2000-09-192002-08-22Sturges James H.Packet based network for supporting real time applications
US20020126672A1 (en)2001-01-102002-09-12Nelson ChowMethod and apparatus for a flexible and reconfigurable packet classifier using content addressable memory
US20020136403A1 (en)2001-02-022002-09-26Henson Kevin M.Data decryption system
WO2002075547A1 (en)2001-03-162002-09-26Kavado, Inc.Application layer security method and system
US20020141393A1 (en)2001-04-022002-10-03Eriksson Goran A.P.Concurrent use of communication paths in a multi-path access link to an IP network
US20020143981A1 (en)2001-04-032002-10-03International Business Machines CorporationQuality of service improvements for network transactions
US20020152399A1 (en)2001-04-132002-10-17Smith Gregory JSystem and method for providing exploit protection for networks
US20020161907A1 (en)2001-04-252002-10-31Avery MoonAdaptive multi-protocol communications system
US20020163933A1 (en)2000-11-032002-11-07Mathilde BenvenisteTiered contention multiple access (TCMA): a method for priority-based shared channel access
US20020165957A1 (en)2001-05-022002-11-07Devoe Jiva GandharaIntelligent dynamic route selection based on active probing of network operational characteristics
US20020194350A1 (en)2001-06-182002-12-19Lu Leonard L.Content-aware web switch without delayed binding and methods thereof
US20020191622A1 (en)2001-06-182002-12-19Zdan Michael A.System for and method of differentiated queuing in a routing system
US20030005117A1 (en)2001-06-292003-01-02Kang Amy H.Pluggable authentication and access control for a messaging system
US20030009571A1 (en)2001-06-282003-01-09Bavadekar Shailesh S.System and method for providing tunnel connections between entities in a messaging system
US20030014665A1 (en)2001-07-032003-01-16Anderson Todd A.Apparatus and method for secure, automated response to distributed denial of service attacks
US6510434B1 (en)1999-12-292003-01-21Bellsouth Intellectual Property CorporationSystem and method for retrieving information from a database using an index of XML tags and metafiles
US6510464B1 (en)1999-12-142003-01-21Verizon Corporate Services Group Inc.Secure gateway having routing feature
US20030018726A1 (en)2001-04-272003-01-23Low Sydney GordonInstant messaging
US20030028616A1 (en)2001-06-282003-02-06Hideo AokiCongestion control and avoidance method
US20030028599A1 (en)2001-06-192003-02-06Kolsky Amir D.Method and system for a communication scheme over heterogeneous networks
US20030026268A1 (en)2000-11-282003-02-06Siemens Technology-To-Business Center, LlcCharacteristic routing
US20030036897A1 (en)2001-07-312003-02-20International Business Machines CorporationMethod and apparatus for simulating application workloads on an e-business application server
US20030046429A1 (en)2001-08-302003-03-06Sonksen Bradley StephenStatic data item processing
WO2003021465A1 (en)2001-09-052003-03-13Pluris, Inc.Method and apparatus for performing a software upgrade of a router while the router is online
US20030055818A1 (en)2001-05-042003-03-20Yaroslav FaybishenkoMethod and system of routing messages in a distributed search network
US6539281B2 (en)2001-04-232003-03-25Accenture Global Services GmbhOnline medicine cabinet
US20030065711A1 (en)2001-10-012003-04-03International Business Machines CorporationMethod and apparatus for content-aware web switching
US20030069975A1 (en)2000-04-132003-04-10Abjanic John B.Network apparatus for transformation
US6553489B1 (en)2000-01-122003-04-22Cisco Technology, Inc.System and method for secure and efficient universal port configuration
US20030078031A1 (en)2001-10-192003-04-24Hiroyo MasudaCommunication system
US20030084279A1 (en)2001-10-292003-05-01Pitney Bowes Inc.Monitoring system for a corporate network
US20030093530A1 (en)2001-10-262003-05-15Majid SyedArbitrator system and method for national and local content distribution
US20030095569A1 (en)2001-11-072003-05-22Michael WengrovitzDistributed integration of legacy PBX system with SIP networks
US20030105903A1 (en)2001-08-102003-06-05Garnett Paul J.Load balancing
US20030112802A1 (en)2001-11-162003-06-19Nec CorporationPacket transfer method and apparatus
US20030115448A1 (en)2001-10-292003-06-19Thaddeus BouchardMethods and apparatus for securely communicating a message
US20030112809A1 (en)2001-08-242003-06-19Bharali Anupam A.Efficient method and system for automatic discovery and verification of optimal paths through a dynamic multi-point meshed overlay network
US6587431B1 (en)1998-12-182003-07-01Nortel Networks LimitedSupertrunking for packet switching
US6597918B1 (en)1999-09-082003-07-22Samsung Electronics Co., Ltd.Apparatus and method for transmitting/receiving long message in digital portable terminal
US20030140140A1 (en)2002-01-182003-07-24Jesse LahtinenMonitoring the flow of a data stream
US6611526B1 (en)2000-05-082003-08-26Adc Broadband Access Systems, Inc.System having a meshed backplane and process for transferring data therethrough
US20030163539A1 (en)2002-02-262003-08-28Giacomo PiccinelliApparatus and method for data transfer
US20030163603A1 (en)2002-02-222003-08-28Chris FrySystem and method for XML data binding
US20030177183A1 (en)2002-03-152003-09-18Microsoft CorporationTime-window-constrained multicast using connection scheduling
US20030188192A1 (en)2002-03-272003-10-02Puqi TangSecurity enabled network access control
US20030189935A1 (en)2002-04-092003-10-09Warden Gary G.Systems and methods for providing quality of service (QoS) in an environment that does not normally support QoS features
US20030202535A1 (en)2001-04-272003-10-30Foster Michael S.Parallel analysis of incoming data transmissions
US20030204626A1 (en)2002-04-242003-10-30Microsoft CorporationMethod and apparatus for efficiently matching responses to requests previously passed by a network node
US20030204719A1 (en)2001-03-162003-10-30Kavado, Inc.Application layer security method and system
US20030217176A1 (en)2002-03-282003-11-20Frank BeuningsContent-based routing system and method
US20030217171A1 (en)2002-05-172003-11-20Von Stuermer Wolfgang R.Self-replicating and self-installing software apparatus
US20030236883A1 (en)2002-06-212003-12-25Yoshiteru TakeshimaProxy server apparatus and method for providing service using the same
US20040001444A1 (en)2002-06-262004-01-01Emek SadotPacket fragmentation prevention
US20040006613A1 (en)2002-07-032004-01-08Telefonaktiebolaget L M Ericsson (Publ)Quality of service (QoS) mechanism in an internet protocol (IP) network
US6678827B1 (en)1999-05-062004-01-13Watchguard Technologies, Inc.Managing multiple network security devices from a manager device
US6683881B1 (en)1999-05-282004-01-27Ericsson Inc.Interface between an SS7 gateway and an IP network
US20040022250A1 (en)2002-07-312004-02-05Weijing ChenResource reservation protocol based guaranteed quality of service internet protocol connections over a switched network
US20040024868A1 (en)2002-08-012004-02-05Drummond Richard VaneileSystem and method for in situ, real-time, supply chain, interoperability verification
US20040021569A1 (en)2001-11-212004-02-05Robert LepkofkerPersonnel and resource tracking method and system for enclosed spaces
US20040022255A1 (en)2002-07-312004-02-05Weijing ChenEnhancement of resource reservation protocol enabling short-cut internet protocol connections over a switched network
US20040024881A1 (en)2002-07-312004-02-05Elving Christopher H.System and method for sticky routing of requests within a server farm
US20040032881A1 (en)2002-08-162004-02-19Kanehide AraiDistributed application layer protocol converter for communications network
US20040039940A1 (en)2002-08-232004-02-26Koninklijke Philips Electronics N.V.Hardware-based packet filtering accelerator
US20040044766A1 (en)2002-08-292004-03-04Heinz PaulyManaging uneven authorizations in a computer data exchange
US20040054886A1 (en)1998-11-032004-03-18Dickinson Robert D.E-mail firewall with stored key encryption/decryption
US20040061646A1 (en)2002-09-302004-04-01Lucent Technologies, Inc.Methods and apparatus for location determination based on dispersed radio frequency tags
US20040064586A1 (en)2002-09-302004-04-01Weigand Gilbert G.Translating switch and method
US6718326B2 (en)*2000-08-172004-04-06Nippon Telegraph And Telephone CorporationPacket classification search device and method
US20040068576A1 (en)1996-10-142004-04-08Sverker LindboInternet communication system
US20040069852A1 (en)2002-06-262004-04-15Nokia CorporationBluetooth RF based RF-tag read/write station
US20040088460A1 (en)2002-10-312004-05-06Poisner David I.Event delivery
US20040088585A1 (en)2001-10-162004-05-06Kaler Christopher J.Flexible electronic message security mechanism
US20040100383A1 (en)2002-11-212004-05-27Kimberly-Clark Worldwide, Inc.RFID system and method for ensuring safety of hazardous or dangerous substances
US6745041B2 (en)2001-06-272004-06-01TekelecMethods and systems for communicating between subscribers of different application-layer mobile communications protocols
US20040108795A1 (en)2002-12-062004-06-10Meek Robert B.High capacity drawer with mechanical indicator for a dispensing device
US20040121789A1 (en)2002-12-232004-06-24Teddy LindseyMethod and apparatus for communicating information in a global distributed network
US20040128389A1 (en)2002-12-312004-07-01Kurt KopchikMethod and apparatus for wirelessly establishing user preference settings on a computer
US20040133775A1 (en)2003-01-072004-07-08Callas Jonathan D.System and method for secure electronic communication in a partially keyless environment
US20040136371A1 (en)2002-01-042004-07-15Muralidhar Rajeev D.Distributed implementation of control protocols in routers and switches
US6766361B1 (en)2000-02-242004-07-20Cephire Technologies, Inc.Machine-to-machine e-commerce interface using extensible markup language
US6766330B1 (en)1999-10-192004-07-20International Business Machines CorporationUniversal output constructor for XML queries universal output constructor for XML queries
US6771646B1 (en)1999-06-302004-08-03Hi/Fn, Inc.Associative cache structure for lookups and updates of flow records in a network monitor
US6772223B1 (en)2000-04-102004-08-03International Business Machines CorporationConfigurable classification interface for networking devices supporting multiple action packet handling rules
US20040162871A1 (en)2003-02-132004-08-19Pabla Kuldipsingh A.Infrastructure for accessing a peer-to-peer network environment
US20040167986A1 (en)2003-02-262004-08-26International Business Machines CorporationDynamic data-driven application integration adapters
US6785673B1 (en)2000-02-092004-08-31At&T Corp.Method for converting relational data into XML
US6785732B1 (en)2000-09-112004-08-31International Business Machines CorporationWeb server apparatus and method for virus checking
US20040170182A1 (en)2001-08-092004-09-02Masaaki HigashidaTransmission apparatus and transmission method
US20040177160A1 (en)2003-02-202004-09-09International Business Machines CorporationMapping between native data type instances
US6792002B2 (en)2000-02-142004-09-14Fujitsu LimitedPacket transfer system
US20040186883A1 (en)2003-03-192004-09-23Nyman Kai T.Method and apparatus for interfacing web services with mobile terminal applications during a browser or SIP session
US20040194112A1 (en)2003-03-282004-09-30Microsoft CorporationEntity linking system
US20040205770A1 (en)2003-02-112004-10-14International Business Machines CorporationDuplicate message elimination system for a message broker
US20040205136A1 (en)2003-03-282004-10-14Kevin WhittenbergerDocument message state management engine
US20040205336A1 (en)2003-04-122004-10-14Kessler Richard E.Transparent IPSec processing inline between a framer and a network component
US6813690B1 (en)2001-06-122004-11-02Network Appliance, Inc.Caching media data using content-sensitive identifiers
US20040221319A1 (en)2002-12-062004-11-04Ian ZenoniApplication streamer
US6816455B2 (en)2001-05-092004-11-09Telecom Italia S.P.A.Dynamic packet filter utilizing session tracking
US6820133B1 (en)2000-02-072004-11-16Netli, Inc.System and method for high-performance delivery of web content using high-performance communications protocol between the first and second specialized intermediate nodes to optimize a measure of communications performance between the source and the destination
US6826694B1 (en)1998-10-222004-11-30At&T Corp.High resolution access control
US6832249B2 (en)2000-05-192004-12-14Intellectual Ventures Patent Holdings Iii, LlcGlobally accessible computer network-based broadband communication system with user-controllable quality of information delivery and flow priority
US20040257202A1 (en)2003-06-192004-12-23Coughlin Michael E.RFID tag and method of user verification
US6836778B2 (en)2003-05-012004-12-28Oracle International CorporationTechniques for changing XML content in a relational database
US20040267933A1 (en)2001-09-102004-12-30Piotr PrzybylskiConfigurable connector adapted to convey data between a first application and a second application
US20040267930A1 (en)2003-06-262004-12-30International Business Machines CorporationSlow-dynamic load balancing method and system
US20040264481A1 (en)2003-06-302004-12-30Darling Christopher L.Network load balancing with traffic routing
US20040268357A1 (en)2003-06-302004-12-30Joy Joseph M.Network load balancing with session information
US20040267920A1 (en)2003-06-302004-12-30Aamer HydrieFlexible network load balancing
US20050005031A1 (en)2003-03-312005-01-06Gordy Stephen C.Network security tap for use with intrusion detection system
US20050015619A1 (en)2003-07-142005-01-20Wing LeeIntegration infrastrucuture
US20050021836A1 (en)2003-05-012005-01-27Reed Carl J.System and method for message processing and routing
US20050021626A1 (en)2003-05-222005-01-27Cisco Technology, Inc.Peer-to-peer dynamic web page sharing
US20050025091A1 (en)2002-11-222005-02-03Cisco Technology, Inc.Methods and apparatus for dynamic session key generation and rekeying in mobile IP
US20050041670A1 (en)2000-07-142005-02-24Wei LinIn-band QoS signaling refernce model for QoS-driven wireless lans
US6862270B1 (en)2000-07-142005-03-01At&T Corp.Architectural reference model for QoS-driven wireless LANs
US20050050021A1 (en)2003-08-252005-03-03Sybase, Inc.Information Messaging and Collaboration System
US20050050362A1 (en)2003-08-132005-03-03Amir PelesContent inspection in secure networks
US20050050000A1 (en)2003-09-022005-03-03International Business Machines CorporationGeneration of XSLT style sheets for different portable devices
US20050054346A1 (en)2003-09-092005-03-10Harris Corporation, Corporation Of The State Of DelawareLoad leveling in mobile ad-hoc networks to support end-to-end delay reduction, QoS and energy leveling
US6868426B1 (en)1999-07-072005-03-15Jeffrey W. MankoffVirtual document organizer system and method
US20050063377A1 (en)2003-09-222005-03-24Hewlett-Packard Development Company, L.P.System and method for monitoring network traffic
US20050071508A1 (en)2003-08-122005-03-31Brown Michael K.System and method for processing encoded messages
US20050076332A1 (en)2003-10-072005-04-07Sridhar JawaharlalAutomated generation of OLTP message source code
US20050080914A1 (en)2003-10-142005-04-14Grand Central Communications, Inc., A Delaware CorporationPolicy management in an interoperability network
US20050086342A1 (en)2003-09-192005-04-21Andrew BurtTechniques for client-transparent TCP migration
US20050097455A1 (en)2003-10-302005-05-05Dong ZhouMethod and apparatus for schema-driven XML parsing optimization
US20050094611A1 (en)2003-10-302005-05-05Dong-Jo CheongQoS support method in a high-rate packet data system
US20050093679A1 (en)2003-10-312005-05-05Zai Li-Cheng R.Method and system of using active RFID tags to provide a reliable and secure RFID system
US20050099270A1 (en)2003-11-102005-05-12Impinj, Inc.RFID tags adjusting to different regulatory environments, and RFID readers to so adjust them and methods
US20050102393A1 (en)2003-11-122005-05-12Christopher MurrayAdaptive load balancing
US20050114394A1 (en)2003-11-212005-05-26Kaipa Sam P.Mapping XML schema components to qualified Java components
US6901445B2 (en)1999-09-032005-05-31Fastforward Networks, Inc.Proximity-based redirection system for robust and scalable service-node location in an internetwork
US20050117576A1 (en)2000-11-282005-06-02Mci, Inc.Network access system including a programmable access device having distributed service control
US20050148314A1 (en)2003-12-312005-07-07Claudio TaglientiSystem and method for measuring and recording latency in internet protocol networks
US20050169171A1 (en)2004-02-032005-08-04Cheng Mark W.Method and apparatus for providing end-to-end quality of service (QoS)
US20050188103A1 (en)2003-12-302005-08-25Nokia CorporationMethod or device for delivering a packet in a scatternet
US20050198351A1 (en)2004-02-202005-09-08Microsoft CorporationContent-based routing
US20050199716A1 (en)2004-03-102005-09-15Microsoft CorporationMethod and system for communicating with identification tags
US20050209947A1 (en)2004-03-102005-09-22Microsoft CorporationMethod and identification tag for asset management
US6950822B1 (en)2002-11-062005-09-27Oracle International CorporationTechniques for increasing efficiency while servicing requests for database services
US20050216727A1 (en)2003-08-292005-09-29Microsoft CorporationCommunication stack for network communication and routing
US20050213591A1 (en)2004-03-262005-09-29Hiroaki NakazawaRouter and sip server
US20050229243A1 (en)2004-03-312005-10-13Svendsen Hugh BMethod and system for providing Web browsing through a firewall in a peer to peer network
US20050228893A1 (en)2004-04-082005-10-13Vijay DevarapalliMethod of configuring a mobile node
US6963282B1 (en)2003-12-052005-11-08Microsoft CorporationWireless self-describing buildings
US6965599B1 (en)1999-12-032005-11-15Fujitsu LimitedMethod and apparatus for relaying packets based on class of service
US20050253718A1 (en)2004-05-132005-11-17Cisco Technology, Inc., A Corporation Of CaliforniaLocating and provisioning devices in a network
US20050252971A1 (en)2004-05-132005-11-17Cisco Technology, Inc.,Methods and devices for providing scalable RFID networks
US20050253717A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for assigning RFID device personality
US20050252957A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for locating and uniquely provisioning RFID devices
US20050252970A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for uniquely provisioning RFID devices
US6976085B1 (en)2001-11-202005-12-13Cisco Technology, Inc.Methods and apparatus for inserting data into a communications session
EP1217804B1 (en)2000-12-212005-12-14Nortel Networks LimitedInterworking of dissimilar packet networks for telephony communications
US20050283539A1 (en)2004-05-212005-12-22Christopher BettsBalancing load requests and failovers using a UDDI proxy
US20050286461A1 (en)2002-12-122005-12-29Huawei Technologies Co., Ltd.Process method about the service connection between the wireless local area network and user terminal
US20060005035A1 (en)2004-06-222006-01-05Coughlin Michael EKeystroke input device for use with an RFID tag and user verification system
US20060010086A1 (en)2004-07-102006-01-12Klein Elliot SData append method for sent postal mail
US20060015699A1 (en)2003-10-142006-01-19Hitachi, Ltd.Storage device and system for providing communications buffer reservation function
US20060021010A1 (en)2004-06-282006-01-26International Business Machines CorporationFederated identity brokering
US6996842B2 (en)2001-01-302006-02-07Intel CorporationProcessing internet protocol security traffic
US20060033606A1 (en)2004-05-132006-02-16Cisco Technology, Inc. A Corporation Of CaliforniaMethods and apparatus for determining the status of a device
US20060044111A1 (en)2002-02-222006-03-02Jafa Technologies., Inc.,Real-time data reporting using radio frequency identification
US20060064467A1 (en)2004-09-172006-03-23Libby Michael LSystem and method for partial web page caching and cache versioning
US20060074981A1 (en)2004-09-302006-04-06Microsoft CorporationWeb-based data form
US20060077221A1 (en)2003-11-042006-04-13Lexmark International, Inc.Microfluidic substrates having improved fluidic channels
US20060080467A1 (en)2004-08-262006-04-13Sensory Networks, Inc.Apparatus and method for high performance data content processing
US7032031B2 (en)2000-06-232006-04-18Cloudshield Technologies, Inc.Edge adapter apparatus and method
US7031314B2 (en)2001-05-162006-04-18Bytemobile, Inc.Systems and methods for providing differentiated services within a network communication system
US20060091999A1 (en)2004-07-132006-05-04Cisco Technology, Inc., A Corporation Of CaliforniaUsing syslog and SNMP for scalable monitoring of networked devices
US20060106941A1 (en)2004-11-172006-05-18Pravin SinghalPerforming message and transformation adapter functions in a network element on behalf of an application
US7051042B2 (en)2003-05-012006-05-23Oracle International CorporationTechniques for transferring a serialized image of XML data
US7057511B2 (en)2001-02-122006-06-06Symbol Technologies, Inc.Method, system, and apparatus for communicating with a RFID tag population
US7058973B1 (en)2000-03-032006-06-06Symantec CorporationNetwork address translation gateway for local area networks using local IP addresses and non-translatable port addresses
US20060123425A1 (en)2004-12-062006-06-08Karempudi RamaraoMethod and apparatus for high-speed processing of structured application messages in a network device
US20060123479A1 (en)2004-12-072006-06-08Sandeep KumarNetwork and application attack protection based on application layer message inspection
US20060123226A1 (en)2004-12-072006-06-08Sandeep KumarPerforming security functions on a message payload in a network element
US20060129650A1 (en)2004-12-102006-06-15Ricky HoGuaranteed delivery of application layer messages by a network element
US20060129575A1 (en)2004-12-142006-06-15Lee Myung CMethod and system for supporting XQuery trigger in XML-DBMS based on relational DBMS
US20060129689A1 (en)2004-12-102006-06-15Ricky HoReducing the sizes of application layer messages in a network element
US7065086B2 (en)2001-08-162006-06-20International Business Machines CorporationMethod and system for efficient layer 3-layer 7 routing of internet protocol (“IP”) fragments
US7064660B2 (en)2002-05-142006-06-20Motorola, Inc.System and method for inferring an electronic rendering of an environment
US20060149840A1 (en)2005-01-062006-07-06Tervela, Inc.End-to-end publish/subscribe middleware architecture
US20060146879A1 (en)2005-01-052006-07-06Tefcros AnthiasInterpreting an application message at a network element using sampling and heuristics
US7075412B1 (en)2002-05-302006-07-11Thingmagic L.L.C.Methods and apparatus for operating a radio device
US20060155862A1 (en)2005-01-062006-07-13Hari KathiData traffic load balancing based on application layer messages
US20060155969A1 (en)2005-01-112006-07-13Fujitsu LimitedReconfigurable, expandable semiconductor integrated circuit
US7080158B1 (en)1999-02-092006-07-18Nortel Networks LimitedNetwork caching using resource redirection
US7081819B2 (en)2002-07-092006-07-25Neology, Inc.System and method for providing secure identification solutions
US20060167975A1 (en)*2004-11-232006-07-27Chan Alex YCaching content and state data at a network element
US20060168334A1 (en)2005-01-252006-07-27Sunil PottiApplication layer message-based server failover management by a network element
US7089586B2 (en)2001-05-022006-08-08Ipr Licensing, Inc.Firewall protection for wireless users
US7103611B2 (en)2003-05-012006-09-05Oracle International CorporationTechniques for retaining hierarchical information in mapping between XML documents and relational data
US7103886B2 (en)2000-12-072006-09-05Sap AgSystem, method, computer program product for communicating data for objects that are transported from first location to second location
US7111163B1 (en)2000-07-102006-09-19Alterwan, Inc.Wide area network using internet with quality of service
US7114008B2 (en)2000-06-232006-09-26Cloudshield Technologies, Inc.Edge adapter architecture apparatus and method
US7120645B2 (en)2002-09-272006-10-10Oracle International CorporationTechniques for rewriting XML queries directed to relational database constructs
US20060236062A1 (en)2005-04-192006-10-19International Business Machines CorporationMethod and apparatus for negotiating revised service level agreements
US7126907B2 (en)2001-08-312006-10-24Tropic Networks Inc.Label switched communication network, a method of conditioning the network and a method of data transmission
US7129837B2 (en)2003-04-092006-10-31Savi Technology, Inc.Continuous security state tracking for intermodal containers transported through a global supply chain
US20060248225A1 (en)2002-02-122006-11-02Cisco Technology, Inc.System and Method for Providing Source Awareness in a Wireless Application Protocol Network Environment
US7134075B2 (en)2001-04-262006-11-07International Business Machines CorporationConversion of documents between XML and processor efficient MXML in content based routing networks
US20060253590A1 (en)2005-04-082006-11-09Konaware, Inc.Platform and methods for continuous asset location tracking and monitoring in intermittently connected environments
US20060256768A1 (en)2005-05-132006-11-16Chan Chi CMethod and system for transferring data in a communications network using redundant communication paths
US20060266832A1 (en)2004-05-132006-11-30Cisco Technology, Inc.Virtual readers for scalable RFID infrastructures
US7149222B2 (en)1999-12-212006-12-12Converged Access, Inc.Integrated access point network device
US20070013518A1 (en)2005-07-142007-01-18Cisco Technology, Inc.Provisioning and redundancy for RFID middleware servers
US20070027966A1 (en)2005-08-012007-02-01Cisco Technology, Inc.Network based device for providing RFID middleware functionality
US7177952B1 (en)1999-10-012007-02-13Nortel Networks LimitedMethod and system for switching between two network access technologies without interrupting active network applications
US7185063B1 (en)2001-06-222007-02-27Digital River, Inc.Content delivery network using differential caching
US7188216B1 (en)2002-12-132007-03-06Vignette CorporationMethod and system for an extensible caching framework
US20070055864A1 (en)2001-11-022007-03-08Juniper Networks, Inc.Dual authentication of a requestor using a mail server and an authentication server
US20070080784A1 (en)2005-10-102007-04-12Electronics And Telecommunications Research InstituteMobile RFID service providing apparatus and method thereof
US7205897B2 (en)2005-03-012007-04-17Sap AktiengesellschaftProduct flow based auto-ID infrastructure
US7215641B1 (en)1999-01-272007-05-08Cisco Technology, Inc.Per-flow dynamic buffer management
US7215637B1 (en)2000-04-172007-05-08Juniper Networks, Inc.Systems and methods for processing packets
US7239634B1 (en)2002-06-172007-07-03Signafor, Inc.Encryption mechanism in advanced packet switching system
US7245620B2 (en)2002-03-152007-07-17Broadcom CorporationMethod and apparatus for filtering packet data in a network device
US20070192444A1 (en)2002-09-162007-08-16Emmanuel AckaouyApparatus and method for a proxy cache
US7281206B2 (en)2001-11-162007-10-09Timebase Pty LimitedMaintenance of a markup language document in a database
US7281205B2 (en)2000-06-302007-10-09Canon Kabushiki KaishaHash compact XML parser
US7296268B2 (en)2000-12-182007-11-13Microsoft CorporationDynamic monitor and controller of availability of a load-balancing cluster
US7299361B1 (en)2000-01-062007-11-20Mcafee, Inc.Remote e-mail scanning system and method
US7321556B1 (en)2002-10-282008-01-22Ipolicy Networks, IncApplication prioritization policy engine
US20080047008A1 (en)2004-04-192008-02-21The Regents Of The University Of CaliforniaProgrammable Hardware for Deep Packet Filtering
US7363353B2 (en)2001-07-062008-04-22Juniper Networks, Inc.Content service aggregation device for a data center
US7362763B2 (en)*2003-09-042008-04-22Samsung Electronics Co., Ltd.Apparatus and method for classifying traffic in a distributed architecture router
US7376755B2 (en)2002-06-112008-05-20Pandya Ashish ATCP/IP processor and engine using RDMA
US7376750B1 (en)2002-10-022008-05-20Cisco Technology, Inc.Method and apparatus for generic application layer gateway
US7415512B1 (en)2001-05-242008-08-19Cisco Technology, Inc.Method and apparatus for providing a general purpose computing platform at a router on a network
US7437451B2 (en)2002-05-162008-10-14Hewlett-Packard Development Company, L.P.System and method for collecting desired information for network transactions at the kernel level
US7451392B1 (en)2003-06-302008-11-11Microsoft CorporationRendering an HTML electronic form by applying XSLT to XML using a solution
US7469300B2 (en)2002-01-182008-12-23Mobitv, Inc.System and method for storage and retrieval of arbitrary content and application data
US7483421B2 (en)2003-03-312009-01-27Sony United Kingdom LimitedRouting data
US7590843B1 (en)1999-10-052009-09-15Nortel Networks LimitedKey exchange for a network architecture
US7590704B2 (en)2004-01-202009-09-15Microsoft CorporationSystems and methods for processing dynamic content
US7987271B1 (en)2002-08-122011-07-26Cisco Technology, Inc.Methods and apparatus for inserting content within a content page
US8255932B1 (en)2008-12-172012-08-28Cisco Technology, Inc.Application of an embedded instrumentation interface definition language
US20130132518A1 (en)2004-11-172013-05-23Cisco Technology, Inc.Method and apparatus for adaptive application message payload content transformation in a network infrastructure element

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US2006A (en)*1841-03-16Clamp for crimping leather
US6829712B1 (en)1998-10-272004-12-07Sprint Communications Company L.P.Object-based security system
US7039678B1 (en)*2000-09-072006-05-02Axis Mobile, Ltd.E-mail proxy
US6515222B2 (en)*2001-02-052003-02-04Motorola, Inc.Printed circuit board arrangement
US6560559B2 (en)*2001-08-172003-05-06Koninklijke Philips Electronics N.V.System and method for detecting and correcting incorrect hand position of a computer user
GB0123057D0 (en)2001-09-252001-11-14Red M Communications LtdVirtual wireless network services
US7506162B1 (en)2003-07-142009-03-17Sun Microsystems, Inc.Methods for more flexible SAML session
US7362762B2 (en)*2003-11-122008-04-22Cisco Technology, Inc.Distributed packet processing with ordered locks to maintain requisite packet orderings
US7487174B2 (en)2006-01-172009-02-03International Business Machines CorporationMethod for storing text annotations with associated type information in a structured data store

Patent Citations (308)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4688026A (en)1984-05-151987-08-18Scribner James RMethod of collecting and using data associated with tagged objects
US5339073A (en)1987-03-311994-08-16Identec LimitedAccess control equipment and method for using the same
US5796743A (en)1993-11-301998-08-18General Electric CompanyData word indicator in a system for assembling transport data packets
US5646616A (en)1994-07-011997-07-08Murata Kikai Kabushiki KaishaPicking system
US6085234A (en)1994-11-282000-07-04Inca Technology, Inc.Remote file services network-infrastructure cache
US5790542A (en)1995-06-281998-08-04Hyundai Electronics Industries Co.Destination address detection apparatus for hardware packet router
US5850187A (en)1996-03-271998-12-15Amtech CorporationIntegrated electronic tag reader and wireless communication link
US5960200A (en)1996-05-031999-09-28I-CubeSystem to transition an enterprise to a distributed infrastructure
US5887176A (en)1996-06-281999-03-23Randtec, Inc.Method and system for remote monitoring and tracking of inventory
US20040068576A1 (en)1996-10-142004-04-08Sverker LindboInternet communication system
US6021135A (en)1996-12-122000-02-01Fujitsu LimitedCell assembly and multiplexing device, and demultiplexing device
US6111517A (en)1996-12-302000-08-29Visionics CorporationContinuous video monitoring using face recognition for access control
US6012090A (en)1997-03-142000-01-04At&T Corp.Client-side parallel requests for network services using group name association
US20010028308A1 (en)1997-03-282001-10-11Carlos De La HuergaInteractive medication container
US20020015485A1 (en)1997-04-222002-02-07Bhusri Gurcharan S.Service and information management system for a telecommunications network
US6167438A (en)1997-05-222000-12-26Trustees Of Boston UniversityMethod and system for distributed caching, prefetching and replication
US6115378A (en)1997-06-302000-09-05Sun Microsystems, Inc.Multi-layer distributed network element
WO1999007116A1 (en)1997-07-291999-02-11Northern Telecom LimitedMethod and apparatus for processing multi-protocol communications
US20010000083A1 (en)1997-10-282001-03-29Doug CrowShared cache parsing and pre-fetch
US6341130B1 (en)1998-02-092002-01-22Lucent Technologies, Inc.Packet classification method and apparatus employing two fields
US6115079A (en)1998-02-142000-09-05Mcrae; Michael W.Programmable video channel controller
US6145079A (en)1998-03-062000-11-07Deloitte & Touche Usa LlpSecure electronic transactions using a trusted intermediary to perform electronic services
US6300903B1 (en)1998-03-232001-10-09Time Domain CorporationSystem and method for person or object position location utilizing impulse radio
US6070187A (en)1998-03-262000-05-30Hewlett-Packard CompanyMethod and apparatus for configuring a network node to be its own gateway
US6337856B1 (en)1998-05-202002-01-08Steelcase Development CorporationMultimedia data communications system
US6321264B1 (en)1998-08-282001-11-203Com CorporationNetwork-performance statistics using end-node computer systems
US6363477B1 (en)1998-08-282002-03-263Com CorporationMethod for analyzing network application flows in an encrypted environment
EP0986229A2 (en)1998-09-092000-03-15JSB Software Technology plcMethod and system for monitoring and controlling network access
US6125391A (en)1998-10-162000-09-26Commerce One, Inc.Market makers using documents for commerce in trading partner networks
US6226675B1 (en)1998-10-162001-05-01Commerce One, Inc.Participant server which process documents for commerce in trading partner networks
US6826694B1 (en)1998-10-222004-11-30At&T Corp.High resolution access control
US20040054886A1 (en)1998-11-032004-03-18Dickinson Robert D.E-mail firewall with stored key encryption/decryption
US20020059428A1 (en)1998-11-102002-05-16Netscaler, Inc.Internet client-server multiplexer
US20020105911A1 (en)1998-11-242002-08-08Parag PruthiApparatus and method for collecting and analyzing communications data
EP1011244A2 (en)1998-12-162000-06-21Lucent Technologies Inc.Method and apparatus for transparently directing requests for web objects to proxy caches
US6389462B1 (en)1998-12-162002-05-14Lucent Technologies Inc.Method and apparatus for transparently directing requests for web objects to proxy caches
US6587431B1 (en)1998-12-182003-07-01Nortel Networks LimitedSupertrunking for packet switching
US7215641B1 (en)1999-01-272007-05-08Cisco Technology, Inc.Per-flow dynamic buffer management
US7080158B1 (en)1999-02-092006-07-18Nortel Networks LimitedNetwork caching using resource redirection
US6356951B1 (en)1999-03-012002-03-12Sun Microsystems, Inc.System for parsing a packet for conformity with a predetermined protocol using mask and comparison values included in a parsing instruction
US6678827B1 (en)1999-05-062004-01-13Watchguard Technologies, Inc.Managing multiple network security devices from a manager device
US6683881B1 (en)1999-05-282004-01-27Ericsson Inc.Interface between an SS7 gateway and an IP network
US6771646B1 (en)1999-06-302004-08-03Hi/Fn, Inc.Associative cache structure for lookups and updates of flow records in a network monitor
US6868426B1 (en)1999-07-072005-03-15Jeffrey W. MankoffVirtual document organizer system and method
US6901445B2 (en)1999-09-032005-05-31Fastforward Networks, Inc.Proximity-based redirection system for robust and scalable service-node location in an internetwork
US6597918B1 (en)1999-09-082003-07-22Samsung Electronics Co., Ltd.Apparatus and method for transmitting/receiving long message in digital portable terminal
US20020016739A1 (en)1999-09-212002-02-07Fujitsu LimitedSystem and method for managing expiration-dated products utilizing an electronic receipt
US7177952B1 (en)1999-10-012007-02-13Nortel Networks LimitedMethod and system for switching between two network access technologies without interrupting active network applications
US7590843B1 (en)1999-10-052009-09-15Nortel Networks LimitedKey exchange for a network architecture
WO2001027766A2 (en)1999-10-082001-04-19Mirror Image Internet, Inc.Bi-directional caching systems and methods
US6766330B1 (en)1999-10-192004-07-20International Business Machines CorporationUniversal output constructor for XML queries universal output constructor for XML queries
US6965599B1 (en)1999-12-032005-11-15Fujitsu LimitedMethod and apparatus for relaying packets based on class of service
US6510464B1 (en)1999-12-142003-01-21Verizon Corporate Services Group Inc.Secure gateway having routing feature
US20010056504A1 (en)1999-12-212001-12-27Eugene KuznetsovMethod and apparatus of data exchange using runtime code generator and translator
US7149222B2 (en)1999-12-212006-12-12Converged Access, Inc.Integrated access point network device
US6510434B1 (en)1999-12-292003-01-21Bellsouth Intellectual Property CorporationSystem and method for retrieving information from a database using an index of XML tags and metafiles
US7299361B1 (en)2000-01-062007-11-20Mcafee, Inc.Remote e-mail scanning system and method
US6553489B1 (en)2000-01-122003-04-22Cisco Technology, Inc.System and method for secure and efficient universal port configuration
US20010047422A1 (en)2000-01-212001-11-29Mcternan Brennan J.System and method for using benchmarking to account for variations in client capabilities in the distribution of a media presentation
US20010027104A1 (en)2000-01-312001-10-04Heino HameleersMethod for data connections in a cellular mobile communication network
US6820133B1 (en)2000-02-072004-11-16Netli, Inc.System and method for high-performance delivery of web content using high-performance communications protocol between the first and second specialized intermediate nodes to optimize a measure of communications performance between the source and the destination
US6785673B1 (en)2000-02-092004-08-31At&T Corp.Method for converting relational data into XML
US6792002B2 (en)2000-02-142004-09-14Fujitsu LimitedPacket transfer system
US6766361B1 (en)2000-02-242004-07-20Cephire Technologies, Inc.Machine-to-machine e-commerce interface using extensible markup language
US7058973B1 (en)2000-03-032006-06-06Symantec CorporationNetwork address translation gateway for local area networks using local IP addresses and non-translatable port addresses
US20020012433A1 (en)2000-03-312002-01-31Nokia CorporationAuthentication in a packet data network
US6772223B1 (en)2000-04-102004-08-03International Business Machines CorporationConfigurable classification interface for networking devices supporting multiple action packet handling rules
US20030069975A1 (en)2000-04-132003-04-10Abjanic John B.Network apparatus for transformation
US7111076B2 (en)2000-04-132006-09-19Intel CorporationSystem using transform template and XML document type definition for transforming message and its reply
US7215637B1 (en)2000-04-172007-05-08Juniper Networks, Inc.Systems and methods for processing packets
US6611526B1 (en)2000-05-082003-08-26Adc Broadband Access Systems, Inc.System having a meshed backplane and process for transferring data therethrough
US6832249B2 (en)2000-05-192004-12-14Intellectual Ventures Patent Holdings Iii, LlcGlobally accessible computer network-based broadband communication system with user-controllable quality of information delivery and flow priority
US7114008B2 (en)2000-06-232006-09-26Cloudshield Technologies, Inc.Edge adapter architecture apparatus and method
US7330908B2 (en)2000-06-232008-02-12Clouldshield Technologies, Inc.System and method for processing packets using location and content addressable memories
US7032031B2 (en)2000-06-232006-04-18Cloudshield Technologies, Inc.Edge adapter apparatus and method
US7281205B2 (en)2000-06-302007-10-09Canon Kabushiki KaishaHash compact XML parser
US7111163B1 (en)2000-07-102006-09-19Alterwan, Inc.Wide area network using internet with quality of service
US20050041670A1 (en)2000-07-142005-02-24Wei LinIn-band QoS signaling refernce model for QoS-driven wireless lans
US6862270B1 (en)2000-07-142005-03-01At&T Corp.Architectural reference model for QoS-driven wireless LANs
US6718326B2 (en)*2000-08-172004-04-06Nippon Telegraph And Telephone CorporationPacket classification search device and method
US20020107951A1 (en)2000-09-112002-08-08William TeagueReport group management
US6785732B1 (en)2000-09-112004-08-31International Business Machines CorporationWeb server apparatus and method for virus checking
US20020114274A1 (en)2000-09-192002-08-22Sturges James H.Packet based network for supporting real time applications
WO2002027507A2 (en)2000-09-272002-04-04Storage Technology CorporationDevice for protocol conversion using a canonical intermediate
US20020083187A1 (en)2000-10-262002-06-27Sim Siew YongMethod and apparatus for minimizing network congestion during large payload delivery
WO2002037730A2 (en)2000-10-312002-05-10Firebit Ltd.A router-based system for providing multi-level data filtering and security services in a broadband environment
US20020163933A1 (en)2000-11-032002-11-07Mathilde BenvenisteTiered contention multiple access (TCMA): a method for priority-based shared channel access
US20020072379A1 (en)2000-11-102002-06-13International Business Machines CorporationMethod and system for locating position for a mobile communication device
US20050117576A1 (en)2000-11-282005-06-02Mci, Inc.Network access system including a programmable access device having distributed service control
US20030026268A1 (en)2000-11-282003-02-06Siemens Technology-To-Business Center, LlcCharacteristic routing
US20020101848A1 (en)2000-12-052002-08-01Ivan LeeSystems and methods for on-location, wireless access of web content
US7103886B2 (en)2000-12-072006-09-05Sap AgSystem, method, computer program product for communicating data for objects that are transported from first location to second location
US7296268B2 (en)2000-12-182007-11-13Microsoft CorporationDynamic monitor and controller of availability of a load-balancing cluster
EP1217804B1 (en)2000-12-212005-12-14Nortel Networks LimitedInterworking of dissimilar packet networks for telephony communications
US20020083817A1 (en)2000-12-282002-07-04Hoshino Gakki Kabushiki KaishaSnare strainer for a snare drum
US20020069279A1 (en)2000-12-292002-06-06Romero Francisco J.Apparatus and method for routing a transaction based on a requested level of service
US20020126672A1 (en)2001-01-102002-09-12Nelson ChowMethod and apparatus for a flexible and reconfigurable packet classifier using content addressable memory
US6996842B2 (en)2001-01-302006-02-07Intel CorporationProcessing internet protocol security traffic
US20020136403A1 (en)2001-02-022002-09-26Henson Kevin M.Data decryption system
US7057511B2 (en)2001-02-122006-06-06Symbol Technologies, Inc.Method, system, and apparatus for communicating with a RFID tag population
WO2002075547A1 (en)2001-03-162002-09-26Kavado, Inc.Application layer security method and system
US20030204719A1 (en)2001-03-162003-10-30Kavado, Inc.Application layer security method and system
US20020141393A1 (en)2001-04-022002-10-03Eriksson Goran A.P.Concurrent use of communication paths in a multi-path access link to an IP network
US20020143981A1 (en)2001-04-032002-10-03International Business Machines CorporationQuality of service improvements for network transactions
US20020152399A1 (en)2001-04-132002-10-17Smith Gregory JSystem and method for providing exploit protection for networks
US6539281B2 (en)2001-04-232003-03-25Accenture Global Services GmbhOnline medicine cabinet
US20020161907A1 (en)2001-04-252002-10-31Avery MoonAdaptive multi-protocol communications system
US7134075B2 (en)2001-04-262006-11-07International Business Machines CorporationConversion of documents between XML and processor efficient MXML in content based routing networks
US20030018726A1 (en)2001-04-272003-01-23Low Sydney GordonInstant messaging
US20030202535A1 (en)2001-04-272003-10-30Foster Michael S.Parallel analysis of incoming data transmissions
US20020165957A1 (en)2001-05-022002-11-07Devoe Jiva GandharaIntelligent dynamic route selection based on active probing of network operational characteristics
US7089586B2 (en)2001-05-022006-08-08Ipr Licensing, Inc.Firewall protection for wireless users
US20030055818A1 (en)2001-05-042003-03-20Yaroslav FaybishenkoMethod and system of routing messages in a distributed search network
US6816455B2 (en)2001-05-092004-11-09Telecom Italia S.P.A.Dynamic packet filter utilizing session tracking
US7031314B2 (en)2001-05-162006-04-18Bytemobile, Inc.Systems and methods for providing differentiated services within a network communication system
US7415512B1 (en)2001-05-242008-08-19Cisco Technology, Inc.Method and apparatus for providing a general purpose computing platform at a router on a network
US6813690B1 (en)2001-06-122004-11-02Network Appliance, Inc.Caching media data using content-sensitive identifiers
US20050165828A1 (en)2001-06-122005-07-28Network Appliance Inc.Caching media data using content sensitive object identifiers
US20020194345A1 (en)2001-06-182002-12-19Lu Leonard L.Packet switch with load surge-control and methods thereof
US20020194342A1 (en)2001-06-182002-12-19Transtech Networks Usa, Inc.Content-aware application switch and methods thereof
US6772211B2 (en)2001-06-182004-08-03Transtech Networks Usa, Inc.Content-aware web switch without delayed binding and methods thereof
US20060031374A1 (en)2001-06-182006-02-09Transtech Networks Usa, Inc.Packet switch and method thereof dependent on application content
US20020194350A1 (en)2001-06-182002-12-19Lu Leonard L.Content-aware web switch without delayed binding and methods thereof
US20020191622A1 (en)2001-06-182002-12-19Zdan Michael A.System for and method of differentiated queuing in a routing system
US6944678B2 (en)2001-06-182005-09-13Transtech Networks Usa, Inc.Content-aware application switch and methods thereof
US20030028599A1 (en)2001-06-192003-02-06Kolsky Amir D.Method and system for a communication scheme over heterogeneous networks
US7185063B1 (en)2001-06-222007-02-27Digital River, Inc.Content delivery network using differential caching
US6745041B2 (en)2001-06-272004-06-01TekelecMethods and systems for communicating between subscribers of different application-layer mobile communications protocols
US20030009571A1 (en)2001-06-282003-01-09Bavadekar Shailesh S.System and method for providing tunnel connections between entities in a messaging system
US20030028616A1 (en)2001-06-282003-02-06Hideo AokiCongestion control and avoidance method
US20030005117A1 (en)2001-06-292003-01-02Kang Amy H.Pluggable authentication and access control for a messaging system
US20030014665A1 (en)2001-07-032003-01-16Anderson Todd A.Apparatus and method for secure, automated response to distributed denial of service attacks
US7363353B2 (en)2001-07-062008-04-22Juniper Networks, Inc.Content service aggregation device for a data center
US20030036897A1 (en)2001-07-312003-02-20International Business Machines CorporationMethod and apparatus for simulating application workloads on an e-business application server
US20040170182A1 (en)2001-08-092004-09-02Masaaki HigashidaTransmission apparatus and transmission method
US20030105903A1 (en)2001-08-102003-06-05Garnett Paul J.Load balancing
US7065086B2 (en)2001-08-162006-06-20International Business Machines CorporationMethod and system for efficient layer 3-layer 7 routing of internet protocol (“IP”) fragments
US20030112809A1 (en)2001-08-242003-06-19Bharali Anupam A.Efficient method and system for automatic discovery and verification of optimal paths through a dynamic multi-point meshed overlay network
US20030046429A1 (en)2001-08-302003-03-06Sonksen Bradley StephenStatic data item processing
US7126907B2 (en)2001-08-312006-10-24Tropic Networks Inc.Label switched communication network, a method of conditioning the network and a method of data transmission
WO2003021465A1 (en)2001-09-052003-03-13Pluris, Inc.Method and apparatus for performing a software upgrade of a router while the router is online
US20040267933A1 (en)2001-09-102004-12-30Piotr PrzybylskiConfigurable connector adapted to convey data between a first application and a second application
US20030065711A1 (en)2001-10-012003-04-03International Business Machines CorporationMethod and apparatus for content-aware web switching
US20040088585A1 (en)2001-10-162004-05-06Kaler Christopher J.Flexible electronic message security mechanism
US20030078031A1 (en)2001-10-192003-04-24Hiroyo MasudaCommunication system
US20030093530A1 (en)2001-10-262003-05-15Majid SyedArbitrator system and method for national and local content distribution
US20030084279A1 (en)2001-10-292003-05-01Pitney Bowes Inc.Monitoring system for a corporate network
US20030115448A1 (en)2001-10-292003-06-19Thaddeus BouchardMethods and apparatus for securely communicating a message
US20070055864A1 (en)2001-11-022007-03-08Juniper Networks, Inc.Dual authentication of a requestor using a mail server and an authentication server
US20030095569A1 (en)2001-11-072003-05-22Michael WengrovitzDistributed integration of legacy PBX system with SIP networks
US7281206B2 (en)2001-11-162007-10-09Timebase Pty LimitedMaintenance of a markup language document in a database
US20080021916A1 (en)2001-11-162008-01-24Timebase Pty LimitedMaintenance of a markup language document in a database
US20030112802A1 (en)2001-11-162003-06-19Nec CorporationPacket transfer method and apparatus
US6976085B1 (en)2001-11-202005-12-13Cisco Technology, Inc.Methods and apparatus for inserting data into a communications session
US20040021569A1 (en)2001-11-212004-02-05Robert LepkofkerPersonnel and resource tracking method and system for enclosed spaces
US20040136371A1 (en)2002-01-042004-07-15Muralidhar Rajeev D.Distributed implementation of control protocols in routers and switches
US20030140140A1 (en)2002-01-182003-07-24Jesse LahtinenMonitoring the flow of a data stream
US7469300B2 (en)2002-01-182008-12-23Mobitv, Inc.System and method for storage and retrieval of arbitrary content and application data
US20060248225A1 (en)2002-02-122006-11-02Cisco Technology, Inc.System and Method for Providing Source Awareness in a Wireless Application Protocol Network Environment
US20030163603A1 (en)2002-02-222003-08-28Chris FrySystem and method for XML data binding
US20060044111A1 (en)2002-02-222006-03-02Jafa Technologies., Inc.,Real-time data reporting using radio frequency identification
US20030163539A1 (en)2002-02-262003-08-28Giacomo PiccinelliApparatus and method for data transfer
US7245620B2 (en)2002-03-152007-07-17Broadcom CorporationMethod and apparatus for filtering packet data in a network device
US20030177183A1 (en)2002-03-152003-09-18Microsoft CorporationTime-window-constrained multicast using connection scheduling
US7185365B2 (en)2002-03-272007-02-27Intel CorporationSecurity enabled network access control
US20030188192A1 (en)2002-03-272003-10-02Puqi TangSecurity enabled network access control
US20030217176A1 (en)2002-03-282003-11-20Frank BeuningsContent-based routing system and method
US20030189935A1 (en)2002-04-092003-10-09Warden Gary G.Systems and methods for providing quality of service (QoS) in an environment that does not normally support QoS features
US20030204626A1 (en)2002-04-242003-10-30Microsoft CorporationMethod and apparatus for efficiently matching responses to requests previously passed by a network node
US7064660B2 (en)2002-05-142006-06-20Motorola, Inc.System and method for inferring an electronic rendering of an environment
US7437451B2 (en)2002-05-162008-10-14Hewlett-Packard Development Company, L.P.System and method for collecting desired information for network transactions at the kernel level
US20030217171A1 (en)2002-05-172003-11-20Von Stuermer Wolfgang R.Self-replicating and self-installing software apparatus
US7075412B1 (en)2002-05-302006-07-11Thingmagic L.L.C.Methods and apparatus for operating a radio device
US7376755B2 (en)2002-06-112008-05-20Pandya Ashish ATCP/IP processor and engine using RDMA
US7239634B1 (en)2002-06-172007-07-03Signafor, Inc.Encryption mechanism in advanced packet switching system
US20030236883A1 (en)2002-06-212003-12-25Yoshiteru TakeshimaProxy server apparatus and method for providing service using the same
US20040001444A1 (en)2002-06-262004-01-01Emek SadotPacket fragmentation prevention
US20040069852A1 (en)2002-06-262004-04-15Nokia CorporationBluetooth RF based RF-tag read/write station
US20040006613A1 (en)2002-07-032004-01-08Telefonaktiebolaget L M Ericsson (Publ)Quality of service (QoS) mechanism in an internet protocol (IP) network
US7081819B2 (en)2002-07-092006-07-25Neology, Inc.System and method for providing secure identification solutions
US20040022255A1 (en)2002-07-312004-02-05Weijing ChenEnhancement of resource reservation protocol enabling short-cut internet protocol connections over a switched network
US20040024881A1 (en)2002-07-312004-02-05Elving Christopher H.System and method for sticky routing of requests within a server farm
US20040022250A1 (en)2002-07-312004-02-05Weijing ChenResource reservation protocol based guaranteed quality of service internet protocol connections over a switched network
US20040024868A1 (en)2002-08-012004-02-05Drummond Richard VaneileSystem and method for in situ, real-time, supply chain, interoperability verification
US7987271B1 (en)2002-08-122011-07-26Cisco Technology, Inc.Methods and apparatus for inserting content within a content page
US20040032881A1 (en)2002-08-162004-02-19Kanehide AraiDistributed application layer protocol converter for communications network
US20040039940A1 (en)2002-08-232004-02-26Koninklijke Philips Electronics N.V.Hardware-based packet filtering accelerator
US20040044766A1 (en)2002-08-292004-03-04Heinz PaulyManaging uneven authorizations in a computer data exchange
US20070192444A1 (en)2002-09-162007-08-16Emmanuel AckaouyApparatus and method for a proxy cache
US7120645B2 (en)2002-09-272006-10-10Oracle International CorporationTechniques for rewriting XML queries directed to relational database constructs
US20040061646A1 (en)2002-09-302004-04-01Lucent Technologies, Inc.Methods and apparatus for location determination based on dispersed radio frequency tags
US20040064586A1 (en)2002-09-302004-04-01Weigand Gilbert G.Translating switch and method
US7376750B1 (en)2002-10-022008-05-20Cisco Technology, Inc.Method and apparatus for generic application layer gateway
US7321556B1 (en)2002-10-282008-01-22Ipolicy Networks, IncApplication prioritization policy engine
US20040088460A1 (en)2002-10-312004-05-06Poisner David I.Event delivery
US6950822B1 (en)2002-11-062005-09-27Oracle International CorporationTechniques for increasing efficiency while servicing requests for database services
US20040100383A1 (en)2002-11-212004-05-27Kimberly-Clark Worldwide, Inc.RFID system and method for ensuring safety of hazardous or dangerous substances
US20050025091A1 (en)2002-11-222005-02-03Cisco Technology, Inc.Methods and apparatus for dynamic session key generation and rekeying in mobile IP
US20040221319A1 (en)2002-12-062004-11-04Ian ZenoniApplication streamer
US20040108795A1 (en)2002-12-062004-06-10Meek Robert B.High capacity drawer with mechanical indicator for a dispensing device
US20050286461A1 (en)2002-12-122005-12-29Huawei Technologies Co., Ltd.Process method about the service connection between the wireless local area network and user terminal
US7188216B1 (en)2002-12-132007-03-06Vignette CorporationMethod and system for an extensible caching framework
US20040121789A1 (en)2002-12-232004-06-24Teddy LindseyMethod and apparatus for communicating information in a global distributed network
US20040128389A1 (en)2002-12-312004-07-01Kurt KopchikMethod and apparatus for wirelessly establishing user preference settings on a computer
US20040133775A1 (en)2003-01-072004-07-08Callas Jonathan D.System and method for secure electronic communication in a partially keyless environment
US20040205770A1 (en)2003-02-112004-10-14International Business Machines CorporationDuplicate message elimination system for a message broker
US20040162871A1 (en)2003-02-132004-08-19Pabla Kuldipsingh A.Infrastructure for accessing a peer-to-peer network environment
US20040177160A1 (en)2003-02-202004-09-09International Business Machines CorporationMapping between native data type instances
US20040167986A1 (en)2003-02-262004-08-26International Business Machines CorporationDynamic data-driven application integration adapters
US20040186883A1 (en)2003-03-192004-09-23Nyman Kai T.Method and apparatus for interfacing web services with mobile terminal applications during a browser or SIP session
US20040194112A1 (en)2003-03-282004-09-30Microsoft CorporationEntity linking system
US20040205136A1 (en)2003-03-282004-10-14Kevin WhittenbergerDocument message state management engine
US7483421B2 (en)2003-03-312009-01-27Sony United Kingdom LimitedRouting data
US20050005031A1 (en)2003-03-312005-01-06Gordy Stephen C.Network security tap for use with intrusion detection system
US7129837B2 (en)2003-04-092006-10-31Savi Technology, Inc.Continuous security state tracking for intermodal containers transported through a global supply chain
US20040205336A1 (en)2003-04-122004-10-14Kessler Richard E.Transparent IPSec processing inline between a framer and a network component
US6836778B2 (en)2003-05-012004-12-28Oracle International CorporationTechniques for changing XML content in a relational database
US7051042B2 (en)2003-05-012006-05-23Oracle International CorporationTechniques for transferring a serialized image of XML data
US20050021836A1 (en)2003-05-012005-01-27Reed Carl J.System and method for message processing and routing
US7386567B2 (en)2003-05-012008-06-10Oracle International CorporationTechniques for changing XML content in a relational database
US7103611B2 (en)2003-05-012006-09-05Oracle International CorporationTechniques for retaining hierarchical information in mapping between XML documents and relational data
US20050021626A1 (en)2003-05-222005-01-27Cisco Technology, Inc.Peer-to-peer dynamic web page sharing
US20040257202A1 (en)2003-06-192004-12-23Coughlin Michael E.RFID tag and method of user verification
US20040267930A1 (en)2003-06-262004-12-30International Business Machines CorporationSlow-dynamic load balancing method and system
US7475108B2 (en)2003-06-262009-01-06International Business Machines CorporationSlow-dynamic load balancing method
US20040264481A1 (en)2003-06-302004-12-30Darling Christopher L.Network load balancing with traffic routing
US20040268357A1 (en)2003-06-302004-12-30Joy Joseph M.Network load balancing with session information
US7451392B1 (en)2003-06-302008-11-11Microsoft CorporationRendering an HTML electronic form by applying XSLT to XML using a solution
US20040267920A1 (en)2003-06-302004-12-30Aamer HydrieFlexible network load balancing
US20050015619A1 (en)2003-07-142005-01-20Wing LeeIntegration infrastrucuture
US20050071508A1 (en)2003-08-122005-03-31Brown Michael K.System and method for processing encoded messages
US20050050362A1 (en)2003-08-132005-03-03Amir PelesContent inspection in secure networks
US20050050021A1 (en)2003-08-252005-03-03Sybase, Inc.Information Messaging and Collaboration System
US20050216727A1 (en)2003-08-292005-09-29Microsoft CorporationCommunication stack for network communication and routing
US20050050000A1 (en)2003-09-022005-03-03International Business Machines CorporationGeneration of XSLT style sheets for different portable devices
US7362763B2 (en)*2003-09-042008-04-22Samsung Electronics Co., Ltd.Apparatus and method for classifying traffic in a distributed architecture router
US20050054346A1 (en)2003-09-092005-03-10Harris Corporation, Corporation Of The State Of DelawareLoad leveling in mobile ad-hoc networks to support end-to-end delay reduction, QoS and energy leveling
US20050086342A1 (en)2003-09-192005-04-21Andrew BurtTechniques for client-transparent TCP migration
US20050063377A1 (en)2003-09-222005-03-24Hewlett-Packard Development Company, L.P.System and method for monitoring network traffic
US20050076332A1 (en)2003-10-072005-04-07Sridhar JawaharlalAutomated generation of OLTP message source code
US20060015699A1 (en)2003-10-142006-01-19Hitachi, Ltd.Storage device and system for providing communications buffer reservation function
US20050080914A1 (en)2003-10-142005-04-14Grand Central Communications, Inc., A Delaware CorporationPolicy management in an interoperability network
US20050097455A1 (en)2003-10-302005-05-05Dong ZhouMethod and apparatus for schema-driven XML parsing optimization
US20050094611A1 (en)2003-10-302005-05-05Dong-Jo CheongQoS support method in a high-rate packet data system
US20050093679A1 (en)2003-10-312005-05-05Zai Li-Cheng R.Method and system of using active RFID tags to provide a reliable and secure RFID system
US20060077221A1 (en)2003-11-042006-04-13Lexmark International, Inc.Microfluidic substrates having improved fluidic channels
US20050099270A1 (en)2003-11-102005-05-12Impinj, Inc.RFID tags adjusting to different regulatory environments, and RFID readers to so adjust them and methods
US7421695B2 (en)2003-11-122008-09-02Cisco Tech IncSystem and methodology for adaptive load balancing with behavior modification hints
US20050102393A1 (en)2003-11-122005-05-12Christopher MurrayAdaptive load balancing
US20050114394A1 (en)2003-11-212005-05-26Kaipa Sam P.Mapping XML schema components to qualified Java components
US6963282B1 (en)2003-12-052005-11-08Microsoft CorporationWireless self-describing buildings
US20050188103A1 (en)2003-12-302005-08-25Nokia CorporationMethod or device for delivering a packet in a scatternet
US20050148314A1 (en)2003-12-312005-07-07Claudio TaglientiSystem and method for measuring and recording latency in internet protocol networks
US7590704B2 (en)2004-01-202009-09-15Microsoft CorporationSystems and methods for processing dynamic content
US20050169171A1 (en)2004-02-032005-08-04Cheng Mark W.Method and apparatus for providing end-to-end quality of service (QoS)
US20050198351A1 (en)2004-02-202005-09-08Microsoft CorporationContent-based routing
US20050199716A1 (en)2004-03-102005-09-15Microsoft CorporationMethod and system for communicating with identification tags
US20050209947A1 (en)2004-03-102005-09-22Microsoft CorporationMethod and identification tag for asset management
US20050213591A1 (en)2004-03-262005-09-29Hiroaki NakazawaRouter and sip server
US20050229243A1 (en)2004-03-312005-10-13Svendsen Hugh BMethod and system for providing Web browsing through a firewall in a peer to peer network
US20050228893A1 (en)2004-04-082005-10-13Vijay DevarapalliMethod of configuring a mobile node
US20080047008A1 (en)2004-04-192008-02-21The Regents Of The University Of CaliforniaProgrammable Hardware for Deep Packet Filtering
US20050264420A1 (en)2004-05-132005-12-01Cisco Technology, Inc. A Corporation Of CaliforniaAutomated configuration of network device ports
US20050253718A1 (en)2004-05-132005-11-17Cisco Technology, Inc., A Corporation Of CaliforniaLocating and provisioning devices in a network
US20060266832A1 (en)2004-05-132006-11-30Cisco Technology, Inc.Virtual readers for scalable RFID infrastructures
US20050252971A1 (en)2004-05-132005-11-17Cisco Technology, Inc.,Methods and devices for providing scalable RFID networks
US20050253717A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for assigning RFID device personality
US20050253722A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Locating, provisioning and identifying devices in a network
US20050252957A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for locating and uniquely provisioning RFID devices
US20050252970A1 (en)2004-05-132005-11-17Cisco Technology, Inc.Methods and devices for uniquely provisioning RFID devices
US20060033606A1 (en)2004-05-132006-02-16Cisco Technology, Inc. A Corporation Of CaliforniaMethods and apparatus for determining the status of a device
US20050283539A1 (en)2004-05-212005-12-22Christopher BettsBalancing load requests and failovers using a UDDI proxy
US20060005035A1 (en)2004-06-222006-01-05Coughlin Michael EKeystroke input device for use with an RFID tag and user verification system
US20060021010A1 (en)2004-06-282006-01-26International Business Machines CorporationFederated identity brokering
US20060010086A1 (en)2004-07-102006-01-12Klein Elliot SData append method for sent postal mail
US20060091999A1 (en)2004-07-132006-05-04Cisco Technology, Inc., A Corporation Of CaliforniaUsing syslog and SNMP for scalable monitoring of networked devices
US20060080467A1 (en)2004-08-262006-04-13Sensory Networks, Inc.Apparatus and method for high performance data content processing
US20060064467A1 (en)2004-09-172006-03-23Libby Michael LSystem and method for partial web page caching and cache versioning
US20060074981A1 (en)2004-09-302006-04-06Microsoft CorporationWeb-based data form
US20060106941A1 (en)2004-11-172006-05-18Pravin SinghalPerforming message and transformation adapter functions in a network element on behalf of an application
WO2006055406A2 (en)2004-11-172006-05-26Cisco Technology, Inc.Performing message and transformation adapter functions in a network element on behalf of an application
US20130132518A1 (en)2004-11-172013-05-23Cisco Technology, Inc.Method and apparatus for adaptive application message payload content transformation in a network infrastructure element
US20060167975A1 (en)*2004-11-232006-07-27Chan Alex YCaching content and state data at a network element
US20100094945A1 (en)2004-11-232010-04-15Cisco Technology, Inc.Caching content and state data at a network element
US20060123477A1 (en)2004-12-062006-06-08Kollivakkam RaghavanMethod and apparatus for generating a network topology representation based on inspection of application messages at a network device
US20060123425A1 (en)2004-12-062006-06-08Karempudi RamaraoMethod and apparatus for high-speed processing of structured application messages in a network device
US20060123467A1 (en)2004-12-062006-06-08Sandeep KumarPerforming message payload processing functions in a network element on behalf of an application
US20060123226A1 (en)2004-12-072006-06-08Sandeep KumarPerforming security functions on a message payload in a network element
US7725934B2 (en)2004-12-072010-05-25Cisco Technology, Inc.Network and application attack protection based on application layer message inspection
US20060123479A1 (en)2004-12-072006-06-08Sandeep KumarNetwork and application attack protection based on application layer message inspection
US20060129650A1 (en)2004-12-102006-06-15Ricky HoGuaranteed delivery of application layer messages by a network element
US20060129689A1 (en)2004-12-102006-06-15Ricky HoReducing the sizes of application layer messages in a network element
US20060129575A1 (en)2004-12-142006-06-15Lee Myung CMethod and system for supporting XQuery trigger in XML-DBMS based on relational DBMS
US7392259B2 (en)2004-12-142008-06-24Electronics And Telecommunications Research InstituteMethod and system for supporting XQuery trigger in XML-DBMS based on relational DBMS
US20060146879A1 (en)2005-01-052006-07-06Tefcros AnthiasInterpreting an application message at a network element using sampling and heuristics
US20060155862A1 (en)2005-01-062006-07-13Hari KathiData traffic load balancing based on application layer messages
US20060149840A1 (en)2005-01-062006-07-06Tervela, Inc.End-to-end publish/subscribe middleware architecture
US20060155969A1 (en)2005-01-112006-07-13Fujitsu LimitedReconfigurable, expandable semiconductor integrated circuit
US20060168334A1 (en)2005-01-252006-07-27Sunil PottiApplication layer message-based server failover management by a network element
US7205897B2 (en)2005-03-012007-04-17Sap AktiengesellschaftProduct flow based auto-ID infrastructure
US20060253590A1 (en)2005-04-082006-11-09Konaware, Inc.Platform and methods for continuous asset location tracking and monitoring in intermittently connected environments
US20060236062A1 (en)2005-04-192006-10-19International Business Machines CorporationMethod and apparatus for negotiating revised service level agreements
US20060256768A1 (en)2005-05-132006-11-16Chan Chi CMethod and system for transferring data in a communications network using redundant communication paths
US20070013518A1 (en)2005-07-142007-01-18Cisco Technology, Inc.Provisioning and redundancy for RFID middleware servers
US7345585B2 (en)2005-08-012008-03-18Cisco Technology, Inc.Network based device for providing RFID middleware functionality
US20070027966A1 (en)2005-08-012007-02-01Cisco Technology, Inc.Network based device for providing RFID middleware functionality
US20070080784A1 (en)2005-10-102007-04-12Electronics And Telecommunications Research InstituteMobile RFID service providing apparatus and method thereof
US8255932B1 (en)2008-12-172012-08-28Cisco Technology, Inc.Application of an embedded instrumentation interface definition language

Non-Patent Citations (140)

* Cited by examiner, † Cited by third party
Title
"Cisco Application-Oriented Networking: A Network-Based Intelligent Message Routing System", http://www.cisco.com/en/US/products/ps6438/products-data-sheet0900aecd802c1f9c.html Data Sheet, Cisco Systems, Inc., Jul. 13, 2005, pp. 1-7.
"Cisco Application-Oriented Networking-A Network Embedded Intelligent Message Routing System", http://www.cisco.com/en/US/products/ps6438/prod-bulletin0900aecd802c201b.html Product Bulletin No. 2886, Cisco Systems, Inc. Jul. 13, 2005, pp. 1-3.
"Cisco Catalyst 6500 Series Application-Oriented Networking Module", http://www.cisco.com/en/US/products/ps6438/products-data-sheet0900aecd802c1fe9.html Data Sheet, Cisco Systems, Inc. Jul. 13, 2005, pp. 1-3.
"Cisco Catalyst 6500 Series Application-Oriented Networking Module: Large Photo", Photo, Retrieved from the internet: http://www.cisco.com/en/US/products/ps6448/prod-view-selector.html [Retrieved Jul. 13, 2005], Cisco Systems, Inc. 1 page.
"EPCg1, Frequently Asked Questions", Retrieved from the internet: http://www.epcglobalinc.com/about/faqs.html, [Retrieved Mar. 24, 2005], 9 pages.
"EPCTM Tag Data Standards Version 1.1 Rev.1.24", EPCglobal, Standard Specification, Apr. 1, 2004, 78 pages.
"The EPCglobal Architecture Framework" EPCglobal Final Version of Jul. 1, 2005, pp. 1-53.
"The Global Language of Business", Retrieved from the internet: http://www.ean-int.org/locations.html, [Retrieved Mar. 24, 2005], 5 pages.
AeroScout Visibility System: Bridging the Gap Between Wi-Fi, Active RFID and Telemetry, AeroScout Enterprise Visibility Solutions, http://www.aeroscout.com/content.asp?p.=SystemOverview, printed Apr. 16, 2005, 3 pages.
Alexander, S., et al., DHCP Options and BOOTP Vendor Extensions, RFC 2132, Mar. 1997, 32 pages.
Amended Claims, Application No. 05820894.3-2211/1812870, 6 pages.
Bilorusets, Ruslan et al., "Web Services Reliable Messaging Protocol (WS-ReliableMessaging)", Mar. 2004.
Brewer, Eric, et al., "A Network Architecture for Heterogeneous Mobile Computing", Personal Communications, IEEE 5.5 dated 1998, pp. 8-24.
Burns, Michael, et al., "Implementing Address Assurance in the Intel IXP Router", Western Network Processors Conference, Oct. 2002, 17 pages.
China Patent Office, CN 4th Office Action received in International Application No. 200580041996.X dated Jun. 26, 2012 (8 pages).
China Patent Office, CN Office Action received in International Application No. 201010622659.2 dated Oct. 17, 2011 (12 pages).
Chiu, Kenneth, et al., "Investigating the Limits of SOAP Performance for Scientific Computing", Nov. 7, 2002, IEEE Computer Society, 8 pages.
Claims in application No. PCT/US2015/024930, Dated Jul. 2015, 6 pages.
Claims in European Application No. 05 854 364.6-1870, dated May 2015, 4 pages.
Claims in European Application No. 05854364.6-1870, dated Nov. 2014, 4 pages.
Claims, application No. 200580031604.1, 6 pages
Claims, application No. EP 05820894, 6 pages.
Claims, filing No. 200580031571.0, 8 pages.
Claims, filing No. 200580045932.7, 8 pages.
Claims, International application No. PCT/US05/43599, 8 pages.
Claims, International application No. PCT/US05/46149, 10 pages.
Current Claims for Application No. 200580041996, Application: Cisco Technology Inc., dated May 2011, 9 pages.
Current Claims for European application 0583164.1, 5 pages.
Current Claims for European application 05853162.5, 6 pages.
Current Claims for European application No. EP 05 85 3162, 6 pages.
Current Claims for European application No. EP 05 85 3164, 5 pages.
Current Claims in application No. 05 820 894.3-1954, dated Oct. 2013, 5 pages.
Current Claims in application No. 05822298.5-1244, dated Nov. 2012, 9 pages.
Current Claims in application No. 05852737.5-1853, dated Aug. 2013, 5 pages.
Current Claims in Application No. 05854804.1-1244, dated Nov. 2012, 6 pages.
Current Claims in application No. 200580041996, dated Oct. 2012, 5 pages.
Current Claims in Application No. 200580041996, dated Sep. 2011, 5 pages.
Current Claims in application No. 200580041996.X, dated Jun. 2012, 5 pages.
Current Claims in application No. 200580041997.4, dated Apr. 2013, 7 pages.
Current Claims in Application No. 2216/DELNP/2007, Dated Jul. 2011, 9 pages.
Current claims in IN patent application No. 3288/DELNP/2007, 6 pages dated Aug. 2011.
Current Claims PCT/US05/40861, 5 pages.
Current Claims PCT/US05/40861, 6 pages.
Current Claims PCT/US05/45625, 8 pages.
Current Claims PCT/US05/45625, 9 pages.
Current Claims, Application No. 200580041996.X (5 pages).
Current Claims, Application No. 200580041997.4, Applicant: Cisco Technology Inc., 6 pages.
Current Claims, Application No. 201010622659.2 (7 pages).
Current Claims, Application No. 2212/DELNP/2007, 6 pages.
Current Claims, Application No. 3155/DELNP/2007 6 pages).
Current Claims, Application No. 3205/DELNP/2007, 10 pages.
Current Claims, Application No. 3290/DELNP/2007 (3 pages).
Current Claims, PCT/US05/41254, 11 pages.
Current Claims, PCT/US05/41254, 12 pages.
Current Claims, PCT/US05/43599, 8 pages.
Current Claims, PCT/US05/44171, 12 pages.
Current Claims, PCT/US05/44171, 9 pages.
Current Claims, PCT/US2006/024375, 5 pages.
Current Claims, PCT/US2006/024375, 6 pages.
Decasper, Dan et al., "Router Plugins: A Software Architecture for Next Generation Routers," IEEE ACM Transactions on Networking, vol. 9, No. 1, Feb. 2000, XP011038838, 14 pages.
Decasper, Dan et al., "Router Plugins: A Software Architecture for Next-Generation Routers," IEEE ACM Transactions on Networking, vol. 9, No. 1, Feb. 2000, XP011038838, 14 pages.
Droms, R., Dynamic Host Configuration Protocol, RFC 2131, Mar. 1997, 43 pages.
European Patent Office, "Communication pursuant to Article 94(3) EPC", Application No. 05820894.3-2211/1812870, dated May 28, 2009, 9 pages.
European Patent Office, "European Search Report" in application No. 05822298.5-1244, dated Nov. 30, 2012, 12 pages.
European Patent Office, "European Search Report" in application No. 05854804.1-1244, dated Nov. 23, 2012, 6 pages.
European Patent Office, "European Search Report", application No. 0583164.1, applicant: Cisco Technology Inc., Dated Nov. 30, 2010, 8 pages.
European Patent Office, "European Search Report", application No. 05853162.5, applicant Cisco Technology, Inc., Dated Dec. 6, 2010, 11 pages.
European Patent Office, "European Search Report", application No. EP 05820894, Feb. 6, 2009, 8 pages.
European Patent Office, "European Search Report", dated Nov. 30, 2010, application No. EP 05 85 3164, 8 pages.
European Patent Office, "European Search Report," dated Dec. 6, 2010, application No. EP 05 85 3162, 11 pages.
European Patent Office, "Search Report" in application No. 05 854 364.6-1870, dated May 6, 2105, 4 pages.
European Patent Office, "Search Report" in application No. 05852737.5-1853, dated Aug. 21, 2013, 6 pages.
European Patent Office, "Search Report" in application No. 05854364.6-1870, dated Nov. 25, 2014, 7 pages.
European Patent Office, "Search Report", in application No. 05 820 894.3-1954, dated Oct. 7, 2013, 7 pages.
First Examination Report from IN for foreign patent application No. 3288/DELNP/2007 dated Aug. 26, 2011, 1 pages.
Fujitsu Limited, et al., "Web Services Reliability (WS-Reliability) Ver1.0", Jan. 8, 2003. p. 1-45.
Fujitsu Limited, et al., "Web Services Reliability (WS-Reliability)," Ver1.0. , Jan. 8, 2003. pp. 1-45.
Girardot, Marc et al., "Millau: an encoding format for efficient representation and exchange for XMLover the web," [retrieved on Jan. 31, 2005]. Retrieved from the internet: , 25 pages.
Girardot, Marc et al., "Millau: an encoding format for efficient representation and exchange for XMLover the web," [retrieved on Jan. 31, 2005]. Retrieved from the internet: <URL: http://www9.org/w9cdrom/154/154.html>, 25 pages.
Girardot, Marc, et al., "Millau: An Encoding Format for Efficient Representation and Exchange of XML Over the Web", Computer Networks, Netherlands, vol. 33, Jun. 2000, 22 pages.
Global Location No. (GLN) Implementation Guide, Uniform Code Council, Inc., May 2002, 13 pages.
Government of India Patent Office Intellectual Property Building, "Office Action in Application No. 2216/DELNP/2007", Applicant: Cisco Technology, Inc., Dated Jul. 14, 2011, 2 pages.
Harrington, D., et al, An Architecture for DescribingSimple Network Management Protocol (SNMP) Management Frameworks, RFC 3411, Dec. 2002, 64 pages.
India Patent Office, IN First Examination Report received in International Application No. 3155/DELNP/2007 dated Mar. 1, 2012 (1 pages).
India Patent Office, IN First Examination Report received in International Application No. 3287/DELNP/2007 dated Jan. 24, 2012 (2 pages).
India Patent Office, IN Office Action received in International Application No. 3290/DELNP/2007 dated Dec. 21, 2011 (2 pages).
India Patent Office, India First Examination Report received in International Application No. 2212/DELNP/2007 dated Oct. 14, 2011, 1 page.
India Patent Office, India First Examination Report received in International Application No. 3205/DELNP/2007dated Oct. 14, 2011, 1 page.
International Preliminary Examining Authority, "Written Opinion of the International Preliminary Examining Authority", International application No. PCT/US05/43599, mailed May 12, 2008, 4 pages.
International Search Report dated Feb. 17, 2006, from related International Application No. PCT/US05/15322, 5 pp. including Notification of Transmittal (CISCP378WO).
International Search Report dated Jul. 13, 2006, from (related) International Application No. PCT/US05/16319, 5 pp. including Notification of Transmittal (CISCP430WO).
International Search Report dated Oct. 13, 2005, from (related) International Application No. PCT/US05/16484, 6 pages. including Notification of Transmittal (CISCP377WO).
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration", International application No. PCT/US05/46149, dated Jul. 20, 2007, 9 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US05/40861, dated Nov. 17, 2006, 7 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US05/41254, dated Mar. 28, 2007, 7 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US05/43599, dated Feb. 28, 2007, 8 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US05/44171, dated Nov. 30, 2006, 7 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US05/45625, dated Oct. 20, 2006, 7 pages.
International Searching Authority, "Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration," PCT/US2006/024375, dated Oct. 17, 2006, 10 pages.
International Searching Authority, "Search Report" in application No. PCT/US2015/024930, Dated Jul. 21, 2015, 12 pages.
International Searching Authority, Notification of Tranmittal of the International Search Report and the Written Opinion on the International Searching Authority, or the Declaration, International application No. PCT/US05/46149, dated Jul. 20, 2007, 9 pages.
Johnson, R., TFTP Server Address DHCP Option draft-raj-dhc-tftp-addr-option-00.txt, Internet-Draft, Feb. 6, 2005, 7 pages.
Johnston, M., DHCP Preboot Execution Environment (PXE) Options draft-ietf-dhc-pxe-options-01.txt, Internet-Draft, Jan. 21, 2005, 7 pages.
Littlefield, J., Vendor-Identifying Vendor Options for Dynamic Host Configuration Protocol version 4 (DPHCPv4), RFC 3925, Oct. 2004, 9 pages.
Lonvick, C., The BSD Syslog Protocol, RFC 3164, Aug. 2001, 28 pages.
Marc Girardot and Neel Sundaresan. "Millau: an encoding format for efficient representation and exchange of XML over the web" [Retrieved Jan. 31, 2005]. Retrieved from the internet: http://www9.org/w9cdrom/154/154.html 25 pages.
Mockapetris, P., "Domain Names-Concepts and Facilities", RFC 1034, Nov. 1987, 43 pages.
Mockapetris, P., "Domain Names-Implementation and Specification", RFC 1035, 55 pages.
Oracle, "Oracle Application Developer's Guide-Advanced Queuing Release" A Same Application Using AQ, http://www.lorentzcenter.nl/awcourse/oracle/appdev.920/a96587/qsample.htm, 2002, 93 pages.
Patrick, M., DHCP Relay Agent Information Option, RFC 3046, Jan. 2001, 14 pages.
Pending Claims, Application No. 200580045932.7, 8 pages.
Polk, J., et al., Dynamic Host Configuration Protocol Option for Coordinate-based Location Configuration Information, RFC 3825, Jul. 2004, 15 pages.
Presuhn, R., Editor, Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP), RFC 3416, Dec. 2002, 31 pages.
Roesch, M., "Snort-Lightweight Intrusion Detection for Networks", Proceedings of the Systems Administration Conference, dated Nov. 7, 1999, 11 pages.
Ruslan Bilorusets et al., "Web Services Reliable Messaging Protocol (WS-ReliableMessaging)", Mar. 2004, pp. 1-40.
Schramm, C. et al., "Application-Oriented Network Modeling with Mobile Agents," 1998, IEEE (5 pages).
Schulzrinne, H., Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Option for Civic Addresses Configuration Information, draft-ietf-geopriv-dhcp-civil-05. Internet-Draft. Feb. 19. 2004.
Sharp R L et al. "Network Security in a Heterogeneous Environment," AT & T Technical Journal, American Telephone and Telegraph Co. New York, US vol. 73, No. 5 Sep. 1, 1994, pp. 52-59.
Sharp R. L. et al., "Network security in a Heterogeneous Environment", AT&T Technical Journal, American Telephone & Telegraph Co. New York, US, vol. 73, No. 5, Sep. 1, 1994 (8 pages) XP000475911, ISSN: 8756-2324.
Sharp R.L. et al. "Network Security in a Heterogeneous Environment", AT&T Journal, American Telephone and Telegraph Co. New York, US, vol. 73, No. 5, Sep. 1, 1994 pp. 52-59.
Simple Network Management Protocol, Internetworking Technologies Handbook, Chapter-56, printed Jul. 14, 2005, 12 pages.
Snoeren, Alex C., et al., "Single-packet IP Traceback", IEEE/ACM Transactions on Networking (ToN) 10.6 dated 2002, pp. 721-734.
State Intellectual Property Office of the People's Republic of China, "The Fifth Office Action" in application No. 200580041996, dated Oct. 8, 2012, 8 pages.
State Intellectual Property Office of the People'S Republic of China, "The First Office Action", application No. 200580031604.1.
State Intellectual Property Office of the People'S Republic of China, "The First Office Action", filing No. 200580031571.0, Dated Dec. 19, 2008, 9 pages.
State Intellectual Property Office of the People'S Republic of China, "The First Office Action", filing No. 200580045932.7, Dated Nov. 28, 2008, 8 pages.
State Intellectual Property Office of the People'S Republic of China, "The Third Office Action" in application No. 200580041997.4 dated Apr. 19, 2013, 7 pages.
State Intellectual Property Office of the Peoples Republic of China, Office Action PCT Application No. 200580041997.4, Applicant: Cisco Technology Inc., Dated Feb. 11, 2011, 5 pages.
Stump, G., et al., The User Class Option for DHCP, RFC 3004, Nov. 2000, 6 pages.
The Patent Office of the People'S Republic of China, "The Fourth Office Action", in application No. 200580041996.X, dated Jun. 26, 2012, 8 pages.
The Patent Office of the People'S Republic of China, "The Second Office Action", Application No. 200580045932.7, dated May 8, 2009, 9 pages.
The Patent Office of the People'S Republic of China, Office Action in Application No. 200580041996, Applicant: Cisco Technology, Inc., dated May 25, 2011, 11 pages.
The Patent Office of the People'S Republic of China, The Third Office Action in Application No. 200580041996.X, Applicant: Cisco Technology, Inc., dated Sep. 15, 2011, 5 pages.
T'Joens, Y., DHCP Reconfigure Extension, RFC 3203, Dec. 2001, 6 pages.
U.S. Appl. No. 12/638,159, filed Dec. 15, 2009, Notice of Allowance, Mar. 20, 2014.
U.S. Appl. No. 13/745,692, filed Jan. 18, 2013, Final Office Action, Mar. 24, 2014.
WhereNet, Products, http://wherenet.com/products-main.html, printed Apr. 16, 2005, 2 pages.
Written Opinion of the International Searching Authority dated Feb. 17, 2006, from related International Application No. PCT/US05/15322, 3 pp. (CISCP378WO).
Written Opinion of the International Searching Authority dated Jul. 13, 2006, from (related) International Application No. PCT/US05/16319, 5 pp. (CISCP430WO).
Written Opinion of the International Searching Authority dated Oct. 13, 2005, from (related) International Application No. PCT/US05/16484, 5 pages. (CISCP377WO).

Cited By (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10650621B1 (en)2016-09-132020-05-12Iocurrents, Inc.Interfacing with a vehicular controller area network
US11232655B2 (en)2016-09-132022-01-25Iocurrents, Inc.System and method for interfacing with a vehicular controller area network
US11573192B2 (en)*2017-08-012023-02-07Siemens Energy, Inc.Enhanced guided wave thermography inspection systems and methods of using the same
US11095525B2 (en)2018-04-192021-08-17International Business Machines CorporationDiagramming system for a distributed data processing system
US11741196B2 (en)2018-11-152023-08-29The Research Foundation For The State University Of New YorkDetecting and preventing exploits of software vulnerability using instruction tags
US12061677B2 (en)2018-11-152024-08-13The Research Foundation For The State University Of New YorkSecure processor for detecting and preventing exploits of software vulnerability

Also Published As

Publication numberPublication date
US8312148B2 (en)2012-11-13
US20140032690A1 (en)2014-01-30
EP1839174A4 (en)2013-09-18
US20060123425A1 (en)2006-06-08
US7987272B2 (en)2011-07-26
WO2006062814A3 (en)2007-05-03
WO2006062814A2 (en)2006-06-15
US20060123477A1 (en)2006-06-08
US7996556B2 (en)2011-08-09
CN101371237A (en)2009-02-18
EP1839174B1 (en)2018-02-14
CN101371237B (en)2010-12-22
US20110208867A1 (en)2011-08-25
US20060123467A1 (en)2006-06-08
EP1839174A2 (en)2007-10-03
US8549171B2 (en)2013-10-01

Similar Documents

PublicationPublication DateTitle
US9380008B2 (en)Method and apparatus for high-speed processing of structured application messages in a network device
US7606267B2 (en)Reducing the sizes of application layer messages in a network element
US7551567B2 (en)Interpreting an application message at a network element using sampling and heuristics
US8082304B2 (en)Guaranteed delivery of application layer messages by a network element
US7509431B2 (en)Performing message and transformation adapter functions in a network element on behalf of an application
US8799403B2 (en)Caching content and state data at a network element
US7698416B2 (en)Application layer message-based server failover management by a network element
EP1839176B1 (en)Data traffic load balancing based on application layer messages
US8090839B2 (en)XML message validation in a network infrastructure element
US8266327B2 (en)Identity brokering in a network element
EP1820294B1 (en)Performing security functions on a message payload in a network element

Legal Events

DateCodeTitleDescription
STCFInformation on status: patent grant

Free format text:PATENTED CASE

MAFPMaintenance fee payment

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

Year of fee payment:4

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