WO2006062814A2 - Performing message payload processing functions in a network element on behalf of an application - Google Patents

Performing message payload processing functions in a network element on behalf of an application Download PDF

Info

Publication number
WO2006062814A2
WO2006062814A2 PCT/US2005/043599 US2005043599W WO2006062814A2 WO 2006062814 A2 WO2006062814 A2 WO 2006062814A2 US 2005043599 W US2005043599 W US 2005043599W WO 2006062814 A2 WO2006062814 A2 WO 2006062814A2
Authority
WO
WIPO (PCT)
Prior art keywords
message
application
aons
actions
network element
Prior art date
Application number
PCT/US2005/043599
Other languages
French (fr)
Other versions
WO2006062814A3 (en
Inventor
Sandeep Kumar
Tefcros Anthias
Ricky Ho
Saravanakumar Rajendran
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, Inc. filed Critical Cisco Technology, Inc.
Priority to CN2005800417979A priority Critical patent/CN101371237B/en
Priority to EP05852737.5A priority patent/EP1839174B1/en
Publication of WO2006062814A2 publication Critical patent/WO2006062814A2/en
Publication of WO2006062814A3 publication Critical patent/WO2006062814A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Definitions

  • the present invention generally relates to network elements, such as switches and routers, in computer networks.
  • the invention relates more specifically to a method and apparatus for performing message payload processing functions in a network element on behalf of an application.
  • 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 Internet Protocol (IP) in conjunction with a transport layer protocol such as Transport Control Protocol (TCP) to transmit the message.
  • IP Internet Protocol
  • TCP Transport Control Protocol
  • the message is encapsulated into one or more data packets; separate portions of the same message may be sent in separate packets.
  • 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.”
  • 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.”
  • 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.
  • application “A” may specify that computer “X” is to send a message using Hypertext Transfer Protocol (HTTP).
  • HTTP Hypertext Transfer Protocol
  • computer “X” may add HTTP-specific headers to the front of the message before encapsulating the message into TCP packets as described above.
  • application “B” is configured to receive messages according to HTTP, then computer “Y” may use the HTTP-specific headers to handle the message.
  • 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.
  • XML Extensible Markup Language
  • 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.
  • 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.
  • FTP File Transfer Protocol
  • 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).
  • EDI Electronic Data Interchange
  • 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.
  • a network appliance "J” might be designed to receive messages that have been sent using HTTP and send those messages using FTP instead.
  • a network appliance "K” might be designed to receive messages that are in XML format and translate those messages into EDI format.
  • application “A” sends messages in XML using HTTP
  • application “B” receives messages in EDI using FTP
  • 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.”
  • 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.
  • 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.
  • the network administrator following this approach might need to configure 25 different "paths" of one or more network appliances each.
  • the network administrator may need to add and/or remove certain network appliances from certain paths between application pairs.
  • the burden can be more than most network administrators can bear. [0014] Additionally, if multiple paths are configured to contain the same network appliance, then the network appliance may become a bottleneck that degrades network performance.
  • 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
  • FIG. 10 is a diagram that illustrates the path of a message within an AONS cloud according to a cloud view
  • FIG. 1 IA and FIG 1 IB are diagrams that illustrate a request/response message flow
  • FIG. 12A and FIG 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 and FIG 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, and FIG. 23 are diagrams that illustrate entities within an AONS configuration and management framework.
  • FIG. 24 is a diagram that illustrates an AONS monitoring architecture. DETAILED DESCRIPTION
  • the network element receives user-specified input that indicates a particular message classification.
  • the network element also receives one or more data packets. Based on the data packets, the network element determines that an application layer message, which is collectively contained in payload portions of the data packets and which is directed to the application, matches the particular message classification.
  • the network element processes at least a portion of the message by performing, relative to at least the portion of the message and on behalf of the application, one or more actions that are (a) specified in the user-specified input and (b) associated with the particular message classification.
  • processing the portion of the application layer message comprises conceptually separating the contents of the application layer message from the remainder of the one or more data packets and inspecting and interpreting the contents in a manner that is based on semantics associated with the contents.
  • This kind of inspection which is more fine-grained than packet-level inspection, may be referred to as "deep content inspection.”
  • each part of a multi-part (MIME) message may be separately interpreted and inspected based on the semantics associated with that part.
  • a part of a multi-part message is a JPEG image, then that part is inspected based on JPEG semantics; if a part of a multi-part message is an XML document, then that part is inspected based on XML semantics; other parts may be inspected based on different semantics.
  • the distinct components of a message are understood by the semantics associated with that message.
  • the network element can perform any required "translation" of messages contained in payload portions of data packets that the network element receives, the applications that send and receive the messages do not need to be modified to perform the translations themselves.
  • the applications that send and receive the messages can do so without having any "awareness” that those messages are being modified (given that a trust relationship exist between the application and the network element for security reasons).
  • Applications can communicate with each other as though each other application communicated using the same message format and application layer protocol.
  • the network element may be a network router or a switch that would already be performing routing functions within the network; thus, using the approach described herein, the number of intermediate network elements sitting between a client and server application would not need to be increased.
  • the network element may be a network appliance and/or a device that is attached or connected to a switch or router and that performs OSI Layer 2 and above processing, including packet- and message-level processing.
  • the invention encompasses a computer apparatus and a computer- readable medium configured to carry out the foregoing steps.
  • FIG. 1 is a block diagram that illustrates an overview of one embodiment of a system 100 in which one or more of network elements 102, 104, 106, and 108 perform message payload processing functions on behalf of an application.
  • Network elements 102, 106, and 108 may be proxy devices, for example.
  • Network element 104 may be a network router or a switch such as router 600 depicted in FIG. 6 below, for example.
  • Client application 1 10 is coupled communicatively with network element 102.
  • a server application 1 12 is coupled communicatively to network element 106.
  • a server application 1 14 is coupled communicatively to network element 108.
  • Each of client application 1 10 and server applications 1 12 and 1 14 may be a separate computer.
  • each of client application 1 10 and server applications 1 12 and 1 14 may be a separate process executing on separate computers.
  • Network elements 102 and 104 are coupled communicatively with a network 1 16.
  • Network elements 104 and 106 are coupled communicatively with a network 1 18.
  • Network elements 104 and 108 are coupled communicatively with a network 120.
  • Each of networks 1 16, 118, and 120 is a computer network, such as, for example, a local area network (LAN), wide area network (WAN), or internetwork such as the Internet.
  • Networks 1 16, 1 18, and 120 may contain additional network elements such as routers.
  • client application 1 10 addresses messages to server applications 1 12 and 1 14, and network elements 102, 104, 106, and 108 intercept the data packets that contain the messages.
  • client application 1 10 explicitly addresses messages to network element 102.
  • FIG. 2 depicts a flow diagram 200 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 of network elements 102, 104, 106, and 108.
  • 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.
  • network element 104 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.
  • the network element receives one or more data packets.
  • network element 104 may intercept one or more data packets that are destined for server application 1 12.
  • network element 102 may receive one or more data packets that are destined for network element 102.
  • Network element 102 is capable of determining application layer message boundaries, so, in one embodiment, network element 102 may perform operations (as described below) on an application layer message contained in a stream, or portions thereof, even if network element 102 has not yet received all of the data packets that contain all of the portions of the application layer message.
  • block 206 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.
  • network element 104 may assemble at least some of the data packets.
  • Network element 104 may inspect the contents of the payload portions of the assembled data packets to determine at least a portion of an application layer message that client application 1 10 is trying to send.
  • the message may be, for example, a purchase order formatted according to XML and transmitted using HTTP.
  • the message may contain HTTP and XML headers.
  • network element 104 may determine that the message belongs to the particular message classification indicated in the user-specified input. For example, network element
  • the 104 may determine, based on a portion of the message, that the message is a purchase order.
  • 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.
  • network element 104 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 toward server application 1 12 using a different application layer protocol (e.g., FTP) than the protocol that client application 1 10 used to send the message. Examples of other possible actions are described below.
  • FIG. 6A is a block diagram that illustrates one embodiment of a router 600 in which a supervisor blade 602 directs some of packet flows 61 OA-B to an AONS blade and/or other blades 606N.
  • Router 600 comprises supervisor blade 602, AONS blade 604, and other blades 606A-N.
  • Each of blades 602, 604, and 606A-N is a single circuit board populated with components such as processors, memory, and network connections that are usually found on multiple boards. Blades 602, 604, and 606A-N are designed to be addable to and removable from router 600.
  • router 600 receives packet flows such as packet flows 610A-B. More specifically, in one embodiment, packet flows 61 OA-B received by router 600 are received by supervisor blade 602. Supervisor blade 602 may comprise a forwarding engine and/or a route processor such as those commercially available from Cisco Systems, Inc.
  • router 600 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 by supervisor blade 602 are performed instead by a forwarding engine that is not situated within supervisor blade 602, so that packets may be forwarded to AONS blade 604 without ever going through supervisor blade 602.
  • supervisor blade 602 classifies packet flows 61 OA-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, then supervisor blade 602 sends the packets to a specified one of AONS blade 604 and/or other blades 606A-N. Alternatively, if the parameters contained in the packet header do not match any specified parameters, then supervisor blade 602 performs routing functions relative to the particular packet and forwards the particular packet on toward the particular packet's destination. [0060] For example, supervisor blade 602 may determine that packet headers in packet flow 610B match specified parameters.
  • supervisor blade 602 may send packets in packet flow 610B to AONS blade 604.
  • Supervisor blade 602 may receive packets back from AONS blade 604 and/or other blades 606A-N and send the packets on to the next hop in a network path that leads to those packets' destination.
  • supervisor blade 602 may determine that packet headers in packet flow 610A do not match any specified parameters. Consequently, without sending any packets in packet flow 610A to AONS blade 604 or other blades 606A-N, supervisor blade 602 may send packets in packet flow 610A on to the next hop in a network path that leads to those packets' destination.
  • AONS blade 604 and other blades 606A-N receive packets from supervisor blade 602, perform operations relative to the packets, and return the packets to supervisor blade 602.
  • Supervisor blade 602 may send packets to and receive packets from multiple blades before sending those packets out of router 600. For example, supervisor blade 602 may send a particular group of packets to other blade 606A. Other blade 606A may perform firewall functions relative to the packets and send the packets back to supervisor blade 602.
  • Supervisor blade 602 may receive the packet from other blade 606A and send the packets to AONS blade 604.
  • AONS blade 604 may perform one or more message payload-based operations relative to the packets and send the packets back to supervisor blade 602.
  • the following events occur at an AONS router such as router 600.
  • packets containing messages from clients to servers, are received.
  • access control list-based filtering is performed on the packets and some of the packets are sent to an AONS blade or module.
  • TCP termination is performed on the packets.
  • SSL Secure Sockets Layer
  • URL Universal Resource Locator
  • message header-based and message content-based filtering is performed on the packets.
  • the messages contained in the packets are classified into AONS message types.
  • a policy a policy
  • FIGS. 3A-B depict a flow diagram 300 that illustrates one embodiment of a method of performing message pay load processing functions at a network element on behalf of an application.
  • network elements 102, 104, 106, and 108 may perform such a method.
  • AONS blade 604 may perform one or more steps of such a method.
  • Other embodiments may omit one or more of the operations depicted in flow diagram 300.
  • Other embodiments may contain operations additional to the operation depicted in flow diagram 300.
  • Other embodiments may perform the operations depicted in flow diagram 300 in an order that differs from the order depicted in flow diagram 300.
  • 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.
  • network element 104 and more specifically AONS blade 604 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.
  • 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.
  • an association is established, at the network element, between the particular message classification and the one or more criteria.
  • AONS blade 604 may establish an association between a particular message classification and one or more criteria.
  • 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.
  • 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.
  • 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.
  • AONS blade 604 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.
  • 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.
  • AONS blade 604 may establish an association between a particular message classification and one or more actions.
  • the operations of blocks 302-306 comprise "provisioning" the network element.
  • Multiple associations may be established between separate sets of actions and separate message classifications.
  • AONS blade 604 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.
  • 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.
  • network element 104, and more specifically supervisor blade 602 may intercept data packets that client application 1 10 originally sent. The data packets might be destined for server application 1 12, for example.
  • 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
  • network element 104 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 element 104 may determine which application layer protocol (FTP, HTTP, Simple Mail Transfer Protocol (SMTP), etc.) was used to transmit the message.
  • FTP an application layer protocol
  • HTTP Simple Mail Transfer Protocol
  • a message termination technique that is associated with the application layer protocol used to transmit the message is determined.
  • network element 104 and more specifically AONS blade 604, 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 element 104 may determine which procedure should be called to extract the message from the data packets.
  • 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.
  • network element 104 and more specifically AONS blade 604 may provide the data packets as input to a procedure that is mapped to the application layer protocol determined in block 312.
  • 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 to AONS blade 604.
  • the message extracted from the data packets is independent of the application layer protocol that was used to transmit the message.
  • determining the contents of the message involves assembling the contents of the payload portions of two or more of the data packets.
  • network element 104 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
  • 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.
  • MIME multi-part
  • a message classification that is associated with criteria that the message satisfies is determined.
  • network element 104 may store mapping information that maps different criteria to different message classifications. The mapping information indicates, among possibly many different associations, the association established in block 304. Network element 104 may determine whether the contents of the message satisfy criteria associated with any of the known message classifications.
  • the contents of the message are used to determine a message's classification
  • information beyond that contained in the message may be used to determine the message's classification.
  • 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.
  • 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.
  • one or more actions that are associated with the message classification determined in block 316 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. [0078] 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.
  • an action might indicate that a message is to be compressed using a specified compression technique before being forwarded out of the network element.
  • an action might indicate that the content of the message is to be altered in a specified manner.
  • an action might indicate that specified text is to
  • 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.
  • an action might indicate that specified text is to be deleted from the message.
  • 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.
  • an action might indicate that the message format of a message is to be altered in a specified manner.
  • an action might indicate that a message's format is to be changed from XML to some other format such as EDI.
  • 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.
  • 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.
  • client application 1 10 might have used a first application layer protocol, such as HTTP, to transmit the message.
  • the message when intercepted by network element 104, and more specifically supervisor blade 602, the message might have contained an HTTP header. However, in accordance with a specified action, before network element 104 forwards the message towards the message's destination, network element 104, and more specifically AONS blade 604, may modify the message so that the message will be carried using an application layer protocol other than HTTP (such as FTP, SMTP, etc.).
  • HTTP HyperText Transfer Protocol
  • 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.
  • network element 104 in accordance with a specified action, 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 element 104 may then forward the new IP data packets toward the new destination. In this manner, message content-based routing may be achieved.
  • an action might indicate that a specified event is to be written into a specified log that might be external to the network element.
  • network element 104, and more specifically AONS blade 604 might indicate that a specified event is to be written into a specified log that might be external to the network element.
  • an action might indicate that the message is to be encrypted using a specified key before being forwarded to a destination.
  • network element 104 and more specifically AONS blade 604
  • 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.
  • network element 104 may determine whether a response to the message is cached at network element 104; such a response might have be cached at network element 104 at the time a previous response to the same message passed through network element 104. If network element 104 determines that such a response is cached, then network element 104 may return the response to the message's origin. For read-only operations without any persistent state change, network element 104 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.
  • 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.
  • network element 104 might authenticate a message by comparing authentication information in the message with trusted information stored at network element 104.
  • 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 diagram 300 may be performed relative to multiple sets of data packets, each set carrying a separate message.
  • network element 104 may perform the method illustrated relative to a first set of data packets that carry a first message, and then network element 104 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
  • the second message might satisfy a second set of criteria associated with a second message classification.
  • network element 104 might perform a first set of actions relative to the first message, and a second set of actions relative to the second message.
  • FIG. 4 depicts a sample flow 400 that might be associated with a particular message classification.
  • Flow 400 comprises, in order, actions 402-414; other flows may comprise one or more other actions.
  • Action 402 indicates that the content of the message should be modified in a specified manner.
  • Action 404 indicates that a specified event should be written to a specified log.
  • Action 406 indicates that the message's destination should be changed to a specified destination.
  • Action 408 indicates that the message's format should be translated into a specified message format.
  • Action 410 indicates that the application layer protocol used to transmit the message or content should be changed to a specified application layer protocol.
  • Action 412 indicates that the message or content should be encrypted using a particular key.
  • Action 414 indicates that the message should be forwarded towards the message's destination.
  • Other actions might include signing and verification actions, for example.
  • any one of actions 402-414 may be performed individually or in combination with any others of actions 402-414.
  • 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.
  • supervisor blade 602 might be able to process and send packets to AONS blade 604 faster than AONS blade 604 can process application layer messages contained within those packets.
  • supervisor blade 602 sends only some selected packets to AONS blade 604.
  • the technique by which supervisor blade 602 selects these packets may be referred to as "filtering.” As a result of filtering, AONS blade 604 does not receive as many packets with which AONS blade 604 is likely to do nothing.
  • 6B depicts a flow diagram 650 that illustrates one embodiment of a method of filtering packets for which message level processing is to be performed.
  • block 652 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.
  • supervisor blade 602 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 block 654. Otherwise, control passes to block 656.
  • the packet is sent to an AONS blade.
  • supervisor blade 602 may direct the packet to AONS blade 604.
  • AONS blade 604 may then perform more resource-intensive message level processing on an application layer message that is at least partially contained in the packet.
  • the packet is forwarded on towards the packet's destination.
  • supervisor blade 602 may route the packet toward the packet's next hop without sending the packet to AONS blade 604. Message level processing is not performed on the packet.
  • AONS GENERAL OVERVIEW [0098] 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
  • 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.
  • 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.
  • 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.
  • 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
  • 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.
  • 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. [0107]
  • 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.
  • -21- 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
  • JDBC Connectivity
  • TCP TCP
  • message formats 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.
  • XML Extensible Markup Language
  • 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.
  • 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.
  • FTP File Transfer Protocol
  • AONS the client and server proxies are typically expected to perform the protocol gateway functionality.
  • 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.
  • AONS can be understood through the following characteristics: [0115] 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).
  • FIG. 7 is a diagram 700 that illustrates the various components involved in an example AONS network 702 according to one embodiment of the invention. The roles performed by each of the nodes are mentioned in detail in subsequent sections. [0119] Within AONS network 702, 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
  • AONS Router which is located within the AONS network. Visibility into application intent may begin within AEP 704 placed at the edge of a logical AONS "cloud.” As a particular client application of client applications 714A-N attempts to send a message across the network to a particular server application destination of server applications 716A-N and 718A-N, the particular client application will first interact with AEP 704.
  • AEP 704 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.
  • appropriate policies e.g. message encryption, transformation, etc.
  • AONS Router (AR) 712 may intercept the message en route to the message's destination endpoint. Based upon message header contents, AR 712 may determine that a new route would better serve the needs of a given application system. AR 712 may make this determination based upon enterprise-level policy, taking into account current network conditions. As the message nears its destination, the message may encounter AEP 706, 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.
  • AEP 706 may perform a final set of operations (e.g. message decryption, acknowledgement of delivery) prior to the message's arrival.
  • each message is only parsed once: when the message first enters the AONS cloud. It is the first AEP that a message traverses that
  • AEPs 704-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 a particular client application 714A 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 CP 704 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 by AEP CP 704.
  • the message is carried over a TCP connection to AR 710 along the path to the destination application 718A.
  • 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.
  • SP AEP SP 706 performs
  • AEP SP 706 then sends the message to receiving application 718A using any of the access protocols that application 718A and AONS support.
  • a detailed message flow through AONS network 702 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.
  • 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.
  • the AONS node may log the message for later inspection by an administrator.
  • 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.
  • An "AEP Client Proxy” is an AONS node that performs the services necessary for applications on the sending side of a message (a client).
  • an endpoint proxy also refers to a client or server proxy.
  • 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),
  • An "AEP Server Proxy” is an AONS node that performs the services necessary for applications on the receiving side of a message (a server).
  • 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.
  • 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 is a protocol used for communication between the nodes in an AONS network.
  • 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.
  • TLV type-length-value
  • router or “switch” refers herein to a typical Layer 3 or Layer 2 switch or a router that is currently commercially available.
  • an underlying "AONS foundation platform of subsystem services” provides a range of general-purpose services including support for security, compression, caching, reliability, policy management and other services.
  • AONS offers a range of discreet functional components that can be wired together to provide the overall processing of incoming data traffic.
  • These "bladeletsTM” 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.
  • IT information technology
  • a series of access method adaptors ensure support for a range of ingress and egress formats.
  • a set of user-oriented tools enable managers to appropriately view, configure and set policies for the AONS solution.
  • AONS solutions provides a number of intelligent, application-oriented network services. These intelligent services can be summarized in four primary categories: [0137] 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).
  • QoS quality-of-service
  • 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.
  • AONS can verify the identity of the sender of an inbound message based upon various pieces of information contained within a given message (usemame/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.
  • SAML Security Assertion Markup Language
  • 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
  • AONS can generate confirmations of successful message delivery as well as automatically generate exception responses when delivery cannot be confirmed.
  • 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 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.
  • XSLT Extensible Stylesheet Language Transformation
  • 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.
  • 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 realtime 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.
  • 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.
  • 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.
  • AONS 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.
  • AONS 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
  • 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).
  • 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.
  • 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.
  • FIG. 8 is a block diagram that depicts functional modules within an example AONS node.
  • AONS node 800 comprises AOS configuration and management module 802, flows/rules 804, AOS common services 806, AOS message execution controller 808, AOS protocol access methods 810, and AOS platform-specific "glue” 812.
  • AONS node 800 interfaces with Internetworking Operating System (IOS) 814 and Linux Operating System 816.
  • Flows/rules 804 comprise bladeletsTM 818, scriptletsTM 820, and scriptletTM container 822.
  • AOS common services 806 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.
  • AOS protocol/access methods 810 include: TCP/SSL, HTTP/HTTPS, SOAP/HTTP, SMTP, FTP, JMS/MQ and JMS/RV, and Java Database Connectivity (JDBC).
  • AOS message execution controller 808 includes: an execution controller, a flow subsystem, and a bladeletTM subsystem.
  • AOS bladeletsTM 818 and scriptletsTM 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.
  • AOS configuration and management module 802 includes: configuration, monitoring, topology management, capability exchange, failover redundancy, reliability/availability/serviceability (RAS) services (tracing, debugging, etc.), archiving, installation, upgrades, licensing, sample scriptletsTM, sample flows, documentation, online help, and language localization.
  • RAS reliability/availability/serviceability
  • supported platforms include: Cisco Catalyst 6503, Cisco Catalyst 6505, Cisco Catalyst 6509, and Cisco Catalyst 6513. 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.
  • supported supervisor modules include: Sup2 and Sup720.
  • specific functional areas relating to the platform include: optimized TCP, SSL, public key infrastructure (PKI), encryption/decryption, interface to Cat6K supervisor, fai lover/redundancy, image management, and QoS functionality.
  • PKI keys Although some embodiments of the invention are described herein with reference to PKI keys, embodiments of the invention are not limited to PKI keys. Other keys and/or tokens, such as Kerberos tokens and/or PGP tokens, may be used in conjunction with embodiments of the invention.
  • 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.
  • AONS may be configured to run in multiple modes depending on application integration needs, and deployment scenarios.
  • the primary modes of operation include implicit mode, explicit mode, and proxy mode.
  • implicit mode an AONS node transparently intercepts relevant traffic with no changes to applications.
  • explicit mode applications explicitly address traffic to an intermediary AONS node.
  • proxy mode applications are configured to work in conjunction with AONS nodes, but applications do not explicitly address traffic to AONS nodes.
  • 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).
  • domain name server (DNS)- based redirection could be used to route messages.
  • ACL access control list
  • Network-based application recognition and content switching modules may be configured for URL/UR1 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
  • 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.
  • layer 902 At the lowest layer, layer 902, all traffic passes through. At the next highest layer, layer 904, 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 at layer 904 passes to layer 906. At layer 906, traffic may be further filtered
  • Traffic that passes the filters at layer 906 passes to layer 908.
  • 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 at layer 908 passes to layer 910.
  • 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 at layer 910.
  • An AONS blade may perform processing at layer 910. Thus, a select subset of all network traffic may be provided to an AONS blade.
  • AONS may perform service virtualization and destination selection.
  • 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 cloud
  • a client application 1004 sends a message to an AONS Client Proxy (CP) 1006. If AONS CP 1006 is not present, then client application 1004 may send the message to an AONS Server Proxy (SP) 1008. The message is processed at AONS CP 1006.
  • CP AONS Client Proxy
  • SP AONS Server Proxy
  • AONS CP 1006 transforms the message into AONP format if the message is entering AONS cloud 1010.
  • the message is routed using AONP.
  • the message may be routed from AONS CP 1006 to an AONS router 1012, or from AONS CP
  • AONS SP 1006 to AONS SP 1008, or from AONS router 1012 to another AONS router, or from AONS router 1012 to AONS SP 1008.
  • Messages processed at AONS nodes are processed in AONP format.
  • AONS SP 1008 transforms the message into the message format used by server application 1014.
  • AONS SP 1008 routes the message to server application 1014 using the message protocol of server application 1014.
  • AONS CP 1006 may route the message to server application 1014.
  • FIG. 1 IA and FIG 1 IB are diagrams that illustrate a request/response message flow.
  • a sending application 1 102 sends a message towards a receiving application 1 104.
  • an AEP CP 1 106 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP CP 1106 sends the AONP message to an AONS router 1 108.
  • AONS router 1 108 receives the AONP message.
  • AONS router 1 108 sends the AONP message to an AEP SP 1 1 10.
  • AEP SP 11 10 receives the AONP message and removes the AONP header from the message, thus decapsulating the message.
  • AEP SP 1 1 10 sends the message to receiving application 1 104. [0181] Referring to FIG. 1 IB, at circumscribed numeral 8, receiving application 1 104 sends a response message " toward sending application 1 102.
  • AEP SP 1110 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP SP 1 1 10 sends the AONP message to AONS router 1 108.
  • AONS router 1 108 receives the AONP message.
  • AONS router 1108 sends the AONP message to AEP CP 1 106.
  • AEP CP 1106 receives the AONP message and removes the AONP header from the message, thus decapsulating the message.
  • AEP CP 1 106 sends the message to sending application 1 102.
  • a request is routed from sending application 1102 to receiving application 1 104, and a response is routed from receiving application 1 104 to sending application 1 102.
  • FIG. 12A and FIG 12B are diagrams that illustrate alternative request/response message flows.
  • FIG. 12A shows three possible routes that a message might take from a sending application 1202 to a receiving application 1204.
  • sending application 1202 sends the message toward receiving application 1204, but an AEP CP 1206 intercepts the message and sends the message to receiving application 1204.
  • sending application 1202 sends the message toward receiving application 1204, but AEP CP 1206 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to an AEP SP 1208, which decapsulates the message from the
  • FIG. 12B shows three possible routes that a response message might take from receiving application 1204 to sending application 1202. According to a first route, receiving application 1204 sends the message toward sending application 1202, but AEP CP 1206 intercepts the message and sends the message to sending application 1204. According to a second route, receiving application 1204 sends the message toward sending application 1202, but AEP SP 1208 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to AEP CP 1206, which decapsulates the message from the AONP message and sends the message to sending application 1202.
  • FIG. 13 is a diagram that illustrates a one-way message flow.
  • a sending application 1302 sends a message towards a receiving application 1304.
  • an AEP CP 1306 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP CP 1306 sends an ACK (acknowledgement) back to sending application 1302.
  • AEP CP 1306 sends the AONP message to an AONS router 1308.
  • 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 sending application 1402 to a receiving application 1404.
  • sending application 1402 sends the message toward receiving application 1404, but an AEP CP 1406 intercepts the message and sends the message to receiving application 1404.
  • AEP CP 1406 sends an ACK (acknowledgement) to sending application 1402.
  • sending application 1402 sends the message toward receiving application 1404, but AEP CP 1406 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to an AEP SP 1408, which decapsulates the message from the AONP message and sends the message to receiving application 1404.
  • AEP CP 1406 sends an ACK to sending application 1402.
  • sending application 1402 sends the message toward receiving application 1404, but an AEP CP 1406 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to an AEP SP 1408, which decapsulates the message from the AONP message and sends the message to receiving application 1404.
  • AEP CP 1406 sends an ACK to sending application 1402.
  • AONP is used in node-to-node communication with the next hop.
  • 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 and FIG 15B are diagrams that illustrate a request/response message flow with reliable message delivery.
  • a sending application 1502 sends a message towards a receiving application 1504.
  • an AEP CP 1506 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP CP 1506 saves the message to a data store 1512. Thus, if there are any problems with sending the message, AEP CP 1506 can resend the copy of the message that is stored in data store 1512.
  • AEP CP 1506 sends the AONP message to an AONS router 1508.
  • AONS router 1508 receives the AONP message.
  • AONS router 1508 sends the AONP message to an AEP SP 1510.
  • AEP SP 1510 receives the AONP message and removes the AONP header from the message, thus decapsulating the message.
  • AEP SP 1510 sends the message to receiving application 1504.
  • AEP SP 1510 sends a reliable messaging (RM) acknowledgement (ACK) to AONS router 1508.
  • AONS router 1508 receives the RM ACK and sends the RM ACK to AEP CP 1506.
  • AEP CP 1506 receives the RM ACK and, in response, deletes the copy of the message that is stored in data store 1512. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message in data store 1512. Alternatively, if AEP CP 1506 does not receive the RM ACK within a specified period of time, then AEP CP 1506 resends the message.
  • receiving application 1504 sends a response message toward sending application 1502.
  • AEP SP 1510 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP SP 1510 sends the AONP message to AONS router 1508.
  • AONS router 1508 receives the AONP message.
  • AONS router 1508 sends the AONP message to AEP CP 1506.
  • AEP CP 1506 receives the AONP message and removes the AONP header from the message, thus decapsulating the message.
  • FIG. 16 is a diagram that illustrates a one-way message flow with reliable message delivery.
  • a sending application 1602 sends a message towards a receiving application 1604.
  • an AEP CP 1606 intercepts the message and adds an AONP header to the message, forming an AONP message.
  • AEP CP 1606 saves the message to a data store 1612. Thus, if there are any problems with sending the message, AEP CP 1606 can resend the copy of the message that is stored in data store 1612.
  • AEP CP 1606 sends an ACK (acknowledgement) back to sending application 1602.
  • AEP CP 1606 sends the AONP message to an AONS router 1608.
  • AONS router 1608 receives the AONP message.
  • AONS router 1608 sends the AONP message to an AEP SP 1610.
  • AEP SP 1610 receives the AONP message and removes the AONP header from the message, thus decapsulating the message.
  • AEP SP 1610 sends the message to receiving application 1604.
  • AEP SP 1610 sends a reliable messaging (RM) acknowledgement (ACK) to AONS router 1608.
  • RM reliable messaging
  • AONS router 1608 receives the RM ACK and sends the RM ACK to AEP CP 1606.
  • AEP CP 1606 receives the RM ACK and, in response, deletes the copy of the message that is stored in data store 1612. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message in data store 1612.
  • AEP CP 1606 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.
  • an AONS node 1704 receives, from a client 1702, a request message, in either implicit or explicit mode.
  • AONS node 1704 reads the message, selects and executes a flow, and adds an AONP header to the message.
  • AONS node 1704 sends the message to a next hop node, AONS node 1706.
  • AONS node 1706 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 a server 1708.
  • AONS node 1706 sends the message to the message's destination, server 1708.
  • AONS node 1706 receives a response message from server 1708 on the same connection on which AONS node 1706 sent the request message.
  • AONS node 1706 reads the message, correlates the message with the request message, executes a flow, and adds an AONP header to the message.
  • AONS node 1706 sends the message to AONS node 1704.
  • FIG. 18 is a diagram that illustrates a sample one-way end-to-end message flow.
  • an AONS node 1804 receives, from a client 1802, a request message, in either implicit or explicit mode.
  • AONS node 1804 reads the message, selects and executes a flow, and adds an AONP header to the message.
  • AONS node 1804 sends an acknowledgement to client 1802.
  • AONS node 1804 sends the message to a next hop node, AONS node 1806.
  • AONS node 1806 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 a server 1808.
  • AONS node 1806 sends the message to the message's destination, server 1808.
  • FIG. 19 is a diagram that illustrates message-processing modules within an AONS node 1900.
  • AONS node 1900 comprises an AONS message execution controller (AMEC) framework 1902, a policy management subsystem 1904, an AONS message processing
  • AONS message execution controller AONS message execution controller
  • AMEC framework 1902 comprises a flow management subsystem 1910, a bladeletTM execution subsystem 1912, and a message execution controller 1914.
  • Policy management subsystem 1904 communicates with flow management subsystem 1910.
  • AOSS 1908 communicates with bladeletTM execution subsystem 1912 and AONS message processing infrastructure subsystem 1906.
  • AONS message processing infrastructure subsystem 1906 communicates with message execution controller 1914.
  • Flow management subsystem 1910, bladeletTM execution subsystem, and message execution controller 1914 all communicate with each other.
  • FIG. 20 is a diagram that illustrates message processing within AONS node 1900.
  • AMEC framework 1902 is an event-based multi-threaded mechanism to maximize throughput while minimizing latency for messages in the AONS node.
  • 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 within AMEC framework 1902.
  • AONS messages normalized message format for internal AONS processing
  • executing the flow comprises executing each step (i.e., bladeletTM/action) of the flow. If a bladeletTM is to be run within a separate context, then AMEC framework 1902 may enqueue into bladeletTM-specific queues, and, based on thread availability, dequeue appropriate bladeletTM states from each bladeletTM queue.
  • Flow string together bladeletsTM i.e., actions
  • ScriptletsTM provide a mechanism for customers and partners to customize or extend native AONS functionality.
  • Some bladeletsTM and services may be provided with an AONS node.
  • AONS SERVICES may be provided by AONS to form the underlying foundation of value-added functionality that can be delivered via an AONS node.
  • these include: Security Services, Standard Compression Services, Delta Compression Services, Caching Service, Message Logging
  • Policy Management Service Policy Manager
  • Reliable Messaging Service
  • each AONS core service is implemented within the context of a service framework. 3.5.12 AONS CONFIGURATION AND MANAGEMENT
  • 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, and FIG. 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, scriptletsTM 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 console AMC is the centralized hub for configuration and management of AONS policies, flows, scriptletsTM 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 console AMC is the centralized hub for configuration and management of AON
  • AMA -41- agent
  • the 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
  • 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.
  • 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.
  • FIG. 5 is a block diagram that illustrates a computer system 500 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.
  • the computer system 500 is a proxy device such as a load balancer.
  • Computer system 500 includes a bus 502 or other communication mechanism for communicating information, and a processor 504 coupled with bus 502 for processing information.
  • Computer system 500 also includes a main memory 506, such as a random access memory (RAM), flash memory, or other dynamic storage device, coupled to bus 502 for storing information and instructions to be executed by processor 504.
  • Main memory 506 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 504.
  • Computer system 500 further includes a read only memory (ROM) 508 or other static storage device coupled to bus 502 for storing static information and instructions for processor 504.
  • ROM read only memory
  • a storage device 510 such as a
  • -42- magnetic disk flash memory or optical disk
  • bus 502 for storing information and instructions.
  • a communication interface 518 may be coupled to bus 502 for communicating information and command selections to processor 504.
  • Interface 518 is a conventional serial interface such as an RS-232 or RS-322 interface.
  • An external terminal 512 or other computer system connects to the computer system 500 and provides commands to it using the interface 514.
  • Firmware or software running in the computer system 500 provides a terminal interface or character-based command interface so that external commands can be given to the computer system.
  • a switching system 516 is coupled to bus 502 and has an input interface 514 and an output interface 519 to one or more external network elements.
  • the external network elements may include a local network 522 coupled to one or more hosts 524, or a global network such as Internet 528 having one or more servers 530.
  • the switching system 516 switches information traffic arriving on input interface 514 to output interface 519 according to pre-determined protocols and conventions that are well known. For example, switching system 516, in cooperation with processor 504, can determine a destination of a packet of data arriving on input interface 514 and send it to the correct destination using output interface 519.
  • the destinations may include host 524, server 530, other end stations, or other routing and switching devices in local network 522 or Internet 528.
  • the invention is related to the use of computer system 500 for avoiding the storage of client state on computer system 500. According to one embodiment of the invention, computer system 500 provides for such updating in response to processor 504 executing one or more sequences of one or more instructions contained in main memory 506.
  • Such instructions may be read into main memory 506 from another computer-readable medium, such as storage device 510.
  • Execution of the sequences of instructions contained in main memory 506 causes processor 504 to perform the process steps described herein.
  • processors in a multi-processing arrangement may also be employed to execute the sequences of instructions contained in main memory 506.
  • hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention.
  • embodiments of the invention are not limited to any specific combination of hardware circuitry and software.
  • computer-readable medium refers to any medium that participates in providing instructions to processor 504 for execution. Such a medium may take many forms, including but not limited to, non-volatile media, volatile media, and transmission
  • Non-volatile media includes, for example, optical or magnetic disks, such as storage device 510.
  • Volatile media includes dynamic memory, such as main memory 506.
  • Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 502. 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 to processor 504 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 to computer system 500 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 to bus 502 can receive the data carried in the infrared signal and place the data on bus 502.
  • Bus 502 carries the data to main memory 506, from which processor 504 retrieves and executes the instructions.
  • the instructions received by main memory 506 may optionally be stored on storage device 510 either before or after execution by processor 504.
  • Communication interface 518 also provides a two-way data communication coupling to a network link 520 that is connected to a local network 522.
  • communication interface 518 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.
  • ISDN integrated services digital network
  • communication interface 518 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN.
  • LAN local area network
  • Wireless links may also be implemented.
  • communication interface 518 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 520 typically provides data communication through one or more networks to other data devices.
  • network link 520 may provide a connection through local network 522 to a host computer 524 or to data equipment operated by an Internet
  • ISP 526 provides data communication services through the ISP 526.
  • Internet 528 -44- worldwide packet data communication network now commonly referred to as the "Internet" 528.
  • Local network 522 and Internet 528 both use electrical, electromagnetic or optical signals that carry digital data streams.
  • the signals through the various networks and the signals on network link 520 and through communication interface 518, which carry the digital data to and from computer system 500, are exemplary forms of carrier waves transporting the information.
  • Computer system 500 can send messages and receive data, including program code, through the network(s), network link 520 and communication interface 518.
  • a server 530 might transmit a requested code for an application program through Internet 528, ISP 526, local network 522 and communication interface 518.
  • one such downloaded application provides for avoiding the storage of client state on a server as described herein.
  • Processor 504 may execute the received code as it is received and/or stored in storage device 510 or other non-volatile storage for later execution. In this manner, computer system 500 may obtain application code in the form of a carrier wave.

Abstract

A method is disclosed for performing message payload processing functions in a network element on behalf of an application. According to one aspect, a network element receives user-specified input that indicates a particular message classification. The network element also receives one or more data packets. Based on the data packets, the network element determines that an application layer message, which is collectively contained in payload portions of the data packets, matches the particular message classification. The network element processes at least a portion of the message by performing, on behalf of the application to which the message is directed, and relative to at least the portion of the message, one or more actions that are (a) specified in the user-specified input and (b) associated with the particular message classification.

Description

PERFORMING MESSAGE PAYLOAD PROCESSING FUNCTIONS IN A NETWORK ELEMENT ON BEHALF OF AN APPLICATION
FIELD OF THE INVENTION [0001] The present invention generally relates to network elements, such as switches and routers, in computer networks. The invention relates more specifically to a method and apparatus for performing message payload processing functions in a network element on behalf of an application.
BACKGROUND [0002] 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. [0003] 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. [0004] 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 Internet Protocol (IP) in conjunction with a transport layer protocol such as Transport Control Protocol (TCP) to transmit the message. [0005] 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."
[0006] 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.
[0007] 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.
[0008] 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. [0010] 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).
[0011] 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.
[0012] 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." [0013] 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. [0014] Additionally, if multiple paths are configured to contain the same network appliance, then the network appliance may become a bottleneck that degrades network performance.
[0015] 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. [0016] Furthermore, existing intermediary network elements are limited in the kinds of processing that those network elements can perform on packets, and in the kinds of actions that those network elements can perform relative to packets. Typically, an existing intermediary network element performs only a single specialized operation relative only to data packets that possess matching parameters in those data packets' headers. Both the parameters and the operation are typically fixed and cannot be customized by an end user. A technique for allowing a greater number and variety of customizable operations to be performed relative to data flows is needed. BRIEF DESCRIPTION OF THE DRAWINGS
[0017] 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:
[0018] 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;
[0019] 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; [0020] 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;
[0021] FIG. 4 depicts a sample flow that might be associated with a particular message classification; [0022] FIG. 5 is a block diagram that illustrates a computer system upon which an embodiment may be implemented;
[0023] 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; [0024] 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;
[0025] FIG. 7 is a diagram that illustrates the various components involved in an AONS network according to one embodiment; [0026] FIG. 8 is a block diagram that depicts functional modules within an example AONS node;
[0027] 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; [0028] FIG. 10 is a diagram that illustrates the path of a message within an AONS cloud according to a cloud view;
[0029] FIG. 1 IA and FIG 1 IB are diagrams that illustrate a request/response message flow;
[0030] FIG. 12A and FIG 12B are diagrams that illustrate alternative request/response message flows;
[0031] FIG. 13 is a diagram that illustrates a one-way message flow;
[0032] FIG. 14 is a diagram that illustrates alternative one-way message flows;
[0033] FIG. 15A and FIG 15B are diagrams that illustrate a request/response message flow with reliable message delivery; [0034] FIG. 16 is a diagram that illustrates a one-way message flow with reliable message delivery;
[0035] FIG. 17 is a diagram that illustrates synchronous request and response messages;
[0036] FIG. 18 is a diagram that illustrates a sample one-way end-to-end message flow;
[0037] FIG. 19 is a diagram that illustrates message-processing modules within an AONS node;
[0038] FIG. 20 is a diagram that illustrates message processing within AONS node;
[0039] FIG. 21, FIG. 22, and FIG. 23 are diagrams that illustrate entities within an AONS configuration and management framework; and
[0040] FIG. 24 is a diagram that illustrates an AONS monitoring architecture. DETAILED DESCRIPTION
[0041] A method and apparatus for performing message payload processing functions in a network element on behalf of an application is described. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough which comprises, in one aspect, a method for performing message payload processing functions in a network element on behalf of an application. According to one embodiment, the network element receives user-specified input that indicates a particular message classification. The network element also receives one or more data packets. Based on the data packets, the network element determines that an application layer message, which is collectively contained in payload portions of the data packets and which is directed to the application, matches the particular message classification. The network element processes at least a portion of the message by performing, relative to at least the portion of the message and on behalf of the application, one or more actions that are (a) specified in the user-specified input and (b) associated with the particular message classification.
[0044] According to one embodiment, processing the portion of the application layer message comprises conceptually separating the contents of the application layer message from the remainder of the one or more data packets and inspecting and interpreting the contents in a manner that is based on semantics associated with the contents. This kind of inspection, which is more fine-grained than packet-level inspection, may be referred to as "deep content inspection." For example, each part of a multi-part (MIME) message may be separately interpreted and inspected based on the semantics associated with that part. For example, if a part of a multi-part message is a JPEG image, then that part is inspected based on JPEG semantics; if a part of a multi-part message is an XML document, then that part is inspected based on XML semantics; other parts may be inspected based on different semantics. The distinct components of a message are understood by the semantics associated with that message.
[0045] Because the network element can perform any required "translation" of messages contained in payload portions of data packets that the network element receives, the applications that send and receive the messages do not need to be modified to perform the translations themselves. The applications that send and receive the messages can do so without having any "awareness" that those messages are being modified (given that a trust relationship exist between the application and the network element for security reasons). Applications can communicate with each other as though each other application communicated using the same message format and application layer protocol.
[0046] Furthermore, because a single network element that is intermediate to multiple client and server applications can be configured, via user-specified input, to match different data packet flows to different user-specified message classifications that are associated with different user-specified actions, the selective placement of specialized network appliances
-7- within certain network administrator-selected network paths becomes unnecessary. A single network element can perform all of the actions that would otherwise be performed by multiple specialized network appliances. For example, the network element may be a network router or a switch that would already be performing routing functions within the network; thus, using the approach described herein, the number of intermediate network elements sitting between a client and server application would not need to be increased. For another example, the network element may be a network appliance and/or a device that is attached or connected to a switch or router and that performs OSI Layer 2 and above processing, including packet- and message-level processing. [0047] 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
[0048] FIG. 1 is a block diagram that illustrates an overview of one embodiment of a system 100 in which one or more of network elements 102, 104, 106, and 108 perform message payload processing functions on behalf of an application. Network elements 102, 106, and 108 may be proxy devices, for example. Network element 104 may be a network router or a switch such as router 600 depicted in FIG. 6 below, for example. [0049] Client application 1 10 is coupled communicatively with network element 102. A server application 1 12 is coupled communicatively to network element 106. A server application 1 14 is coupled communicatively to network element 108. Each of client application 1 10 and server applications 1 12 and 1 14 may be a separate computer. Alternatively, each of client application 1 10 and server applications 1 12 and 1 14 may be a separate process executing on separate computers. [0050] Network elements 102 and 104 are coupled communicatively with a network 1 16. Network elements 104 and 106 are coupled communicatively with a network 1 18. Network elements 104 and 108 are coupled communicatively with a network 120. Each of networks 1 16, 118, and 120 is a computer network, such as, for example, a local area network (LAN), wide area network (WAN), or internetwork such as the Internet. Networks 1 16, 1 18, and 120 may contain additional network elements such as routers.
[0051] In one embodiment, client application 1 10 addresses messages to server applications 1 12 and 1 14, and network elements 102, 104, 106, and 108 intercept the data packets that contain the messages. In an alternative embodiment, client application 1 10 explicitly addresses messages to network element 102. Network elements 102, 104, 106, and
-8- 108 assemble one or more data packets to determine at least a portion of a message contained therein. Based on the message, network elements 102, 104, 106, and 108 perform one or more actions. Examples of some of these actions are described in further detail below. [0052] FIG. 2 depicts a flow diagram 200 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 of network elements 102, 104, 106, and 108.
[0053] In block 202, 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 element 104 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.
[0054] In block 204, the network element receives one or more data packets. For example, network element 104 may intercept one or more data packets that are destined for server application 1 12. For another example, network element 102 may receive one or more data packets that are destined for network element 102. Network element 102 is capable of determining application layer message boundaries, so, in one embodiment, network element 102 may perform operations (as described below) on an application layer message contained in a stream, or portions thereof, even if network element 102 has not yet received all of the data packets that contain all of the portions of the application layer message. [0055] In block 206, 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 element 104 may assemble at least some of the data packets. Network element 104 may inspect the contents of the payload portions of the assembled data packets to determine at least a portion of an application layer message that client application 1 10 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 element 104 may determine that the message belongs to the particular message classification indicated in the user-specified input. For example, network element
104 may determine, based on a portion of the message, that the message is a purchase order.
-9- [0056] In block 208, 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 element 104 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 toward server application 1 12 using a different application layer protocol (e.g., FTP) than the protocol that client application 1 10 used to send the message. Examples of other possible actions are described below.
3.0 IMPLEMENTATION EXAMPLES
3.1 MULTI-BLADE ARCHITECTURE
[0057] According to one embodiment, an Application-Oriented Network Services (AONS) blade in a router or a switch performs the actions discussed above. FIG. 6A is a block diagram that illustrates one embodiment of a router 600 in which a supervisor blade 602 directs some of packet flows 61 OA-B to an AONS blade and/or other blades 606N. Router 600 comprises supervisor blade 602, AONS blade 604, and other blades 606A-N. Each of blades 602, 604, and 606A-N is a single circuit board populated with components such as processors, memory, and network connections that are usually found on multiple boards. Blades 602, 604, and 606A-N are designed to be addable to and removable from router 600. The functionality of router 600 is determined by the functionality of the blades therein. Adding blades to router 600 can augment the functionality of router 600, but router 600 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. [0058] Router 600 receives packet flows such as packet flows 610A-B. More specifically, in one embodiment, packet flows 61 OA-B received by router 600 are received by supervisor blade 602. Supervisor blade 602 may comprise a forwarding engine and/or a route processor such as those commercially available from Cisco Systems, Inc. In an alternative embodiment, router 600 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 by supervisor blade 602 are performed instead by a forwarding engine that is not situated within supervisor blade 602, so that packets may be forwarded to AONS blade 604 without ever going through supervisor blade 602.
-10- [0059] In one embodiment, supervisor blade 602 classifies packet flows 61 OA-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, then supervisor blade 602 sends the packets to a specified one of AONS blade 604 and/or other blades 606A-N. Alternatively, if the parameters contained in the packet header do not match any specified parameters, then supervisor blade 602 performs routing functions relative to the particular packet and forwards the particular packet on toward the particular packet's destination. [0060] For example, supervisor blade 602 may determine that packet headers in packet flow 610B match specified parameters. Consequently, supervisor blade 602 may send packets in packet flow 610B to AONS blade 604. Supervisor blade 602 may receive packets back from AONS blade 604 and/or other blades 606A-N and send the packets on to the next hop in a network path that leads to those packets' destination. For another example, supervisor blade 602 may determine that packet headers in packet flow 610A do not match any specified parameters. Consequently, without sending any packets in packet flow 610A to AONS blade 604 or other blades 606A-N, supervisor blade 602 may send packets in packet flow 610A on to the next hop in a network path that leads to those packets' destination. [0061] AONS blade 604 and other blades 606A-N receive packets from supervisor blade 602, perform operations relative to the packets, and return the packets to supervisor blade 602. Supervisor blade 602 may send packets to and receive packets from multiple blades before sending those packets out of router 600. For example, supervisor blade 602 may send a particular group of packets to other blade 606A. Other blade 606A may perform firewall functions relative to the packets and send the packets back to supervisor blade 602. Supervisor blade 602 may receive the packet from other blade 606A and send the packets to AONS blade 604. AONS blade 604 may perform one or more message payload-based operations relative to the packets and send the packets back to supervisor blade 602.
[0062] According to one embodiment, the following events occur at an AONS router such as router 600. 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
-1 1- 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
[0063] FIGS. 3A-B depict a flow diagram 300 that illustrates one embodiment of a method of performing message pay load processing functions at a network element on behalf of an application. For example, one or more of network elements 102, 104, 106, and 108 may perform such a method. More specifically, AONS blade 604 may perform one or more steps of such a method. Other embodiments may omit one or more of the operations depicted in flow diagram 300. Other embodiments may contain operations additional to the operation depicted in flow diagram 300. Other embodiments may perform the operations depicted in flow diagram 300 in an order that differs from the order depicted in flow diagram 300. [0064] Referring first to FIG. 3A, in block 302, 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 element 104, and more specifically AONS blade 604, may receive such user-specified input from a network administrator.
[0065] 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. [0066] In block 304, an association is established, at the network element, between the particular message classification and the one or more criteria. For example, AONS blade 604 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
-12- 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.
[0067] Multiple associations may be established between separate sets of criteria and separate message classifications. For example, AONS blade 604 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.
[0068] In block 306, 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 blade 604 may establish an association between a particular message classification and one or more actions. Collectively, the operations of blocks 302-306 comprise "provisioning" the network element. [0069] Multiple associations may be established between separate sets of actions and separate message classifications. For example, AONS blade 604 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. [0070] In block 308, 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 element 104, and more specifically supervisor blade 602, may intercept data packets that client application 1 10 originally sent. The data packets might be destined for server application 1 12, for example.
[0071] In block 310, 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
-13- 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 element 104, and more specifically AONS blade 604, 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 element 104 may determine which application layer protocol (FTP, HTTP, Simple Mail Transfer Protocol (SMTP), etc.) was used to transmit the message. [0072] In block 312, a message termination technique that is associated with the application layer protocol used to transmit the message is determined. For example, network element 104, and more specifically AONS blade 604, 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 element 104 may determine which procedure should be called to extract the message from the data packets.
[0073] In block 314, 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 element 104, and more specifically AONS blade 604, may provide the data packets as input to a procedure that is mapped to the application layer protocol determined in block 312. 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 to AONS blade 604. 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.
[0074] 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 element 104 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
-14- 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. [0075] In block 316, a message classification that is associated with criteria that the message satisfies is determined. For example, network element 104 may store mapping information that maps different criteria to different message classifications. The mapping information indicates, among possibly many different associations, the association established in block 304. Network element 104 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. [0076] 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. [0077] In block 318, one or more actions that are associated with the message classification determined in block 316 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. [0078] 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. [0079] 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
-15- 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.
[0080] 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. [0081] 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 application 1 10 might have used a first application layer protocol, such as HTTP, to transmit the message. Thus, when intercepted by network element 104, and more specifically supervisor blade 602, the message might have contained an HTTP header. However, in accordance with a specified action, before network element 104 forwards the message towards the message's destination, network element 104, and more specifically AONS blade 604, may modify the message so that the message will be carried using an application layer protocol other than HTTP (such as FTP, SMTP, etc.). [0082] 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 element 104, and more specifically AONS blade 604, 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 element 104 may then forward the new IP data packets toward the new destination. In this manner, message content-based routing may be achieved. [0083] 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 element 104, and more specifically AONS blade 604, might
-16- write at least a portion of the message, along with the IP address from which the message was received, to a log file.
[0084] 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 element 104, and more specifically AONS blade 604, 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). [0085] 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 element 104, and more specifically AONS blade 604, may determine whether a response to the message is cached at network element 104; such a response might have be cached at network element 104 at the time a previous response to the same message passed through network element 104. If network element 104 determines that such a response is cached, then network element 104 may return the response to the message's origin. For read-only operations without any persistent state change,, network element 104 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. [0086] 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 element 104, and more specifically AONS blade 604, might authenticate a message by comparing authentication information in the message with trusted information stored at network element 104. [0087] 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. [0088] 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.
-17- [0089] The method illustrated in flow diagram 300 may be performed relative to multiple sets of data packets, each set carrying a separate message. For example, network element 104 may perform the method illustrated relative to a first set of data packets that carry a first message, and then network element 104 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 element 104 might perform a first set of actions relative to the first message, and a second set of actions relative to the second message. [0090] As a result of the method illustrated in flow diagram 300, applications such as client application 1 10, server application 1 12, and server application 1 14 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 [0091] FIG. 4 depicts a sample flow 400 that might be associated with a particular message classification. Flow 400 comprises, in order, actions 402-414; other flows may comprise one or more other actions. Action 402 indicates that the content of the message should be modified in a specified manner. Action 404 indicates that a specified event should be written to a specified log. Action 406 indicates that the message's destination should be changed to a specified destination. Action 408 indicates that the message's format should be translated into a specified message format. Action 410 indicates that the application layer protocol used to transmit the message or content should be changed to a specified application layer protocol. Action 412 indicates that the message or content should be encrypted using a particular key. Action 414 indicates that the message should be forwarded towards the message's destination. Other actions might include signing and verification actions, for example.
[0092] In other embodiments, any one of actions 402-414 may be performed individually or in combination with any others of actions 402-414.
3.4 FILTERED PROCESSING
[0093] 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 to FIG. 6A, using packet level processing rather than message level processing, supervisor blade 602 might be able to process and send packets to AONS blade 604 faster than AONS blade 604 can process application layer messages contained within those packets. Indeed,
-18- there might be some packets that contain application layer messages that AONS blade 604 does not need to process at all. Sending such packets to AONS blade 604 would only waste processing resources and cause packet buffers of AONS blade 604 to become backed up with packets. [0094] Therefore, in one embodiment, supervisor blade 602 sends only some selected packets to AONS blade 604. The technique by which supervisor blade 602 selects these packets may be referred to as "filtering." As a result of filtering, AONS blade 604 does not receive as many packets with which AONS blade 604 is likely to do nothing. [0095] FIG. 6B depicts a flow diagram 650 that illustrates one embodiment of a method of filtering packets for which message level processing is to be performed. In block 652, 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 blade 602 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 block 654. Otherwise, control passes to block 656. [0096] In block 654, the packet is sent to an AONS blade. For example, supervisor blade 602 may direct the packet to AONS blade 604. AONS blade 604 may then perform more resource-intensive message level processing on an application layer message that is at least partially contained in the packet.
[0097] Alternatively, in block 656, the packet is forwarded on towards the packet's destination. For example, supervisor blade 602 may route the packet toward the packet's next hop without sending the packet to AONS blade 604. Message level processing is not performed on the packet.
3.5 AONS EXAMPLES
3.5.1 AONS GENERAL OVERVIEW [0098] 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
-19- 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.
[0099] 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.
[0100] 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.
[0101] Although some elements of AONS-like functionality are provided in existing product lines from Cisco Systems, Inc., such products typically work off a more limited awareness of information, such as IP/port addresses or HTTP headers, to provide load balancing and failover solutions. 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 [0102] 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.
-20- [0103] 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. [0104] 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. [0105] 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.
[0106] 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. [0107] 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.
-21- 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.
[0108] 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.
[0109] 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.
[0110] 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.
[0111] 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.
[0112] 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
-22- 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
[0113] 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.
[0114] In particular, AONS can be understood through the following characteristics: [0115] 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).
[0116] 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.
[0117] 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
[0118] This section outlines the system overview of an example AONS system. FIG. 7 is a diagram 700 that illustrates the various components involved in an example AONS network 702 according to one embodiment of the invention. The roles performed by each of the nodes are mentioned in detail in subsequent sections. [0119] Within AONS network 702, 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
-23- and exit points, and an AONS Router (AR), which is located within the AONS network. Visibility into application intent may begin within AEP 704 placed at the edge of a logical AONS "cloud." As a particular client application of client applications 714A-N attempts to send a message across the network to a particular server application destination of server applications 716A-N and 718A-N, the particular client application will first interact with AEP 704.
[0120] AEP 704 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.
[0121] AONS Router (AR) 712 may intercept the message en route to the message's destination endpoint. Based upon message header contents, AR 712 may determine that a new route would better serve the needs of a given application system. AR 712 may make this determination based upon enterprise-level policy, taking into account current network conditions. As the message nears its destination, the message may encounter AEP 706, 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. [0122] AEPs 704-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. [0123] A typical message flow involves a particular client application 714A 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 CP 704 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 by AEP CP 704. The message is carried over a TCP connection to AR 710 along the path to the destination application 718A. 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 SP 706 performs
-24- necessary security and reliability functions and translates the message to the format that is understood by the receiving application, if necessary. AEP SP 706 then sends the message to receiving application 718A using any of the access protocols that application 718A and AONS support. A detailed message flow through AONS network 702 is described in later sections. [0124] 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. [0125] 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 [0126] This section outlines the different concepts that are used from an AONS perspective.
[0127] 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),
-25- 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). [0128] 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.
[0129] 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.
[0130] 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. [0131] 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). [0132] 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.
-26- [0133] 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.
[0134] Unless explicitly specified otherwise, "router" or "switch" refers herein to a typical Layer 3 or Layer 2 switch or a router that is currently commercially available.
3.5.6 AONS EXAMPLE FEATURES [0135] 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.
[0136] 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: [0137] Enhanced security and reliability: enabling reliable message delivery and providing message-level security in addition to existing network-level security.
[0138] 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).
-27- [0139] 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. [0140] 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 [0141] Authentication: AONS can verify the identity of the sender of an inbound message based upon various pieces of information contained within a given message (usemame/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. [0142] 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. [0143] 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. [0144] 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. [0145] 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.
-28- 3.5.6.2 INFRASTRUCTURE OPTIMIZATION
[0146] 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.
[0147] 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.
[0148] 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.
[0149] 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. [0150] 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. [0151] 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. [0152] 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.
-29- 3.5.6.3 ACTIVITY MONITORING AND MANAGEMENT
[0153] 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 realtime 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. [0154] 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. [0155] 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.
[0156] 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.
[0157] 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
[0158] 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
-30- 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. [0159] 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.
[0160] 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
[0161] FIG. 8 is a block diagram that depicts functional modules within an example AONS node. AONS node 800 comprises AOS configuration and management module 802, flows/rules 804, AOS common services 806, AOS message execution controller 808, AOS protocol access methods 810, and AOS platform-specific "glue" 812. AONS node 800 interfaces with Internetworking Operating System (IOS) 814 and Linux Operating System 816. Flows/rules 804 comprise bladelets™ 818, scriptlets™ 820, and scriptlet™ container 822.
-31- [0162] In one embodiment, AOS common services 806 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.
[0163] In one embodiment, AOS protocol/access methods 810 include: TCP/SSL, HTTP/HTTPS, SOAP/HTTP, SMTP, FTP, JMS/MQ and JMS/RV, and Java Database Connectivity (JDBC). [0164] In one embodiment, AOS message execution controller 808 includes: an execution controller, a flow subsystem, and a bladelet™ subsystem.
[0165] In one embodiment, AOS bladelets™ 818 and scriptlets™ 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. [0166] In one embodiment, AOS configuration and management module 802 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.
[0167] In one embodiment, supported platforms include: Cisco Catalyst 6503, Cisco Catalyst 6505, Cisco Catalyst 6509, and Cisco Catalyst 6513. 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 (PKI), encryption/decryption, interface to Cat6K supervisor, fai lover/redundancy, image management, and QoS functionality. Although some embodiments of the invention are described herein with reference to PKI keys, embodiments of the invention are not limited to PKI keys. Other keys and/or tokens, such as Kerberos tokens and/or PGP tokens, may be used in conjunction with embodiments of the invention.
-32- [0168] 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
[0169] 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. [0170] 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/UR1 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. [0171] 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 in FIG. 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.
[0172] At the lowest layer, layer 902, all traffic passes through. At the next highest layer, layer 904, 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 at layer 904 passes to layer 906. At layer 906, traffic may be further filtered
-33- based on network-based application recognition-like filtering and/or message classification and rejection. Traffic that passes the filters at layer 906 passes to layer 908. At layer 908, 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 at layer 908 passes to layer 910. At layer 910, 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 at layer 910. An AONS blade may perform processing at layer 910. Thus, a select subset of all network traffic may be provided to an AONS blade.
[0173J 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.
[0174] 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
[0175] Components of message management in AONS may be viewed from two perspectives: a node view and a cloud view.
[0176] FIG. 10 is a diagram that illustrates the path of a message within an AONS cloud
1010 according to a cloud view. A client application 1004 sends a message to an AONS Client Proxy (CP) 1006. If AONS CP 1006 is not present, then client application 1004 may send the message to an AONS Server Proxy (SP) 1008. The message is processed at AONS CP 1006.
AONS CP 1006 transforms the message into AONP format if the message is entering AONS cloud 1010.
[0177] Within AONS cloud 1010, the message is routed using AONP. Thus, using AONP, the message may be routed from AONS CP 1006 to an AONS router 1012, or from AONS CP
1006 to AONS SP 1008, or from AONS router 1012 to another AONS router, or from AONS router 1012 to AONS SP 1008. Messages processed at AONS nodes are processed in AONP format.
[0178] When the message reaches AONS SP 1008, AONS SP 1008 transforms the message into the message format used by server application 1014. AONS SP 1008 routes the message to server application 1014 using the message protocol of server application 1014.
Alternatively, if AONS SP 1008 is not present, AONS CP 1006 may route the message to server application 1014.
-34- [0179] The details of the message processing within AONS cloud 1010 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. [0180] FIG. 1 IA and FIG 1 IB are diagrams that illustrate a request/response message flow. Referring to FIG. 1 IA, at circumscribed numeral 1, a sending application 1 102 sends a message towards a receiving application 1 104. At circumscribed numeral 2, an AEP CP 1 106 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 3, AEP CP 1106 sends the AONP message to an AONS router 1 108. At circumscribed numeral 4, AONS router 1 108 receives the AONP message. At circumscribed numeral 5, AONS router 1 108 sends the AONP message to an AEP SP 1 1 10. At circumscribed numeral 6, AEP SP 11 10 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 7, AEP SP 1 1 10 sends the message to receiving application 1 104. [0181] Referring to FIG. 1 IB, at circumscribed numeral 8, receiving application 1 104 sends a response message" toward sending application 1 102. At circumscribed numeral 9, AEP SP 1110 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 10, AEP SP 1 1 10 sends the AONP message to AONS router 1 108. At circumscribed numeral 1 1, AONS router 1 108 receives the AONP message. At circumscribed numeral 12, AONS router 1108 sends the AONP message to AEP CP 1 106. At circumscribed numeral 13, AEP CP 1106 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 14, AEP CP 1 106 sends the message to sending application 1 102. Thus, a request is routed from sending application 1102 to receiving application 1 104, and a response is routed from receiving application 1 104 to sending application 1 102.
[0182] FIG. 12A and FIG 12B are diagrams that illustrate alternative request/response message flows. FIG. 12A shows three possible routes that a message might take from a sending application 1202 to a receiving application 1204. According to a first route, sending application 1202 sends the message toward receiving application 1204, but an AEP CP 1206 intercepts the message and sends the message to receiving application 1204. According to a second route, sending application 1202 sends the message toward receiving application 1204, but AEP CP 1206 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to an AEP SP 1208, which decapsulates the message from the
AONP message and sends the message to receiving application 1204. According to a third
-35- route, sending application 1202 sends the message toward receiving application 1204, but AEP SP 1208 intercepts the message and sends the message to receiving application 1204. [0183] FIG. 12B shows three possible routes that a response message might take from receiving application 1204 to sending application 1202. According to a first route, receiving application 1204 sends the message toward sending application 1202, but AEP CP 1206 intercepts the message and sends the message to sending application 1204. According to a second route, receiving application 1204 sends the message toward sending application 1202, but AEP SP 1208 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to AEP CP 1206, which decapsulates the message from the AONP message and sends the message to sending application 1202. According to a third route, receiving application 1204 sends the message toward sending application 1202, but AEP SP 1208 intercepts the message and sends the message to sending application 1202. [0184] FIG. 13 is a diagram that illustrates a one-way message flow. At circumscribed numeral 1, a sending application 1302 sends a message towards a receiving application 1304. At circumscribed numeral 2, an AEP CP 1306 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 3, AEP CP 1306 sends an ACK (acknowledgement) back to sending application 1302. At circumscribed numeral 4, AEP CP 1306 sends the AONP message to an AONS router 1308. At circumscribed numeral 5, AONS router 1308 receives the AONP message. At circumscribed numeral 6, AONS router 1308 sends the AONP message to an AEP SP 1310. At circumscribed numeral 7, AEP SP 1310 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 8, AEP SP 1310 sends the message to receiving application 1304. [0185] 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 sending application 1402 to a receiving application 1404. According to a first route, sending application 1402 sends the message toward receiving application 1404, but an AEP CP 1406 intercepts the message and sends the message to receiving application 1404. AEP CP 1406 sends an ACK (acknowledgement) to sending application 1402. According to a second route, sending application 1402 sends the message toward receiving application 1404, but AEP CP 1406 intercepts the message, encapsulates the message within an AONP message, and sends the AONP message to an AEP SP 1408, which decapsulates the message from the AONP message and sends the message to receiving application 1404. Again, AEP CP 1406 sends an ACK to sending application 1402. According to a third route, sending application 1402 sends the
-36- message toward receiving application 1404, but AEP SP 1408 intercepts the message and sends the message to receiving application 1404. In this case, AEP SP 1408 sends an ACK to sending application 1402. Thus, when an AEP intercepts a message, the intercepting AEP sends an ACK to the sending application. [0186] 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).
[0187] FIG. 15A and FIG 15B are diagrams that illustrate a request/response message flow with reliable message delivery. Referring to FIG. 15 A, at circumscribed numeral 1, a sending application 1502 sends a message towards a receiving application 1504. At circumscribed numeral 2, an AEP CP 1506 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 3, AEP CP 1506 saves the message to a data store 1512. Thus, if there are any problems with sending the message, AEP CP 1506 can resend the copy of the message that is stored in data store 1512. [0188] At circumscribed numeral 4, AEP CP 1506 sends the AONP message to an AONS router 1508. At circumscribed numeral 5, AONS router 1508 receives the AONP message. At circumscribed numeral 6, AONS router 1508 sends the AONP message to an AEP SP 1510. At circumscribed numeral 7, AEP SP 1510 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 8, AEP SP 1510 sends the message to receiving application 1504.
[0189] At circumscribed numeral 9, AEP SP 1510 sends a reliable messaging (RM) acknowledgement (ACK) to AONS router 1508. At circumscribed numeral 10, AONS router 1508 receives the RM ACK and sends the RM ACK to AEP CP 1506. At circumscribed numeral 1 1 , AEP CP 1506 receives the RM ACK and, in response, deletes the copy of the message that is stored in data store 1512. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message in data store 1512. Alternatively, if AEP CP 1506 does not receive the RM ACK within a specified period of time, then AEP CP 1506 resends the message.
-37- [0190] Referring to FIG. 15B, at circumscribed numeral 12, receiving application 1504 sends a response message toward sending application 1502. At circumscribed numeral 13, AEP SP 1510 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 14, AEP SP 1510 sends the AONP message to AONS router 1508. At circumscribed numeral 15, AONS router 1508 receives the AONP message. At circumscribed numeral 16, AONS router 1508 sends the AONP message to AEP CP 1506. At circumscribed numeral 17, AEP CP 1506 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 18, AEP CP 1506 sends the message to sending application 1502. [0191] FIG. 16 is a diagram that illustrates a one-way message flow with reliable message delivery. At circumscribed numeral 1, a sending application 1602 sends a message towards a receiving application 1604. At circumscribed numeral 2, an AEP CP 1606 intercepts the message and adds an AONP header to the message, forming an AONP message. At circumscribed numeral 3, AEP CP 1606 saves the message to a data store 1612. Thus, if there are any problems with sending the message, AEP CP 1606 can resend the copy of the message that is stored in data store 1612. At circumscribed numeral 4, AEP CP 1606 sends an ACK (acknowledgement) back to sending application 1602. At circumscribed numeral 5, AEP CP 1606 sends the AONP message to an AONS router 1608. At circumscribed numeral 6, AONS router 1608 receives the AONP message. At circumscribed numeral 7, AONS router 1608 sends the AONP message to an AEP SP 1610. At circumscribed numeral 8, AEP SP 1610 receives the AONP message and removes the AONP header from the message, thus decapsulating the message. At circumscribed numeral 9, AEP SP 1610 sends the message to receiving application 1604. [0192] At circumscribed numeral 10, AEP SP 1610 sends a reliable messaging (RM) acknowledgement (ACK) to AONS router 1608. At circumscribed numeral 1 1, AONS router 1608 receives the RM ACK and sends the RM ACK to AEP CP 1606. At circumscribed numeral 12, AEP CP 1606 receives the RM ACK and, in response, deletes the copy of the message that is stored in data store 1612. Because the delivery of the message has been acknowledged, there is no further need to store a copy of the message in data store 1612. Alternatively, if AEP CP 1606 does not receive the RM ACK within a specified period of time, then AEP CP 1606 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.
-38- [0193] FIG. 17 is a diagram that illustrates synchronous request and response messages. At circumscribed numeral 1, an AONS node 1704 receives, from a client 1702, a request message, in either implicit or explicit mode. At circumscribed numeral 2, AONS node 1704 reads the message, selects and executes a flow, and adds an AONP header to the message. At circumscribed numeral 3, AONS node 1704 sends the message to a next hop node, AONS node 1706. At circumscribed numeral 4, AONS node 1706 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 a server 1708. At circumscribed numeral 5, AONS node 1706 sends the message to the message's destination, server 1708. [0194] At circumscribed numeral 6, AONS node 1706 receives a response message from server 1708 on the same connection on which AONS node 1706 sent the request message. At circumscribed numeral 7, AONS node 1706 reads the message, correlates the message with the request message, executes a flow, and adds an AONP header to the message. At circumscribed numeral 8, AONS node 1706 sends the message to AONS node 1704. At circumscribed numeral 9, AONS node 1704 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 by client 1702. At circumscribed numeral 10, AONS node 1704 sends the message to client 1702 on the same connection on which client 1702 sent the request message to AONS node 1704. [0195] FIG. 18 is a diagram that illustrates a sample one-way end-to-end message flow. At circumscribed numeral 1, an AONS node 1804 receives, from a client 1802, a request message, in either implicit or explicit mode. At circumscribed numeral 2, AONS node 1804 reads the message, selects and executes a flow, and adds an AONP header to the message. At circumscribed numeral 3, AONS node 1804 sends an acknowledgement to client 1802. At circumscribed numeral 4, AONS node 1804 sends the message to a next hop node, AONS node 1806. At circumscribed numeral 5, AONS node 1806 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 a server 1808. At circumscribed numeral 6, AONS node 1806 sends the message to the message's destination, server 1808. [0196] According to the node view, the message lifecycle within an AONS node, involves ingress/egress processing, message processing, message execution control, and flow execution. [0197] FIG. 19 is a diagram that illustrates message-processing modules within an AONS node 1900. AONS node 1900 comprises an AONS message execution controller (AMEC) framework 1902, a policy management subsystem 1904, an AONS message processing
-39- infrastructure subsystem 1906, and an AOSS 1908. AMEC framework 1902 comprises a flow management subsystem 1910, a bladelet™ execution subsystem 1912, and a message execution controller 1914. Policy management subsystem 1904 communicates with flow management subsystem 1910. AOSS 1908 communicates with bladelet™ execution subsystem 1912 and AONS message processing infrastructure subsystem 1906. AONS message processing infrastructure subsystem 1906 communicates with message execution controller 1914. Flow management subsystem 1910, bladelet™ execution subsystem, and message execution controller 1914 all communicate with each other. [0198] FIG. 20 is a diagram that illustrates message processing within AONS node 1900. AMEC framework 1902 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 within AMEC framework 1902. [0199] 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, then AMEC framework 1902 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™ [0200] 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.1 1 AONS SERVICES [0201] 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,
-40- 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
[0202] 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.
[0203] 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.
[0204] FIG. 21 , FIG. 22, and FIG. 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
-41- 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
[0205] 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
[0206] 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.
4.0 IMPLEMENTATION MECHANISMS - HARDWARE OVERVIEW
[0207] FIG. 5 is a block diagram that illustrates a computer system 500 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, the computer system 500 is a proxy device such as a load balancer. [0208] Computer system 500 includes a bus 502 or other communication mechanism for communicating information, and a processor 504 coupled with bus 502 for processing information. Computer system 500 also includes a main memory 506, such as a random access memory (RAM), flash memory, or other dynamic storage device, coupled to bus 502 for storing information and instructions to be executed by processor 504. Main memory 506 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 504. Computer system 500 further includes a read only memory (ROM) 508 or other static storage device coupled to bus 502 for storing static information and instructions for processor 504. A storage device 510, such as a
-42- magnetic disk, flash memory or optical disk, is provided and coupled to bus 502 for storing information and instructions.
[0209] A communication interface 518 may be coupled to bus 502 for communicating information and command selections to processor 504. Interface 518 is a conventional serial interface such as an RS-232 or RS-322 interface. An external terminal 512 or other computer system connects to the computer system 500 and provides commands to it using the interface 514. Firmware or software running in the computer system 500 provides a terminal interface or character-based command interface so that external commands can be given to the computer system. [0210] A switching system 516 is coupled to bus 502 and has an input interface 514 and an output interface 519 to one or more external network elements. The external network elements may include a local network 522 coupled to one or more hosts 524, or a global network such as Internet 528 having one or more servers 530. The switching system 516 switches information traffic arriving on input interface 514 to output interface 519 according to pre-determined protocols and conventions that are well known. For example, switching system 516, in cooperation with processor 504, can determine a destination of a packet of data arriving on input interface 514 and send it to the correct destination using output interface 519. The destinations may include host 524, server 530, other end stations, or other routing and switching devices in local network 522 or Internet 528. [0211] The invention is related to the use of computer system 500 for avoiding the storage of client state on computer system 500. According to one embodiment of the invention, computer system 500 provides for such updating in response to processor 504 executing one or more sequences of one or more instructions contained in main memory 506. Such instructions may be read into main memory 506 from another computer-readable medium, such as storage device 510. Execution of the sequences of instructions contained in main memory 506 causes processor 504 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 in main memory 506. 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.
[0212] The term "computer-readable medium" as used herein refers to any medium that participates in providing instructions to processor 504 for execution. Such a medium may take many forms, including but not limited to, non-volatile media, volatile media, and transmission
-43- media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 510. Volatile media includes dynamic memory, such as main memory 506. Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 502. Transmission media can also take the form of acoustic or light waves, such as those generated during radio wave and infrared data communications.
[0213] 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. [0214] Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to processor 504 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 to computer system 500 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 to bus 502 can receive the data carried in the infrared signal and place the data on bus 502. Bus 502 carries the data to main memory 506, from which processor 504 retrieves and executes the instructions. The instructions received by main memory 506 may optionally be stored on storage device 510 either before or after execution by processor 504.
[0215] Communication interface 518 also provides a two-way data communication coupling to a network link 520 that is connected to a local network 522. For example, communication interface 518 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 interface 518 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 interface 518 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
[0216] Network link 520 typically provides data communication through one or more networks to other data devices. For example, network link 520 may provide a connection through local network 522 to a host computer 524 or to data equipment operated by an Internet
Service Provider (ISP) 526. ISP 526 in turn provides data communication services through the
-44- worldwide packet data communication network now commonly referred to as the "Internet" 528. Local network 522 and Internet 528 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 520 and through communication interface 518, which carry the digital data to and from computer system 500, are exemplary forms of carrier waves transporting the information. [0217] Computer system 500 can send messages and receive data, including program code, through the network(s), network link 520 and communication interface 518. In the Internet example, a server 530 might transmit a requested code for an application program through Internet 528, ISP 526, local network 522 and communication interface 518. In accordance with the invention, one such downloaded application provides for avoiding the storage of client state on a server as described herein.
[0218] Processor 504 may execute the received code as it is received and/or stored in storage device 510 or other non-volatile storage for later execution. In this manner, computer system 500 may obtain application code in the form of a carrier wave.
5.0 EXTENSIONS AND ALTERNATIVES
[0219] 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.
-45-

Claims

CLAIMSWhat is claimed is:
1. A method of performing message payload processing functions in a network element on behalf of an application, the method comprising the computer-implemented steps of: receiving user-specified input at the network element; receiving one or more data packets at the network element; determining, based on the one or more data packets, a particular message classification indicated in the user-specified input; and processing at least a portion of an application layer message contained in one or more payload portions of the one or more data packets by performing, relative to the portion of the message, one or more actions that are (a) specified in the user- specified input and (b) associated with the particular message classification; wherein the message is directed to the application, and wherein the actions are performed on behalf of the application.
2. A method as recited in Claim 1 , wherein processing the portion of the application layer message comprises conceptually separating the contents of the application layer message from the remainder of the one or more data packets and inspecting the contents in a manner that is based on semantics associated with the contents.
3. A method as recited in Claim 1, wherein the user-specified input indicates that the one or more actions are to be associated with the particular message classification.
4. A method as recited in Claim 1, further comprising: sending, from the network element, one or more data packets that contain a modified message; wherein at least one of the one or more actions comprises modifying the portion of the message to produce the modified message.
5. A method as recited in Claim 1, wherein performing the one or more actions comprises performing the one or more actions in an order indicated in the user-specified input.
6. A method as recited in Claim 1, wherein determining the portion of a message comprises assembling, at the network element, contents of payload portions of two or more of the data packets.
-46-
7. A method as recited in Claim 1, wherein the one or more data packets are destined for a first destination, and wherein at least one of the one or more actions comprises modifying one or more headers associated with the one or more data packets so that the one or more data packets are destined for one or more destinations that include a second destination that differs from the first destination.
8. A method as recited in Claim 1, wherein at least one of the one or more actions comprises preventing the one or more data packets from being delivered to a destination for which the one or more data packets are destined.
9. A method as recited in Claim 1, wherein at least one of the one or more actions comprises writing at least a part of the message to a log.
10. A method as recited in Claim 1, wherein at least one of the one or more actions comprises encrypting at least a portion of the message.
1 1. A method as recited in Claim 1, wherein at least one of the one or more actions comprises signing at least a portion of the message.
12. A method as recited in Claim 1, wherein at least one of the one or more actions comprises verifying at least a portion of the message.
13. A method as recited in Claim 1, wherein at least one of the one or more actions comprises sending, to a source from which the one or more data packets originated, a response that is cached at the network element.
14. A method as recited in Claim 1, wherein the network element is a network switch or router.
15. A method as recited in Claim 1, wherein the one or more actions comprise modifying the portion of the message so that the portion of the message is formatted, changed, or transformed in a message format that differs from a message format in which the portion of the message was formatted, changed, or transformed when the one or more data packets were received at the network element.
16. A method as recited in Claim 1, wherein the one or more actions comprise modifying the portion of the message so that the portion of the message is carried in an application layer protocol that differs from the application layer protocol in which the message was carried when the one or more data packets were received at the network element.
-47-
17. A method as recited in Claim 1, further comprising: encapsulating the portion of the message within a message that contains a header that indicates one or more actions taken by a previous node.
18. A method as recited in Claim 1, wherein the application layer message comprises a a multi-part MIME message, and further comprising handling each part of the multi-part
MIME message separately and independently from each other part of the multi-part MIME message.
19. A method of performing message payload processing functions in a network router or switch on behalf of an application, the method comprising the computer-implemented steps of: receiving one or more first data packets at the network router; determining, based on at least a first portion of a first application layer message contained in one or more payload portions of the one or more first data packets, a first message classification; processing the first message at the network router by performing, relative to the first message, one or more first actions that are associated with the first message classification; receiving one or more second data packets at the network router; determining, based on at least a second portion of a second application layer message contained in one or more payload portions of the one or more second data packets, a second message classification that differs from the first message classification; and processing the second message at the network router by performing, relative to the second message, one or more second actions that are associated with the second message classification.
20. A method as recited in Claim 19, wherein the one or more first actions differ from the one or more second actions.
21. A computer-readable medium carrying one or more sequences of instructions for performing message payload processing functions in a network element on behalf of an application, which instructions, when executed by one or more processors, cause the one or more processors to carry out the steps of: receiving user-specified input at the network element;
-48- receiving one or more data packets at the network element; determining, based on the one or more data packets, a particular message classification indicated in the user-specified input; and processing at least a portion of an application layer message contained in one or more payload portions of the one or more data packets by performing, relative to the portion of the message, one or more actions that are (a) specified in the user- specified input and (b) associated with the particular message classification; wherein the message is directed to the application, and wherein the actions are performed on behalf of the application.
22. An apparatus for performing message payload processing functions in a network element on behalf of an application, comprising: means for receiving user-specified input at the network element; means for receiving one or more data packets at the network element; means for determining, based on the one or more data packets, a particular message classification indicated in the user-specified input; and means for processing at least a portion of an application layer message contained in one or more payload portions of the one or more data packets by performing, relative to the portion of the message, one or more actions that are (a) specified in the user-specified input and (b) associated with the particular message classification; wherein the message is directed to the application, and wherein the actions are performed on behalf of the application.
23. An apparatus for performing message payload processing functions in a network element on behalf of an application, comprising: a network interface that is coupled to a data network for receiving one or more packet flows therefrom; a processor; one or more stored sequences of instructions which, when executed by the processor, cause the processor to carry out the steps of: receiving user-specified input at the network element; receiving one or more data packets at the network element; determining, based on the one or more data packets, a particular message classification indicated in the user-specified input; and
-49- processing at least a portion of an application layer message contained in one or more pay load portions of the one or more data packets by performing, relative to the portion of the message, one or more actions that are (a) specified in the user-specified input and (b) associated with the particular message classification; wherein the message is directed to the application, and wherein the actions are performed on behalf of the application.
24. A method of filtering packets on which message level processing is to be performed, the method comprising the computer-implemented steps of: determining whether information contained in a layer 2-4 header of a packet satisfies specified criteria; if the information satisfies the specified criteria, then directing the packet to a blade that performs message level processing based on at least a portion of an application layer message that is at least partially contained in the packet; and if the information does not satisfy the specified criteria, then forwarding the packet towards the packet's destination without sending the packet to the blade.
25. A method as recited in Claim 24, wherein the information comprises one or more of a source IP address and a destination IP address.
26. A method as recited in Claim 24, wherein the information comprises one or more of a source TCP port and a destination TCP port.
27. A method of transparently performing message pay load processing functions in a network element on behalf of an application, the method comprising the computer- implemented steps of: intercepting, at the network element, one or more data packets that are destined for a device other than the network element, wherein the device hosts the application; determining at least a portion of an application layer message that is (a) contained in one or more payload portions of the one or more data packets and (b) directed to the application; and based on the portion of the message, performing one or more actions on behalf of the application.
-50-
28. A method as recited in Claim 27, further comprising: determining, based on the portion of the message, a particular message classification; and determining one or more actions with which the particular message classification is associated; wherein performing the one or more actions comprises performing the one or more actions in response to a determination that the particular message classification is associated with the one or more actions.
29. A method as recited in Claim 27, further comprising: sending, from the network element, one or more data packets that contain a modified message; wherein at least one of the one or more actions comprises modifying the portion of the message to produce the modified message.
30. A method as recited in Claim 27, further comprising: sending, from the network element, one or more data packets that contain a modified message; wherein at least one of the one or more actions comprises modifying the portion of the message to produce the modified message.
31. A method as recited in Claim 27, further comprising: receiving user-specified input at the network element, wherein the user-specified input indicates an order in which the one or more actions are to be performed; wherein performing the one or more actions comprises performing the one or more actions in the order.
32. A method as recited in Claim 27, further comprising: receiving user-specified input at the network element, wherein the user-specified input indicates one or more criteria; and determining whether the portion of the message satisfies the one or more criteria; wherein performing the one or more actions comprises performing the one or more actions that are associated with the one or more criteria.
-51-
33. A method as recited in Claim 27, wherein determining whether the portion of the message satisfies the one or more criteria comprises determining whether a specified string of text occurs within the portion of the message.
34. A method as recited in Claim 27, wherein the portion of the message is formatted in Extensible Markup Language (XML), and wherein determining whether the portion of the message satisfies the one or more criteria comprises determining whether a specified path occurs within the portion of the message.
35. A method as recited in Claim 27, wherein at least one of the one or more actions comprises preventing the one or more data packets from being delivered to a destination for which the one or more data packets are destined.
36. A method as recited in Claim 27, wherein at least one of the one or more actions comprises writing information to a log.
37. A method as recited in Claim 27, wherein at least one of the one or more actions comprises sending, to a source from which the one or more data packets originated, a response that is cached at the network element.
38. A method as recited in Claim 27, wherein the network element is a network switch or router.
39. A method as recited in Claim 27, wherein the network element is a proxy device.
40. A method as recited in Claim 27, wherein the one or more actions comprise modifying a portion of the message so that the portion of the message is formatted in a message format that differs from a message format in which the portion of the message was formatted when the one or more data packets were received at the network element.
41. A method as recited in Claim 27, further comprising: processing, at the network element, a message that is not destined for the device that hosts the application.
42. A method as recited in Claim 27, further comprising: determining whether the portion of the message will cause an entity to fail if the entity receives the message; and in response to a determination that the portion of the message will cause the entity to fail if the entity receives the message, performing one or more specified actions.
-52-
43. A method as recited in Claim 27, further comprising: performing, at the network element, an operation on a message that is a request message, a response message, an exception processing message, or a message that was not sent between a client application and a server application.
44. A method as recited in Claim 1 , further comprising: performing, at the network element, an operation on a message that is a request message, a response message, an exception processing message, or a message that was not sent between a client application and a server application.
-53-
PCT/US2005/043599 2004-12-06 2005-12-02 Performing message payload processing functions in a network element on behalf of an application WO2006062814A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2005800417979A CN101371237B (en) 2004-12-06 2005-12-02 Performing message payload processing functions in a network element on behalf of an application
EP05852737.5A EP1839174B1 (en) 2004-12-06 2005-12-02 Performing message payload processing functions in a network element on behalf of an application

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/005,978 2004-12-06
US11/005,978 US7987272B2 (en) 2004-12-06 2004-12-06 Performing message payload processing functions in a network element on behalf of an application

Publications (2)

Publication Number Publication Date
WO2006062814A2 true WO2006062814A2 (en) 2006-06-15
WO2006062814A3 WO2006062814A3 (en) 2007-05-03

Family

ID=36575883

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/043599 WO2006062814A2 (en) 2004-12-06 2005-12-02 Performing message payload processing functions in a network element on behalf of an application

Country Status (4)

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

Families Citing this family (377)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004107132A2 (en) 2003-05-28 2004-12-09 Caymas Systems, Inc. Method, system and software for state signing of internet resources
US7978716B2 (en) 2003-11-24 2011-07-12 Citrix Systems, Inc. Systems and methods for providing a VPN solution
US8549638B2 (en) 2004-06-14 2013-10-01 Fireeye, Inc. System and method of containing computer worms
US9106694B2 (en) 2004-04-01 2015-08-11 Fireeye, Inc. Electronic message analysis for malware detection
US8793787B2 (en) 2004-04-01 2014-07-29 Fireeye, Inc. Detecting malicious network content using virtual environment components
US8584239B2 (en) 2004-04-01 2013-11-12 Fireeye, Inc. Virtual machine with dynamic data flow analysis
US8881282B1 (en) 2004-04-01 2014-11-04 Fireeye, Inc. Systems and methods for malware attack detection and identification
US8375444B2 (en) 2006-04-20 2013-02-12 Fireeye, Inc. Dynamic signature creation and enforcement
US8561177B1 (en) 2004-04-01 2013-10-15 Fireeye, Inc. Systems and methods for detecting communication channels of bots
US8006305B2 (en) * 2004-06-14 2011-08-23 Fireeye, Inc. Computer worm defense system and method
US8204984B1 (en) 2004-04-01 2012-06-19 Fireeye, Inc. Systems and methods for detecting encrypted bot command and control communication channels
US7587537B1 (en) 2007-11-30 2009-09-08 Altera Corporation Serializer-deserializer circuits formed from input-output circuit registers
US8171553B2 (en) 2004-04-01 2012-05-01 Fireeye, Inc. Heuristic based capture with replay to virtual machine
US8566946B1 (en) 2006-04-20 2013-10-22 Fireeye, Inc. Malware containment on connection
US8539582B1 (en) 2004-04-01 2013-09-17 Fireeye, Inc. Malware containment and security analysis on connection
US9027135B1 (en) 2004-04-01 2015-05-05 Fireeye, Inc. Prospective client identification using malware attack detection
US8528086B1 (en) 2004-04-01 2013-09-03 Fireeye, Inc. System and method of detecting computer worms
US8898788B1 (en) 2004-04-01 2014-11-25 Fireeye, Inc. Systems and methods for malware attack prevention
US8249953B2 (en) * 2004-05-13 2012-08-21 Cisco Technology, Inc. Methods and apparatus for determining the status of a device
US8113418B2 (en) * 2004-05-13 2012-02-14 Cisco Technology, Inc. Virtual readers for scalable RFID infrastructures
US7422152B2 (en) * 2004-05-13 2008-09-09 Cisco Technology, Inc. Methods and devices for providing scalable RFID networks
US7757074B2 (en) 2004-06-30 2010-07-13 Citrix Application Networking, Llc System and method for establishing a virtual private network
US8495305B2 (en) 2004-06-30 2013-07-23 Citrix Systems, Inc. Method and device for performing caching of dynamically generated objects in a data communication network
US8739274B2 (en) 2004-06-30 2014-05-27 Citrix Systems, Inc. Method and device for performing integrated caching in a data communication network
US8604910B2 (en) * 2004-07-13 2013-12-10 Cisco Technology, Inc. Using syslog and SNMP for scalable monitoring of networked devices
EP1771979B1 (en) 2004-07-23 2011-11-23 Citrix Systems, Inc. A method and systems for securing remote access to private networks
EP1771998B1 (en) 2004-07-23 2015-04-15 Citrix Systems, Inc. Systems and methods for optimizing communications between network nodes
US8458467B2 (en) * 2005-06-21 2013-06-04 Cisco Technology, Inc. Method and apparatus for adaptive application message payload content transformation in a network infrastructure element
US7509431B2 (en) * 2004-11-17 2009-03-24 Cisco Technology, Inc. Performing message and transformation adapter functions in a network element on behalf of an application
US7664879B2 (en) 2004-11-23 2010-02-16 Cisco Technology, Inc. Caching content and state data at a network element
US7987272B2 (en) 2004-12-06 2011-07-26 Cisco Technology, Inc. Performing message payload processing functions in a network element on behalf of an application
US7496750B2 (en) * 2004-12-07 2009-02-24 Cisco Technology, Inc. Performing security functions on a message payload in a network element
US7725934B2 (en) 2004-12-07 2010-05-25 Cisco Technology, Inc. Network and application attack protection based on application layer message inspection
US8082304B2 (en) 2004-12-10 2011-12-20 Cisco Technology, Inc. Guaranteed delivery of application layer messages by a network element
US7606267B2 (en) * 2004-12-10 2009-10-20 Cisco Technology, Inc. Reducing the sizes of application layer messages in a network element
US8954595B2 (en) 2004-12-30 2015-02-10 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP buffering
US8700695B2 (en) 2004-12-30 2014-04-15 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP pooling
US8549149B2 (en) 2004-12-30 2013-10-01 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
US7810089B2 (en) 2004-12-30 2010-10-05 Citrix Systems, Inc. Systems and methods for automatic installation and execution of a client-side acceleration program
US8706877B2 (en) * 2004-12-30 2014-04-22 Citrix Systems, Inc. Systems and methods for providing client-side dynamic redirection to bypass an intermediary
US7551567B2 (en) * 2005-01-05 2009-06-23 Cisco Technology, Inc. Interpreting an application message at a network element using sampling and heuristics
US20060155862A1 (en) * 2005-01-06 2006-07-13 Hari Kathi Data traffic load balancing based on application layer messages
US8255456B2 (en) 2005-12-30 2012-08-28 Citrix Systems, Inc. System and method for performing flash caching of dynamically generated objects in a data communication network
US7698416B2 (en) 2005-01-25 2010-04-13 Cisco Technology, Inc. Application layer message-based server failover management by a network element
US8266327B2 (en) * 2005-06-21 2012-09-11 Cisco Technology, Inc. Identity brokering in a network element
US7694287B2 (en) * 2005-06-29 2010-04-06 Visa U.S.A. Schema-based dynamic parse/build engine for parsing multi-format messages
US7953826B2 (en) * 2005-07-14 2011-05-31 Cisco Technology, Inc. Provisioning and redundancy for RFID middleware servers
US7345585B2 (en) * 2005-08-01 2008-03-18 Cisco Technology, Inc. Network based device for providing RFID middleware functionality
CN100450086C (en) * 2005-09-07 2009-01-07 华为技术有限公司 Method for implementing multicast data stream retransmission in virtual special LAN service
US20070064603A1 (en) * 2005-09-19 2007-03-22 Sean Chen Method of provisioning network elements to perform a service
EP1793603A1 (en) * 2005-11-30 2007-06-06 Nagra France Sarl Method of transmission of authorization messages to a plurality of mobile receivers and method of treatment of such messages
JP4663497B2 (en) * 2005-12-01 2011-04-06 株式会社日立製作所 Information processing system and information processing apparatus assignment management method
CA2631756A1 (en) 2005-12-01 2007-06-07 Firestar Software, Inc. System and method for exchanging information among exchange applications
US7921184B2 (en) 2005-12-30 2011-04-05 Citrix Systems, Inc. System and method for performing flash crowd caching of dynamically generated objects in a data communication network
US8301839B2 (en) 2005-12-30 2012-10-30 Citrix Systems, Inc. System and method for performing granular invalidation of cached dynamically generated objects in a data communication network
US8566840B2 (en) * 2006-02-27 2013-10-22 Red Hat, Inc. Method and system for kernel level filtering
WO2007109087A2 (en) * 2006-03-18 2007-09-27 Lankford, Peter System and method for integration of streaming and static data
US8613056B2 (en) * 2006-05-26 2013-12-17 Cisco Technology, Inc. Extensible authentication and authorization of identities in an application message on a network device
US7752306B2 (en) * 2006-05-26 2010-07-06 The Pnc Financial Services Group, Inc. Network management for automated teller machines
US7761550B2 (en) * 2006-05-26 2010-07-20 The Pnc Financial Services Group, Inc. Network management for a plurality of agents using periodic status messages
US7814191B2 (en) * 2006-05-26 2010-10-12 The Pnc Financial Services Group, Inc. Methods and systems for network management using periodic status messages
US9311611B2 (en) 2006-06-16 2016-04-12 Hewlett Packard Enterprise Development Lp Automated service level management system
US20070300147A1 (en) * 2006-06-25 2007-12-27 Bates Todd W Compression of mark-up language data
US20080019376A1 (en) * 2006-07-21 2008-01-24 Sbc Knowledge Ventures, L.P. Inline network element which shares addresses of neighboring network elements
US7797406B2 (en) * 2006-07-27 2010-09-14 Cisco Technology, Inc. Applying quality of service to application messages in network elements based on roles and status
US7953889B2 (en) * 2006-08-03 2011-05-31 Citrix Systems, Inc. Systems and methods for routing VPN traffic around network disruption
US8244883B2 (en) * 2006-08-03 2012-08-14 Citrix Systems, Inc. Systems and methods of for providing multi-mode transport layer compression
US8626946B2 (en) * 2006-08-03 2014-01-07 Citrix Systems, Inc. Systems and methods for hierarchical global load balancing
US8677007B2 (en) * 2006-08-03 2014-03-18 Citrix Systems, Inc. Systems and methods for bypassing an appliance
US20080034084A1 (en) * 2006-08-04 2008-02-07 International Business Machines Corporation Method, system and program product for monitoring client programs in a client-server environment
US8856860B2 (en) * 2006-08-18 2014-10-07 Cisco Technology, Inc. System and method for implementing policy server based application interaction manager
US8694684B2 (en) * 2006-08-21 2014-04-08 Citrix Systems, Inc. Systems and methods of symmetric transport control protocol compression
US20080126385A1 (en) * 2006-09-19 2008-05-29 Microsoft Corporation Intelligent batching of electronic data interchange messages
US8234391B2 (en) * 2006-09-20 2012-07-31 Reuters America, Llc. Messaging model and architecture
US20080077675A1 (en) * 2006-09-25 2008-03-27 Agere Systems Inc. Systems and Methods for Electronic Message Preparation
TWI429221B (en) * 2006-11-01 2014-03-01 Ericsson Telefon Ab L M Distribution of broadcast/multicast data in telecommunications systems
US7660793B2 (en) 2006-11-13 2010-02-09 Exegy Incorporated Method and system for high performance integration, processing and searching of structured and unstructured data using coprocessors
US20100070650A1 (en) * 2006-12-02 2010-03-18 Macgaffey Andrew Smart jms network stack
US8245281B2 (en) * 2006-12-29 2012-08-14 Aruba Networks, Inc. Method and apparatus for policy-based network access control with arbitrary network access control frameworks
WO2008094449A1 (en) * 2007-01-26 2008-08-07 Andrew Macgaffey Novel jms api for standardized to financial market data systems
US8286248B1 (en) * 2007-02-01 2012-10-09 Mcafee, Inc. System and method of web application discovery via capture and analysis of HTTP requests for external resources
US8255570B2 (en) 2007-03-12 2012-08-28 Citrix Systems, Inc. Systems and methods of compression history expiration and synchronization
US7827237B2 (en) 2007-03-12 2010-11-02 Citrix Systems, Inc. Systems and methods for identifying long matches of data in a compression history
US7619545B2 (en) * 2007-03-12 2009-11-17 Citrix Systems, Inc. Systems and methods of using application and protocol specific parsing for compression
US7532134B2 (en) 2007-03-12 2009-05-12 Citrix Systems, Inc. Systems and methods for sharing compression histories between multiple devices
US7865585B2 (en) * 2007-03-12 2011-01-04 Citrix Systems, Inc. Systems and methods for providing dynamic ad hoc proxy-cache hierarchies
US7460038B2 (en) * 2007-03-12 2008-12-02 Citrix Systems, Inc. Systems and methods of clustered sharing of compression histories
US20080235246A1 (en) * 2007-03-20 2008-09-25 Arun Hampapur Filter sequencing based on a publish-subscribe architecture for digital signal processing
US8134951B2 (en) 2007-06-04 2012-03-13 Cisco Technology, Inc. Framework for managing network data processing elements
US7962903B1 (en) * 2007-06-05 2011-06-14 Ross Richard A Systems and methods for processing message subscriptions using pre-compiled code-blocks for efficient expression evaluation
US20090006618A1 (en) * 2007-06-28 2009-01-01 Richard Hayton Methods and systems for access routing and resource mapping using filters
US8561148B2 (en) 2008-06-26 2013-10-15 Citrix Systems, Inc. Methods and systems for interactive evaluation using dynamically generated, interactive resultant sets of policies
US8775944B2 (en) * 2008-06-26 2014-07-08 Citrix Systems, Inc. Methods and systems for interactive evaluation of policies
US20090007021A1 (en) * 2007-06-28 2009-01-01 Richard Hayton Methods and systems for dynamic generation of filters using a graphical user interface
US8726297B2 (en) * 2007-06-28 2014-05-13 Microsoft Corporation Search tool that aggregates disparate tools unifying communication
US8054744B1 (en) 2007-10-25 2011-11-08 Marvell International Ltd. Methods and apparatus for flow classification and flow measurement
US7917446B2 (en) * 2007-10-31 2011-03-29 American Express Travel Related Services Company, Inc. Latency locator
KR100979202B1 (en) * 2007-11-21 2010-09-01 한국전자통신연구원 The method of message service and message service system
US7817636B2 (en) * 2008-01-30 2010-10-19 Cisco Technology, Inc. Obtaining information on forwarding decisions for a packet flow
US7746250B2 (en) * 2008-01-31 2010-06-29 Microsoft Corporation Message encoding/decoding using templated parameters
US8051428B2 (en) 2008-03-13 2011-11-01 Sap Ag Definition of an integrated notion of a message scenario for several messaging components
US8266224B2 (en) * 2008-05-29 2012-09-11 Cisco Technology, Inc. Application gateway device
US8095507B2 (en) * 2008-08-08 2012-01-10 Oracle International Corporation Automated topology-based statistics monitoring and performance analysis
US8099498B2 (en) * 2008-09-03 2012-01-17 Microsoft Corporation Probabilistic mesh routing
US8473455B2 (en) * 2008-09-03 2013-06-25 Microsoft Corporation Query-oriented message characterization
US8997219B2 (en) 2008-11-03 2015-03-31 Fireeye, Inc. Systems and methods for detecting malicious PDF network content
US8850571B2 (en) 2008-11-03 2014-09-30 Fireeye, Inc. Systems and methods for detecting malicious network content
WO2010082166A1 (en) * 2009-01-13 2010-07-22 Idan Plotnik Methods and systems for securing and protecting repositories and directories
US20100182970A1 (en) * 2009-01-21 2010-07-22 Qualcomm Incorporated Multiple Subscriptions Using a Single Air-Interface Resource
US8180902B1 (en) * 2009-03-05 2012-05-15 Riverbed Technology, Inc. Establishing network connections between transparent network devices
US8181060B1 (en) 2009-03-05 2012-05-15 Riverbad Technology, Inc. Preventing data corruption with transparent network connections
US9038073B2 (en) * 2009-08-13 2015-05-19 Qualcomm Incorporated Data mover moving data to accelerator for processing and returning result data based on instruction received from a processor utilizing software and hardware interrupts
US8762532B2 (en) * 2009-08-13 2014-06-24 Qualcomm Incorporated Apparatus and method for efficient memory allocation
US8788782B2 (en) 2009-08-13 2014-07-22 Qualcomm Incorporated Apparatus and method for memory management and efficient data processing
US20110041128A1 (en) * 2009-08-13 2011-02-17 Mathias Kohlenz Apparatus and Method for Distributed Data Processing
US8832829B2 (en) 2009-09-30 2014-09-09 Fireeye, Inc. Network-based binary file extraction and analysis for malware detection
US8958306B2 (en) * 2009-10-16 2015-02-17 Tekelec, Inc. Methods, systems, and computer readable media for providing diameter signaling router with integrated monitoring functionality
US8750126B2 (en) * 2009-10-16 2014-06-10 Tekelec, Inc. Methods, systems, and computer readable media for multi-interface monitoring and correlation of diameter signaling information
US8892762B2 (en) * 2009-12-15 2014-11-18 International Business Machines Corporation Multi-granular stream processing
US8874638B2 (en) * 2009-12-15 2014-10-28 International Business Machines Corporation Interactive analytics processing
US8819183B2 (en) * 2009-12-15 2014-08-26 International Business Machines Corporation Concurrent execution of request processing and analytics of requests
IN2012CN06919A (en) * 2010-02-12 2015-07-31 Tekelec Inc
EP2534794B1 (en) * 2010-02-12 2019-03-27 Tekelec, Inc. Methods, systems, and computer readable media for providing peer routing at a diameter node
US8621220B2 (en) * 2010-03-11 2013-12-31 Ebay Inc. Systems and methods for identity encapsulated cryptography
CN102207889B (en) * 2010-03-31 2013-10-23 国际商业机器公司 Command control method and command controller
US10037568B2 (en) 2010-12-09 2018-07-31 Ip Reservoir, Llc Method and apparatus for managing orders in financial markets
US9935922B2 (en) 2011-01-21 2018-04-03 Tekelec, Inc. Methods, systems, and computer readable media for screening diameter messages within a diameter signaling router (DSR) having a distributed message processor architecture
JP5732550B2 (en) 2011-03-03 2015-06-10 テケレック・インコーポレイテッドTekelec, Inc. Method, system, and computer-readable medium for enhancing Diameter signaling messages
CN102752272A (en) * 2011-04-22 2012-10-24 中兴通讯股份有限公司 Method, system and device for processing digital signatures of media message
US8739244B1 (en) * 2011-06-07 2014-05-27 Riverbed Technology, Inc. Configuring and authenticating WAN optimization devices for accessing content delivery networks
EP3010179A1 (en) 2011-06-20 2016-04-20 Plexxi Inc. A method of processing a multicast frame in an optical network
US8886563B2 (en) * 2011-08-30 2014-11-11 Visa International Service Association Least cost routing and matching
US9301026B2 (en) 2011-11-01 2016-03-29 Plexxi Inc. Affinity modeling in a data center network
US9204207B2 (en) 2011-11-01 2015-12-01 Plexxi Inc. Hierarchy of control in a data center network
US9337931B2 (en) 2011-11-01 2016-05-10 Plexxi Inc. Control and provisioning in a data center network with at least one central controller
WO2013066603A1 (en) * 2011-11-01 2013-05-10 Plexxi Inc. Affinity modeling in a data center network
US9288555B2 (en) 2011-11-01 2016-03-15 Plexxi Inc. Data center network architecture
US8713170B2 (en) * 2011-11-18 2014-04-29 The Boeing Company Server-side web analytics system and method
JP6019586B2 (en) * 2012-01-10 2016-11-02 株式会社リコー Network communication equipment
US10620241B2 (en) 2012-02-17 2020-04-14 Perspecta Labs Inc. Method and system for packet acquisition, analysis and intrusion detection in field area networks
JP6359463B2 (en) 2012-02-17 2018-07-18 ヴェンコア ラブズ、インク.Vencore Labs, Inc. Multifunctional energy meter adapter and method of use
US9519782B2 (en) 2012-02-24 2016-12-13 Fireeye, Inc. Detecting malicious network content
US9990393B2 (en) 2012-03-27 2018-06-05 Ip Reservoir, Llc Intelligent feed switch
US10121196B2 (en) 2012-03-27 2018-11-06 Ip Reservoir, Llc Offload processing of data packets containing financial market data
US11436672B2 (en) 2012-03-27 2022-09-06 Exegy Incorporated Intelligent switch for processing financial market data
US9225604B2 (en) * 2012-04-05 2015-12-29 International Business Machines Corporation Mapping requirements to a system topology in a networked computing environment
KR101581656B1 (en) * 2012-07-16 2016-01-04 삼성전자 주식회사 Smart apparatus, paring system and method using the same
GB2504694A (en) * 2012-08-06 2014-02-12 Ibm Searching for Header Names using conversion to canonical form including integer value
US9081746B1 (en) * 2012-10-16 2015-07-14 Teradici Corporation Method for client configuration management in remote computing
GB2505730B (en) * 2012-11-30 2014-10-15 Openwave Mobility Inc A method, apparatus and computer program for controlling access to content in a communications network
US9049115B2 (en) 2012-12-13 2015-06-02 Cisco Technology, Inc. Enabling virtual workloads using overlay technologies to interoperate with physical network services
US10572665B2 (en) 2012-12-28 2020-02-25 Fireeye, Inc. System and method to create a number of breakpoints in a virtual machine via virtual machine trapping events
WO2014116964A1 (en) * 2013-01-24 2014-07-31 Tt Government Solutions, Inc. Method and system for visualizing and analyzing a field area network
US9009822B1 (en) 2013-02-23 2015-04-14 Fireeye, Inc. Framework for multi-phase analysis of mobile applications
US9009823B1 (en) 2013-02-23 2015-04-14 Fireeye, Inc. Framework for efficient security coverage of mobile software applications installed on mobile devices
US8990944B1 (en) 2013-02-23 2015-03-24 Fireeye, Inc. Systems and methods for automatically detecting backdoors
US9367681B1 (en) 2013-02-23 2016-06-14 Fireeye, Inc. Framework for efficient security coverage of mobile software applications using symbolic execution to reach regions of interest within an application
US9824209B1 (en) 2013-02-23 2017-11-21 Fireeye, Inc. Framework for efficient security coverage of mobile software applications that is usable to harden in the field code
US9195829B1 (en) 2013-02-23 2015-11-24 Fireeye, 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
US9159035B1 (en) 2013-02-23 2015-10-13 Fireeye, Inc. Framework for computer application analysis of sensitive information tracking
US9176843B1 (en) 2013-02-23 2015-11-03 Fireeye, Inc. Framework for efficient security coverage of mobile software applications
US9355247B1 (en) 2013-03-13 2016-05-31 Fireeye, Inc. File extraction from memory dump for malicious content analysis
US9626509B1 (en) 2013-03-13 2017-04-18 Fireeye, Inc. Malicious content analysis with multi-version application support within single operating environment
US9565202B1 (en) 2013-03-13 2017-02-07 Fireeye, Inc. System and method for detecting exfiltration content
US9104867B1 (en) 2013-03-13 2015-08-11 Fireeye, Inc. Malicious content analysis using simulated user interaction without user involvement
US9311479B1 (en) 2013-03-14 2016-04-12 Fireeye, Inc. Correlation and consolidation of analytic data for holistic view of a malware attack
US9430646B1 (en) 2013-03-14 2016-08-30 Fireeye, Inc. Distributed systems and methods for automatically detecting unknown bots and botnets
US8867343B2 (en) 2013-03-15 2014-10-21 Extrahop Networks, Inc. Trigger based recording of flows with play back
US8626912B1 (en) * 2013-03-15 2014-01-07 Extrahop Networks, Inc. Automated passive discovery of applications
US9251343B1 (en) 2013-03-15 2016-02-02 Fireeye, Inc. Detecting bootkits resident on compromised computers
US10713358B2 (en) 2013-03-15 2020-07-14 Fireeye, Inc. System and method to extract and utilize disassembly features to classify software intent
US9443229B2 (en) 2013-03-15 2016-09-13 Elemica, Inc. Supply chain message management and shipment constraint optimization
US9929985B1 (en) * 2013-03-15 2018-03-27 Quest Diagnostics Investments Incorporated Systems and methods for electronically distributing information
US9224135B2 (en) 2013-03-15 2015-12-29 Elemica, Inc. Method and apparatus for adaptive configuration for translation of business messages
US9413781B2 (en) 2013-03-15 2016-08-09 Fireeye, Inc. System and method employing structured intelligence to verify and contain threats at endpoints
US8904528B2 (en) 2013-03-15 2014-12-02 Elemica, Inc. Method and apparatus for translation of business messages
US9495180B2 (en) 2013-05-10 2016-11-15 Fireeye, Inc. Optimized resource allocation for virtual machines within a malware content detection system
US9635039B1 (en) 2013-05-13 2017-04-25 Fireeye, Inc. Classifying sets of malicious indicators for detecting command and control communications associated with malware
US9319476B2 (en) * 2013-05-28 2016-04-19 Verizon Patent And Licensing Inc. Resilient TCP splicing for proxy services
US9536091B2 (en) 2013-06-24 2017-01-03 Fireeye, Inc. System and method for detecting time-bomb malware
US10133863B2 (en) 2013-06-24 2018-11-20 Fireeye, Inc. Zero-day discovery system
US9888016B1 (en) 2013-06-28 2018-02-06 Fireeye, Inc. System and method for detecting phishing using password prediction
US9419930B2 (en) * 2013-06-28 2016-08-16 International Business Machines Corporation Management of connections in a messaging environment
US9300686B2 (en) 2013-06-28 2016-03-29 Fireeye, Inc. System and method for detecting malicious links in electronic messages
US8949998B2 (en) * 2013-07-01 2015-02-03 Medidata Solutions, Inc. Method and system for maintaining data in a substantiated state
WO2015006568A1 (en) * 2013-07-11 2015-01-15 Plexxi Inc. Network node connection configuration
JP6404911B2 (en) * 2013-09-20 2018-10-17 オラクル・インターナショナル・コーポレイション A technique for reliable messaging for intermediaries in network communication environments
US9294501B2 (en) 2013-09-30 2016-03-22 Fireeye, Inc. Fuzzy hash of behavioral results
US9628507B2 (en) 2013-09-30 2017-04-18 Fireeye, Inc. Advanced persistent threat (APT) detection center
US10089461B1 (en) 2013-09-30 2018-10-02 Fireeye, Inc. Page replacement code injection
US9171160B2 (en) 2013-09-30 2015-10-27 Fireeye, Inc. Dynamically adaptive framework and method for classifying malware using intelligent static, emulation, and dynamic analyses
US9736179B2 (en) 2013-09-30 2017-08-15 Fireeye, Inc. System, apparatus and method for using malware analysis results to drive adaptive instrumentation of virtual machines to improve exploit detection
US9690936B1 (en) 2013-09-30 2017-06-27 Fireeye, Inc. Multistage system and method for analyzing obfuscated content for malware
US10515214B1 (en) 2013-09-30 2019-12-24 Fireeye, Inc. System and method for classifying malware within content created during analysis of a specimen
US10192052B1 (en) 2013-09-30 2019-01-29 Fireeye, Inc. System, apparatus and method for classifying a file as malicious using static scanning
US10002011B2 (en) 2013-11-04 2018-06-19 Amazon Technologies, Inc. Centralized networking configuration in distributed systems
US9921978B1 (en) 2013-11-08 2018-03-20 Fireeye, Inc. System and method for enhanced security of storage devices
US9189627B1 (en) 2013-11-21 2015-11-17 Fireeye, Inc. System, apparatus and method for conducting on-the-fly decryption of encrypted objects for malware detection
WO2015077756A1 (en) * 2013-11-25 2015-05-28 Amazon Technologies, Inc. Customer-directed networking limits in distributed systems
US9674042B2 (en) 2013-11-25 2017-06-06 Amazon Technologies, Inc. Centralized resource usage visualization service for large-scale network topologies
US10505838B2 (en) * 2013-12-19 2019-12-10 Sandvine Corporation System and method for diverting established communication sessions
US9747446B1 (en) 2013-12-26 2017-08-29 Fireeye, Inc. System and method for run-time object classification
US9756074B2 (en) 2013-12-26 2017-09-05 Fireeye, Inc. System and method for IPS and VM-based detection of suspicious objects
US9507935B2 (en) 2014-01-16 2016-11-29 Fireeye, Inc. Exploit detection system with threat-aware microvisor
US9262635B2 (en) 2014-02-05 2016-02-16 Fireeye, Inc. Detection efficacy of virtual machine-based analysis with application specific events
US9241010B1 (en) 2014-03-20 2016-01-19 Fireeye, Inc. System and method for network behavior detection
US10242185B1 (en) 2014-03-21 2019-03-26 Fireeye, Inc. Dynamic guest image creation and rollback
US9591015B1 (en) 2014-03-28 2017-03-07 Fireeye, Inc. System and method for offloading packet processing and static analysis operations
US9432389B1 (en) 2014-03-31 2016-08-30 Fireeye, Inc. System, apparatus and method for detecting a malicious attack based on static analysis of a multi-flow object
US9223972B1 (en) 2014-03-31 2015-12-29 Fireeye, Inc. Dynamically remote tuning of a malware content detection system
US9438623B1 (en) 2014-06-06 2016-09-06 Fireeye, Inc. Computer exploit detection using heap spray pattern matching
US9973531B1 (en) 2014-06-06 2018-05-15 Fireeye, Inc. Shellcode detection
US9594912B1 (en) 2014-06-06 2017-03-14 Fireeye, Inc. Return-oriented programming detection
US10084813B2 (en) 2014-06-24 2018-09-25 Fireeye, Inc. Intrusion prevention and remedy system
US9398028B1 (en) 2014-06-26 2016-07-19 Fireeye, 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-26 2020-10-13 Fireeye, Inc. Infection vector and malware tracking with an interactive user display
US10002252B2 (en) 2014-07-01 2018-06-19 Fireeye, Inc. Verification of trusted threat-aware microvisor
US9363280B1 (en) 2014-08-22 2016-06-07 Fireeye, Inc. System and method of detecting delivery of malware using cross-customer data
US9894031B2 (en) 2014-08-27 2018-02-13 Cisco Technology, Inc. Source-aware technique for facilitating LISP host mobility
CN105491078B (en) * 2014-09-15 2019-01-22 阿里巴巴集团控股有限公司 Data processing method and device, SOA system in SOA system
US10671726B1 (en) 2014-09-22 2020-06-02 Fireeye Inc. System and method for malware analysis using thread-level event monitoring
EP3198464B1 (en) * 2014-09-25 2019-02-06 Hughes Network Systems, LLC Application-aware multihoming for data traffic acceleration in data communications networks
US10027689B1 (en) 2014-09-29 2018-07-17 Fireeye, Inc. Interactive infection visualization for improved exploit detection and signature generation for malware and malware families
US9773112B1 (en) 2014-09-29 2017-09-26 Fireeye, Inc. Exploit detection of malware and malware families
US9690933B1 (en) 2014-12-22 2017-06-27 Fireeye, Inc. Framework for classifying an object as malicious with machine learning for deploying updated predictive models
US10075455B2 (en) 2014-12-26 2018-09-11 Fireeye, Inc. Zero-day rotating guest image profile
US9934376B1 (en) 2014-12-29 2018-04-03 Fireeye, Inc. Malware detection appliance architecture
US9838417B1 (en) 2014-12-30 2017-12-05 Fireeye, Inc. Intelligent context aware user interaction for malware detection
US10432688B2 (en) * 2015-03-13 2019-10-01 Telefonaktiebolaget Lm Ericsson (Publ) System and method for optimized delivery of live ABR media
US10148693B2 (en) 2015-03-25 2018-12-04 Fireeye, Inc. Exploit detection system
US9690606B1 (en) 2015-03-25 2017-06-27 Fireeye, Inc. Selective system call monitoring
US9438613B1 (en) 2015-03-30 2016-09-06 Fireeye, Inc. Dynamic content activation for automated analysis of embedded objects
US10474813B1 (en) 2015-03-31 2019-11-12 Fireeye, Inc. Code injection technique for remediation at an endpoint of a network
US9483644B1 (en) 2015-03-31 2016-11-01 Fireeye, Inc. Methods for detecting file altering malware in VM based analysis
US10417031B2 (en) 2015-03-31 2019-09-17 Fireeye, Inc. Selective virtualization for security threat detection
US9654485B1 (en) 2015-04-13 2017-05-16 Fireeye, Inc. Analytics-based security monitoring system and method
US9594904B1 (en) 2015-04-23 2017-03-14 Fireeye, Inc. Detecting malware based on reflection
US9338147B1 (en) 2015-04-24 2016-05-10 Extrahop Networks, Inc. Secure communication secret sharing
US9705924B2 (en) 2015-06-24 2017-07-11 International Business Machines Corporation Determining a number of users allowed to access message based on message objective
US11113086B1 (en) 2015-06-30 2021-09-07 Fireeye, Inc. Virtual system and method for securing external network connectivity
US10726127B1 (en) 2015-06-30 2020-07-28 Fireeye, Inc. System and method for protecting a software component running in a virtual machine through virtual interrupts by the virtualization layer
US10642753B1 (en) 2015-06-30 2020-05-05 Fireeye, Inc. System and method for protecting a software component running in virtual machine using a virtualization layer
US10454950B1 (en) 2015-06-30 2019-10-22 Fireeye, Inc. Centralized aggregation technique for detecting lateral movement of stealthy cyber-attacks
US10117127B2 (en) 2015-07-08 2018-10-30 Oracle International Corporation Methods, systems, and computer readable media for communicating radio access network congestion status information for large numbers of users
US10715542B1 (en) 2015-08-14 2020-07-14 Fireeye, Inc. Mobile application risk analysis
US10176321B2 (en) 2015-09-22 2019-01-08 Fireeye, Inc. Leveraging behavior-based rules for malware family classification
US20170093770A1 (en) * 2015-09-25 2017-03-30 Intel Corporation Technologies for receive side message inspection and filtering
US10033747B1 (en) 2015-09-29 2018-07-24 Fireeye, Inc. System and method for detecting interpreter-based exploit attacks
US9825976B1 (en) 2015-09-30 2017-11-21 Fireeye, Inc. Detection and classification of exploit kits
US9825989B1 (en) 2015-09-30 2017-11-21 Fireeye, Inc. Cyber attack early warning system
US10601865B1 (en) 2015-09-30 2020-03-24 Fireeye, Inc. Detection of credential spearphishing attacks using email analysis
US20170093700A1 (en) * 2015-09-30 2017-03-30 WoT. io, Inc. Device platform integrating disparate data sources
US10210329B1 (en) 2015-09-30 2019-02-19 Fireeye, Inc. Method to detect application execution hijacking using memory protection
US10817606B1 (en) 2015-09-30 2020-10-27 Fireeye, Inc. Detecting delayed activation malware using a run-time monitoring agent and time-dilation logic
US10706149B1 (en) 2015-09-30 2020-07-07 Fireeye, Inc. Detecting delayed activation malware using a primary controller and plural time controllers
US10284575B2 (en) 2015-11-10 2019-05-07 Fireeye, Inc. Launcher for setting analysis environment variations for malware detection
US10846117B1 (en) 2015-12-10 2020-11-24 Fireeye, Inc. Technique for establishing secure communication between host and guest processes of a virtualization architecture
US10447728B1 (en) 2015-12-10 2019-10-15 Fireeye, Inc. Technique for protecting guest processes using a layered virtualization architecture
US10108446B1 (en) 2015-12-11 2018-10-23 Fireeye, Inc. Late load technique for deploying a virtualization layer underneath a running operating system
US10230681B2 (en) * 2015-12-14 2019-03-12 International Business Machines Corporation Method and apparatus for unified message adaptation
US10565378B1 (en) 2015-12-30 2020-02-18 Fireeye, Inc. Exploit of privilege detection framework
US10621338B1 (en) 2015-12-30 2020-04-14 Fireeye, Inc. Method to detect forgery and exploits using last branch recording registers
US10133866B1 (en) 2015-12-30 2018-11-20 Fireeye, Inc. System and method for triggering analysis of an object for malware in response to modification of that object
US10050998B1 (en) 2015-12-30 2018-08-14 Fireeye, Inc. Malicious message analysis system
US9824216B1 (en) 2015-12-31 2017-11-21 Fireeye, Inc. Susceptible environment detection system
US10581874B1 (en) 2015-12-31 2020-03-03 Fireeye, Inc. Malware detection system with contextual analysis
US11552986B1 (en) 2015-12-31 2023-01-10 Fireeye Security Holdings Us Llc Cyber-security framework for application of virtual features
US10204211B2 (en) 2016-02-03 2019-02-12 Extrahop Networks, Inc. Healthcare operations with passive network monitoring
US10601863B1 (en) 2016-03-25 2020-03-24 Fireeye, Inc. System and method for managing sensor enrollment
US10671721B1 (en) 2016-03-25 2020-06-02 Fireeye, Inc. Timeout management services
US10476906B1 (en) 2016-03-25 2019-11-12 Fireeye, Inc. System and method for managing formation and modification of a cluster within a malware detection system
US10785255B1 (en) 2016-03-25 2020-09-22 Fireeye, Inc. Cluster configuration within a scalable malware detection system
US10893059B1 (en) 2016-03-31 2021-01-12 Fireeye, Inc. Verification and enhancement using detection systems located at the network periphery and endpoint devices
US10454777B2 (en) * 2016-04-06 2019-10-22 Omni Ai, Inc. Network data processing driver for a cognitive artifical intelligence system
US20170295193A1 (en) * 2016-04-06 2017-10-12 Omni Ai, Inc. Adaptive anomaly context description
US10063666B2 (en) * 2016-06-14 2018-08-28 Futurewei Technologies, Inc. Modular telecommunication edge cloud system
US10169585B1 (en) 2016-06-22 2019-01-01 Fireeye, Inc. System and methods for advanced malware detection through placement of transition events
US10462173B1 (en) 2016-06-30 2019-10-29 Fireeye, Inc. Malware detection verification and enhancement by coordinating endpoint and malware detection systems
US9729416B1 (en) 2016-07-11 2017-08-08 Extrahop Networks, Inc. Anomaly detection using device relationship graphs
US9660879B1 (en) 2016-07-25 2017-05-23 Extrahop Networks, Inc. Flow deduplication across a cluster of network monitoring devices
US10180881B2 (en) 2016-08-19 2019-01-15 Bank Of America Corporation System for increasing inter-application processing efficiency by transmitting failed processing work over a processing recovery network for resolution
US10270654B2 (en) * 2016-08-19 2019-04-23 Bank Of America Corporation System for increasing computing efficiency of communication between applications running on networked machines
US10459811B2 (en) 2016-08-19 2019-10-29 Bank Of America Corporation System for increasing intra-application processing efficiency by transmitting failed processing work over a processing recovery network for resolution
US10592678B1 (en) 2016-09-09 2020-03-17 Fireeye, Inc. Secure communications between peers using a verified virtual trusted platform module
US10650621B1 (en) 2016-09-13 2020-05-12 Iocurrents, Inc. Interfacing with a vehicular controller area network
US10491627B1 (en) 2016-09-29 2019-11-26 Fireeye, Inc. Advanced malware detection using similarity analysis
US10530640B2 (en) 2016-09-29 2020-01-07 Micro Focus Llc Determining topology using log messages
US10795991B1 (en) 2016-11-08 2020-10-06 Fireeye, Inc. Enterprise search
US9756061B1 (en) 2016-11-18 2017-09-05 Extrahop Networks, Inc. Detecting attacks using passive network monitoring
US10645066B2 (en) 2016-11-19 2020-05-05 Alan Earl Swahn Rights controlled communication
US10587647B1 (en) 2016-11-22 2020-03-10 Fireeye, Inc. Technique for malware detection capability comparison of network security devices
US10581879B1 (en) 2016-12-22 2020-03-03 Fireeye, Inc. Enhanced malware detection for generated objects
WO2018119035A1 (en) 2016-12-22 2018-06-28 Ip Reservoir, Llc Pipelines for hardware-accelerated machine learning
US10552610B1 (en) 2016-12-22 2020-02-04 Fireeye, Inc. Adaptive virtual machine snapshot update framework for malware behavioral analysis
US10523609B1 (en) 2016-12-27 2019-12-31 Fireeye, Inc. Multi-vector malware detection and analysis
US10361997B2 (en) 2016-12-29 2019-07-23 Riverbed Technology, Inc. Auto discovery between proxies in an IPv6 network
US10630654B2 (en) * 2017-03-22 2020-04-21 Microsoft Technology Licensing, Llc Hardware-accelerated secure communication management
US10476673B2 (en) 2017-03-22 2019-11-12 Extrahop Networks, Inc. Managing session secrets for continuous packet capture systems
US10904286B1 (en) 2017-03-24 2021-01-26 Fireeye, Inc. Detection of phishing attacks using similarity analysis
US10554507B1 (en) 2017-03-30 2020-02-04 Fireeye, Inc. Multi-level control for enhanced resource and object evaluation management of malware detection system
US10798112B2 (en) 2017-03-30 2020-10-06 Fireeye, Inc. Attribute-controlled malware detection
US10791138B1 (en) 2017-03-30 2020-09-29 Fireeye, Inc. Subscription-based malware detection
US10902119B1 (en) 2017-03-30 2021-01-26 Fireeye, Inc. Data extraction system for malware analysis
US10601848B1 (en) 2017-06-29 2020-03-24 Fireeye, Inc. Cyber-security system and method for weak indicator detection and correlation to generate strong indicators
US10855700B1 (en) 2017-06-29 2020-12-01 Fireeye, Inc. Post-intrusion detection of cyber-attacks during lateral movement within networks
US10503904B1 (en) 2017-06-29 2019-12-10 Fireeye, Inc. Ransomware detection and mitigation
US10893068B1 (en) 2017-06-30 2021-01-12 Fireeye, Inc. Ransomware file modification prevention technique
US11153289B2 (en) * 2017-07-28 2021-10-19 Alibaba Group Holding Limited Secure communication acceleration using a System-on-Chip (SoC) architecture
WO2019027444A1 (en) * 2017-08-01 2019-02-07 Siemens Energy, Inc. Enhanced guided wave thermography inspection systems and methods of using the same
US10263863B2 (en) 2017-08-11 2019-04-16 Extrahop Networks, Inc. Real-time configuration discovery and management
US10063434B1 (en) 2017-08-29 2018-08-28 Extrahop Networks, Inc. Classifying applications or activities based on network behavior
US10747872B1 (en) 2017-09-27 2020-08-18 Fireeye, Inc. System and method for preventing malware evasion
US10805346B2 (en) 2017-10-01 2020-10-13 Fireeye, Inc. Phishing attack detection
US9967292B1 (en) 2017-10-25 2018-05-08 Extrahop Networks, Inc. Inline secret sharing
US11108809B2 (en) 2017-10-27 2021-08-31 Fireeye, Inc. System and method for analyzing binary code for malware classification using artificial neural network techniques
US11271955B2 (en) 2017-12-28 2022-03-08 Fireeye Security Holdings Us Llc Platform and method for retroactive reclassification employing a cybersecurity-based global data store
US11005860B1 (en) 2017-12-28 2021-05-11 Fireeye, Inc. Method and system for efficient cybersecurity analysis of endpoint events
US11240275B1 (en) 2017-12-28 2022-02-01 Fireeye Security Holdings Us Llc Platform and method for performing cybersecurity analyses employing an intelligence hub with a modular architecture
US10264003B1 (en) 2018-02-07 2019-04-16 Extrahop Networks, Inc. Adaptive network monitoring with tuneable elastic granularity
US10389574B1 (en) 2018-02-07 2019-08-20 Extrahop Networks, Inc. Ranking alerts based on network monitoring
US10038611B1 (en) 2018-02-08 2018-07-31 Extrahop Networks, Inc. Personalization of alerts based on network monitoring
US10270794B1 (en) 2018-02-09 2019-04-23 Extrahop Networks, Inc. Detection of denial of service attacks
US10887240B2 (en) 2018-02-26 2021-01-05 Marvell Israel (M.I.S.L) Ltd. Automatic flow learning in network devices
DE102018105348B4 (en) 2018-03-08 2022-02-24 Bürkert Werke GmbH & Co. KG magnetic valve
CN108494835B (en) * 2018-03-08 2020-11-03 浪潮云信息技术股份公司 Method and system for realizing distributed dynamic routing based on Raft algorithm
US10826931B1 (en) 2018-03-29 2020-11-03 Fireeye, Inc. System and method for predicting and mitigating cybersecurity system misconfigurations
US11003773B1 (en) 2018-03-30 2021-05-11 Fireeye, Inc. System and method for automatically generating malware detection rule recommendations
US11558401B1 (en) 2018-03-30 2023-01-17 Fireeye Security Holdings Us Llc Multi-vector malware detection data sharing system for improved detection
US10956477B1 (en) 2018-03-30 2021-03-23 Fireeye, Inc. System and method for detecting malicious scripts through natural language processing modeling
WO2019193252A1 (en) * 2018-04-06 2019-10-10 Nokia Technologies Oy Method and apparatus for network function messaging
US11095525B2 (en) 2018-04-19 2021-08-17 International Business Machines Corporation Diagramming system for a distributed data processing system
US10116679B1 (en) 2018-05-18 2018-10-30 Extrahop Networks, Inc. Privilege inference and monitoring based on network behavior
US11075930B1 (en) 2018-06-27 2021-07-27 Fireeye, Inc. System and method for detecting repetitive cybersecurity attacks constituting an email campaign
US11314859B1 (en) 2018-06-27 2022-04-26 FireEye Security Holdings, Inc. Cyber-security system and method for detecting escalation of privileges within an access token
US11228491B1 (en) 2018-06-28 2022-01-18 Fireeye Security Holdings Us Llc System and method for distributed cluster configuration monitoring and management
US11316900B1 (en) 2018-06-29 2022-04-26 FireEye Security Holdings Inc. System and method for automatically prioritizing rules for cyber-threat detection and mitigation
US10846420B2 (en) 2018-06-29 2020-11-24 Forcepoint Llc Domain controller agent subscription to kerberos events for reliable transparent identification
US10411978B1 (en) 2018-08-09 2019-09-10 Extrahop Networks, Inc. Correlating causes and effects associated with network activity
US10594718B1 (en) 2018-08-21 2020-03-17 Extrahop Networks, Inc. Managing incident response operations based on monitored network activity
US11182473B1 (en) 2018-09-13 2021-11-23 Fireeye Security Holdings Us Llc System and method for mitigating cyberattacks against processor operability by a guest process
US11763004B1 (en) 2018-09-27 2023-09-19 Fireeye Security Holdings Us Llc System and method for bootkit detection
US11741196B2 (en) 2018-11-15 2023-08-29 The Research Foundation For The State University Of New York Detecting and preventing exploits of software vulnerability using instruction tags
US11743290B2 (en) 2018-12-21 2023-08-29 Fireeye Security Holdings Us Llc System and method for detecting cyberattacks impersonating legitimate sources
US11176251B1 (en) 2018-12-21 2021-11-16 Fireeye, Inc. Determining malware via symbolic function hash analysis
US11368475B1 (en) 2018-12-21 2022-06-21 Fireeye Security Holdings Us Llc System and method for scanning remote services to locate stored objects with malware
US11601444B1 (en) 2018-12-31 2023-03-07 Fireeye Security Holdings Us Llc Automated system for triage of customer issues
US11138265B2 (en) * 2019-02-11 2021-10-05 Verizon Media Inc. Computerized system and method for display of modified machine-generated messages
US10924392B2 (en) 2019-03-15 2021-02-16 Juniper Networks, Inc. Planning and managing network probes using centralized controller
US11310238B1 (en) 2019-03-26 2022-04-19 FireEye Security Holdings, Inc. System and method for retrieval and analysis of operational data from customer, cloud-hosted virtual resources
US11677786B1 (en) 2019-03-29 2023-06-13 Fireeye Security Holdings Us Llc System and method for detecting and protecting against cybersecurity attacks on servers
US11636198B1 (en) 2019-03-30 2023-04-25 Fireeye Security Holdings Us Llc System and method for cybersecurity analyzer update and concurrent management system
US11263695B2 (en) 2019-05-14 2022-03-01 Exegy Incorporated Methods and systems for low latency generation and distribution of trading signals from financial market data
US10965702B2 (en) 2019-05-28 2021-03-30 Extrahop Networks, Inc. Detecting injection attacks using passive network monitoring
US11258806B1 (en) 2019-06-24 2022-02-22 Mandiant, Inc. System and method for automatically associating cybersecurity intelligence to cyberthreat actors
US11556640B1 (en) 2019-06-27 2023-01-17 Mandiant, Inc. Systems and methods for automated cybersecurity analysis of extracted binary string sets
US11392700B1 (en) 2019-06-28 2022-07-19 Fireeye Security Holdings Us Llc System and method for supporting cross-platform data verification
US11165814B2 (en) 2019-07-29 2021-11-02 Extrahop Networks, Inc. Modifying triage information based on network monitoring
US10742530B1 (en) 2019-08-05 2020-08-11 Extrahop Networks, Inc. Correlating network traffic that crosses opaque endpoints
US11388072B2 (en) 2019-08-05 2022-07-12 Extrahop Networks, Inc. Correlating network traffic that crosses opaque endpoints
US10742677B1 (en) 2019-09-04 2020-08-11 Extrahop Networks, Inc. Automatic determination of user roles and asset types based on network monitoring
US11886585B1 (en) 2019-09-27 2024-01-30 Musarubra Us Llc System and method for identifying and mitigating cyberattacks through malicious position-independent code execution
US11637862B1 (en) 2019-09-30 2023-04-25 Mandiant, Inc. System and method for surfacing cyber-security threats with a self-learning recommendation engine
US11218411B2 (en) 2019-11-21 2022-01-04 Marvell Israel (M.I.S.L) Ltd. Flow monitoring in network devices
US11165823B2 (en) 2019-12-17 2021-11-02 Extrahop Networks, Inc. Automated preemptive polymorphic deception
US11838300B1 (en) 2019-12-24 2023-12-05 Musarubra Us Llc Run-time configurable cybersecurity system
US11522884B1 (en) 2019-12-24 2022-12-06 Fireeye Security Holdings Us Llc Subscription and key management system
US11436327B1 (en) 2019-12-24 2022-09-06 Fireeye Security Holdings Us Llc System and method for circumventing evasive code for cyberthreat detection
US11595299B2 (en) * 2020-07-29 2023-02-28 Oracle International Corporation System and method of suppressing inbound payload to an integration flow of an orchestration based application integration
EP4218212A1 (en) 2020-09-23 2023-08-02 ExtraHop Networks, Inc. Monitoring encrypted network traffic
US11463466B2 (en) 2020-09-23 2022-10-04 Extrahop Networks, Inc. Monitoring encrypted network traffic
US11323312B1 (en) 2020-11-25 2022-05-03 Juniper Networks, Inc. Software-defined network monitoring and fault localization
US20220261901A1 (en) 2021-02-16 2022-08-18 Exegy Incorporated Methods and Systems for Bettering Market Making at Low Latency
US11349861B1 (en) 2021-06-18 2022-05-31 Extrahop Networks, Inc. Identifying network entities based on beaconing activity
US11296967B1 (en) 2021-09-23 2022-04-05 Extrahop Networks, Inc. Combining passive network analysis and active probing
US11910236B2 (en) 2021-10-13 2024-02-20 T-Mobile Usa, Inc. Adaptive payload sizes for streaming data delivery based on usage patterns
US11843606B2 (en) 2022-03-30 2023-12-12 Extrahop Networks, Inc. Detecting abnormal data access based on data similarity
CN114866374B (en) * 2022-05-11 2024-01-16 青岛海信日立空调系统有限公司 Intelligent home gateway equipment and intelligent home system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040064586A1 (en) 2002-09-30 2004-04-01 Weigand Gilbert G. Translating switch and method

Family Cites Families (293)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2006A (en) * 1841-03-16 Clamp for crimping leather
US4688026A (en) 1984-05-15 1987-08-18 Scribner James R Method of collecting and using data associated with tagged objects
EP0285419B1 (en) 1987-03-31 1994-08-24 Identec Limited Access control equipment
US5796743A (en) 1993-11-30 1998-08-18 General Electric Company Data word indicator in a system for assembling transport data packets
JPH0812031A (en) 1994-07-01 1996-01-16 Murata Mach Ltd Picking system
US6085234A (en) 1994-11-28 2000-07-04 Inca Technology, Inc. Remote file services network-infrastructure cache
KR100198065B1 (en) 1995-06-28 1999-06-15 김영환 Destination address detecting device of hardware packet router
US5850187A (en) 1996-03-27 1998-12-15 Amtech Corporation Integrated electronic tag reader and wireless communication link
US5960200A (en) 1996-05-03 1999-09-28 I-Cube System to transition an enterprise to a distributed infrastructure
US5887176A (en) 1996-06-28 1999-03-23 Randtec, Inc. Method and system for remote monitoring and tracking of inventory
SE9603753L (en) 1996-10-14 1998-04-06 Mirror Image Internet Ab Procedure and apparatus for information transmission on the Internet
JP3434994B2 (en) 1996-12-12 2003-08-11 富士通株式会社 Cell assembly multiplexer
US6111517A (en) 1996-12-30 2000-08-29 Visionics Corporation Continuous video monitoring using face recognition for access control
US6012090A (en) * 1997-03-14 2000-01-04 At&T Corp. Client-side parallel requests for network services using group name association
US7978564B2 (en) 1997-03-28 2011-07-12 Carlos De La Huerga Interactive medication container
US6430286B1 (en) 1997-04-22 2002-08-06 At&T Corp Service and information management system for a telecommunications network
US6167438A (en) 1997-05-22 2000-12-26 Trustees Of Boston University Method and system for distributed caching, prefetching and replication
US6115378A (en) 1997-06-30 2000-09-05 Sun Microsystems, Inc. Multi-layer distributed network element
US7162738B2 (en) 1998-11-03 2007-01-09 Tumbleweed Communications Corp. E-mail firewall with stored key encryption/decryption
US6278697B1 (en) 1997-07-29 2001-08-21 Nortel Networks Limited Method and apparatus for processing multi-protocol communications
US6393526B1 (en) * 1997-10-28 2002-05-21 Cache Plan, Inc. Shared cache parsing and pre-fetch
US6341130B1 (en) 1998-02-09 2002-01-22 Lucent Technologies, Inc. Packet classification method and apparatus employing two fields
US6115079A (en) 1998-02-14 2000-09-05 Mcrae; Michael W. Programmable video channel controller
US6145079A (en) 1998-03-06 2000-11-07 Deloitte & Touche Usa Llp Secure electronic transactions using a trusted intermediary to perform electronic services
US6133876A (en) 1998-03-23 2000-10-17 Time Domain Corporation System and method for position determination by impulse radio
US6070187A (en) 1998-03-26 2000-05-30 Hewlett-Packard Company Method and apparatus for configuring a network node to be its own gateway
US6337856B1 (en) 1998-05-20 2002-01-08 Steelcase Development Corporation Multimedia data communications system
US6321264B1 (en) * 1998-08-28 2001-11-20 3Com Corporation Network-performance statistics using end-node computer systems
US6363477B1 (en) 1998-08-28 2002-03-26 3Com Corporation Method for analyzing network application flows in an encrypted environment
US6219786B1 (en) 1998-09-09 2001-04-17 Surfcontrol, Inc. Method and system for monitoring and controlling network access
US6226675B1 (en) 1998-10-16 2001-05-01 Commerce One, Inc. Participant server which process documents for commerce in trading partner networks
US6125391A (en) 1998-10-16 2000-09-26 Commerce One, Inc. Market makers using documents for commerce in trading partner networks
US6826694B1 (en) 1998-10-22 2004-11-30 At&T Corp. High resolution access control
US6829712B1 (en) 1998-10-27 2004-12-07 Sprint Communications Company L.P. Object-based security system
US6411986B1 (en) 1998-11-10 2002-06-25 Netscaler, Inc. Internet client-server multiplexer
GB2361836B (en) 1998-11-24 2004-03-24 Niksun Inc Apparatus and method for collecting and analyzing communications data
US6389462B1 (en) * 1998-12-16 2002-05-14 Lucent Technologies Inc. Method and apparatus for transparently directing requests for web objects to proxy caches
US6587431B1 (en) 1998-12-18 2003-07-01 Nortel Networks Limited Supertrunking for packet switching
US7215641B1 (en) 1999-01-27 2007-05-08 Cisco Technology, Inc. Per-flow dynamic buffer management
US7080158B1 (en) 1999-02-09 2006-07-18 Nortel Networks Limited Network caching using resource redirection
US6356951B1 (en) 1999-03-01 2002-03-12 Sun 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-06 2004-01-13 Watchguard Technologies, Inc. Managing multiple network security devices from a manager device
US6683881B1 (en) 1999-05-28 2004-01-27 Ericsson Inc. Interface between an SS7 gateway and an IP network
US6771646B1 (en) 1999-06-30 2004-08-03 Hi/Fn, Inc. Associative cache structure for lookups and updates of flow records in a network monitor
US6868426B1 (en) 1999-07-07 2005-03-15 Jeffrey W. Mankoff Virtual document organizer system and method
US6415323B1 (en) 1999-09-03 2002-07-02 Fastforward Networks Proximity-based redirection system for robust and scalable service-node location in an internetwork
KR100532274B1 (en) 1999-09-08 2005-11-29 삼성전자주식회사 Apparatus for transfering long message in portable terminal and method therefor
US6327576B1 (en) 1999-09-21 2001-12-04 Fujitsu Limited System and method for managing expiration-dated products utilizing an electronic receipt
US7177952B1 (en) 1999-10-01 2007-02-13 Nortel Networks Limited Method and system for switching between two network access technologies without interrupting active network applications
WO2001026322A2 (en) 1999-10-05 2001-04-12 Nortel Networks Limited Key exchange for a network architecture
JP2003527669A (en) 1999-10-08 2003-09-16 ミラー・イメージ・インターネット・インコーポレイテッド Bidirectional peripheral cache device and method
US6766330B1 (en) 1999-10-19 2004-07-20 International Business Machines Corporation Universal output constructor for XML queries universal output constructor for XML queries
JP3619411B2 (en) 1999-12-03 2005-02-09 富士通株式会社 Packet relay device
US6510464B1 (en) 1999-12-14 2003-01-21 Verizon Corporate Services Group Inc. Secure gateway having routing feature
US6772413B2 (en) 1999-12-21 2004-08-03 Datapower Technology, Inc. Method and apparatus of data exchange using runtime code generator and translator
US7149222B2 (en) 1999-12-21 2006-12-12 Converged Access, Inc. Integrated access point network device
US6510434B1 (en) 1999-12-29 2003-01-21 Bellsouth Intellectual Property Corporation System and method for retrieving information from a database using an index of XML tags and metafiles
US6701440B1 (en) 2000-01-06 2004-03-02 Networks Associates Technology, Inc. Method and system for protecting a computer using a remote e-mail scanning device
US6553489B1 (en) 2000-01-12 2003-04-22 Cisco Technology, Inc. System and method for secure and efficient universal port configuration
US20010047422A1 (en) 2000-01-21 2001-11-29 Mcternan Brennan J. System and method for using benchmarking to account for variations in client capabilities in the distribution of a media presentation
EP1122960A1 (en) 2000-01-31 2001-08-08 TELEFONAKTIEBOLAGET LM ERICSSON (publ) Method for data connections in a cellular mobile communication network
US6820133B1 (en) 2000-02-07 2004-11-16 Netli, 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-09 2004-08-31 At&T Corp. Method for converting relational data into XML
JP3730471B2 (en) 2000-02-14 2006-01-05 富士通株式会社 Packet transfer device
US6766361B1 (en) 2000-02-24 2004-07-20 Cephire Technologies, Inc. Machine-to-machine e-commerce interface using extensible markup language
US7058973B1 (en) 2000-03-03 2006-06-06 Symantec Corporation Network address translation gateway for local area networks using local IP addresses and non-translatable port addresses
FI20000760A0 (en) 2000-03-31 2000-03-31 Nokia Corp Authentication in a packet data network
US6772223B1 (en) 2000-04-10 2004-08-03 International Business Machines Corporation Configurable classification interface for networking devices supporting multiple action packet handling rules
US7111076B2 (en) 2000-04-13 2006-09-19 Intel Corporation System using transform template and XML document type definition for transforming message and its reply
US7215637B1 (en) 2000-04-17 2007-05-08 Juniper Networks, Inc. Systems and methods for processing packets
US6611526B1 (en) 2000-05-08 2003-08-26 Adc Broadband Access Systems, Inc. System having a meshed backplane and process for transferring data therethrough
WO2001091416A2 (en) 2000-05-19 2001-11-29 Enron Broadband Services, Inc. Globally accessible computer network-based broadband communication system with user-controllable quality of information delivery and flow priority
US7032031B2 (en) 2000-06-23 2006-04-18 Cloudshield Technologies, Inc. Edge adapter apparatus and method
US7114008B2 (en) 2000-06-23 2006-09-26 Cloudshield Technologies, Inc. Edge adapter architecture apparatus and method
AUPQ849500A0 (en) 2000-06-30 2000-07-27 Canon Kabushiki Kaisha Hash compact xml parser
US7111163B1 (en) 2000-07-10 2006-09-19 Alterwan, Inc. Wide area network using internet with quality of service
US6862270B1 (en) 2000-07-14 2005-03-01 At&T Corp. Architectural reference model for QoS-driven wireless LANs
US6804222B1 (en) 2000-07-14 2004-10-12 At&T Corp. In-band Qos signaling reference model for QoS-driven wireless LANs
US6718326B2 (en) 2000-08-17 2004-04-06 Nippon Telegraph And Telephone Corporation Packet classification search device and method
US7039678B1 (en) * 2000-09-07 2006-05-02 Axis Mobile, Ltd. E-mail proxy
US6785732B1 (en) 2000-09-11 2004-08-31 International Business Machines Corporation Web server apparatus and method for virus checking
US20020107951A1 (en) 2000-09-11 2002-08-08 William Teague Report group management
US20020114274A1 (en) 2000-09-19 2002-08-22 Sturges James H. Packet based network for supporting real time applications
DE60121607T2 (en) 2000-09-27 2007-07-05 Storage Technology Corp., Louisville PROTOCOL TRANSLATION DEVICE WITH THE HELP OF A GENERIC INTERMEDIATE PROTOCOL
US6970939B2 (en) 2000-10-26 2005-11-29 Intel Corporation Method and apparatus for large payload distribution in a network
AU2002214230A1 (en) 2000-10-31 2002-05-15 Firebit Ltd. A router-based system for providing multi-level data filtering and security services in a broadband environment
EP1338125A2 (en) 2000-11-03 2003-08-27 AT & T Corp. Tiered contention multiple access (tcma): a method for priority-based shared channel access
CN1167303C (en) 2000-11-10 2004-09-15 国际商业机器公司 Method and system for mobile communication equipment for proceed position location
US7046680B1 (en) * 2000-11-28 2006-05-16 Mci, Inc. Network access system including a programmable access device having distributed service control
US20030026268A1 (en) * 2000-11-28 2003-02-06 Siemens Technology-To-Business Center, Llc Characteristic routing
US20020101848A1 (en) 2000-12-05 2002-08-01 Ivan Lee Systems and methods for on-location, wireless access of web content
IL150863A0 (en) 2000-12-07 2003-02-12 Sap Ag System, method, computer program product for communicating data for objects that are transported from first location to second location
US7296268B2 (en) 2000-12-18 2007-11-13 Microsoft Corporation Dynamic monitor and controller of availability of a load-balancing cluster
US6819678B2 (en) 2000-12-21 2004-11-16 Nortel Networks Limited Interworking of dissimilar packet networks for telephony communications
JP3583072B2 (en) 2000-12-28 2004-10-27 星野楽器株式会社 Snare drum snare strainer
US20020069279A1 (en) 2000-12-29 2002-06-06 Romero Francisco J. Apparatus and method for routing a transaction based on a requested level of service
US20020126672A1 (en) 2001-01-10 2002-09-12 Nelson Chow Method and apparatus for a flexible and reconfigurable packet classifier using content addressable memory
US6996842B2 (en) 2001-01-30 2006-02-07 Intel Corporation Processing internet protocol security traffic
US6996234B2 (en) 2001-02-02 2006-02-07 Asier Technology Corporation Data decryption methodology
US6515222B2 (en) * 2001-02-05 2003-02-04 Motorola, Inc. Printed circuit board arrangement
WO2002065380A2 (en) 2001-02-12 2002-08-22 Matrics, Inc. Radio frequency identification architecture
US7313822B2 (en) 2001-03-16 2007-12-25 Protegrity Corporation Application-layer security method and system
US7882555B2 (en) * 2001-03-16 2011-02-01 Kavado, Inc. Application layer security method and system
US7230921B2 (en) 2001-04-02 2007-06-12 Telefonaktiebolaget Lm Ericsson (Publ) Concurrent use of communication paths in a multi-path access link to an IP network
US7213071B2 (en) 2001-04-03 2007-05-01 International Business Machines Corporation Quality of service improvements for network transactions
ES2549069T3 (en) 2001-04-13 2015-10-22 Nokia Technologies Oy System and method to provide protection against malicious programs for networks
US6539281B2 (en) 2001-04-23 2003-03-25 Accenture Global Services Gmbh Online medicine cabinet
US20020161907A1 (en) 2001-04-25 2002-10-31 Avery Moon Adaptive multi-protocol communications system
US7134075B2 (en) 2001-04-26 2006-11-07 International Business Machines Corporation Conversion of documents between XML and processor efficient MXML in content based routing networks
AUPR459901A0 (en) 2001-04-27 2001-05-24 Sharinga Networks Inc. Instant messaging
US20040004966A1 (en) 2001-04-27 2004-01-08 Foster Michael S. Using virtual identifiers to route transmitted data through a network
US7089586B2 (en) 2001-05-02 2006-08-08 Ipr Licensing, Inc. Firewall protection for wireless users
US20020165957A1 (en) 2001-05-02 2002-11-07 Devoe Jiva Gandhara Intelligent dynamic route selection based on active probing of network operational characteristics
US6934702B2 (en) 2001-05-04 2005-08-23 Sun Microsystems, Inc. Method and system of routing messages in a distributed search network
US6816455B2 (en) 2001-05-09 2004-11-09 Telecom Italia S.P.A. Dynamic packet filter utilizing session tracking
US7031314B2 (en) 2001-05-16 2006-04-18 Bytemobile, Inc. Systems and methods for providing differentiated services within a network communication system
US7415512B1 (en) 2001-05-24 2008-08-19 Cisco Technology, Inc. Method and apparatus for providing a general purpose computing platform at a router on a network
US6813690B1 (en) 2001-06-12 2004-11-02 Network Appliance, Inc. Caching media data using content-sensitive identifiers
US7020143B2 (en) 2001-06-18 2006-03-28 Ericsson Inc. System for and method of differentiated queuing in a routing system
US6944678B2 (en) 2001-06-18 2005-09-13 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
US20030028599A1 (en) 2001-06-19 2003-02-06 Kolsky Amir D. Method and system for a communication scheme over heterogeneous networks
US7185063B1 (en) * 2001-06-22 2007-02-27 Digital River, Inc. Content delivery network using differential caching
US6745041B2 (en) 2001-06-27 2004-06-01 Tekelec Methods and systems for communicating between subscribers of different application-layer mobile communications protocols
US7117267B2 (en) 2001-06-28 2006-10-03 Sun Microsystems, Inc. System and method for providing tunnel connections between entities in a messaging system
JP4274710B2 (en) 2001-06-28 2009-06-10 株式会社日立製作所 Communication relay device
US6954792B2 (en) 2001-06-29 2005-10-11 Sun Microsystems, Inc. Pluggable authentication and access control for a messaging system
US7028179B2 (en) * 2001-07-03 2006-04-11 Intel Corporation Apparatus and method for secure, automated response to distributed denial of service attacks
US7363353B2 (en) 2001-07-06 2008-04-22 Juniper Networks, Inc. Content service aggregation device for a data center
US7090749B2 (en) 2001-07-31 2006-08-15 International Business Machines Corporation Method and apparatus for simulating application workloads on an e-business application server
US7606155B2 (en) 2001-08-09 2009-10-20 Panasonic Corporation Transmission apparatus and transmission method
US20030033463A1 (en) 2001-08-10 2003-02-13 Garnett Paul J. Computer system storage
US7065086B2 (en) 2001-08-16 2006-06-20 International Business Machines Corporation Method and system for efficient layer 3-layer 7 routing of internet protocol (“IP”) fragments
US6560559B2 (en) * 2001-08-17 2003-05-06 Koninklijke Philips Electronics N.V. System and method for detecting and correcting incorrect hand position of a computer user
US7230949B2 (en) 2001-08-24 2007-06-12 Juniper Networks, Inc. Efficient method and system for automatic discovery and verification of optimal paths through a dynamic multi-point meshed overlay network
US20030046429A1 (en) 2001-08-30 2003-03-06 Sonksen Bradley Stephen Static data item processing
US7126907B2 (en) 2001-08-31 2006-10-24 Tropic Networks Inc. Label switched communication network, a method of conditioning the network and a method of data transmission
US6535924B1 (en) 2001-09-05 2003-03-18 Pluris, Inc. Method and apparatus for performing a software upgrade of a router while the router is online
CA2357165A1 (en) 2001-09-10 2003-03-10 Ibm Canada Limited-Ibm Canada Limitee Configurable connector
GB0123057D0 (en) 2001-09-25 2001-11-14 Red M Communications Ltd Virtual wireless network services
US7209977B2 (en) * 2001-10-01 2007-04-24 International Business Machines Corporation Method and apparatus for content-aware web switching
US7536712B2 (en) 2001-10-16 2009-05-19 Microsoft Corporation Flexible electronic message security mechanism
JP2003125116A (en) 2001-10-19 2003-04-25 Fujitsu Ltd Communication system
US20030093530A1 (en) 2001-10-26 2003-05-15 Majid Syed Arbitrator system and method for national and local content distribution
US7127740B2 (en) 2001-10-29 2006-10-24 Pitney Bowes Inc. Monitoring system for a corporate network
WO2003039094A2 (en) 2001-10-29 2003-05-08 Omtool, Ltd Methods and apparatus for securely communicating a message
US7146403B2 (en) 2001-11-02 2006-12-05 Juniper Networks, Inc. Dual authentication of a requestor using a mail server and an authentication server
US8040873B2 (en) 2001-11-07 2011-10-18 Alcatel Lucent Distributed integration of legacy PBX system with SIP networks
US7281206B2 (en) * 2001-11-16 2007-10-09 Timebase Pty Limited Maintenance of a markup language document in a database
JP3726741B2 (en) 2001-11-16 2005-12-14 日本電気株式会社 Packet transfer apparatus, method and program
US6976085B1 (en) 2001-11-20 2005-12-13 Cisco Technology, Inc. Methods and apparatus for inserting data into a communications session
US20040021569A1 (en) 2001-11-21 2004-02-05 Robert Lepkofker Personnel and resource tracking method and system for enclosed spaces
US20040136371A1 (en) 2002-01-04 2004-07-15 Muralidhar Rajeev D. Distributed implementation of control protocols in routers and switches
DE60210408T2 (en) * 2002-01-18 2006-10-19 Stonesoft Corp. Monitoring the flow of data to improve network security protection
US7469300B2 (en) 2002-01-18 2008-12-23 Mobitv, Inc. System and method for storage and retrieval of arbitrary content and application data
US7120148B1 (en) 2002-02-12 2006-10-10 Cisco Technology, Inc. System and method for providing source awareness in a wireless application protocol network environment
US7962925B2 (en) 2002-02-22 2011-06-14 Oracle International Corporation System and method for XML data binding
US20060044111A1 (en) 2002-02-22 2006-03-02 Jafa Technologies., Inc., Real-time data reporting using radio frequency identification
GB2385755B (en) * 2002-02-26 2005-07-06 Hewlett Packard Co Apparatus and method for data transfer
US7085848B2 (en) 2002-03-15 2006-08-01 Microsoft Corporation Time-window-constrained multicast using connection scheduling
US7245620B2 (en) 2002-03-15 2007-07-17 Broadcom Corporation Method and apparatus for filtering packet data in a network device
US7185365B2 (en) * 2002-03-27 2007-02-27 Intel Corporation Security enabled network access control
US7428597B2 (en) 2002-03-28 2008-09-23 Sap Ag Content-based routing system and method
US7385982B2 (en) 2002-04-09 2008-06-10 Next Generation Systems, Inc. Systems and methods for providing quality of service (QoS) in an environment that does not normally support QoS features
US7206862B2 (en) 2002-04-24 2007-04-17 Microsoft Corporation Method and apparatus for efficiently matching responses to requests previously passed by a network node
US7064660B2 (en) 2002-05-14 2006-06-20 Motorola, Inc. System and method for inferring an electronic rendering of an environment
US7437451B2 (en) 2002-05-16 2008-10-14 Hewlett-Packard Development Company, L.P. System and method for collecting desired information for network transactions at the kernel level
US20030217171A1 (en) 2002-05-17 2003-11-20 Von Stuermer Wolfgang R. Self-replicating and self-installing software apparatus
US7075412B1 (en) 2002-05-30 2006-07-11 Thingmagic L.L.C. Methods and apparatus for operating a radio device
US7627693B2 (en) 2002-06-11 2009-12-01 Pandya Ashish A IP storage processor and engine therefor using RDMA
US7239634B1 (en) 2002-06-17 2007-07-03 Signafor, Inc. Encryption mechanism in advanced packet switching system
JP2004029939A (en) 2002-06-21 2004-01-29 Hitachi Ltd Communication proxy device and service providing method using the same device
AU2003244901A1 (en) 2002-06-26 2004-01-19 Nokia Corporation Bluetooth rf based rf-tag read/write station
US9088494B2 (en) 2002-06-26 2015-07-21 Avaya Communication Israel Ltd. Packet fragmentation prevention
US6968374B2 (en) 2002-07-03 2005-11-22 Telefonaktiebolaget Lm Ericsson (Publ) Quality of service (QOS) mechanism in an internet protocol (IP) network
JP2005532625A (en) 2002-07-09 2005-10-27 ビーエヌシー・アイピー・スウィッツァランド・ゲゼルシャフト・ミット・ベシュレンクテル・ハフツング System and method for providing a secure collation solution
US7298750B2 (en) 2002-07-31 2007-11-20 At&T Knowledge Ventures, L.P. Enhancement of resource reservation protocol enabling short-cut internet protocol connections over a switched network
US7301951B2 (en) 2002-07-31 2007-11-27 At&T Knowledge Ventures, L.P. Resource reservation protocol based guaranteed quality of service internet protocol connections over a switched network
US7774473B2 (en) 2002-07-31 2010-08-10 Oracle America, Inc. System and method for sticky routing of requests within a server farm
US7237014B2 (en) * 2002-08-01 2007-06-26 Drummond Group System and method for in situ, real-time, supply chain, interoperability verification
US7987271B1 (en) 2002-08-12 2011-07-26 Cisco Technology, Inc. Methods and apparatus for inserting content within a content page
US7280559B2 (en) 2002-08-16 2007-10-09 Mitsubishi Electric Research Laboratories, Inc. Distributed application layer protocol converter for communications network
US20040039940A1 (en) * 2002-08-23 2004-02-26 Koninklijke Philips Electronics N.V. Hardware-based packet filtering accelerator
US7277940B2 (en) 2002-08-29 2007-10-02 Sap Ag Managing uneven authorizations in a computer data exchange
US7171469B2 (en) 2002-09-16 2007-01-30 Network Appliance, Inc. Apparatus and method for storing data in a proxy cache in a network
US7120645B2 (en) 2002-09-27 2006-10-10 Oracle International Corporation Techniques for rewriting XML queries directed to relational database constructs
US6900762B2 (en) 2002-09-30 2005-05-31 Lucent Technologies Inc. Methods and apparatus for location determination based on dispersed radio frequency tags
US7376750B1 (en) 2002-10-02 2008-05-20 Cisco Technology, Inc. Method and apparatus for generic application layer gateway
US7321556B1 (en) 2002-10-28 2008-01-22 Ipolicy Networks, Inc Application prioritization policy engine
US7051137B2 (en) 2002-10-31 2006-05-23 Intel Corporation Event delivery
US6950822B1 (en) 2002-11-06 2005-09-27 Oracle International Corporation Techniques for increasing efficiency while servicing requests for database services
US7061379B2 (en) 2002-11-21 2006-06-13 Kimberly-Clark Worldwide, Inc. RFID system and method for ensuring safety of hazardous or dangerous substances
US7475241B2 (en) 2002-11-22 2009-01-06 Cisco Technology, Inc. Methods and apparatus for dynamic session key generation and rekeying in mobile IP
US7052097B2 (en) 2002-12-06 2006-05-30 Mckesson Automation, Inc. High capacity drawer with mechanical indicator for a dispensing device
US20040221319A1 (en) 2002-12-06 2004-11-04 Ian Zenoni Application streamer
EP1580925B1 (en) 2002-12-12 2008-02-06 Huawei Technologies Co., Ltd. Method for establishing or cancelling a service connection between a wireless local area network and a user terminal
US7188216B1 (en) * 2002-12-13 2007-03-06 Vignette Corporation Method and system for an extensible caching framework
US20040121789A1 (en) 2002-12-23 2004-06-24 Teddy Lindsey Method and apparatus for communicating information in a global distributed network
US7177915B2 (en) 2002-12-31 2007-02-13 Kurt Kopchik Method and apparatus for wirelessly establishing user preference settings on a computer
US7640427B2 (en) 2003-01-07 2009-12-29 Pgp Corporation System and method for secure electronic communication in a partially keyless environment
US20040205770A1 (en) 2003-02-11 2004-10-14 International Business Machines Corporation Duplicate message elimination system for a message broker
US7774495B2 (en) 2003-02-13 2010-08-10 Oracle America, Inc, Infrastructure for accessing a peer-to-peer network environment
CA2419311A1 (en) 2003-02-20 2004-08-20 Ibm Canada Limited - Ibm Canada Limitee Mapping between native data type instances
US7895589B2 (en) 2003-02-26 2011-02-22 International Business Machines Corporation Dynamic data-driven application integration adapters
US20040186883A1 (en) 2003-03-19 2004-09-23 Nyman Kai T. Method and apparatus for interfacing web services with mobile terminal applications during a browser or SIP session
US8112481B2 (en) 2003-03-28 2012-02-07 Microsoft Corporation Document message state management engine
US7614057B2 (en) 2003-03-28 2009-11-03 Microsoft Corporation Entity linking system
GB2400265A (en) 2003-03-31 2004-10-06 Sony Uk Ltd Routing data
US6898632B2 (en) 2003-03-31 2005-05-24 Finisar Corporation Network security tap for use with intrusion detection system
US7129837B2 (en) 2003-04-09 2006-10-31 Savi Technology, Inc. Continuous security state tracking for intermodal containers transported through a global supply chain
US7398386B2 (en) 2003-04-12 2008-07-08 Cavium Networks, Inc. Transparent IPSec processing inline between a framer and a network component
US7051042B2 (en) 2003-05-01 2006-05-23 Oracle International Corporation Techniques for transferring a serialized image of XML data
US6836778B2 (en) 2003-05-01 2004-12-28 Oracle International Corporation Techniques for changing XML content in a relational database
US7103611B2 (en) 2003-05-01 2006-09-05 Oracle International Corporation Techniques for retaining hierarchical information in mapping between XML documents and relational data
US20050021836A1 (en) 2003-05-01 2005-01-27 Reed Carl J. System and method for message processing and routing
US20050021626A1 (en) 2003-05-22 2005-01-27 Cisco Technology, Inc. Peer-to-peer dynamic web page sharing
US7230519B2 (en) 2003-06-19 2007-06-12 Scriptpro Llc RFID tag and method of user verification
US7475108B2 (en) 2003-06-26 2009-01-06 International Business Machines Corporation Slow-dynamic load balancing method
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7590736B2 (en) 2003-06-30 2009-09-15 Microsoft Corporation Flexible network load balancing
US7613822B2 (en) 2003-06-30 2009-11-03 Microsoft Corporation Network load balancing with session information
US7567504B2 (en) 2003-06-30 2009-07-28 Microsoft Corporation Network load balancing with traffic routing
US7506162B1 (en) 2003-07-14 2009-03-17 Sun Microsystems, Inc. Methods for more flexible SAML session
US8027922B2 (en) 2003-07-14 2011-09-27 Sprint Communications Company L.P. Integration infrastructure
SG145736A1 (en) 2003-08-12 2008-09-29 Research In Motion Ltd System and method for processing encoded messages
US7769994B2 (en) 2003-08-13 2010-08-03 Radware Ltd. Content inspection in secure networks
US20050050021A1 (en) 2003-08-25 2005-03-03 Sybase, Inc. Information Messaging and Collaboration System
US7191248B2 (en) 2003-08-29 2007-03-13 Microsoft Corporation Communication stack for network communication and routing
US8635218B2 (en) * 2003-09-02 2014-01-21 International Business Machines Corporation Generation of XSLT style sheets for different portable devices
US7362763B2 (en) 2003-09-04 2008-04-22 Samsung Electronics Co., Ltd. Apparatus and method for classifying traffic in a distributed architecture router
US7142866B2 (en) 2003-09-09 2006-11-28 Harris Corporation Load leveling in mobile ad-hoc networks to support end-to-end delay reduction, QoS and energy leveling
US20050086342A1 (en) 2003-09-19 2005-04-21 Andrew Burt Techniques for client-transparent TCP migration
US7483384B2 (en) 2003-09-22 2009-01-27 Hewlett-Packard Development Company, L.P. System and method for monitoring network traffic
US7941747B2 (en) 2003-10-07 2011-05-10 Gtech Rhode Island Corporation Automated generation of OLTP message source code
JP4291664B2 (en) 2003-10-14 2009-07-08 株式会社日立製作所 Storage apparatus and system having communication buffer reservation function
US8453196B2 (en) 2003-10-14 2013-05-28 Salesforce.Com, Inc. Policy management in an interoperability network
KR100849345B1 (en) 2003-10-30 2008-07-29 삼성전자주식회사 Method for Supporting QoS in High Packet Data System
US8166053B2 (en) * 2003-10-30 2012-04-24 Ntt Docomo, Inc. Method and apparatus for schema-driven XML parsing optimization
US7176797B2 (en) 2003-10-31 2007-02-13 Li-Cheng Richard Zai Method and system of using active RFID tags to provide a reliable and secure RFID system
US7041226B2 (en) * 2003-11-04 2006-05-09 Lexmark International, Inc. Methods for improving flow through fluidic channels
US7026935B2 (en) 2003-11-10 2006-04-11 Impinj, Inc. Method and apparatus to configure an RFID system to be adaptable to a plurality of environmental conditions
US7362762B2 (en) * 2003-11-12 2008-04-22 Cisco Technology, Inc. Distributed packet processing with ordered locks to maintain requisite packet orderings
US7421695B2 (en) 2003-11-12 2008-09-02 Cisco Tech Inc System and methodology for adaptive load balancing with behavior modification hints
US7194485B2 (en) 2003-11-21 2007-03-20 International Business Machines Corporation Mapping XML schema components to qualified java components
US6963282B1 (en) 2003-12-05 2005-11-08 Microsoft Corporation Wireless self-describing buildings
US20050188103A1 (en) 2003-12-30 2005-08-25 Nokia Corporation Method or device for delivering a packet in a scatternet
US7610396B2 (en) 2003-12-31 2009-10-27 United States Cellular Corporation System and method for measuring and recording latency in internet protocol networks
US7590704B2 (en) 2004-01-20 2009-09-15 Microsoft Corporation Systems and methods for processing dynamic content
US9065739B2 (en) 2004-02-03 2015-06-23 Nokia Technologies Oy Method and apparatus for providing end-to-end quality of service (QoS)
US20050198351A1 (en) 2004-02-20 2005-09-08 Microsoft Corporation Content-based routing
US8032429B2 (en) 2004-03-10 2011-10-04 Microsoft Corporation Method and identification tag for asset management
US7165722B2 (en) 2004-03-10 2007-01-23 Microsoft Corporation Method and system for communicating with identification tags
JP4276568B2 (en) 2004-03-26 2009-06-10 株式会社日立コミュニケーションテクノロジー Router and SIP server
US20050229243A1 (en) 2004-03-31 2005-10-13 Svendsen Hugh B Method and system for providing Web browsing through a firewall in a peer to peer network
US9686669B2 (en) 2004-04-08 2017-06-20 Nokia Technologies Oy Method of configuring a mobile node
CN101401090B (en) * 2004-04-19 2010-08-25 加利福尼亚大学董事会 Deep packet filtering device and deep packet filtering method
US8249953B2 (en) 2004-05-13 2012-08-21 Cisco Technology, Inc. Methods and apparatus for determining the status of a device
US7789308B2 (en) 2004-05-13 2010-09-07 Cisco Technology, Inc. Locating and provisioning devices in a network
US7336175B2 (en) 2004-05-13 2008-02-26 Cisco Technology, Inc. Methods and devices for locating and uniquely provisioning RFID devices
US7325734B2 (en) 2004-05-13 2008-02-05 Cisco Technology, Inc. Methods and devices for assigning RFID device personality
US7422152B2 (en) 2004-05-13 2008-09-09 Cisco Technology, Inc. Methods and devices for providing scalable RFID networks
US7322523B2 (en) 2004-05-13 2008-01-29 Cisco Technology, Inc. Methods and devices for uniquely provisioning RFID devices
US8113418B2 (en) 2004-05-13 2012-02-14 Cisco Technology, Inc. Virtual readers for scalable RFID infrastructures
US8548976B2 (en) 2004-05-21 2013-10-01 Ca, Inc. Balancing load requests and failovers using a UDDI proxy
US20060005035A1 (en) 2004-06-22 2006-01-05 Coughlin Michael E Keystroke input device for use with an RFID tag and user verification system
US7581248B2 (en) 2004-06-28 2009-08-25 International Business Machines Corporation Federated identity brokering
US20060010086A1 (en) 2004-07-10 2006-01-12 Klein Elliot S Data append method for sent postal mail
US8604910B2 (en) 2004-07-13 2013-12-10 Cisco Technology, Inc. Using syslog and SNMP for scalable monitoring of networked devices
US20060080467A1 (en) * 2004-08-26 2006-04-13 Sensory Networks, Inc. Apparatus and method for high performance data content processing
US20060064467A1 (en) * 2004-09-17 2006-03-23 Libby Michael L System and method for partial web page caching and cache versioning
US7917545B2 (en) 2004-09-30 2011-03-29 Microsoft Corporation Web-based data form
US8458467B2 (en) 2005-06-21 2013-06-04 Cisco Technology, Inc. Method and apparatus for adaptive application message payload content transformation in a network infrastructure element
US7509431B2 (en) 2004-11-17 2009-03-24 Cisco Technology, Inc. Performing message and transformation adapter functions in a network element on behalf of an application
US7664879B2 (en) 2004-11-23 2010-02-16 Cisco Technology, Inc. Caching content and state data at a network element
US7987272B2 (en) 2004-12-06 2011-07-26 Cisco Technology, Inc. Performing message payload processing functions in a network element on behalf of an application
US7496750B2 (en) 2004-12-07 2009-02-24 Cisco Technology, Inc. Performing security functions on a message payload in a network element
US7725934B2 (en) 2004-12-07 2010-05-25 Cisco Technology, Inc. Network and application attack protection based on application layer message inspection
US7606267B2 (en) 2004-12-10 2009-10-20 Cisco Technology, Inc. Reducing the sizes of application layer messages in a network element
US8082304B2 (en) 2004-12-10 2011-12-20 Cisco Technology, Inc. Guaranteed delivery of application layer messages by a network element
US7392259B2 (en) 2004-12-14 2008-06-24 Electronics And Telecommunications Research Institute Method and system for supporting XQuery trigger in XML-DBMS based on relational DBMS
US7551567B2 (en) 2005-01-05 2009-06-23 Cisco Technology, Inc. Interpreting an application message at a network element using sampling and heuristics
AU2005322833A1 (en) 2005-01-06 2006-07-13 Tervela, Inc. A caching engine in a messaging system
US20060155862A1 (en) 2005-01-06 2006-07-13 Hari Kathi Data traffic load balancing based on application layer messages
JP4450737B2 (en) 2005-01-11 2010-04-14 富士通株式会社 Semiconductor integrated circuit
US7698416B2 (en) 2005-01-25 2010-04-13 Cisco Technology, Inc. Application layer message-based server failover management by a network element
US7205897B2 (en) 2005-03-01 2007-04-17 Sap Aktiengesellschaft Product flow based auto-ID infrastructure
US20060253590A1 (en) 2005-04-08 2006-11-09 Konaware, Inc. Platform and methods for continuous asset location tracking and monitoring in intermittently connected environments
US7793058B2 (en) 2005-04-19 2010-09-07 International Business Machines Corporation Method and apparatus for negotiating revised service level agreements
US7590756B2 (en) 2005-05-13 2009-09-15 Itt Manufacturing Enterprises, Inc. Method and system for transferring data in a communications network using redundant communication paths
US7953826B2 (en) 2005-07-14 2011-05-31 Cisco Technology, Inc. Provisioning and redundancy for RFID middleware servers
US7345585B2 (en) 2005-08-01 2008-03-18 Cisco Technology, Inc. Network based device for providing RFID middleware functionality
US7609162B2 (en) 2005-10-10 2009-10-27 Electronics And Telecommunications Research Institute Mobile RFID service providing apparatus and method thereof
US7487174B2 (en) 2006-01-17 2009-02-03 International Business Machines Corporation Method for storing text annotations with associated type information in a structured data store
US8255932B1 (en) 2008-12-17 2012-08-28 Cisco Technology, Inc. Application of an embedded instrumentation interface definition language

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040064586A1 (en) 2002-09-30 2004-04-01 Weigand Gilbert G. Translating switch and method

Also Published As

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

Similar Documents

Publication Publication Date Title
US8312148B2 (en) Performing message payload processing functions in a network element on behalf of an application
US7509431B2 (en) Performing message and transformation adapter functions in a network element on behalf of an application
US7551567B2 (en) Interpreting an application message at a network element using sampling and heuristics
EP1839176B1 (en) Data traffic load balancing based on application layer messages
US8082304B2 (en) Guaranteed delivery of application layer messages by a network element
US7664879B2 (en) Caching content and state data at a network element
US7698416B2 (en) Application layer message-based server failover management by a network element
US7606267B2 (en) Reducing the sizes of application layer messages in a network element
EP1820294B1 (en) Performing security functions on a message payload in a network element
US8266327B2 (en) Identity brokering in a network element
US7827256B2 (en) Applying quality of service to application messages in network elements
EP1839160A2 (en) Network and application attack protection based on application layer message inspection

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200580041797.9

Country of ref document: CN

AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 3205/DELNP/2007

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2005852737

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
WWP Wipo information: published in national office

Ref document number: 2005852737

Country of ref document: EP

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)