[go: up one dir, main page]

WO2010090182A1 - アプリケーションスイッチシステム、及びアプリケーションスイッチ方法 - Google Patents

アプリケーションスイッチシステム、及びアプリケーションスイッチ方法 Download PDF

Info

Publication number
WO2010090182A1
WO2010090182A1 PCT/JP2010/051424 JP2010051424W WO2010090182A1 WO 2010090182 A1 WO2010090182 A1 WO 2010090182A1 JP 2010051424 W JP2010051424 W JP 2010051424W WO 2010090182 A1 WO2010090182 A1 WO 2010090182A1
Authority
WO
WIPO (PCT)
Prior art keywords
relay device
relay
server
controller
switch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2010/051424
Other languages
English (en)
French (fr)
Inventor
洋史 上野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2010549471A priority Critical patent/JP5561173B2/ja
Priority to CN201080006568.4A priority patent/CN102308534A/zh
Priority to EP10738514A priority patent/EP2395712A4/en
Publication of WO2010090182A1 publication Critical patent/WO2010090182A1/ja
Priority to US13/196,579 priority patent/US8930552B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/02Communication route or path selection, e.g. power-based or shortest path routing
    • H04W40/22Communication route or path selection, e.g. power-based or shortest path routing using selective relaying for reaching a BTS [Base Transceiver Station] or an access point
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/42Centralised routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1038Load balancing arrangements to avoid a single path through a load balancer

Definitions

  • the present invention relates to an application switch system, and more particularly to an application switch system that performs network path control.
  • Patent Document 1 discloses a method for relaying two TCP sessions called TCP (Transmission Control Protocol) splicing.
  • TCP splicing is a high-speed processing method of a TCP proxy device such as an application gateway, and is a method of shortcuting two TCP sessions for performing TCP proxy to packet-level relay processing.
  • Patent Document 2 (US Patent No. 7000027) is based on another form of TCP splicing.
  • Patent Document 2 discloses a method in which one of the back-end nodes performs TCP termination processing, interprets an application-level request, determines which back-end node the processing is allocated, and hands off to that node. Has been.
  • An application that performs proxy processing is running on the back-end node, and describes a distributed processing method for determination of processing allocation at the back-end node and TCP splicing processing at the front-end node.
  • TCP splicing as shown in Patent Document 1 is used in a relay device called an application switch.
  • TCP termination processing is performed on the first TCP session with the client, and the next node is determined after interpreting the application level message.
  • HTTP Hyper Text Transfer Protocol
  • the request message from the client to the server after establishing TCP is interpreted to determine what resource access request is requested, and the actual back-end server To switch to and load balance processing.
  • a second TCP session is established with the back-end server, and the first TCP session and the second TCP session with the client are relayed at the packet level.
  • FIG. 1 shows a conventional system that performs server load balancing processing using an application switch.
  • client terminals 100-1 to 100-2 are shown as client terminals 100.
  • switches 10-1 to 10-3 are shown.
  • servers 200-1 to 200-6 are shown.
  • the servers 200-1 to 200-3 are connected to the application switch 20, and the servers 200-4 to 200-6 are connected to the switch 10-3.
  • the application switch 20 interprets an application layer message, and the server 200 A server to be actually accessed is selected from -1 to 200-6, and relay connection is performed.
  • the servers 200-1 to 200-3 are typically provided near the application switch 20 (on the application switch side). When any one of 200-1 to 200-3 is selected, the network traffic (communication amount) does not become inefficient.
  • VM Virtual Machine
  • the network path is the switch 10-1, the application switch 20, The switch 10-1, the switch 10-2, the switch 10-3, and the server 200-6.
  • the conventional system as shown in FIG. 1 has a problem that the network path becomes inefficient when the switch process is performed using the application switch.
  • Patent Document 2 is a distribution splicing unit in an application switch deployed in a back-end node in TCP splicing processing. Thereby, it is possible to distribute the load of determination processing in the application switch.
  • this method there is a problem that the front-end processing for performing TCP splicing needs to be on a route to a plurality of back-end nodes, and relay processing becomes inefficient when servers are distributed over a wide area.
  • An object of the present invention is to provide a method for efficiently performing application relay processing, and when an object to be distributed by an application switch is distributed over a wide area, an optimum relay node is selected without going through a single relay node. And providing efficient network accommodation.
  • the application switch system of the present invention includes a switch that controls connection between a plurality of client terminals and a plurality of servers existing on the network, a relay device that performs protocol relay, and a controller.
  • the controller includes means for centrally controlling a routing table for determining a transfer destination in the switch, means for controlling relay processing of the relay device, means for selecting a server to be a connection destination among a plurality of servers, Means for connecting a client of one of the client terminals and the selected server, selecting a route including the relay device, and setting the selected route in the route table in the switch, and the relay device relaying the protocol Means for setting the relay information used in performing the relay to the relay device.
  • another application switch system of the present invention includes a switch that controls connection between a plurality of client terminals and a plurality of servers existing on a network, a relay device that performs protocol relay, and a controller.
  • a controller for centrally controlling a routing table for determining a transfer destination in the switch; means for controlling relay processing of a relay device; and means for determining a server group that is a candidate for a connection destination among a plurality of servers; Selecting a relay device that connects a client of a plurality of client terminals and each connection destination candidate server and performs a relay process to a plurality of server groups, and selects a route including the relay device.
  • the switch controls the connection between a plurality of client terminals and a plurality of servers existing on the network.
  • protocol relay is performed by the relay device.
  • the controller centrally controls the route table for determining the transfer destination in the switch.
  • the relay process of the relay device is controlled by the controller.
  • the server selects a connection destination server from among the plurality of servers.
  • the controller connects one client of the plurality of client terminals and the selected server, and selects a route including the relay device.
  • the selected route is set in the route table in the switch by the controller.
  • the relay information used when the relay device performs protocol relay is set in the relay device by the controller.
  • the computer performs the following operations by executing the program according to the present invention.
  • the computer causes a plurality of servers, switches, and relay devices to operate as virtual machine applications on the computer.
  • the switch controls connections between a plurality of client terminals and a plurality of servers existing on the network.
  • protocol relay is performed by the relay device.
  • centralized control is performed on a route table for determining a transfer destination in the switch. It also controls relay processing of the relay device.
  • a server to be a connection destination among a plurality of servers is selected.
  • a route including one of the plurality of client terminals is connected to the selected server and the relay device is selected. The selected route is set in the route table in the switch.
  • relay information used when the relay device performs protocol relay is set in the relay device.
  • the program according to the present invention can be stored in a storage medium or a storage device.
  • FIG. 10 is a sequence diagram illustrating an operation of the application switch system in the third embodiment.
  • a relay device 30, a control line 50, a controller 60, and a server 200 (200-i, i 1 to N).
  • the client terminal 100 is connected to the server 200 via the switch 10 and the relay device 30.
  • the switch 10 and the relay device 30 exist on the network.
  • the numbers of the client terminal 100, the switch 10, the relay device 30, and the server 200 are different.
  • the numbers of the client terminal 100, the switch 10, the relay device 30, and the server 200 may be the same.
  • Switch 10 is an application switch.
  • the relay device 30 relays transfer data between the client terminal 100 and the server 200 by TCP (Transmission Control Protocol) splicing processing.
  • TCP Transmission Control Protocol
  • the controller 60 is connected to the switch 10 and the relay device 30 via the control line 50, and centrally manages the switch 10 and the relay device 30.
  • the controller 60 includes a control interface 61, a relay control unit 62, and a route control unit 63.
  • the control interface 61 is connected to the switch 10 and the relay device 30 via the control line 50.
  • the relay control unit 62 performs application distribution determination. Further, the relay control unit 62 performs control (relay control) on the relay device 30. Here, the relay control unit 62 performs handoff processing on the relay device 30. For example, the relay control unit 62 instructs the relay device 30 to start relaying. The relay device 30 starts relay processing in response to the relay start instruction.
  • the route control unit 63 centrally manages network routes. Further, the path control unit 63 calculates a path from the connection source client terminal 100 to the server 200 and selects one of the relay apparatuses 30 on the path. Here, after the relay control unit 62 determines the application distribution destination, the path control unit 63 selects the relay device 30 closest to the distribution destination server and sets a route to the selected relay device 30.
  • the controller 60 optimizes the network path by selecting a distribution to an arbitrary server distributed in a wide area, selecting an optimal network path at that time, and selecting a relay position.
  • Examples of the client terminal 100 include a PC (personal computer), a mobile notebook PC, a thin client terminal, a workstation, a mobile phone, a car navigation system (car navigation system), a portable game machine, a home game machine, an interactive TV, a digital tuner, a digital A recorder, an information home appliance, an OA (Office Automation) device, etc. can be considered.
  • the client terminal 100 may be mounted on a moving body such as a vehicle, a ship, or an aircraft. However, actually, it is not limited to these examples.
  • Examples of the communication line on the network to which the switch 10 and the relay device 30 belong, and the control line 50 include the Internet, a LAN (Local Area Network), a wireless LAN (Wireless LAN), a WAN (Wide Area Network), a backbone (Backbone), Cable TV (CATV) line, fixed telephone network, mobile phone network, WiMAX (IEEE 802.16a), 3G (3rd Generation), dedicated line (lease line), IrDA (Infrared Data Association), Bluetooth (registered trademark), serial A communication line, a data bus, etc. can be considered. However, actually, it is not limited to these examples.
  • a computer such as a PC (personal computer), a thin client server, a workstation, a mainframe, and a supercomputer can be considered. However, actually, it is not limited to these examples.
  • each device at the time of connection connection from the client terminal 100 to the server 200 will be described by taking as an example a case where the client terminal 100-1 connects to a predetermined service in the application switch system as shown in FIG. .
  • the client terminal 100-1 makes a TCP connection request to the controller 60.
  • the client terminal 100-1 transmits a packet destined for the controller 60 and attempts TCP connection.
  • the controller 60 appears to the server 200 when viewed from the terminal 100-1. That is, the terminal 100-1 regards the controller 60 as the server 200.
  • the switch 10-1 When the switch 10-1 receives the packet transmitted from the client terminal 100-1, the switch 10-1 performs a transfer process based on the flow entry of the switch 10.
  • the switch 10-1 sends the packet transmitted from the client terminal 100-1 to the controller 60 through the control line 50.
  • the controller 60 processes the TCP connection request from the client terminal 100-1 using the TCP protocol stack.
  • the controller 60 also transmits the packet addressed to the client terminal 100-1 via the switch 10-1.
  • the controller 60 selects the server 200 to be connected (accessed) based on the content of the transmission data from the client terminal 100-1.
  • the selection determination there are a method of smoothing the load of the server 200, a method of selecting an item close to the client terminal 100-1, and the like.
  • the controller 60 After the controller 60 selects the server 200, the controller 60 connects the second TCP connection between the controller 60 and the server 200.
  • the controller 60 selects the relay device 30 on the route between the client terminal 100-1 and the server 200 or the relay device 30 located near the route, and the first TCP information and the second TCP information. To perform the splicing process. As a result, the access process between the client terminal 100-1 and the server 200 changes from the proxy process via the controller 60 to the packet relay process via the relay process.
  • the switch processing unit 11 extracts the header information of the packet input from the line 14 and refers to the flow table 12 to determine the output line.
  • the switch processing unit 11 connects to the client terminal 100, another switch 10, the relay device 30, and the server 200 via the line 14.
  • the flow table 12 has an entry for registering information obtained from a MAC (Media Access Control) header, an IP (Internet Protocol) header, and a layer 4 header as flow identification information and storing output information for the flow.
  • MAC Media Access Control
  • IP Internet Protocol
  • the flow table 12 may be based on a flow identifier such as flow information specified by an IP address and a TCP port number, and other labels.
  • the switch control unit 13 is connected to the controller 60 via the control interface 61. At this time, the switch control unit 13 is connected to the control interface 61 via the control line 50. That is, the switch control unit 13 receives instructions, operations, and other data from the controller 60 via the control line 50. Here, the switch control unit 13 performs control communication with the controller 60 and controls the inside of the switch 10. The controller 60 performs control such as registration and deletion of the flow entry via the switch control unit 13. Further, the switch control unit 13 transmits a packet that does not hit the flow entry to the controller 60 via the control interface, or performs a transmission process to a designated output line by a packet transmission command from the controller 60.
  • the relay device 30 includes a TCP header conversion processing unit 31, a conversion table 32, a relay protocol processing unit 33, a line 34, and a line 35.
  • the TCP header conversion processing unit 31 is connected to the outside via the line 34 and the line 35.
  • the TCP header conversion processing unit 31 is connected to the client terminal 100, another switch 10, the relay device 30, and the server 200 via the line 34 and the line 35.
  • the TCP header conversion processing unit 31 performs TCP header conversion processing on packets transmitted and received between the line 34 and the line 35 based on the conversion table 32.
  • the TCP header conversion processing unit 31 refers to the conversion table 32 for the packet received from the line 34 or 35 and the header of the received packet hits the header described in the conversion table 32. Performs header conversion processing to replace the header of the received packet with the header described in the conversion table 32.
  • the conversion table 32 describes information necessary for the TCP splicing process.
  • the conversion table 32 has an input key, output information, and state information as entries.
  • the TCP header conversion processing unit 31 refers to the conversion table 32, searches using the IP address and TCP port number as input keys, rewrites the IP address and TCP port number, and a correction value for recalculating the sequence number. To get.
  • the relay protocol processing unit 33 is connected to the controller 60 via the control interface 61. At this time, the relay protocol processing unit 33 is connected to the control interface 61 via the control line 50. That is, the relay protocol processing unit 33 receives instructions, operations, and other data from the controller 60 via the control line 50.
  • the relay protocol processing unit 33 performs protocol processing related to relay control such as a handoff request command from the controller 60 and a relay start instruction.
  • the relay protocol processing unit 33 sets the conversion table 32 necessary for the TCP splicing process in accordance with the handoff command. Further, the relay protocol processing unit 33 validates the splicing process for the corresponding flow in accordance with the relay start instruction and transmits the packet held in the buffer.
  • the lines 34 and 35 are communication lines connected to the client terminal 100, the other switch 10, the relay device 30, the server 200, and the like.
  • the relay device 30 may also have a switching function.
  • a device having a relay processing function according to the present invention is specifically referred to as a relay device 30, and a line switch not having the relay processing function is referred to as a switch 10.
  • the switch 10 and the relay device 30 are distinguished.
  • the conversion table 32 includes, as input keys, a line number, an IP destination address (IPDA: IP Destination Address), an IP source address (IPSA), and a TCP source port number (TCPSP: TCP Source Port). And a TCP destination port number (TCPDP: TCP Destination Port).
  • IPDA IP Destination Address
  • IP source address IP source address
  • TCP destination port number TCP Destination Port
  • the TCP header conversion processing unit 31 refers to the conversion table 32 and determines whether or not there is an entry by checking the header of the received packet with these input keys.
  • the conversion table 32 includes, as output information, an output line number, an IP destination address (IPDA), an IP source address (IPSA), a TCP source port number (TCPSP), a TCP destination port number (TCPDP), It includes the difference value of the sequence number and the difference value of the ACK number.
  • the TCP header conversion processing unit 31 refers to the conversion table 32 and outputs an IP destination address (IPDA), an IP transmission source address (IPSA), a TCP transmission source port number (TCPSP), and a TCP destination port number (TCPDP). Append to packet. Further, the difference value between the sequence numbers and the difference value between the ACK numbers are recorded for the TCP splicing process.
  • the conversion table 32 includes flow management information as state information.
  • the TCP header conversion processing unit 31 records the TCP state as flow management information in the conversion table 32.
  • switch 10 and the relay device 30 may be realized as a program that operates on a CPU (Central Processing Unit). Further, the switch 10 and the relay device 30 may be realized as a hardware circuit.
  • CPU Central Processing Unit
  • the processing of the controller 60 will be described with reference to FIG. 6A. In FIG. 6A, only the portion related to the present invention is shown in the processing of the controller 60.
  • Step S11 The controller 60 starts event processing in response to a trigger such as external packet input.
  • Step S12 The controller 60 determines the type of event in event processing. Here, the controller 60 determines whether or not the event is a first TCP connection establishment event between the client terminal 100 and the controller 60.
  • Step S13 When the event is the first TCP connection establishment event, the controller 60 performs a relay process initialization process.
  • the controller 60 establishes a second TCP connection with the server 200 that is the connection destination after performing suspension setting for the first TCP connection. Further, the controller 60 calculates a route from the connection source client terminal 100 to the connection destination server 200, selects one of the relay devices 30 on the route, and selects the selected relay device 30. The handoff processing request is transmitted based on the first and second TCP connection information. Details of the relay process initialization process will be described later. The controller 60 returns to the event process again after the relay process initialization process.
  • Step S14 The controller 60 determines whether the event is a handoff process completion.
  • Step S15 When the event is the handoff process completion, the controller 60 performs flow entry setting for each switch 10 on the route determined in the relay process initialization process.
  • the flow entry represents first and second TCP flow information.
  • First TCP information is set in the switch 10 between the client terminal 100 and the relay device 30.
  • Second TCP information is set in the switch 10 between the relay device 30 and the server 200.
  • Step S16 The controller 60 determines whether the event is a flow entry setting completion.
  • Step S17 If the event is a flow entry setting completion, or if a packet of a TCP connection suspended by the relay process initialization process has been received, the controller 60 transmits the packet to the relay device 30. At this time, the controller 60 performs packet transmission from the controller 60 to the switch 10 in order to send the packet of the TCP connection set to be interrupted to the relay device 30, and the packet transmission processing refers to the flow entry to relay the packet. Packet transmission toward the device 30 can be realized.
  • Step S18 The controller 60 transmits a relay start request to the relay device 30 simultaneously with packet transmission or without delay thereafter.
  • Step S19 The controller 60 determines whether or not the event is a session end notification.
  • Step S20 When the event is a session end notification, the controller 60 deletes the management tables related to the first and second TCPs managed for the relay.
  • Step S21 In the relay process initialization process, the control interface 61 of the controller 60 reads data from the client terminal 100 after establishing a first TCP connection with the client terminal 100. Further, the controller 60 reads connection information (destination, source IP address, destination, source TCP port number, initial value of sequence number) regarding the first TCP connection from the TCP processing stack.
  • connection information destination, source IP address, destination, source TCP port number, initial value of sequence number
  • Step S22 When data is read from the client terminal 100, the control interface 61 of the controller 60 interrupts the termination process of the first TCP connection, and buffers the same TCP connection packet received thereafter as received. Keep it.
  • Step S23 The relay control unit 62 of the controller 60 checks the content of the read data, compares it with the setting policy, and determines the server 200 as the connection destination.
  • Step S24 The control interface 61 of the controller 60 establishes a second TCP connection with the determined server 200 (the connection destination server 200). At this time, the controller 60 reads the second TCP connection information from the TCP processing stack. As an example of the second TCP connection information, a destination, a source IP address, a destination, a source TCP port number, an initial value of a sequence number, and the like can be considered. Furthermore, the controller 60 transmits the data read from the client terminal 100 through the first TCP connection to the server 200 that is the connection destination through the second TCP connection.
  • Step S25 The path control unit 63 of the controller 60 calculates a path from the connection source client terminal 100 to the connection destination server 200 and selects one of the relay apparatuses 30 on the path.
  • a selection method of the relay device 30 a method of selecting the relay device 30 closest to the server 200, the relay device 30 closest to the client terminal 100, or the relay device 30 having the most margin for relayable connections is conceivable. .
  • Step S26 The relay control unit 62 of the controller 60 transmits a handoff processing request to the selected relay device 30 based on the first and second TCP connection information.
  • the first and second connection information include the IP address of the client terminal 100, the IP address of the controller 60, the IP address of the server 200, the port number of the TCP connection, the difference value of the sequence number, and the ACK. A difference value between numbers is considered. The difference value of the sequence number and the difference value of the ACK number are obtained from the initial value of the sequence number.
  • the controller 60 transmits the connection information as a handoff processing request to the determined relay device 30. After transmitting the handoff process request, the controller 60 completes the handoff process.
  • Specific methods for operating the flow table 12 in the switch 10 from the controller 60 include “Openflow” (http://www.openflowswitch.org/), “GMPLS” (Generalized Multi-Protocol Label Switching), “ MIB + VLAN "(Management Information Base + Virtual LAN).
  • the control interface 61 in the controller 60 corresponds to “Openflow Controller”.
  • the interface for the controller 60 of the control line 50 and the switch control unit 13 corresponds to “Secure Channel”.
  • the controller 60 corresponds to “MIB”.
  • the switch 10 corresponds to a “GMPLS switch”.
  • the switch control unit 13 corresponds to a table management unit in the “GMPLS switch”.
  • the controller 60 can also operate the “VLAN setting” of the switch 10 using the “MIB interface” of the switch 10.
  • This embodiment is applied even when the interface between the control interface 61 in the controller 60 and the switch control unit 13 in the switch 10 corresponds to any of “Openflow”, “GMPLS”, and “MIB + VLAN”. it can.
  • the relay device 30 and the server 200 are realized as applications of a virtual machine (VM) on a computer, not as single devices.
  • VM virtual machine
  • a plurality of virtual machines are operated on the server 200, and one of these virtual machines realizes a relay function.
  • Other virtual machines implement server functions.
  • the relay function and the server function are connected by an internal network between virtual machines.
  • the main function unit 210 includes a CPU 211 and a virtual machine monitor (VMM (Virtual Machine Monitor) or Hypervisor) 212.
  • VMM Virtual Machine Monitor
  • Hypervisor Hypervisor
  • the virtual machine monitor 212 operates on the CPU 211
  • the server function units 220-1 to 220-N and the relay function unit 230 operate on it.
  • the relay function unit 230 has a relay function and a switch function.
  • the relay function unit 230 and the server function unit 220 can communicate with each other through a communication channel.
  • the relay function unit 230 holds a network interface and a control interface with the outside of the apparatus.
  • the control interface and the network interface may use the same physical line.
  • the server 200, the switch 10, and the relay function unit 230 operate on one computer, so that the relay function unit 230 is closest to the server 200.
  • the relay device 30 When the relay device 30 is deployed in the network as a physical device, the position of the conversion table 32 for relay is on the network route and the position cannot be changed. Since the functional unit 230 is physically located at the same position as the server 200 and the conversion table 32 is not provided on the network, the network path can be selected flexibly. Also, by implementing the relay function unit 230 on a virtual machine, the server 200 application and the protocol stack of the server 200 can be changed even though the relay function unit 230 is deployed on the same computer as the server 200. This is unnecessary and has the effect of improving portability.
  • Example 1 With reference to FIG. 8, a case where the client terminal 100-1 in FIG. 2 connects to the server 200-3 will be described.
  • Step S101 The client terminal 100-1 issues a TCP connection request in order to receive a service provided by the server 200.
  • the initial state of the switch 10-1 is a state where there is no flow entry. Accordingly, the flow search results in a miss hit, and data is sent to the controller 60.
  • the controller 60 can communicate with the client terminal 100-1 via the switch 10-1.
  • a connection is established in a sequence called “3-way handshake”.
  • Step S102 When the connection is established, the client terminal 100-1 transmits request data to the controller 60.
  • Step S103 When the data segment is correctly received, the controller 60 performs TCP protocol processing and returns an ACK for the position indicating the sequence number of the received data.
  • Step S104 The controller 60 checks the content of the request data and selects the server 200 to be connected based on the content. For example, in the case of HTTP, the controller 60 compares the URI (Uniform Resource Identifier) included in the GET message with the policy database included in the relay control unit 62 to determine which server 200 to connect to Based on the determination result, the server 200 to be connected is selected. Here, the controller 60 selects the server 200-3 and establishes a second TCP session with the selected server 200.
  • URI Uniform Resource Identifier
  • Step S105 The controller 60 transmits the request data received and held from the client terminal 100-1 to the server 200-3. At this time, the controller 60 transmits data via the switch 10-3 serving as an edge to which the selected server 200-3 is connected.
  • Step S106 The server 200-3 notifies normal reception by returning ACK to the request data. At this time, the server 200-3 searches the flow entry in the switch 10-3, and sends a return packet to the controller 60 using the control line if there is a miss hit.
  • Step S107 When receiving an ACK from the server 200-3, the controller 60 interrupts the TCP termination process, and if there is data to be received from the client terminal 100-1, holds the packet as it is in the buffer.
  • Step S108 when receiving an ACK from the server 200-3, the controller 60 interrupts the TCP termination process, and if there is data to be received from the server 200-3, holds the packet as it is in the buffer.
  • Step S109 the controller 60 inquires of the route control unit 63 about the route from the client terminal 100-1 to the server 200-3, and determines the relay device 30 that performs TCP splicing.
  • the controller 60 selects access from the client terminal 100-1 to the server 200-3, and switches 10-1, switch 10-2, relay device 30-1, and switch 10-3 are used as paths. Is obtained.
  • the controller 60 determines to use the relay device 30-1.
  • the controller 60 transmits a handoff request for TCP splicing to the relay device 30-1.
  • the handoff request includes the first and second TCP information.
  • the difference information between the IP address (destination, transmission source), the TCP port number (destination, transmission source) and the initial sequence number in the first and second TCPs for specifying the TCP session, and the sequence There are two types of number difference information: the direction from the client terminal 100-1 to the server 200-3 and the direction from the server 200-3 to the client terminal 100-1.
  • Step S110 When the relay device 30-1 receives the handoff request, the relay device 30-1 registers the parameter included in the request in the conversion table 32.
  • the conversion table 32 is registered using the input header information as a key.
  • the relay device 30-1 registers in the conversion table 32 two types of conversion rules: a direction conversion rule from the client terminal 100-1 to the server 200-3 and a direction conversion rule from the server 200-3 to the client terminal 100-1. .
  • An example of this is shown in FIG. In this example, there is a first TCP connection between the IP address “10.2.1.1” of the client terminal 100-1 and the IP address “10.1.1.1” of the controller 60.
  • the TCP destination port number is “80”.
  • the transmission source port number is “1500”.
  • the TCP destination port number is “80”.
  • the transmission source port number is “2000”.
  • the relay device 30-1 sets the value of the sequence number to “ ⁇ 4000” in order to perform the conversion from the first TCP to the second TCP in the direction from the client terminal 100-1 to the server 200-3. Then, the fact that the value of the ACK number is “+2000” is registered in the conversion table 32. Note that if the destination, the address of the transmission source, and the port number are switched according to the direction at the time of the search, only one type of entry in the table is sufficient. When the registration of the conversion table 32 is completed, the relay device 30-1 transmits a completion notification to the controller 60.
  • Step S111 The controller 60 registers a flow entry in the switch 10 on the path from the client terminal 100-1 to the server 200-3.
  • the flow entry is used to determine which port to output using the header information of the input packet as a key.
  • the controller 60 sets a flow entry for transferring the first TCP connection in the switch 10-2.
  • Step S112 Similarly, the controller 60 sets a flow entry for transferring the first TCP connection in the switch 10-1.
  • Step S113 The controller 60 sets a flow entry for transferring the second TCP connection in the switch 10-3.
  • Step S114 When the subsequent data of the first and second TCP connections is held in the controller 60 when the flow entry is completed, the controller 60 transfers the subsequent data to the switch 10-1 according to the flow entry. To do.
  • Step S115 the controller 60 transfers subsequent data to the switch 10-3 according to the flow entry.
  • Step S116 the controller 60 sends a relay start request to the relay device 30-1.
  • Step S117 In response to the relay start request, the relay device 30-1 starts TCP splicing processing for the designated TCP connection. Thereafter, the device 30-1 relays transfer data between the client terminal 100-1 and the server 200-3 by TCP splicing processing. Specifically, the device 30-1 converts the IP address and TCP port number, and converts the sequence number and ACK number. The device 30-1 adds the difference value described in the table to the sequence number and the ACK number. After completing the header conversion, the device 30-1 recalculates and corrects the TCP sequence number.
  • the server 200-3 transfers data to the client terminal 100-1 via the relay device 30-1, and receives ACK from the client terminal 100-1.
  • Step S118 the client terminal 100-1 transfers data to the server 200-3 via the relay device 30-1, and receives ACK from the server 200-3.
  • Step S119 Further, the server 200-3 transfers data to the client terminal 100-1 via the relay device 30-1, and receives an ACK from the client terminal 100-1.
  • Step S120 When executing the TCP splicing process, the relay device 30-1 monitors the FIN flag included in the TCP header and determines the end of the connection. Specifically, the relay device 30-1 determines that the TCP state has ended when receiving FIN and the corresponding ACK for each of the two directions, deletes the conversion table 32, and sends a session to the controller 60. Notify the end.
  • the client terminal 100-1 transmits FIN to the server 200-3 via the relay device 30-1.
  • Step S121 the server 200-3 returns an ACK to the client terminal 100-1 via the relay device 30-1.
  • Step S122 Further, the server 200-3 transmits the FIN to the client terminal 100-1 via the relay device 30-1.
  • Step S123 The client terminal 100-1 returns an ACK to the server 200-3 via the relay device 30-1.
  • Step S124 When the relay device 30-1 determines that the connection has ended, the relay device 30-1 notifies the controller 60 of the end of the session.
  • Example 2 With reference to FIG. 9, a case where the client terminal 100-2 in FIG. 2 connects to the server 200-6 will be described. In this example, the relay position is on the client terminal side.
  • the paths required by the controller 60 are the relay device 30-3, the switch 10-4, the switch 10-5, and the switch 10-6.
  • the relay device 30 on the route is only the relay device 30-3 located closest to the client terminal 100.
  • the relay device 30-3 is used for TCP splicing processing.
  • the first connection establishment data passes through the relay device 30-3, then to the switch 10-4, and from the switch 10-4 to the controller 60. Therefore, the relay device 30-3 and the switch 10-4 pass the packet that has missed the conversion table 32 without discarding it.
  • step S214 when the controller 60 holds a packet from the client terminal 100-2 belonging to the first connection, the controller 60 does not use the switch 10-4 but performs the header conversion of the packet in order to perform header conversion of the packet. 3 and has a function of transmitting to the switch 10-4 after the splicing process.
  • Step S201 The client terminal 100-2 issues a TCP connection request in order to receive a service provided by the server 200.
  • the initial state of the switch 10-4 is a state where there is no flow entry. Accordingly, the flow search results in a miss hit, and data is sent to the controller 60.
  • the controller 60 can communicate with the client terminal 100-2 via the switch 10-4.
  • Step S202 When the connection is established, the client terminal 100-2 transmits request data to the controller 60.
  • Step S203 When the data segment is correctly received, the controller 60 performs TCP protocol processing and returns an ACK for the position indicating the sequence number of the received data.
  • Step S204 The controller 60 checks the content of the request data and selects the server 200 to be connected based on the content. Here, the controller 60 selects the server 200-6 and establishes a second TCP session with the selected server 200-6.
  • Step S205 The controller 60 transmits the request data received and held from the client terminal 100-2 to the server 200-6. At this time, the controller 60 transmits data via the switch 10-6 that is an edge to which the selected server 200-6 is connected.
  • Step S206 The server 200-6 notifies normal reception by returning an ACK to the request data. At this time, the server 200-6 searches for a flow entry in the switch 10-6, and sends a return packet to the controller 60 using the control line when there is a miss hit.
  • Step S207 When receiving an ACK from the server 200-6, the controller 60 interrupts the TCP termination process, and when there is data to be received from the client terminal 100-2, holds the packet as it is in the buffer.
  • Step S208 when receiving an ACK from the server 200-6, the controller 60 interrupts the TCP termination process, and when there is data to be received from the server 200-6, holds the packet in the buffer.
  • Step S209 the controller 60 inquires the route control unit 63 about the route from the client terminal 100-2 to the server 200-6, and determines the relay device 30 that performs TCP splicing. Here, the controller 60 determines to use the relay device 30-3. The controller 60 transmits a handoff request for TCP splicing to the relay device 30-3.
  • the handoff request includes the first and second TCP information.
  • the difference information between the IP address (destination, transmission source), the TCP port number (destination, transmission source) and the initial sequence number in the first and second TCPs for specifying the TCP session, and the sequence There are two types of number difference information: the direction from the client terminal 100-2 to the server 200-6 and the direction from the server 200-6 to the client terminal 100-2.
  • Step S210 When receiving the handoff request, the relay device 30-3 registers the parameter included in the request in the conversion table 32.
  • the conversion table 32 is registered using the input header information as a key.
  • the relay apparatus 30-3 registers two types of conversion rules in the conversion table 32: a conversion rule in the direction from the client terminal 100-2 to the server 200-6 and a conversion rule in the direction from the server 200-6 to the client terminal 100-2. .
  • the relay device 30-3 transmits a completion notification to the controller 60.
  • Step S211 The controller 60 registers the flow entry in the switch 10 on the path from the client terminal 100-2 to the server 200-6. Here, the controller 60 sets a flow entry for transferring the first TCP connection in the switch 10-4.
  • Step S212 Similarly, the controller 60 sets a flow entry for transferring the first TCP connection in the switch 10-5.
  • Step S213 The controller 60 sets a flow entry for transferring the second TCP connection in the switch 10-6.
  • Step S214 If the controller 60 holds subsequent data of the first and second TCP connections when the flow entry is completed, the controller 60 sends the subsequent data to the relay device 30-3 according to the flow entry. Forward.
  • Step S215 Similarly, the controller 60 transfers subsequent data to the switch 10-6 according to the flow entry.
  • Step S216 the controller 60 sends a relay start request to the relay device 30-3.
  • Step S217 In response to the relay start request, the relay device 30-3 starts the TCP splicing process for the designated TCP connection. Thereafter, the device 30-3 relays transfer data between the client terminal 100-2 and the server 200-6 by TCP splicing processing. Specifically, the device 30-3 performs conversion of the IP address and TCP port number, and conversion of the sequence number and ACK number. The device 30-3 adds the difference value described in the table to the sequence number and the ACK number. After completing the header conversion, the device 30-3 recalculates and corrects the TCP sequence number.
  • the server 200-6 transfers data to the client terminal 100-2 via the relay device 30-3, and receives an ACK from the client terminal 100-2.
  • Step S218 Further, the client terminal 100-2 transfers data to the server 200-6 via the relay device 30-3, and receives ACK from the server 200-6.
  • Step S219 Further, the server 200-6 transfers data to the client terminal 100-2 via the relay device 30-3, and receives an ACK from the client terminal 100-2.
  • Step S220 When executing the TCP splicing process, the relay device 30-3 monitors the FIN flag included in the TCP header and determines the end of the connection. Specifically, the relay device 30-3 determines that the TCP state has ended when receiving FIN and the corresponding ACK for each of the two directions, deletes the conversion table 32, and sends a session to the controller 60. Notify the end.
  • the client terminal 100-2 transmits FIN to the server 200-6 via the relay device 30-3.
  • Step S221 the server 200-6 returns an ACK to the client terminal 100-2 via the relay device 30-3.
  • Step S222 Further, the server 200-6 transmits the FIN to the client terminal 100-2 via the relay device 30-3.
  • Step S223 The client terminal 100-2 returns an ACK to the server 200-6 via the relay device 30-3.
  • Step S224 When the relay device 30-3 determines that the connection has ended, the relay device 30-3 notifies the controller 60 of the end of the session.
  • the controller does not perform TCP splicing processing on one selected relay device after establishing two TCP connections, but the controller does not terminate the TCP connection, and does not terminate the TCP connection.
  • One is selected, and relay processing is performed using the switch function of the selected relay device.
  • the relay device 40 is connected to the switch 10. Note that the switch 10 and the relay device 40 do not correspond one-to-one. For example, there is a case where the relay device 40 is not connected to the switch 10 or a plurality of relay devices 40 are connected to one switch.
  • FIG. 11 shows a configuration example of the relay device 40.
  • the relay device 40 includes an address translation unit 41, an address translation table 42, a TCP termination unit 43, a server selection processing unit 44, a line 45, and a line 46.
  • the address conversion unit 41 converts the header of a packet transmitted / received to / from the outside through two TCP lines corresponding to the line 45 and the line 46 with reference to the address conversion table 42 as necessary. .
  • the address conversion unit 41 is connected to the controller 60 via the control interface 61.
  • the address conversion unit 41 converts a packet in which a virtual address representing a plurality of server groups (servers 200) is assigned to a destination address into two lines corresponding to the line 45 and the line 46.
  • servers 200 server groups
  • the address conversion processing unit 41 converts the destination address of the packet into a destination address that can be received by the relay device 40 so that the TCP terminal processing can be performed by receiving the packet having this address.
  • the address conversion table 42 holds conversion information for this address conversion.
  • the address conversion table 42 may be registered in advance as a setting of the relay device 40.
  • the address conversion table 42 may be set when the relay device 40 is selected.
  • the TCP termination unit 43 terminates two TCP lines corresponding to the line 45 and the line 46, and extracts a payload signal (application layer communication message).
  • the TCP termination unit 43 includes a first TCP termination unit 431 and a second TCP termination unit 432.
  • the server selection processing unit 44 switches based on the content of the message extracted by the TCP termination unit 43. For example, the server selection processing unit 44 considers information such as a URI (Unified Resource Identifier), a keyword such as a cookie, a character string, and the like included in the message, server load information, and the like from a plurality of server candidates. Determine one destination server.
  • a URI Uniform Resource Identifier
  • a keyword such as a cookie, a character string, and the like included in the message
  • server load information and the like from a plurality of server candidates. Determine one destination server.
  • the lines 45 and 46 are logical lines that connect between the relay device 40 and the outside.
  • the server, the switch, and the relay processing unit may be configured as a virtual machine on the same computer as illustrated in FIG. 7 of the second embodiment.
  • the switch 10-6, the relay device 40-6, the server 200-4, the server 200-5, and the server 200-6 in FIG. Realized as a virtual server.
  • Example 3 A case where a client terminal connects to a server will be described with reference to FIG.
  • the four servers are switch destination servers.
  • the address that virtually represents these four servers is assumed to be “VIP1”.
  • Step S301 The client terminal 100-1 starts communication addressed to “VIP1”.
  • Step S302 When the switch 10-1 receives the packet from the client terminal 100-1, the switch 10-1 refers to the flow table 12 and, if the packet does not hit the flow entry, transmits the packet to the controller 60 via the control line 50.
  • Step S303 When the controller 60 recognizes that the destination of the packet is “VIP1”, the controller 60 searches for a server associated with “VIP1”. When the controller 60 obtains that the corresponding servers are four servers 200-1, 200-2, 200-4, and 200-5, the client terminal 100-1 to these four servers. The route is determined with reference to the topology information.
  • the controller 60 defines a route that can be realized by connecting all servers through the same route as a common route, and obtains a relay device connected to the switch on the common route.
  • the common path is a path that passes through the switch 10-1 and the switch 10-2 or a path that passes through the switch 10-1 and the switch 10-5.
  • the controller 60 can reach the server 200-1 and the server 200-2 via the switch 10-3, and can reach the server 200-4 and the server 200-5 via the switch 10-6. However, these are considered not on the common path. Accordingly, there are three relay devices connected to the switch on the common path, that is, the relay device 40-1, the relay device 40-2, and the relay device 40-5.
  • Step S304 the controller 60 selects one of the three devices, the relay device 40-1, the relay device 40-2, and the relay device 40-5.
  • a selection method there is a method of monitoring the load of these three relay devices and selecting the relay device with the lowest load.
  • the relay device 40-2 is selected as an example. In this case, a possible common route is a route passing through the switch 10-1 and the switch 10-2.
  • Step S305 The controller 60 sets the communication path from the client terminal 100-1 to the relay device 40-2, and switches 10-1 and 10-2 between the client terminal 100-1 and the relay device 40-2. Set the flow entry for.
  • the flow entry is based on the header information of the packet transmitted from the client terminal 100-1 with “VIP1” as the destination and transferred to the controller 60.
  • the flow entry is based on the source, destination MAC address, IP address, and layer 4 header information, and is set in the flow table 12 in each switch.
  • a TCP or UDP (User Datagram Protocol) port number can be considered.
  • the controller 60 sets the address translation table 42 of the relay device 40-2 so that it can receive packets destined for “VIP1”. Assuming that the address of the relay device 40-2 is IP-40-2, the controller 60 sets the setting for converting the destination from “VIP1” to IP-40-2 in the address conversion table 42 via the control interface 61. To do.
  • Step S306 The controller 60 transmits the packet transferred from the switch 10-1 to the switch 10-1 or the switch 10-2.
  • FIG. 12 shows a case where a packet is transmitted from the controller 60 to the switch 10-1.
  • Step S307 The switch 10-1 transfers the packet transmitted from the controller 60 to the switch 10-2 according to the flow entry.
  • the switch 10-2 transmits the packet to the relay device 40-2.
  • Step S308 When receiving the packet, the relay apparatus 40-2 starts communication with the client terminal 100-1 by “Fast Path” transfer. Thereafter, communication by “Fast Path” transfer is performed between the client terminal 100-1 and the relay device 40-2.
  • Step S309 The relay device 40-2 terminates layer 4 and determines the switch destination based on the message information.
  • layer 4 protocols include TCP and UDP.
  • the switch destination is any one of the server 200-1, the server 200-2, the server 200-4, and the server 200-5.
  • Information indicating the correspondence relationship between “VIP1” and these four servers is set in the relay device 40-2 in advance, or is notified from the controller 60 at a timing prior to the switch determination. Thereby, the relay device 40-2 selects an appropriate destination server.
  • a method of selecting a destination server based on the message content there is a method of selecting based on a keyword, a selection policy, and server load information as known in application load distribution devices.
  • the relay apparatus 40-2 selects 200-5 as the destination server.
  • the relay device 40-2 issues a new connection connection request destined for the server 200-5.
  • the relay device 40-2 sends this packet to the switch 10-2.
  • the destination of this connection request packet is the server 200-5, and the transmission source address is the address (IP-40-2) of the relay device 40-2.
  • the address conversion processing unit 41 can also convert the source address into the address of the client.
  • the server selection processing unit 44 registers the address information of the client obtained by the first TCP termination unit 431 in the address conversion table, thereby transmitting the source of the packet transmitted from the second TCP termination unit 432 The address is replaced with that of the client terminal 100-1.
  • Step S310 Upon receiving this packet, the switch 10-2 transfers the packet to the controller 60.
  • the controller 60 sets a transfer path from the relay device 40-2 to the server 200-5. Specifically, the controller 60 calculates a route from the relay device 40-2 to the server 200-5, and sets a flow entry in a switch constituting the route.
  • Step S311 In this example, it is assumed that the controller 60 selects a route passing through the switch 10-2 and the switch 10-6 as one of the routes. The controller 60 sets a flow entry for each switch (switch 10-2 and switch 10-6).
  • Step S312 Furthermore, the controller 60 transmits the held packet to the switch 10-2 or the switch 10-3. In this example, the controller 60 transmits the held packet to the switch 10-2.
  • Step S313 The switch 10-2 sends the transmitted packet to the server 200-5 via the switch 10-6 according to the flow entry.
  • Step S314 The server 200-5 receives the transmitted packet.
  • the relay device 40-2 sets a transfer path with the server 200-5, relays a request from the client terminal 100-1, and processes an application with the server 200-5.
  • the relay processing from the client terminal 100-1 to the server group represented by “VIP1” can be realized.
  • the virtual address is “VIP1” and that the servers 200-1, 200-2, 200-4, and 200-5 as destinations are included in “VIP1”.
  • An application switch system of the present invention is an application switch system that controls connection between a plurality of client terminals and a plurality of servers, and includes one or more switches, one or more relay devices that perform protocol relay, and a controller.
  • the switch is an application switch.
  • the controller includes means for centrally controlling a routing table for determining a transfer destination in the switch, means for controlling relay processing of the relay device, means for selecting a connection destination server, and between the client and the selected server. In this way, a route that includes one relay device is selected, the selected route is set in the route table in the switch, and the relay information required when the relay device performs protocol relay is set in the relay device. Means are provided.
  • another application switch system of the present invention includes a switch that controls connection between a plurality of client terminals and a plurality of servers existing on a network, a relay device that performs protocol relay, and a controller.
  • the controller has a plurality of means for centrally controlling a routing table for determining a transfer destination in the switch, a means for controlling the relay processing of the relay device, and a plurality of destination addresses of packets transmitted from the selected client.
  • Select at least one of the servers connect each of the clients of the plurality of client terminals and the selected at least one server, select a network path including the relay device, and select It is characterized by comprising means for setting a route in a route table in the switch, and means for setting relay information used when the relay device performs protocol relay in the relay device.
  • the controller is characterized in that, when there are a plurality of relay devices as the relay device, the controller selects the one deployed at the position closest to the server on the network path.
  • the controller when there are a plurality of relay devices on the network, the controller has the lowest relay device processing load among two or more relay devices existing on a common path from the client terminal to the plurality of servers. It is characterized by selecting.
  • the controller is characterized in that, when there are a plurality of relay devices as the relay device, the controller selects the one deployed at the position closest to the client on the network route.
  • the controller terminates the connection from the client, retrieves the message, and, based on the content of the message, the plurality of servers corresponding to the destination addresses of the connection request.
  • One server as a connection destination is selected from among them, a TCP connection request is issued to the selected server, and header conversion information necessary for relaying two TCPs is handed off to the relay apparatus.
  • the controller sets correspondence information between the destination address of the packet and the address provided in the relay device in the address conversion table or filter as relay information used when performing the protocol relay set in the relay control unit, and performs relay control.
  • the unit is characterized in that the corresponding packet can be received.
  • the relay apparatus is characterized in that when the protocol to be relayed is TCP (Transmission Control Protocol), the TCP header of the packet to be relayed is converted.
  • TCP Transmission Control Protocol
  • the relay device includes a TCP termination unit for a packet to be relayed when the protocol to be relayed is TCP.
  • the relay device selects one server from a plurality of servers based on the content of the terminated message. Further, the relay device establishes a TCP connection between the relay device and the selected server and relays the message.
  • the relay device operates as a program on a virtual machine different from the server on the same computer as the server operating on the virtual machine, performs protocol relay, and communicates between the relay device and the server on the same computer.
  • the present invention relates to an application switch system in which relay processing such as application level gateways and proxies are distributed over a wide area when data processing of network traffic (communication amount) is performed.
  • application switch processing is performed by using relay control means for performing application distribution determination, path control means for centrally managing network paths, and one or more relay devices distributed on the network.
  • the relay position is optimally selected.
  • the relay control means selects the relay device closest to the distribution destination server. Further, the route control means sets a route to the selected relay device and performs handoff processing on the relay device. As a result, the network route is optimized by selecting a distribution for an arbitrary server distributed in a wide area, selecting an optimal network route, and selecting a relay position.
  • the controller that determines the application switch and the relay device that performs relay processing by TCP splicing are separated, and among the relay devices that are distributed, the optimum relay device is used to efficiently accommodate the network route. Then, TCP relay processing is performed.
  • the present invention it is possible to deploy a TCP relay node at an arbitrary position by separating the switch determination processing means and the relay position in the application switch process and by linking with the network path control process.
  • the network path between the client and the server is optimized.
  • the relay control means determines an application distribution destination candidate, selects one relay apparatus from a plurality of relay apparatuses existing on a common path from the client terminal to the distribution destination,
  • the route control means sets the route of the relay packet to the selected relay device, the relay device performs destination determination processing of the received packet, and performs application switching, so that a plurality of distributed application switches A switch existing at an optimal position is selected without deciding processing assignment in advance, and the network path is optimized.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

 ネットワークトラヒック(通信量)のデータ処理において、中継処理を広域に分散配備する。具体的には、複数のクライアント端末とサーバ端末との接続を制御するアプリケーションスイッチシステムであって、1つ以上のスイッチと、プロトコル中継を行う1つ以上の中継装置と、中継装置に対してハンドオフ処理を行うコントローラを含む。コントローラは、スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、中継装置の制御を行う手段と、接続先のサーバ選択手段と、クライアントと選択したサーバとの間を結び、1つの中継装置を含む経路を選択し、選択した経路をスイッチ内の経路テーブルに設定する手段と、中継装置がプロトコル中継を行う際に用いられる中継情報を中継装置に設定する手段を備える。

Description

アプリケーションスイッチシステム、及びアプリケーションスイッチ方法
 本発明は、アプリケーションスイッチシステムに関し、特にネットワークの経路制御を行うアプリケーションスイッチシステムに関する。
 従来、アプリケーションスイッチにおいて、スイッチ先のサーバが分散配備されている時に、ネットワークの経路が非効率になるという問題があった。
 特許文献1(米国特許第5941988号明細書)に、TCP(Transmission Control Protocol)スプライシングと呼ばれる二つのTCPセッションの中継手法が開示されている。TCPスプライシングは、アプリケーションゲートウェイ等のTCPプロキシ装置の高速処理手法であり、TCPプロキシを行う2つのTCPセッションをパケットレベルの中継処理にショートカットする手法である。
 また、特許文献2(米国特許第7000027号明細書)は、TCPスプライシングの別の形態によるものである。特許文献2には、バックエンドノードの1つがTCP終端処理を行い、アプリケーションレベルのリクエストを解釈した上で、どのバックエンドノードに処理を割り振るかを判断して、そのノードにハンドオフする手法が開示されている。バックエンドノードには、プロキシ処理を行うアプリケーションが動作しており、バックエンドノードでの処理の割り振り判定と、フロントエンドノードでのTCPスプライシング処理に分散処理する方式が記載されている。
 特許文献1に示すようなTCPスプライシングは、アプリケーションスイッチと呼ばれる中継装置で用いられている。クライアントとの間の第一のTCPセッションに対してTCP終端処理を行い、アプリケーションレベルのメッセージを解釈した上で、次ノードを決定する。例えば、HTTP(Hyper Text Transfer Protocol)の場合では、TCPを確立した後のクライアントからサーバへのリクエストメッセージを解釈して、どのようなリソースへのアクセス要求かを判断して、実際のバックエンドサーバへのスイッチや負荷分散処理を行う。そして、振り分け先が確定すると、第二のTCPセッションをバックエンドサーバとの間に確立して、クライアントとの間の第一のTCPセッションと第二のTCPセッションとをパケットレベルで中継処理する。
 図1は、アプリケーションスイッチを利用したサーバ負荷分散処理を行う従来システムを示したものである。図1に示す従来システムは、クライアント端末100(100-i、i=1~N:Nは任意の整数)と、スイッチ10(10-i、i=1~N)と、アプリケーションスイッチ20と、サーバ200(200-i、i=1~N)を含む。
 ここでは、クライアント端末100として、クライアント端末100-1~100-2を示す。スイッチ10として、スイッチ10-1~10-3を示す。サーバ200として、サーバ200-1~200-6を示す。なお、サーバ200-1~200-3は、アプリケーションスイッチ20に接続されており、サーバ200-4~200-6は、スイッチ10-3に接続されている。
 図1に示す従来システムでは、クライアント端末100からのアクセスがスイッチ10及びアプリケーションスイッチ20を経由してサーバ200に接続される際に、アプリケーションスイッチ20にて、アプリケーションレイヤのメッセージを解釈し、サーバ200-1~200-6の中から実際のアクセス対象となるサーバを選択して、中継接続を行う。
 図1に示す従来システムにおける課題について説明する。図1に示す従来システムは、典型的には、サーバ200-1~200-3がアプリケーションスイッチ20に近い所(アプリケーションスイッチ側)に設けられるため、アプリケーションスイッチ20でスイッチ判定を行った後に、サーバ200-1~200-3のいずれかを選択した場合において、ネットワークトラヒック(通信量)が非効率になることはない。
 しかしながら、サーバの配備が広域になる場合や、VM(Virtual Machine)と呼ばれる仮想マシンの利用によって、サーバの物理位置が移動する場合が考えられる。
 例えば、図1に示す従来システムにおいて、クライアント端末100-1からのアクセスがアプリケーションスイッチ20を経由してサーバ200-6に接続される場合、ネットワークの経路は、スイッチ10-1、アプリケーションスイッチ20、スイッチ10-1、スイッチ10-2、スイッチ10-3、そしてサーバ200-6となる。
 このように、図1に示すような従来システムでは、アプリケーションスイッチを利用してスイッチ処理を行うと、ネットワーク経路が非効率になるという課題がある。
 特許文献2に示される手法は、TCPスプライシング処理において、アプリケーションスイッチにおける振り分け判断部をバックエンドノードに配備したものである。これにより、アプリケーションスイッチでの判断処理の負荷を分散することができる。しかしながら、この方式では、TCPスプライシングを行うフロントエンド処理が複数のバックエンドノードへの経路上にある必要があり、サーバが広域に分散した場合に中継処理が非効率になるという課題がある。
 すなわち、バックエンドノードが広域に分散した場合であっても、クライアントからサーバへのトラヒックは、フロントエンドノードを必ず通過するため、クライアントとサーバのネットワーク上の距離に関係なく経路が固定されてしまうという課題がある。
米国特許第5941988号明細書 米国特許第7000027号明細書
 本発明の目的は、アプリケーション中継処理を効率的に行う方法を提供し、アプリケーションスイッチでの振り分け対象が広域に分散された場合において、単一の中継ノードを経由することなく最適な中継ノードを選択し、効率的なネットワーク収容を実現することを提供することである。
 本発明のアプリケーションスイッチシステムは、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御するスイッチと、プロトコル中継を行う中継装置と、コントローラとを含む。コントローラは、スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、中継装置の中継処理の制御を行う手段と、複数のサーバのうち接続先となるサーバの選択を行う手段と、複数のクライアント端末のうちの1つのクライアントと選択されたサーバとの間を結び、中継装置を含む経路を選択し、選択された経路をスイッチ内の経路テーブルに設定する手段と、中継装置がプロトコル中継を行う際に用いられる中継情報を、中継装置に設定する手段とを具備する。
 また、本発明の他のアプリケーションスイッチシステムは、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御するスイッチと、プロトコル中継を行う中継装置と、コントローラとを含む。コントローラは、スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、中継装置の中継処理の制御を行う手段と、複数のサーバのうち接続先の候補となるサーバ群を判定する手段と、複数のクライアント端末のうちの1つのクライアントと接続先候補の各サーバとの間を結び、複数のサーバ群への中継処理を行う中継装置を選択する手段と、中継装置を含む経路を選択し、選択された経路をスイッチ内の経路テーブルに設定する手段と、中継装置がプロトコル中継を行う際に用いられる中継情報を、中継装置に設定する手段とを具備する。
 本発明のアプリケーションスイッチ方法では、スイッチにより、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御する。次に、中継装置により、プロトコル中継を行う。次に、コントローラにより、スイッチ内の転送先を決定する経路テーブルを集中制御する。次に、コントローラにより、中継装置の中継処理の制御を行う。次に、コントローラにより、複数のサーバのうち接続先となるサーバの選択を行う。次に、コントローラにより、複数のクライアント端末のうちの1つのクライアントと選択されたサーバとの間を結び、中継装置を含む経路を選択する。次に、コントローラにより、選択された経路をスイッチ内の経路テーブルに設定する。次に、コントローラにより、中継装置がプロトコル中継を行う際に用いられる中継情報を、中継装置に設定する。
 本発明に係るプログラムを実行することにより、コンピュータは以下の動作を行う。まず、当該コンピュータは、複数のサーバ、スイッチ、及び中継装置を、コンピュータ上の仮想マシンのアプリケーションとして動作させる。また、スイッチにより、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御する。また、中継装置により、プロトコル中継を行う。また、スイッチ内の転送先を決定する経路テーブルを集中制御する。また、中継装置の中継処理の制御を行う。また、複数のサーバのうち接続先となるサーバの選択を行う。また、複数のクライアント端末のうちの1つのクライアントと選択されたサーバとの間を結び、中継装置を含む経路を選択する。また、選択された経路をスイッチ内の経路テーブルに設定する。また、中継装置がプロトコル中継を行う際に用いられる中継情報を、中継装置に設定する。なお、本発明に係るプログラムは、記憶媒体や記憶装置に格納可能である。
 これにより、アプリケーションスイッチ処理において、スイッチ判定処理を行う装置と中継を行う装置を分離し、任意の位置にTCPの中継ノードを配備することを可能にして、クライアントとサーバ間のネットワーク経路の最適化を実現する。
アプリケーションスイッチを利用したサーバ負荷分散処理を行う従来システムの例を示す図である。 本発明の第1実施形態におけるアプリケーションスイッチシステムの構成を示す図である。 本発明の第1実施形態におけるスイッチの構成を示す図である。 本発明の第1実施形態における中継装置の構成を示す図である。 本発明の第1実施形態における変換テーブル内のエントリの例を示す図である。 本発明の第1実施形態におけるコントローラの処理を示すフローチャートである。 本発明の第1実施形態におけるコントローラの処理を示すフローチャートである。 本発明の第2実施形態におけるアプリケーションスイッチシステムの構成を示す図である。 実施例1におけるアプリケーションスイッチシステムの動作を示すシーケンス図である。 実施例2におけるアプリケーションスイッチシステムの動作を示すシーケンス図である。 本発明の第3実施形態におけるアプリケーションスイッチシステムの構成を示す図である。 本発明の第3実施形態における中継装置の構成を示す図である。 実施例3におけるアプリケーションスイッチシステムの動作を示すシーケンス図である。
 <第1実施形態>
 以下に、本発明の第1実施形態について添付図面を参照して説明する。
 図2に示すように、本発明のアプリケーションスイッチシステムは、クライアント端末100(100-i、i=1~N:Nは任意の整数)と、スイッチ10(10-i、i=1~N)と、中継装置30と、制御回線50と、コントローラ60と、サーバ200(200-i、i=1~N)を含む。
 クライアント端末100は、スイッチ10及び中継装置30を経由して、サーバ200に接続する。スイッチ10及び中継装置30は、ネットワーク上に存在している。ここでは、クライアント端末100、スイッチ10、中継装置30、及びサーバ200の個数は異なっているものとする。但し、実際には、クライアント端末100、スイッチ10、中継装置30、及びサーバ200の個数は同じでも良い。
 スイッチ10は、アプリケーションスイッチである。
 中継装置30は、クライアント端末100とサーバ200との間の転送データを、TCP(Transmission Control Protocol)スプライシング処理により中継する。
 コントローラ60は、制御回線50を介して、スイッチ10及び中継装置30に接続し、スイッチ10及び中継装置30を集中的に管理する。
 コントローラ60は、制御インタフェース61と、中継制御部62と、経路制御部63を備える。
 制御インタフェース61は、制御回線50を介して、スイッチ10や、中継装置30と接続する。
 中継制御部62は、アプリケーション振り分け判定を行う。また、中継制御部62は、中継装置30に対する制御(中継制御)を行う。ここでは、中継制御部62は、中継装置30に対して、ハンドオフ処理を行う。例えば、中継制御部62は、中継装置30に対して、中継開始指示を行う。中継装置30は、中継開始指示に応じて、中継処理を開始する。
 経路制御部63は、ネットワーク経路を集中管理する。また、経路制御部63は、接続元のクライアント端末100からサーバ200までの経路を計算し、その経路上にある中継装置30の一つを選択する。ここでは、経路制御部63は、中継制御部62がアプリケーション振り分け先を判定した後、振り分け先のサーバに最も近い中継装置30を選択するとともに、選択された中継装置30までの経路を設定する。
 これにより、コントローラ60は、広域に分散配備された任意のサーバに対する振り分け選択と、その際の最適なネットワーク経路の選択、中継位置の選択を行うことで、ネットワーク経路の最適化を行う。
 クライアント端末100の例として、PC(パソコン)、モバイルノートPC、シンクライアント端末、ワークステーション、携帯電話機、カーナビ(カーナビゲーションシステム)、携帯ゲーム機、家庭用ゲーム機、双方向テレビ、デジタルチューナー、デジタルレコーダー、情報家電(information home appliance)、OA(Office Automation)機器等が考えられる。クライアント端末100は、車両や船舶、航空機等の移動体に搭載されていても良い。但し、実際には、これらの例に限定されない。
 スイッチ10及び中継装置30が属するネットワーク上の通信回線や、制御回線50の例として、インターネット、LAN(Local Area Network)、無線LAN(Wireless LAN)、WAN(Wide Area Network)、バックボーン(Backbone)、ケーブルテレビ(CATV)回線、固定電話網、携帯電話網、WiMAX(IEEE 802.16a)、3G(3rd Generation)、専用線(lease line)、IrDA(Infrared Data Association)、Bluetooth(登録商標)、シリアル通信回線、データバス等が考えられる。但し、実際には、これらの例に限定されない。
 コントローラ60やサーバ200の例として、PC(パソコン)、シンクライアントサーバ、ワークステーション、メインフレーム、スーパーコンピュータ等の計算機が考えられる。但し、実際には、これらの例に限定されない。
 クライアント端末100からサーバ200へのコネクション接続の際の各装置の機能について、図2に示すようなアプリケーションスイッチシステムにおいて、クライアント端末100-1から所定のサービスに対して接続する場合を例に説明する。
 クライアント端末100-1は、コントローラ60に対して、TCP接続要求を行う。ここでは、クライアント端末100-1は、コントローラ60を宛先としたパケットを送信し、TCP接続を試みる。このとき、端末100-1からみると、コントローラ60がサーバ200にみえる。すなわち、端末100-1は、コントローラ60をサーバ200とみなしている。
 スイッチ10-1は、クライアント端末100-1から送信されたパケットを受信すると、スイッチ10のフローエントリーに基づいて、転送処理を行う。
 スイッチ10-1は、初期状態でフローエントリーが登録されていない場合、制御回線50を通じて、クライアント端末100-1から送信されたパケットをコントローラ60に送る。
 コントローラ60は、クライアント端末100-1からのTCP接続要求に対して、TCPプロトコルスタックで処理を行う。なお、コントローラ60も、クライアント端末100-1宛のパケットを送信する際は、スイッチ10-1を経由して送信する。
 コントローラ60は、クライアント端末100-1からの送信データの内容に基づいて、接続すべき(アクセス対象の)サーバ200を選択する。選択判断としては、サーバ200の負荷を平滑化する方法や、クライアント端末100-1にネットワーク的に近いものを選択する方法等がある。
 コントローラ60は、サーバ200を選択した後、コントローラ60とサーバ200の間に第2のTCPコネクションを接続する。
 更に、コントローラ60は、クライアント端末100-1とサーバ200間の経路上にある中継装置30、若しくは、経路に近い位置にある中継装置30を選択し、第1のTCP情報及び第2のTCP情報を使用してスプライシング処理を実行する。これにより、クライアント端末100-1とサーバ200間のアクセス処理が、コントローラ60経由のプロキシ処理から、中継処理を経由するパケット中継処理になる。
 図3を参照して、本発明の第1実施形態におけるスイッチ10の構成について説明する。
 スイッチ10は、スイッチ処理部11と、フローテーブル12と、スイッチ制御部13と、回線14(14-i、i=1~N)を備える。
 スイッチ処理部11は、回線14から入力されたパケットのヘッダ情報を抽出し、フローテーブル12を参照して、出力回線を決定する。また、スイッチ処理部11は、回線14を介して、クライアント端末100、他のスイッチ10、中継装置30、及びサーバ200に接続する。ここでは、スイッチ処理部11は、回線14(14-i、i=1~N)から入力されたパケットに対し、ヘッダ情報を抽出し、フローテーブル12を参照して、出力回線を決定する。
 フローテーブル12は、MAC(Media Access Control)ヘッダ、IP(Internet Protocol)ヘッダ、レイヤ4ヘッダから得られる情報をフローの識別情報として登録し、そのフローに対する出力情報を格納するエントリを有する。フローに対する出力情報の例として、出力回線やヘッダ書き換え等のアクション情報が考えられる。ここでは、フローテーブル12は、IPアドレス、TCPポート番号にて特定されるフロー情報や、その他のラベル等、フローの識別子となるものに基づいていれば良い。
 スイッチ制御部13は、制御インタフェース61を介して、コントローラ60に接続する。このとき、スイッチ制御部13は、制御回線50を経由して、制御インタフェース61に接続する。すなわち、スイッチ制御部13は、制御回線50を介して、コントローラ60からの指示や操作、その他のデータを受け付ける。ここでは、スイッチ制御部13は、コントローラ60との間の制御通信を行うとともに、スイッチ10の内部の制御を行う。コントローラ60は、スイッチ制御部13を介して、フローエントリーの登録、削除等の制御を行う。また、スイッチ制御部13は、フローエントリーにヒットしないパケットについて、制御インタフェースを介してコントローラ60に送信したり、コントローラ60からのパケット送信命令により、指定された出力回線への送信処理を行う。
 回線14(14-i、i=1~N)は、クライアント端末100、他のスイッチ10、中継装置30、及びサーバ200等に接続される通信回線である。
 図4を参照して、本発明の第1実施形態における中継装置30の構成について説明する。
 中継装置30は、TCPヘッダ変換処理部31と、変換テーブル32と、中継プロトコル処理部33と、回線34と、回線35を備える。
 TCPヘッダ変換処理部31は、回線34及び回線35を介して、外部と接続する。ここでは、TCPヘッダ変換処理部31は、回線34及び回線35を介して、クライアント端末100、他のスイッチ10、中継装置30、及びサーバ200に接続する。また、TCPヘッダ変換処理部31は、変換テーブル32に基づいて、回線34と回線35の間で送受信されるパケットに対して、TCPヘッダ変換処理を行う。ここでは、TCPヘッダ変換処理部31は、回線34又は回線35から受信したパケットに対し、変換テーブル32を参照し、受信したパケットのヘッダが、変換テーブル32に記載されているヘッダにヒットした場合は、受信したパケットのヘッダを変換テーブル32に記載されているヘッダに置き換えるヘッダ変換処理を行う。
 変換テーブル32には、TCPスプライシング処理に必要な情報が記載されている。ここでは、変換テーブル32は、エントリとして、入力キーと、出力情報と、ステート情報を有する。TCPヘッダ変換処理部31は、変換テーブル32を参照し、IPアドレス及びTCPポート番号を入力キーとして検索して、IPアドレス及びTCPポート番号の書き換え値と、シーケンス番号の再計算のための補正値を取得する。
 中継プロトコル処理部33は、制御インタフェース61を介して、コントローラ60に接続する。このとき、中継プロトコル処理部33は、制御回線50を経由して、制御インタフェース61に接続する。すなわち、中継プロトコル処理部33は、制御回線50を介して、コントローラ60からの指示や操作、その他のデータを受け付ける。ここでは、中継プロトコル処理部33は、コントローラ60からのハンドオフ要求命令や、中継開始指示等の中継制御に関するプロトコル処理を行う。このとき、中継プロトコル処理部33は、ハンドオフ命令に応じて、TCPスプライシング処理に必要な変換テーブル32の設定を行う。また、中継プロトコル処理部33は、中継開始指示に応じて、該当フローに対するスプライシング処理を有効にするとともに、バッファに保留されていたパケットの送信を行う。
 回線34及び回線35は、クライアント端末100、他のスイッチ10、中継装置30、及びサーバ200等に接続される通信回線である。
 なお、中継装置30は、スイッチ機能を兼ね備えても良いが、ここでは、特に本発明による中継処理機能を備えたものを中継装置30と呼び、中継処理機能を備えない回線スイッチをスイッチ10と呼ぶことで、スイッチ10と中継装置30を区別している。
 図5を参照して、変換テーブル32内のエントリの例について説明する。
 変換テーブル32は、入力キーとして、回線番号と、IP宛先アドレス(IPDA:IP Destination Address)と、IP送信元アドレス(IPSA:IP Source Address)と、TCP送信元ポート番号(TCPSP:TCP Source Port)と、TCP宛先ポート番号(TCPDP:TCP Destination Port)を含む。TCPヘッダ変換処理部31は、変換テーブル32を参照し、受信したパケットのヘッダと、これらの入力キーを照合することで、エントリがあるかどうかの判定を行う。
 変換テーブル32の出力情報には、ヘッダを変換して出力するための情報が記載されている。ここでは、変換テーブル32は、出力情報として、出力回線番号と、IP宛先アドレス(IPDA)、IP送信元アドレス(IPSA)、TCP送信元ポート番号(TCPSP)、TCP宛先ポート番号(TCPDP)と、シーケンス番号の差分値と、ACK番号の差分値を含む。TCPヘッダ変換処理部31は、変換テーブル32を参照し、IP宛先アドレス(IPDA)、IP送信元アドレス(IPSA)、TCP送信元ポート番号(TCPSP)、及びTCP宛先ポート番号(TCPDP)は、出力パケットに付与する。また、シーケンス番号の差分値とACK番号の差分値は、TCPスプライシング処理のために記録されている。
 また、変換テーブル32は、ステート情報として、フロー管理情報を含む。ここでは、TCPヘッダ変換処理部31は、変換テーブル32に、フロー管理情報としてTCPの状態を記録する。
 なお、スイッチ10及び中継装置30は、CPU(Central Processing Unit)上で動作するプログラムとして実現されても良い。また、スイッチ10及び中継装置30は、ハードウェア回路として実現されても良い。
 図6Aを参照して、コントローラ60の処理について説明する。なお、図6Aでは、コントローラ60の処理のうち、本発明に関係する箇所のみを示している。
 (1)ステップS11
 コントローラ60は、外部からのパケット入力等のトリガにより、イベント処理を起動する。
 (2)ステップS12
 コントローラ60は、イベント処理にてイベントの種類を判断する。ここでは、コントローラ60は、イベントがクライアント端末100とコントローラ60との間における第1のTCPコネクション確立イベントであるか否か判断する。
 (3)ステップS13
 コントローラ60は、イベントが第1のTCPコネクション確立イベントである場合、中継処理初期化処理を行う。コントローラ60は、中継処理初期化処理において、第1のTCPコネクションに対する中断設定を行った後、接続先となるサーバ200との間に第2のTCPコネクションを確立する。また、コントローラ60は、接続元のクライアント端末100から接続先となるサーバ200までの経路を計算し、その経路上にある中継装置30の一つを選択し、選択された中継装置30に対して、第1及び第2のTCPコネクション情報に基づいて、ハンドオフ処理要求を送信する。中継処理初期化処理の詳細については後述する。コントローラ60は、中継処理初期化処理の後、再びイベント処理に戻る。
 (4)ステップS14
 コントローラ60は、イベントがハンドオフ処理完了であるか否か判断する。
 (5)ステップS15
 コントローラ60は、イベントがハンドオフ処理完了であった場合、中継処理初期化処理において決定した経路上の各スイッチ10に対して、フローエントリー設定を行う。フローエントリーは、第1及び第2のTCPフロー情報を表している。クライアント端末100と中継装置30の間のスイッチ10には、第1のTCP情報を設定する。中継装置30とサーバ200の間のスイッチ10には、第2のTCP情報を設定する。
 (6)ステップS16
 コントローラ60は、イベントがフローエントリー設定完了であるか否か判断する。
 (7)ステップS17
 コントローラ60は、イベントがフローエントリー設定完了であった場合、中継処理初期化処理で中断設定されたTCPコネクションのパケットを受信していた場合、そのパケットを中継装置30に向けて送信する。このとき、コントローラ60は、中断設定されたTCPコネクションのパケットを中継装置30に送るために、コントローラ60からスイッチ10に対してパケット送信を行い、パケット送信処理がフローエントリーを参照することで、中継装置30に向けたパケット送信が実現できる。
 (8)ステップS18
 コントローラ60は、パケット送信と同時、又はその後遅滞無く、中継装置30に中継開始要求を送信する。
 (9)ステップS19
 コントローラ60は、イベントがセッション終了通知であるか否か判断する。
 (10)ステップS20
 コントローラ60は、イベントがセッション終了通知であった場合、中継のために管理していた第1及び第2のTCPに関する管理テーブルを削除する。
 図6Bを参照して、中継処理初期化処理の詳細について説明する。
 (1)ステップS21
 コントローラ60の制御インタフェース61は、中継処理初期化処理では、クライアント端末100との間に第1のTCPコネクションを確立した後、クライアント端末100からデータを読み出す。更に、コントローラ60は、第1のTCPコネクションに関するコネクション情報(宛先、送信元IPアドレス、宛先、送信元TCPポート番号、シーケンス番号の初期値)をTCP処理スタックから読み出す。
 (2)ステップS22
 コントローラ60の制御インタフェース61は、クライアント端末100からデータを読み出すと、第1のTCPコネクションの終端処理を中断し、以降に受信した同じTCPコネクションのパケットを、受信したままの状態でバッファリングして保持しておく。
 (3)ステップS23
 コントローラ60の中継制御部62は、読み出されたデータの内容をチェックして、設定ポリシーと照合し、接続先となるサーバ200を決定する。
 (4)ステップS24
 コントローラ60の制御インタフェース61は、決定したサーバ200(接続先となるサーバ200)との間に第2のTCPコネクションを確立する。このとき、コントローラ60は、第2のTCPのコネクション情報をTCP処理スタックから読み出す。第2のTCPのコネクション情報の例として、宛先、送信元IPアドレス、宛先、送信元TCPポート番号、シーケンス番号の初期値等が考えられる。更に、コントローラ60は、第1のTCPコネクションにてクライアント端末100から読み出されたデータを、第2のTCPコネクションにて接続先となるサーバ200に送信する。
 (5)ステップS25
 コントローラ60の経路制御部63は、接続元のクライアント端末100から接続先となるサーバ200までの経路を計算し、その経路上にある中継装置30の一つを選択する。中継装置30の選択方法としては、最もサーバ200に近い中継装置30や最もクライアント端末100に近い中継装置30、或いは、中継可能なコネクション数に最も余裕のある中継装置30を選択する方法が考えられる。
 (6)ステップS26
 コントローラ60の中継制御部62は、選択された中継装置30に対して、第1及び第2のTCPコネクション情報に基づいて、ハンドオフ処理要求を送信する。コントローラ60は、第1及び第2のコネクション情報の例としては、クライアント端末100のIPアドレス、コントローラ60のIPアドレス、サーバ200のIPアドレス、TCPコネクションのポート番号、シーケンス番号の差分値、及びACK番号の差分値が考えられる。シーケンス番号の差分値、及びACK番号の差分値は、シーケンス番号の初期値から求められる。コントローラ60は、これらのコネクション情報をハンドオフ処理要求として、決定した中継装置30に対して送信する。コントローラ60は、ハンドオフ処理要求を送信した後、ハンドオフ処理を完了する。
 コントローラ60からスイッチ10内のフローテーブル12を操作する具体的な方式としては、「Openflow」(http://www.openflowswitch.org/)や、「GMPLS」(Generalized Multi-Protocol Label Switching)、「MIB+VLAN」(Management Information Base + Virtual LAN)等が挙げられる。
 「Openflow」の場合、コントローラ60内の制御インタフェース61は、「Openflow Controller」に対応する。制御回線50及びスイッチ制御部13のコントローラ60向けインタフェースは、「Secure Channel」に対応する。「GMPLS」の場合、コントローラ60は、「MIB」に該当する。スイッチ10は、「GMPLSスイッチ」に該当する。スイッチ制御部13は、「GMPLSスイッチ」内のテーブル管理部に該当する。また、コントローラ60は、スイッチ10の「MIBインタフェース」を用いて、スイッチ10の「VLAN設定」を操作することもできる。
 コントローラ60内の制御インタフェース61と、スイッチ10内のスイッチ制御部13の間のインタフェースが、「Openflow」、「GMPLS」、「MIB+VLAN」のいずれに対応している場合においても、本実施形態を適用できる。
 <第2実施形態>
 以下に、本発明の第2実施形態について説明する。
 本実施形態では、中継装置30及びサーバ200を単独の装置としてではなく、コンピュータ上の仮想マシン(VM)のアプリケーションとして実現する。サーバ200上に複数の仮想マシンを動作させ、これらの仮想マシンの一つは、中継機能を実現する。他の仮想マシンは、サーバ機能を実現する。そして、サーバ200上で、中継機能とサーバ機能との間を仮想マシン間の内部ネットワークにより接続する。
 図7を参照すると、本実施形態においては、サーバ200は、主機能部210と、サーバ機能部220(220-i、i=1~N)と、中継機能部230を含む。
 主機能部210は、CPU211と、仮想マシンモニタ(VMM(Virtual Machine Monitor)、又は、Hypervisor)212を含む。主機能部210では、CPU211上に仮想マシンモニタ212が動作し、その上で、サーバ機能部220-1~220-N、中継機能部230が動作している。ここでは、中継機能部230は、中継機能と、スイッチ機能を持つ。
 更に、中継機能部230とサーバ機能部220の間は、通信チャネルで通信可能である。中継機能部230は、装置の外部との間にネットワークインタフェースと制御インタフェースを保持する。なお、制御インタフェースとネットワークインタフェースは、物理的に同じ回線を使用しても良い。
 本構成では、サーバ200とスイッチ10、中継機能部230が1つのコンピュータ上で動作することで、中継機能部230を最もサーバ200に近づけた場合の構成となる。中継装置30を物理的な装置としてネットワーク内に配備した場合では、中継のための変換テーブル32の位置がネットワークの経路上にあり、その位置が変更できないが、本例に示す配備例では、中継機能部230が物理的には、サーバ200と同じ位置にあり、ネットワーク上に変換テーブル32が配備されないため、ネットワーク経路を柔軟に選択することができる。また、中継機能部230を仮想マシン上に実現することで、中継機能部230がサーバ200と同じ計算機に配備されているにもかかわらず、サーバ200プリケーションやサーバ200のプロトコルスタックは、変更が不要であり、ポータビリティが向上するという効果がある。
 <実施例1>
 図8を参照して、図2におけるクライアント端末100-1からサーバ200-3に対して接続する場合について説明する。
 (1)ステップS101
 クライアント端末100-1は、サーバ200が提供するサービスを受けるために、TCP接続要求を出す。このとき、スイッチ10-1の初期状態は、フローエントリーがない状態である。従って、フロー検索でミスヒットとなり、コントローラ60に対してデータが送られる。また、コントローラ60は、スイッチ10-1を介して、このクライアント端末100-1と通信することができる。TCP接続要求では、「3-way handshake」と呼ばれるシーケンスでコネクションが確立される。
 (2)ステップS102
 クライアント端末100-1は、コネクションが確立すると、リクエストデータをコントローラ60に送信する。
 (3)ステップS103
 コントローラ60は、データセグメントを正しく受信すると、TCPプロトコル処理を行い、受け取ったデータのシーケンス番号を示す位置についてのACKを返す。
 (4)ステップS104
 コントローラ60は、リクエストデータの内容をチェックして、その内容に基づいて、接続するサーバ200を選択する。例えば、コントローラ60は、HTTPの場合には、GETメッセージに含まれるURI(Uniform Resource Identifier)を中継制御部62に含まれるポリシーデータベースと比較することで、どのサーバ200に接続するかを判定し、判定結果に基づいて、接続するサーバ200を選択する。ここでは、コントローラ60は、サーバ200-3を選択し、選択されたサーバ200に対して第二のTCPセッションを確立する。
 (5)ステップS105
 コントローラ60は、クライアント端末100-1から受信して保持していたリクエストデータをサーバ200-3に対して送信する。このとき、コントローラ60は、選択されたサーバ200-3が接続されたエッジとなるスイッチ10-3を介してデータを送信する。
 (6)ステップS106
 サーバ200-3は、リクエストデータに対してACKを返すことで、正常受信を通知する。このとき、サーバ200-3は、スイッチ10-3においてフローエントリーを検索し、ミスヒットである場合に制御回線を使って、戻りパケットをコントローラ60に送る。
 (7)ステップS107
 コントローラ60は、サーバ200-3からACKを受信すると、TCP終端処理を中断し、クライアント端末100-1から受信するデータがある場合、パケットのままバッファに保持する。
 (8)ステップS108
 同様に、コントローラ60は、サーバ200-3からACKを受信すると、TCP終端処理を中断し、サーバ200-3から受信するデータがある場合、パケットのままバッファに保持する。
 (9)ステップS109
 次に、コントローラ60は、経路制御部63にクライアント端末100-1からサーバ200-3までの経路を問い合わせ、TCPスプライシングを行う中継装置30を決定する。いま、図2において、コントローラ60は、クライアント端末100-1からサーバ200-3へのアクセスを選択したとし、経路としてスイッチ10-1、スイッチ10-2、中継装置30-1、スイッチ10-3を取得したとする。ここでは、コントローラ60は、中継装置30-1を利用すると決定する。コントローラ60は、中継装置30-1に対して、TCPスプライシングのためのハンドオフ要求を送信する。ハンドオフ要求には、第一及び第二のTCPの情報が含まれる。具体的には、TCPセッションを特定するための、IPアドレス(宛先、送信元)、TCPポート番号(宛先、送信元)と第一と第二のTCPにおける初期シーケンス番号の差分情報であり、シーケンス番号の差分情報は、クライアント端末100-1からサーバ200-3の方向と、サーバ200-3からクライアント端末100-1の方向の二種類がある。
 (10)ステップS110
 中継装置30-1は、ハンドオフ要求を受信すると、要求に含まれるパラメータを変換テーブル32に登録する。変換テーブル32は、入力ヘッダ情報をキーとして登録される。中継装置30-1は、変換テーブル32に、クライアント端末100-1からサーバ200-3の方向の変換ルールと、サーバ200-3からクライアント端末100-1の方向の変換ルールの2種類を登録する。この例を図5に示す。本例では、クライアント端末100-1のIPアドレス「10.2.1.1」、コントローラ60のIPアドレス「10.1.1.1」の間に第1のTCPコネクションがある。TCPの宛先ポート番号は、「80番」である。送信元ポート番号は、「1500番」である。サーバ200-3のIPアドレス「10.1.0.2」とコントローラ60との間には、第2のTCPコネクションがある。TCPの宛先ポート番号は、「80番」である。送信元ポート番号は、「2000番」である。また、中継装置30-1は、クライアント端末100-1からサーバ200-3の方向に対して第1のTCPから第2のTCPへの変換を行うために、シーケンス番号の値を「-4000」し、ACK番号の値を「+2000」する旨を、変換テーブル32に登録する。なお、検索時に方向に応じて宛先、送信元のアドレス、ポート番号を入れ替えるようにすれば、テーブルのエントリは、1種類で良い。中継装置30-1は、変換テーブル32の登録が完了すると、完了通知をコントローラ60に送信する。
 (11)ステップS111
 コントローラ60は、クライアント端末100-1からサーバ200-3への経路上のスイッチ10にフローエントリーを登録する。フローエントリーは、入力したパケットのヘッダ情報をキーとして、どのポートに出力するかを決定するものである。ここでは、コントローラ60は、スイッチ10-2に、第1のTCPコネクションを転送するためのフローエントリーを設定する。
 (12)ステップS112
 同様に、コントローラ60は、スイッチ10-1に、第1のTCPコネクションを転送するためのフローエントリーを設定する。
 (13)ステップS113
 コントローラ60は、スイッチ10-3に、第2のTCPコネクションを転送するためのフローエントリーを設定する。
 (14)ステップS114
 コントローラ60は、フローエントリーが完了した時点で、第1及び第2のTCPコネクションの後続のデータがコントローラ60に保持されている場合は、後続のデータを、フローエントリーに従って、スイッチ10-1に転送する。
 (15)ステップS115
 同様に、コントローラ60は、後続のデータを、フローエントリーに従って、スイッチ10-3に転送する。
 (16)ステップS116
 次に、コントローラ60は、中継装置30-1に中継開始要求を送る。
 (17)ステップS117
 中継装置30-1は、中継開始要求に応じて、指定されたTCPコネクションについてTCPスプライシング処理を開始する。以降、装置30-1は、クライアント端末100-1とサーバ200-3との間の転送データを、TCPスプライシング処理により中継する。具体的には、装置30-1は、IPアドレス、TCPポート番号の変換と、シーケンス番号、ACK番号の変換を行う。装置30-1は、シーケンス番号、及びACK番号に対し、テーブルに記載された差分値を加算する。装置30-1は、ヘッダ変換を終わると、TCPシーケンス番号を再計算して補正する。ここでは、サーバ200-3は、中継装置30-1を介して、クライアント端末100-1にデータを転送し、クライアント端末100-1からACKを受信する。
 (18)ステップS118
 また、クライアント端末100-1は、中継装置30-1を介して、サーバ200-3にデータを転送し、サーバ200-3からACKを受信する。
 (19)ステップS119
 更に、サーバ200-3は、中継装置30-1を介して、クライアント端末100-1にデータを転送し、クライアント端末100-1からACKを受信する。
 (20)ステップS120
 中継装置30-1は、TCPスプライシング処理を実行している時には、TCPヘッダに含まれるFINフラグを監視し、コネクションの終了を判断する。具体的には、中継装置30-1は、双方向それぞれについて、FINとそれに対応するACKを受信した時に、TCP状態が終了になったと判断し、変換テーブル32を削除するとともに、コントローラ60にセッション終了を通知する。ここでは、クライアント端末100-1は、中継装置30-1を介して、サーバ200-3にFINを送信する。
 (21)ステップS121
 次に、サーバ200-3は、中継装置30-1を介して、クライアント端末100-1にACKを返す。
 (22)ステップS122
 更に、サーバ200-3は、中継装置30-1を介して、クライアント端末100-1にFINを送信する。
 (23)ステップS123
 クライアント端末100-1は、中継装置30-1を介して、サーバ200-3にACKを返す。
 (24)ステップS124
 中継装置30-1は、コネクションが終了になったと判断した時、コントローラ60にセッション終了を通知する。
 <実施例2>
 図9を参照して、図2におけるクライアント端末100-2からサーバ200-6に対して接続する場合について説明する。この例では、中継位置がクライアント端末側である。
 この場合、コントローラ60により求められる経路は、中継装置30-3、スイッチ10-4、スイッチ10-5、スイッチ10-6となる。経路上にある中継装置30は、最もクライアント端末100に近い箇所にある中継装置30-3のみである。本実施例では、この中継装置30-3をTCPスプライシング処理に利用する。
 なお、本実施例における構成の場合、始めのコネクション確立のデータは、中継装置30-3を通ってからスイッチ10-4に渡り、スイッチ10-4からコントローラ60に渡る。そのため、中継装置30-3やスイッチ10-4は、変換テーブル32にミスヒットしたパケットを、廃棄することなく、何もせずに通過させる。
 ステップS201からステップS224のほとんどは、図8のステップS101からステップS124と同様である。異なる点は、ステップS214である。ステップS214において、コントローラ60は、第1のコネクションに属するクライアント端末100-2からのパケットを保持していた場合に、そのパケットのヘッダ変換を行うために、スイッチ10-4ではなく、中継装置30-3に挿入し、スプライシング処理の後にスイッチ10-4に向けて送信する機能を持つ。
 (1)ステップS201
 クライアント端末100-2は、サーバ200が提供するサービスを受けるために、TCP接続要求を出す。このとき、スイッチ10-4の初期状態は、フローエントリーがない状態である。従って、フロー検索でミスヒットとなり、コントローラ60に対してデータが送られる。また、コントローラ60は、スイッチ10-4を介して、このクライアント端末100-2と通信することができる。
 (2)ステップS202
 クライアント端末100-2は、コネクションが確立すると、リクエストデータをコントローラ60に送信する。
 (3)ステップS203
 コントローラ60は、データセグメントを正しく受信すると、TCPプロトコル処理を行い、受け取ったデータのシーケンス番号を示す位置についてのACKを返す。
 (4)ステップS204
 コントローラ60は、リクエストデータの内容をチェックして、その内容に基づいて、接続するサーバ200を選択する。ここでは、コントローラ60は、サーバ200-6を選択し、選択されたサーバ200-6に対して第二のTCPセッションを確立する。
 (5)ステップS205
 コントローラ60は、クライアント端末100-2から受信して保持していたリクエストデータをサーバ200-6に対して送信する。このとき、コントローラ60は、選択されたサーバ200-6が接続されたエッジとなるスイッチ10-6を介してデータを送信する。
 (6)ステップS206
 サーバ200-6は、リクエストデータに対してACKを返すことで、正常受信を通知する。このとき、サーバ200-6は、スイッチ10-6においてフローエントリーを検索し、ミスヒットである場合に制御回線を使って、戻りパケットをコントローラ60に送る。
 (7)ステップS207
 コントローラ60は、サーバ200-6からACKを受信すると、TCP終端処理を中断し、クライアント端末100-2から受信するデータがある場合、パケットのままバッファに保持する。
 (8)ステップS208
 同様に、コントローラ60は、サーバ200-6からACKを受信すると、TCP終端処理を中断し、サーバ200-6から受信するデータがある場合、パケットのままバッファに保持する。
 (9)ステップS209
 次に、コントローラ60は、経路制御部63にクライアント端末100-2からサーバ200-6までの経路を問い合わせ、TCPスプライシングを行う中継装置30を決定する。ここでは、コントローラ60は、中継装置30-3を利用すると決定する。コントローラ60は、中継装置30-3に対して、TCPスプライシングのためのハンドオフ要求を送信する。ハンドオフ要求には、第一及び第二のTCPの情報が含まれる。具体的には、TCPセッションを特定するための、IPアドレス(宛先、送信元)、TCPポート番号(宛先、送信元)と第一と第二のTCPにおける初期シーケンス番号の差分情報であり、シーケンス番号の差分情報は、クライアント端末100-2からサーバ200-6の方向と、サーバ200-6からクライアント端末100-2の方向の二種類がある。
 (10)ステップS210
 中継装置30-3は、ハンドオフ要求を受信すると、要求に含まれるパラメータを変換テーブル32に登録する。変換テーブル32は、入力ヘッダ情報をキーとして登録される。中継装置30-3は、変換テーブル32に、クライアント端末100-2からサーバ200-6の方向の変換ルールと、サーバ200-6からクライアント端末100-2の方向の変換ルールの2種類を登録する。中継装置30-3は、変換テーブル32の登録が完了すると、完了通知をコントローラ60に送信する。
 (11)ステップS211
 コントローラ60は、クライアント端末100-2からサーバ200-6への経路上のスイッチ10に、フローエントリーを登録する。ここでは、コントローラ60は、スイッチ10-4に、第1のTCPコネクションを転送するためのフローエントリーを設定する。
 (12)ステップS212
 同様に、コントローラ60は、スイッチ10-5に、第1のTCPコネクションを転送するためのフローエントリーを設定する。
 (13)ステップS213
 コントローラ60は、スイッチ10-6に、第2のTCPコネクションを転送するためのフローエントリーを設定する。
 (14)ステップS214
 コントローラ60は、フローエントリーが完了した時点で、第1及び第2のTCPコネクションの後続のデータがコントローラ60に保持されている場合は、後続のデータを、フローエントリーに従って、中継装置30-3に転送する。
 (15)ステップS215
 同様に、コントローラ60は、後続のデータを、フローエントリーに従って、スイッチ10-6に転送する。
 (16)ステップS216
 次に、コントローラ60は、中継装置30-3に中継開始要求を送る。
 (17)ステップS217
 中継装置30-3は、中継開始要求に応じて、指定されたTCPコネクションについてTCPスプライシング処理を開始する。以降、装置30-3は、クライアント端末100-2とサーバ200-6との間の転送データを、TCPスプライシング処理により中継する。具体的には、装置30-3は、IPアドレス、TCPポート番号の変換と、シーケンス番号、ACK番号の変換を行う。装置30-3は、シーケンス番号、及びACK番号に対し、テーブルに記載された差分値を加算する。装置30-3は、ヘッダ変換を終わると、TCPシーケンス番号を再計算して補正する。ここでは、サーバ200-6は、中継装置30-3を介して、クライアント端末100-2にデータを転送し、クライアント端末100-2からACKを受信する。
 (18)ステップS218
 また、クライアント端末100-2は、中継装置30-3を介して、サーバ200-6にデータを転送し、サーバ200-6からACKを受信する。
 (19)ステップS219
 更に、サーバ200-6は、中継装置30-3を介して、クライアント端末100-2にデータを転送し、クライアント端末100-2からACKを受信する。
 (20)ステップS220
 中継装置30-3は、TCPスプライシング処理を実行している時には、TCPヘッダに含まれるFINフラグを監視し、コネクションの終了を判断する。具体的には、中継装置30-3は、双方向それぞれについて、FINとそれに対応するACKを受信した時に、TCP状態が終了になったと判断し、変換テーブル32を削除するとともに、コントローラ60にセッション終了を通知する。ここでは、クライアント端末100-2は、中継装置30-3を介して、サーバ200-6にFINを送信する。
 (21)ステップS221
 次に、サーバ200-6は、中継装置30-3を介して、クライアント端末100-2にACKを返す。
 (22)ステップS222
 更に、サーバ200-6は、中継装置30-3を介して、クライアント端末100-2にFINを送信する。
 (23)ステップS223
 クライアント端末100-2は、中継装置30-3を介して、サーバ200-6にACKを返す。
 (24)ステップS224
 中継装置30-3は、コネクションが終了になったと判断した時、コントローラ60にセッション終了を通知する。
 <第3実施形態>
 以下に、本発明の第3実施形態について説明する。
 本実施形態では、コントローラで二つのTCPコネクションを確立した後に選択した一つの中継装置へTCPスプライシング処理を行うのではなく、コントローラではTCPコネクションを終端せずに、アプリケーションスイッチ機能を持った中継装置の一つを選択し、選択された中継装置のスイッチ機能にて中継処理を実施する。
 図10に示すように、本実施形態では、本発明のアプリケーションスイッチシステムは、クライアント100(100-i、i=1~N:Nは任意の整数)と、スイッチ10(10-i、i=1~N)と、中継装置40(40-i、i=1~N)と、制御回線50と、コントローラ60と、サーバ200(200-i、i=1~N)を含む。
 中継装置40は、スイッチ10に接続されている。なお、スイッチ10と中継装置40は1対1に対応するものではない。例えば、スイッチ10に中継装置40が接続されていない場合や、1台のスイッチに複数の中継装置40が接続されている場合もある。
 図11に、中継装置40の構成例を示す。
 中継装置40は、アドレス変換部41と、アドレス変換テーブル42と、TCP終端部43と、サーバ選択処理部44と、回線45と、回線46を備える。
 アドレス変換部41は、回線45及び回線46に該当する2本のTCP回線を介して外部との間で送受信するパケットのヘッダを、必要に応じて、アドレス変換テーブル42を参照してアドレス変換する。ここでは、アドレス変換部41は、制御インタフェース61を介してコントローラ60に接続されている。アドレス変換部41は、当該中継装置40が選択された時、宛先アドレスに複数のサーバ群(サーバ200)を表す仮想アドレスが付与されているパケットを、回線45及び回線46に該当する2本のTCP回線を介して、クライアント(クライアント端末100)から受信する。アドレス変換処理部41は、このアドレスを持つパケットを受信してTCP終端処理できるように、当該パケットの宛先アドレスを、中継装置40が受信可能な宛先アドレスに変換する。
 アドレス変換テーブル42は、このアドレス変換のための変換情報を保持する。アドレス変換テーブル42は、予め中継装置40の設定として登録されていても良い。また、アドレス変換テーブル42は、当該中継装置40が選択された時に設定されるようにしても良い。
 TCP終端部43は、回線45及び回線46に該当する2本のTCP回線を終端し、ペイロード信号(アプリケーションレイヤの通信メッセージ)を取り出す。ここでは、TCP終端部43は、第1のTCP終端部431と、第2のTCP終端部432を含む。
 サーバ選択処理部44は、TCP終端部43により取り出されたメッセージの内容に基づいてスイッチする。例えば、サーバ選択処理部44は、メッセージに含まれるURI(Unified Resource Identifiler)、Cookie等のキーワード、文字列等の情報と、サーバの負荷情報等を勘案して、複数のサーバ候補の中から一つの接続先サーバを決定する。
 回線45と回線46は、中継装置40と外部との間を接続する論理的な回線である。
 なお、サーバ、スイッチ、中継処理部は、実施例2の図7で示したように、同一コンピュータ上の仮想マシンとして構成されても良い。この場合は、例えば図10のスイッチ10-6、中継装置40-6、サーバ200-4、サーバ200-5、サーバ200-6が同一コンピュータ上の仮想マシンモニタ上の仮想スイッチ、仮想中継装置、仮想サーバとして実現される。
 <実施例3>
 図12を参照して、クライアント端末からサーバに対して接続する場合について説明する。
 ここでは、サーバ200-1、サーバ200-2、サーバ200-4、サーバ200-5の4台のサーバを、スイッチ先のサーバとする。また、これら4台のサーバを仮想的に表すアドレスを、「VIP1」とする。
 (1)ステップS301
 クライアント端末100-1は、「VIP1」宛に通信を開始する。
 (2)ステップS302
 スイッチ10-1は、クライアント端末100-1からパケットを受信すると、フローテーブル12を参照し、当該パケットがフローエントリーにヒットしない場合、当該パケットを、制御回線50を介してコントローラ60に送信する。
 (3)ステップS303
 コントローラ60は、当該パケットの宛先が「VIP1」であることを認識すると、「VIP1」に対応付けられているサーバを検索する。コントローラ60は、該当するサーバがサーバ200-1、サーバ200-2、サーバ200-4、サーバ200-5の4台であることを取得すると、クライアント端末100-1からこれら4台のサーバまでの経路をトポロジー情報を参照して決定する。
 このとき、コントローラ60は、全てのサーバへの接続が同じ経路を通ることで実現できる経路を共通経路と定義し、共通経路上のスイッチに接続されている中継装置を求める。本例では、共通経路とは、スイッチ10-1とスイッチ10-2を通る経路、或いはスイッチ10-1とスイッチ10-5を通る経路である。なお、コントローラ60は、サーバ200-1及びサーバ200-2へはスイッチ10-3を経由して到達可能であり、サーバ200-4及びサーバ200-5へはスイッチ10-6を介して到達可能であるが、これらは共通経路上にないものとみなす。従って、共通経路上のスイッチに接続されている中継装置は、中継装置40-1、中継装置40-2、中継装置40-5の3台である。
 (4)ステップS304
 次に、コントローラ60は、中継装置40-1、中継装置40-2、中継装置40-5の3台のうちから1台を選択する。選択方法としては、これら3台の中継装置の負荷を監視しておいて、最も低負荷な中継装置を選択する方法がある。また、処理中のコネクション数を計測しておいて、その数が最も少ない中継装置を選択する方法がある。コントローラ60は、このようにして候補の中から1つの中継装置を選択する。ここでは、例として中継装置40-2を選択したとする。この場合、可能な共通経路は、スイッチ10-1とスイッチ10-2を通る経路になる。
 (5)ステップS305
 コントローラ60は、クライアント端末100-1から中継装置40-2までの通信路の設定を行うために、クライアント端末100-1から中継装置40-2の間にあるスイッチ10-1及びスイッチ10-2に対してフローエントリーを設定する。
 フローエントリーは、クライアント端末100-1から「VIP1」を宛先として送信され、コントローラ60に転送されたパケットのヘッダ情報に基づいている。ここでは、フローエントリーは、送信元、宛先のMACアドレス、IPアドレス、レイヤ4のヘッダ情報に基づいており、各スイッチ内のフローテーブル12に設定される。レイヤ4のヘッダ情報の例として、TCPやUDP(User Datagram Protocol)のポート番号が考えられる。
 また、図12のシーケンス図には図示していないが、コントローラ60は、中継装置40-2のアドレス変換テーブル42に対して、「VIP1」を宛先とするパケットを受信できるように設定する。中継装置40-2が持つアドレスをIP-40-2とすると、コントローラ60は、宛先を「VIP1」からIP-40-2に変換する設定を、制御インタフェース61を介してアドレス変換テーブル42に設定する。
 (6)ステップS306
 コントローラ60は、スイッチ10-1から転送されたパケットをスイッチ10-1、若しくはスイッチ10-2に送信する。図12では、コントローラ60からスイッチ10-1にパケットを送信する場合を示している。
 (7)ステップS307
 スイッチ10-1は、コントローラ60から送信されたパケットを、フローエントリーに従い、スイッチ10-2へ転送する。スイッチ10-2は、当該パケットを、中継装置40-2に送信する。
 (8)ステップS308
 中継装置40-2は、当該パケットを受信すると、クライアント端末100-1との間で「Fast Path」転送による通信を開始する。これ以降は、クライアント端末100-1と中継装置40-2の間で「Fast Path」転送による通信が行われる。
 (9)ステップS309
 中継装置40-2は、レイヤ4を終端し、メッセージ情報に基づいて、スイッチ先を判断する。レイヤ4のプロトコルの例としては、TCPやUDPがある。本例では、スイッチ先は、サーバ200-1、サーバ200-2、サーバ200-4、サーバ200-5のいずれかである。「VIP1」とこれら4つのサーバとの対応関係を示す情報は、中継装置40-2の内部に予め設定しておくか、コントローラ60から、スイッチ判定よりも前のタイミングで通知しておく。これにより、中継装置40-2は、適切な宛先サーバを選択する。メッセージ内容に基づいて宛先サーバを選択する方法としては、アプリケーション負荷分散装置で知られているような、キーワードと選択のポリシー、ならびにサーバの負荷情報に基づいて選択する方法がある。ここで、中継装置40-2が、宛先サーバとして200-5を選んだとする。中継装置40-2は、サーバ200-5を宛先とする新規のコネクション接続要求を出す。中継装置40-2は、このパケットを、スイッチ10-2に送る。
 また、この接続要求のパケットの宛先は、サーバ200-5であり、送信元アドレスは、中継装置40-2が持つアドレス(IP-40-2)になる。ここで、必要に応じて、アドレス変換処理部41は、送信元アドレスをクライアントのアドレスに変換することも可能である。この場合、サーバ選択処理部44は、第1のTCP終端部431で得られたクライアントのアドレス情報をアドレス変換テーブルに登録することで、第2のTCP終端部432から送信されるパケットの送信元アドレスをクライアント端末100-1のものに置き換える。
 (10)ステップS310
 スイッチ10-2は、このパケットを受信すると、コントローラ60に転送する。コントローラ60は、中継装置40-2からサーバ200-5までの転送経路を設定する。具体的には、コントローラ60は、中継装置40-2からサーバ200-5までの経路を計算し、その経路を構成するスイッチにフローエントリーを設定する。
 (11)ステップS311
 本例では、コントローラ60は、経路の一つとして、スイッチ10-2、及びスイッチ10-6を通過する経路を選択したとする。コントローラ60は、各スイッチ(スイッチ10-2、及びスイッチ10-6)に対してフローエントリーを設定する。
 (12)ステップS312
 更に、コントローラ60は、保持していたパケットをスイッチ10-2、若しくはスイッチ10-3に対して送信する。本例では、コントローラ60が、保持していたパケットをスイッチ10-2に送信する場合を示した。
 (13)ステップS313
 スイッチ10-2は、送信されてきたパケットを、フローエントリーに従い、スイッチ10-6を経由してサーバ200-5に送る。
 (14)ステップS314
 サーバ200-5は、送信されてきたパケットを受信する。これにより、中継装置40-2は、サーバ200-5との間に転送経路を設定し、クライアント端末100-1からの要求を中継し、サーバ200-5との間でアプリケーションの処理を行う。
 以上により、クライアント端末100-1から「VIP1」で表されるサーバ群への中継処理が実現できる。
 以上の説明では、仮想アドレスが「VIP1」であるとして、宛先としてのサーバ200-1、サーバ200-2、サーバ200-4、サーバ200-5が「VIP1」に含まれるとして説明した。仮想アドレスとサーバ群の対応関係を示す情報は、複数持つことができる。例えば、仮想アドレスが「VIP2」になれば、選択された中継装置40では、「VIP2」宛のパケットを受信処理できるようにアドレス変換テーブル42を設定し、サーバ選択処理部44にVIP2とサーバとの対応を登録しておけば良い。このように、複数の仮想アドレスに対応するアプリケーションスイッチング処理が複数の中継装置の中から選択された中継装置で処理することができる。
 本発明のアプリケーションスイッチシステムは、複数のクライアント端末と複数のサーバとの接続を制御するアプリケーションスイッチシステムであって、1つ以上のスイッチと、プロトコル中継を行う1つ以上の中継装置と、コントローラを備える。スイッチは、アプリケーションスイッチである。コントローラは、スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、中継装置の中継処理の制御を行う手段と、接続先のサーバ選択を行う手段と、クライアントと選択したサーバとの間を結び、1つの中継装置を含む経路を選択し、選択された経路をスイッチ内の経路テーブルに設定する手段と、中継装置がプロトコル中継を行う際に必要となる中継情報を中継装置に設定する手段を備えることを特徴とする。
 また、本発明の他のアプリケーションスイッチシステムは、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御するスイッチと、プロトコル中継を行う中継装置と、コントローラとを含む。コントローラは、スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、中継装置の中継処理の制御を行う手段と、選択されたクライアントから送信されるパケットの宛先アドレスに基づいて、複数のサーバのうち少なくとも1つのサーバを選択し、複数のクライアント端末のうちの1つのクライアントと、選択された少なくとも1つのサーバとの間をそれぞれ結び、中継装置を含むネットワーク経路を選択し、選択された経路をスイッチ内の経路テーブルに設定する手段と、中継装置がプロトコル中継を行う際に用いられる中継情報を、中継装置に設定する手段とを備えることを特徴とする。
 コントローラは、中継装置として、複数の中継装置が存在する場合に、ネットワークの経路上においてサーバに最も近い位置に配備されたものを選択することを特徴とする。
 また、コントローラは、ネットワーク上に複数の中継装置が存在する場合、クライアント端末から複数のサーバまでの共通経路上に存在する2以上の中継装置の中から、中継装置の処理負荷が最も低い中継装置を選択することを特徴とする。
 或いは、コントローラは、中継装置として、複数の中継装置が存在する場合に、ネットワークの経路上においてクライアントに最も近い位置に配備されたものを選択することを特徴とする。
 或いは、コントローラは、中継対象のプロトコルがTCP(Transmission Control Protocol)のとき、クライアントからのコネクションを終端してメッセージを取り出し、メッセージの内容に基づいて、接続要求の宛先アドレスに対応する複数のサーバの中から接続先となる1つのサーバを選択し、選択したサーバに対してTCP接続要求を出して、二つのTCPの中継に必要なヘッダ変換情報を中継装置にハンドオフすることを特徴とする。
 或いは、コントローラは、中継制御部に設定するプロトコル中継を行う際に用いられる中継情報として、パケットの宛先アドレスと中継装置が備えるアドレスとの対応情報をアドレス変換テーブル、若しくはフィルタに設定し、中継制御部が該当パケットを受信処理可能とすることを特徴とする。
 中継装置は、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するパケットのTCPヘッダの変換を行うことを特徴とする。
 また、中継装置は、中継対象のプロトコルがTCPの時、中継するパケットのTCPの終端手段を備える。中継装置は、終端したメッセージの内容に基づいて複数のサーバから1つのサーバを選択する。更に、中継装置は、中継装置と選択したサーバとの間でTCPコネクションを確立し、メッセージ中継することを特徴とする。
 或いは、中継装置は、仮想マシン上で動作するサーバと同一のコンピュータ上のサーバとは異なる仮想マシン上のプログラムとして動作し、プロトコル中継を行い、同一コンピュータ上で中継装置とサーバが通信することを特徴とする。
 以上のように、本発明は、ネットワークトラヒック(通信量)のデータ処理を行う際に、アプリケーションレベルゲートウェイ、プロキシ等の中継処理を広域に分散配備するアプリケーションスイッチシステムに関する。
 本発明のアプリケーションスイッチシステムでは、アプリケーション振り分け判定を行う中継制御手段と、ネットワーク経路を集中管理する経路制御手段と、ネットワーク上に分散配備された1つ以上の中継装置を用いることで、アプリケーションスイッチ処理における中継位置の最適な選択を行うことを特徴とする。
 具体的には、中継制御手段が、アプリケーション振り分け先を判定した後、振り分け先のサーバに最も近い中継装置を選択する。また、経路制御手段が、選択された中継装置までの経路を設定し、中継装置に対してハンドオフ処理を行う。これにより、広域に分散配備された任意のサーバに対する振り分け選択と、その際の最適なネットワーク経路の選択、中継位置の選択を行うことで、ネットワーク経路の最適化を行う。
 すなわち、本発明では、アプリケーションスイッチの判定を行うコントローラとTCPスプライシングによる中継処理を行う中継装置を分離し、分散配備した中継装置のうち、ネットワーク経路を効率良く収容するために最適な中継装置を利用してTCP中継処理を行う。
 本発明によれば、アプリケーションスイッチ処理において、スイッチ判定処理手段と中継位置を分離し、また、ネットワークの経路制御処理と連携させることで、任意の位置にTCPの中継ノードを配備することが可能になり、クライアントとサーバ間のネットワーク経路の最適化を実現する。
 また、本発明のアプリケーションスイッチシステムでは、中継制御手段が、アプリケーション振り分け先の候補を判定し、クライアント端末から振り分け先への共通経路上に存在する複数の中継装置から1つの中継装置を選択し、経路制御手段が中継パケットを前記選択した中継装置への経路設定を行い、中継装置では受信したパケットの宛先判定処理を行い、アプリケーションスイッチを行うことで、分散配備された複数のアプリケーションスイッチに対して予め処理割り当てを決めることなく、最適な位置に存在するスイッチを選択し、ネットワーク経路の最適化を実現する。
 以上、本発明の実施形態を詳述してきたが、実際には、上記の実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の変更があっても本発明に含まれる。
 なお、本出願は、日本出願番号2009-023112及び日本出願番号2009-140082に基づく優先権を主張するものであり、日本出願番号2009-023112及び日本出願番号2009-140082における開示内容は引用により本出願に組み込まれる。

Claims (33)

  1.  ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御するスイッチと、
     プロトコル中継を行う中継装置と、
     コントローラと
    を含み、
     前記コントローラは、
     前記スイッチ内の転送先を決定する経路テーブルを集中制御する手段と、
     前記中継装置の中継処理の制御を行う手段と、
     前記複数のサーバのうち接続先となるサーバの選択を行う手段と、
     前記複数のクライアント端末のうちの1つのクライアント端末と前記選択されたサーバとの間を結び、前記中継装置を含む経路を選択し、前記選択された経路を前記スイッチ内の経路テーブルに設定する手段と、
     前記中継装置がプロトコル中継を行う際に用いられる中継情報を、前記中継装置に設定する手段と
    を具備する
     アプリケーションスイッチシステム。
  2.  請求項1に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     前記ネットワーク上に複数の中継装置が存在する場合、前記ネットワークの経路上において接続先となるサーバに最も近い位置に配備された中継装置を選択する手段
    を更に具備する
     アプリケーションスイッチシステム。
  3.  請求項1に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     前記ネットワーク上に複数の中継装置が存在する場合、前記ネットワークの経路上において接続元のクライアント端末に最も近い位置に配備された中継装置を選択する手段
    を更に具備する
     アプリケーションスイッチシステム。
  4.  請求項1に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     アプリケーション振り分け判定を行う手段と、
     前記複数のサーバのうち振り分け先となるサーバに最も近い位置に配備された中継装置を選択し、前記選択された中継装置を含む経路を選択する手段と、
     前記選択された中継装置に対してハンドオフ処理を行う手段
    を更に具備する
     アプリケーションスイッチシステム。
  5.  請求項1に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     前記複数のクライアント端末のうちの1つのクライアント端末から送信されるパケットの宛先アドレスに基づいて、前記複数のサーバのうち少なくとも1つのサーバを選択する手段と、
     前記複数のクライアント端末のうちの1つのクライアント端末と、前記選択された少なくとも1つのサーバとの間をそれぞれ結び、前記中継装置を含むネットワーク経路を選択し、前記選択された経路を前記スイッチ内の経路テーブルに設定する手段と
    を更に具備する
     アプリケーションスイッチシステム。
  6.  請求項5に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     前記ネットワーク上に複数の中継装置が存在する場合、前記複数のクライアント端末のうちの1つのクライアント端末から前記選択された少なくとも1つのサーバまでの共通経路上に存在する複数の中継装置の中から、処理負荷が最も低い中継装置を前記中継装置として選択する手段
    を更に具備する
     アプリケーションスイッチシステム。
  7.  請求項5又は6に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     中継対象のプロトコルがTCP(Transmission Control Protocol)の時、クライアントからのコネクションを終端してメッセージを取り出し、メッセージの内容に基づいて、接続要求の宛先アドレスに対応する複数のサーバの中から接続先となる1つのサーバを選択する手段と、
     前記選択された1つのサーバに対してTCP接続要求を出して、複数のTCPのパケットの中継に用いられるヘッダ変換情報を前記中継装置にハンドオフする手段と
    を更に具備する
     アプリケーションスイッチシステム。
  8.  請求項5乃至7のいずれか一項に記載のアプリケーションスイッチシステムであって、
     前記コントローラは、
     前記プロトコル中継を行う際に用いられる中継情報として、パケットの宛先アドレスと前記中継装置が持つアドレスとの対応情報を設定するためのアドレス変換テーブルと、
     パケットを受信した際に、前記アドレス変換テーブルを参照し、前記受信されたパケットの宛先アドレスと前記中継装置が持つアドレスとを変換する手段と
    を更に具備する
     アプリケーションスイッチシステム。
  9.  請求項1乃至8のいずれか一項に記載のアプリケーションスイッチシステムであって、
     前記中継装置は、
     中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するパケットのTCPヘッダの変換を行う手段
    を具備する
     アプリケーションスイッチシステム。
  10.  請求項5又は6に記載のアプリケーションスイッチシステムであって、
     前記中継装置は、
     中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するメッセージのTCPの終端を行う手段と、
     前記終端されたメッセージの内容に基づいて前記複数のサーバから1つのサーバを選択する手段と、
     前記選択されたサーバとの間でTCPコネクションを確立する手段と、
     前記選択されたサーバとの間で前記終端されたメッセージを中継する手段と
    を具備する
     アプリケーションスイッチシステム。
  11.  請求項1乃至10のいずれか一項に記載のアプリケーションスイッチシステムであって、
     前記複数のサーバ、前記スイッチ、及び前記中継装置は、コンピュータ上の仮想マシンである
     アプリケーションスイッチシステム。
  12.  請求項1乃至11のいずれか一項に記載のアプリケーションスイッチシステムで使用されるコントローラ。
  13.  スイッチにより、ネットワーク上に存在する複数のクライアント端末と複数のサーバとの接続を制御し、
     中継装置により、プロトコル中継を行い、
     コントローラにより、前記スイッチ内の転送先を決定する経路テーブルを集中制御し、
     前記コントローラにより、前記中継装置の中継処理の制御を行い、
     前記コントローラにより、前記複数のサーバのうち接続先となるサーバの選択を行い、
     前記コントローラにより、前記複数のクライアント端末のうちの1つのクライアント端末と前記選択されたサーバとの間を結び、前記中継装置を含む経路を選択し、
     前記コントローラにより、前記選択された経路を前記スイッチ内の経路テーブルに設定し、
     前記コントローラにより、前記中継装置がプロトコル中継を行う際に用いられる中継情報を、前記中継装置に設定する
     アプリケーションスイッチ方法。
  14.  請求項13に記載のアプリケーションスイッチ方法であって、
     前記ネットワーク上に複数の中継装置が存在する場合、前記コントローラにより、前記ネットワークの経路上において接続先となるサーバに最も近い位置に配備された中継装置を選択する
     アプリケーションスイッチ方法。
  15.  請求項13に記載のアプリケーションスイッチ方法であって、
     前記ネットワーク上に複数の中継装置が存在する場合、前記コントローラにより、前記ネットワークの経路上において接続元のクライアント端末に最も近い位置に配備された中継装置を選択する
     アプリケーションスイッチ方法。
  16.  請求項13に記載のアプリケーションスイッチ方法であって、
     前記コントローラにより、アプリケーション振り分け判定を行い、
     前記コントローラにより、前記複数のサーバのうち振り分け先となるサーバに最も近い位置に配備された中継装置を選択し、
     前記コントローラにより、前記選択された中継装置を含む経路を選択し、
     前記コントローラにより、前記選択された中継装置に対してハンドオフ処理を行う
     アプリケーションスイッチ方法。
  17.  請求項13に記載のアプリケーションスイッチ方法であって、
     前記コントローラにより、前記複数のクライアント端末のうちの1つのクライアント端末から送信されるパケットの宛先アドレスに基づいて、前記複数のサーバのうち少なくとも1つのサーバを選択し、
     前記コントローラにより、前記複数のクライアント端末のうちの1つのクライアント端末と、前記選択された少なくとも1つのサーバとの間をそれぞれ結び、前記中継装置を含むネットワーク経路を選択し、前記選択された経路を前記スイッチ内の経路テーブルに設定する
     アプリケーションスイッチ方法。
  18.  請求項17に記載のアプリケーションスイッチ方法であって、
     前記コントローラにより、前記ネットワーク上に複数の中継装置が存在する場合、前記複数のクライアント端末のうちの1つのクライアント端末から前記選択された少なくとも1つのサーバまでの共通経路上に存在する複数の中継装置の中から、処理負荷が最も低い中継装置を前記中継装置として選択する
     アプリケーションスイッチ方法。
  19.  請求項17又は18に記載のアプリケーションスイッチ方法であって、
     前記コントローラにより、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、クライアントからのコネクションを終端してメッセージを取り出し、メッセージの内容に基づいて、接続要求の宛先アドレスに対応する複数のサーバの中から接続先となる1つのサーバを選択し、
     前記コントローラにより、前記選択された1つのサーバに対してTCP接続要求を出して、複数のTCPのパケットの中継に用いられるヘッダ変換情報を前記中継装置にハンドオフする
     アプリケーションスイッチ方法。
  20.  請求項17乃至19のいずれか一項に記載のアプリケーションスイッチ方法であって、
     前記コントローラにより、前記プロトコル中継を行う際に用いられる中継情報として、パケットの宛先アドレスと前記中継装置が持つアドレスとの対応情報をアドレス変換テーブルに設定し、
     前記コントローラにより、パケットを受信した際に、前記アドレス変換テーブルを参照し、前記受信されたパケットの宛先アドレスと前記中継装置が持つアドレスとを変換する
     アプリケーションスイッチ方法。
  21.  請求項13乃至20のいずれか一項に記載のアプリケーションスイッチ方法であって、
     前記中継装置により、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するパケットのTCPヘッダの変換を行う
     アプリケーションスイッチ方法。
  22.  請求項17又は18に記載のアプリケーションスイッチ方法であって、
     前記中継装置により、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するメッセージのTCPの終端を行い、
     前記中継装置により、前記終端されたメッセージの内容に基づいて前記複数のサーバから1つのサーバを選択し、
     前記中継装置により、前記選択されたサーバとの間でTCPコネクションを確立し、
     前記中継装置により、前記選択されたサーバとの間で前記終端されたメッセージを中継する
     アプリケーションスイッチ方法。
  23.  請求項13乃至22のいずれか一項に記載のアプリケーションスイッチ方法であって、
     前記複数のサーバ、前記スイッチ、及び前記中継装置を、コンピュータ上の仮想マシンのアプリケーションとして実現し、
     前記スイッチと前記中継装置との間を、前記コンピュータの内部ネットワークを介して接続する
     アプリケーションスイッチ方法。
  24.  複数のサーバ、スイッチ、及び中継装置を、コンピュータ上の仮想マシンのアプリケーションとして動作させるステップと、
     前記スイッチにより、ネットワーク上に存在する複数のクライアント端末と前記複数のサーバとの接続を制御するステップと、
     前記中継装置により、プロトコル中継を行うステップと、
     前記スイッチ内の転送先を決定する経路テーブルを集中制御するステップと、
     前記中継装置の中継処理の制御を行うステップと、
     前記複数のサーバのうち接続先となるサーバの選択を行うステップと、
     前記複数のクライアント端末のうちの1つのクライアント端末と前記選択されたサーバとの間を結び、前記中継装置を含む経路を選択するステップと、
     前記選択された経路を前記スイッチ内の経路テーブルに設定するステップと、
     前記中継装置がプロトコル中継を行う際に用いられる中継情報を、前記中継装置に設定するステップと
    をコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  25.  請求項24に記載の記憶媒体であって、
     前記ネットワーク上に複数の中継装置が存在する場合、前記ネットワークの経路上において接続先となるサーバに最も近い位置に配備された中継装置を選択するステップ
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  26.  請求項24に記載の記憶媒体であって、
     前記ネットワーク上に複数の中継装置が存在する場合、前記ネットワークの経路上において接続元のクライアント端末に最も近い位置に配備された中継装置を選択するステップ
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  27.  請求項24に記載の記憶媒体であって、
     アプリケーション振り分け判定を行うステップと、
     前記複数のサーバのうち振り分け先となるサーバに最も近い位置に配備された中継装置を選択するステップと、
     前記選択された中継装置を含む経路を選択するステップと、
     前記選択された中継装置に対してハンドオフ処理を行うステップと
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  28.  請求項24に記載の記憶媒体であって、
     前記コントローラにより、前記複数のクライアント端末のうちの1つのクライアント端末から送信されるパケットの宛先アドレスに基づいて、前記複数のサーバのうち少なくとも1つのサーバを選択するステップと、
     前記コントローラにより、前記複数のクライアント端末のうちの1つのクライアント端末と、前記選択された少なくとも1つのサーバとの間をそれぞれ結び、前記中継装置を含むネットワーク経路を選択し、前記選択された経路を前記スイッチ内の経路テーブルに設定するステップと
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  29.  請求項28に記載の記憶媒体であって、
     前記コントローラにより、前記ネットワーク上に複数の中継装置が存在する場合、前記複数のクライアント端末のうちの1つのクライアント端末から前記選択された少なくとも1つのサーバまでの共通経路上に存在する複数の中継装置の中から、処理負荷が最も低い中継装置を前記中継装置として選択するステップ
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  30.  請求項28又は29に記載の記憶媒体であって、
     前記コントローラにより、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、クライアントからのコネクションを終端してメッセージを取り出し、メッセージの内容に基づいて、接続要求の宛先アドレスに対応する複数のサーバの中から接続先となる1つのサーバを選択するステップと、
     前記選択された1つのサーバに対してTCP接続要求を出して、複数のTCPのパケットの中継に用いられるヘッダ変換情報を前記中継装置にハンドオフするステップと
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  31.  請求項28乃至30のいずれか一項に記載の記憶媒体であって、
     前記コントローラにより、前記プロトコル中継を行う際に用いられる中継情報として、パケットの宛先アドレスと前記中継装置が持つアドレスとの対応情報をアドレス変換テーブルに設定するステップと、
     前記コントローラにより、パケットを受信した際に、前記アドレス変換テーブルを参照し、前記受信されたパケットの宛先アドレスと前記中継装置が持つアドレスとを変換するステップと
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  32.  請求項24乃至31のいずれか一項に記載の記憶媒体であって、
     前記中継装置により、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するパケットのTCPヘッダの変換を行うステップ
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
  33.  請求項28又は29に記載の記憶媒体であって、
     前記中継装置により、中継対象のプロトコルがTCP(Transmission Control Protocol)の時、中継するメッセージのTCPの終端を行うステップと、
     前記中継装置により、前記終端されたメッセージの内容に基づいて前記複数のサーバから1つのサーバを選択するステップと、
     前記中継装置により、前記選択されたサーバとの間でTCPコネクションを確立するステップと、
     前記中継装置により、前記選択されたサーバとの間で前記終端されたメッセージを中継するステップと
    を更にコンピュータに実行させるためのプログラムを格納した
     記憶媒体。
PCT/JP2010/051424 2009-02-03 2010-02-02 アプリケーションスイッチシステム、及びアプリケーションスイッチ方法 Ceased WO2010090182A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2010549471A JP5561173B2 (ja) 2009-02-03 2010-02-02 アプリケーションスイッチシステム、及びアプリケーションスイッチ方法
CN201080006568.4A CN102308534A (zh) 2009-02-03 2010-02-02 应用交换机系统和应用交换机方法
EP10738514A EP2395712A4 (en) 2009-02-03 2010-02-02 APPLICATION SWITCHING SYSTEM AND APPLICATION SWITCHING METHOD
US13/196,579 US8930552B2 (en) 2009-02-03 2011-08-02 Application switch system and application switch method

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2009-023112 2009-02-03
JP2009023112 2009-02-03
JP2009-140082 2009-06-11
JP2009140082 2009-06-11

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/196,579 Continuation US8930552B2 (en) 2009-02-03 2011-08-02 Application switch system and application switch method

Publications (1)

Publication Number Publication Date
WO2010090182A1 true WO2010090182A1 (ja) 2010-08-12

Family

ID=42542076

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2010/051424 Ceased WO2010090182A1 (ja) 2009-02-03 2010-02-02 アプリケーションスイッチシステム、及びアプリケーションスイッチ方法

Country Status (5)

Country Link
US (1) US8930552B2 (ja)
EP (1) EP2395712A4 (ja)
JP (1) JP5561173B2 (ja)
CN (1) CN102308534A (ja)
WO (1) WO2010090182A1 (ja)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012033117A1 (ja) * 2010-09-09 2012-03-15 日本電気株式会社 ネットワークシステム、及びネットワーク管理方法
WO2012039176A1 (en) * 2010-09-22 2012-03-29 Nec Corporation A control apparatus, a communication system, a communication method and a recording medium having recorded thereon a communication program
WO2012101890A1 (ja) * 2011-01-26 2012-08-02 日本電気株式会社 ネットワークシステム、制御装置、及び最適経路制御方法
JP2012186649A (ja) * 2011-03-04 2012-09-27 Nec Corp 通信切替システム、通信切替方法、及びプログラム
JP2012195807A (ja) * 2011-03-17 2012-10-11 Nec Corp 制御サーバ、通信システム、制御方法およびプログラム
WO2012169164A1 (en) 2011-06-06 2012-12-13 Nec Corporation Communication system, control device, and processing rule setting method and program
CN102959908A (zh) * 2010-11-22 2013-03-06 日本电气株式会社 用于控制分组流的转发路径的通信系统、通信设备、控制器和方法以及程序
CN103250449A (zh) * 2010-12-02 2013-08-14 日本电气株式会社 通信系统、控制设备、通信方法和程序
JP2013175996A (ja) * 2012-02-27 2013-09-05 Hitachi Ltd 管理計算機、転送経路管理方法及び計算機システム
CN103380600A (zh) * 2011-02-17 2013-10-30 日本电气株式会社 网络系统和网络流跟踪方法
JP2014039141A (ja) * 2012-08-15 2014-02-27 Nec Corp アプリケーション通信制御システムおよびアプリケーション通信制御方法
JP2014507820A (ja) * 2011-01-28 2014-03-27 日本電気株式会社 通信システム、制御情報中継装置、制御装置、制御情報の送信方法およびプログラム
EP2637363A4 (en) * 2010-11-01 2014-06-25 Nec Corp COMMUNICATION SYSTEM, CONTROL DEVICE, METHOD FOR CONTROLLING A PACKET TRANSFER PATH AND PROGRAM THEREFOR
JP2014135662A (ja) * 2013-01-11 2014-07-24 Fujitsu Ltd 転送プログラム,転送装置,転送方法
JP2014233091A (ja) * 2010-12-01 2014-12-11 日本電気株式会社 通信システム、制御装置、通信方法及びプログラム
JP2015053610A (ja) * 2013-09-06 2015-03-19 エヌ・ティ・ティ・コミュニケーションズ株式会社 接続制御装置、中継装置、接続制御方法、及びプログラム
CN104702502A (zh) * 2013-12-09 2015-06-10 中兴通讯股份有限公司 网络路径计算方法及装置
JP2015519025A (ja) * 2012-10-03 2015-07-06 エヌイーシー ラボラトリーズ アメリカ インクNEC Laboratories America, Inc. 低レイテンシの一方向バイパス通信を伴うソフトウェア定義ネットワーキング(software−definednetworking)のためのジェネリック集中化アーキテクチャ
JP2015146598A (ja) * 2011-11-15 2015-08-13 ニシラ, インコーポレイテッド ミドルボックスを備えるネットワークのアーキテクチャ
JP2015156697A (ja) * 2010-09-08 2015-08-27 日本電気株式会社 スイッチシステム、スイッチ制御方法、及び記憶媒体
JP2015231059A (ja) * 2014-06-03 2015-12-21 富士通株式会社 経路設定装置及び経路設定方法
EP2652914A4 (en) * 2010-12-17 2016-09-28 Big Switch Networks Inc METHOD FOR CONFIGURING NETWORK SWITCHES
JPWO2017073050A1 (ja) * 2015-10-28 2018-08-16 日本電気株式会社 サーバ端末装置、クライアント端末装置、シンクライアントシステム、制御方法およびプログラム記録媒体
JP2021103895A (ja) * 2014-06-30 2021-07-15 シーエフピーエイチ, エル.エル.シー. 金融ネットワーク
US12541385B2 (en) 2015-04-15 2026-02-03 VMware LLC Firewalls in logical networks

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6045505B2 (ja) 2010-12-09 2016-12-14 アイピー レザボア, エルエルシー.IP Reservoir, LLC. 金融市場における注文を管理する方法および装置
CN102130910B (zh) * 2011-02-28 2015-04-29 华为技术有限公司 Tcp代理插入和卸载方法及业务网关设备
US10116709B1 (en) 2011-08-22 2018-10-30 Star2Star Communications, LLC Systems and methods for optimizing application data delivery over third party networks
US9106511B1 (en) 2011-08-22 2015-08-11 Star2Star Communications, LLC Systems and methods for optimizing application data delivery over third party networks
US10230679B1 (en) 2011-08-22 2019-03-12 Star2Star Communications, LLC Systems and methods for optimizing application data delivery over third party networks
CN103975561B (zh) * 2011-12-02 2017-02-22 华为技术有限公司 发送消息的方法、接收消息方法、开放流控制器及第一开放流交换机
EP2787694B1 (en) 2011-12-02 2016-06-15 Huawei Technologies Co., Ltd. Message sending method, message receiving method, openflow controller, and first openflow switch
US9990393B2 (en) 2012-03-27 2018-06-05 Ip Reservoir, Llc Intelligent feed switch
US10650452B2 (en) 2012-03-27 2020-05-12 Ip Reservoir, Llc Offload processing of data packets
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
KR20150075118A (ko) * 2012-04-27 2015-07-02 닛본 덴끼 가부시끼가이샤 통신 시스템 및 경로 제어 방법
US20140070955A1 (en) * 2012-09-11 2014-03-13 Derek Brener System and method for sending a visual notification from a stage performer to an audio engineer
EP2896167A4 (en) * 2012-09-13 2016-06-22 Nec Corp CONTROL DEVICE, CONTROL METHOD, COMMUNICATION SYSTEM AND PROGRAM
US9178715B2 (en) 2012-10-01 2015-11-03 International Business Machines Corporation Providing services to virtual overlay network traffic
CN102932376B (zh) * 2012-11-26 2015-06-17 北京神州绿盟信息安全科技股份有限公司 文件传输系统与方法
JP5967222B2 (ja) * 2012-12-19 2016-08-10 日本電気株式会社 パケット処理装置、フローエントリの配置方法及びプログラム
US9407557B2 (en) * 2012-12-22 2016-08-02 Edgewater Networks, Inc. Methods and systems to split equipment control between local and remote processing units
US9203748B2 (en) 2012-12-24 2015-12-01 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
CN103051629B (zh) * 2012-12-24 2017-02-08 华为技术有限公司 一种基于软件定义网络中数据处理的系统、方法和节点
US9571610B2 (en) * 2013-03-15 2017-02-14 International Business Machines Corporation Dynamic port type detection
US10027586B2 (en) * 2013-03-15 2018-07-17 Star2Star Communications, LLC Network address family translation method and system
US9942166B2 (en) * 2013-04-05 2018-04-10 Sony Corporation Relay management apparatus, relay management method, program, and relay management system
US9674315B2 (en) * 2013-05-07 2017-06-06 Futurewei Technologies, Inc. Methods for dynamically binding header field identifiers in a network control protocol
US9882733B2 (en) 2013-06-14 2018-01-30 Telefonaktiebolaget Lm Ericsson (Publ) Migrating eMBMS into a cloud computing system
CN104838624B (zh) * 2013-11-22 2017-12-08 华为技术有限公司 一种控制业务数据在虚拟网络中转发的方法、装置及系统
US9397883B2 (en) * 2013-12-23 2016-07-19 Red Hat Israel, Ltd. Modifying network settings of an unreachable host
JP6507572B2 (ja) * 2014-10-31 2019-05-08 富士通株式会社 管理サーバの経路制御方法、および管理サーバ
CN104580472B (zh) * 2015-01-09 2018-04-06 新华三技术有限公司 流表项处理方法以及装置
US10412040B2 (en) * 2015-02-06 2019-09-10 Google Llc Systems and methods for direct dispatching of mobile messages
US20160285970A1 (en) * 2015-03-27 2016-09-29 International Business Machines Corporation Network communication between virtual machine applications via direct memory access
JP5975135B1 (ja) 2015-03-31 2016-08-23 ダイキン工業株式会社 制御システム
US10476980B2 (en) * 2015-08-07 2019-11-12 Dell Products L.P. Remote socket splicing system
US10263951B2 (en) 2017-01-09 2019-04-16 Star2Star Communications, LLC Network address family translation method and system
US20250247299A1 (en) * 2024-01-25 2025-07-31 Mellanox Technologies, Ltd. System for optimized data communication in hierarchical networks

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5941988A (en) 1997-01-27 1999-08-24 International Business Machines Corporation Session and transport layer proxies via TCP glue
US20030101273A1 (en) * 2001-11-29 2003-05-29 International Business Machines Corporation System and method for knowledgeable node initiated TCP splicing
JP2003304293A (ja) * 2002-04-10 2003-10-24 Hitachi Ltd パケット中継装置
US20060130064A1 (en) 2002-03-19 2006-06-15 Srivastava Sunil K Method providing server affinity and client stickiness in a server load balancing device without TCP termination and without keeping flow states

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006264A (en) 1997-08-01 1999-12-21 Arrowpoint Communications, Inc. Method and system for directing a flow between a client and a server
JP2000316025A (ja) * 1999-03-03 2000-11-14 Hitachi Ltd 通信品質保証型ネットワークシステム
JP3391291B2 (ja) * 1999-03-30 2003-03-31 日本電気株式会社 光波ネットワークデータ通信方式
JP2001111619A (ja) * 1999-10-12 2001-04-20 Sony Corp 送信装置、通信システム及びその通信方法
US6788696B2 (en) * 2000-03-10 2004-09-07 Nortel Networks Limited Transparent QoS using VC-merge capable access modules
AU6771901A (en) * 2000-07-05 2002-01-14 Ernst And Young Llp Method and apparatus for providing computer services
JP3578209B2 (ja) * 2000-11-20 2004-10-20 日本電気株式会社 QoSサーバ及びリソース割当て制御方法
US6944678B2 (en) * 2001-06-18 2005-09-13 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
US20030002863A1 (en) 2001-07-02 2003-01-02 Sony Corporation System and method for presenting updated DVD information screen
US7043632B2 (en) * 2001-12-12 2006-05-09 Nortel Networks Limited End-to-end security in data networks
US20030149755A1 (en) * 2002-02-06 2003-08-07 Emek Sadot Client-controlled load balancer
US7512702B1 (en) * 2002-03-19 2009-03-31 Cisco Technology, Inc. Method and apparatus providing highly scalable server load balancing
JP2004140539A (ja) * 2002-10-17 2004-05-13 Hitachi Ltd 情報ルーティング方式および情報中継装置
CN100346605C (zh) * 2003-06-26 2007-10-31 华为技术有限公司 一种组播源控制的方法和系统
JP4284199B2 (ja) * 2004-01-26 2009-06-24 株式会社日立コミュニケーションテクノロジー 光クロスコネクト装置及び網管理装置
EP1840748A4 (en) * 2004-12-20 2012-08-22 Fujitsu Ltd RELAY PROGRAM, COMMUNICATION PROGRAM AND FIREWALL SYSTEM
US7788378B2 (en) * 2005-04-22 2010-08-31 Microsoft Corporation Apparatus and method for community relay node discovery
US7802000B1 (en) * 2005-08-01 2010-09-21 Vmware Virtual network in server farm
JP4966603B2 (ja) * 2006-02-08 2012-07-04 株式会社エヌ・ティ・ティ・ドコモ 移動端末、無線通信システム及び移動端末の制御方法
US20080235382A1 (en) * 2007-01-22 2008-09-25 The Regents Of The University Of Colorado Fault tolerant tcp splice systems and methods
US8081610B2 (en) * 2007-05-09 2011-12-20 Vlad Stirbu Modifying remote service discovery based on presence

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5941988A (en) 1997-01-27 1999-08-24 International Business Machines Corporation Session and transport layer proxies via TCP glue
US20030101273A1 (en) * 2001-11-29 2003-05-29 International Business Machines Corporation System and method for knowledgeable node initiated TCP splicing
US7000027B2 (en) 2001-11-29 2006-02-14 International Business Machines Corporation System and method for knowledgeable node initiated TCP splicing
US20060130064A1 (en) 2002-03-19 2006-06-15 Srivastava Sunil K Method providing server affinity and client stickiness in a server load balancing device without TCP termination and without keeping flow states
JP2003304293A (ja) * 2002-04-10 2003-10-24 Hitachi Ltd パケット中継装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2395712A4

Cited By (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9577931B2 (en) 2010-09-08 2017-02-21 Nec Corporation Switching system, switching control system, and storage medium
JP2015156697A (ja) * 2010-09-08 2015-08-27 日本電気株式会社 スイッチシステム、スイッチ制御方法、及び記憶媒体
CN104780070A (zh) * 2010-09-09 2015-07-15 日本电气株式会社 网络系统和网络管理方法
CN103081409B (zh) * 2010-09-09 2015-07-08 日本电气株式会社 网络系统和网络管理方法
US9313088B2 (en) 2010-09-09 2016-04-12 Nec Corporation Network system and network managing method
CN104780070B (zh) * 2010-09-09 2018-04-24 日本电气株式会社 网络系统和网络管理方法
TWI472187B (zh) * 2010-09-09 2015-02-01 Nec Corp 網路系統、控制器、網路管理方法、儲存媒體、通信系統及通信方法
CN103081409A (zh) * 2010-09-09 2013-05-01 日本电气株式会社 网络系统和网络管理方法
JP5652475B2 (ja) * 2010-09-09 2015-01-14 日本電気株式会社 ネットワークシステム、及びネットワーク管理方法
KR101464900B1 (ko) * 2010-09-09 2014-11-24 닛본 덴끼 가부시끼가이샤 네트워크 시스템 및 네트워크 관리 방법
WO2012033117A1 (ja) * 2010-09-09 2012-03-15 日本電気株式会社 ネットワークシステム、及びネットワーク管理方法
CN103119897A (zh) * 2010-09-22 2013-05-22 日本电气株式会社 控制装置、通信系统、通信方法和其上记录有通信程序的记录介质
CN103119897B (zh) * 2010-09-22 2016-05-25 日本电气株式会社 控制装置、通信系统、通信方法和其上记录有通信程序的记录介质
EP2619953A4 (en) * 2010-09-22 2016-12-07 Nec Corp CONTROL DEVICE, COMMUNICATION SYSTEM, COMMUNICATION METHOD AND RECORDING MEDIUM WITH A COMMUNICATION PROGRAM RECORDED THEREOF
JP2013541235A (ja) * 2010-09-22 2013-11-07 日本電気株式会社 制御装置、通信システム、通信方法、および通信プログラムを記録する記録媒体
WO2012039176A1 (en) * 2010-09-22 2012-03-29 Nec Corporation A control apparatus, a communication system, a communication method and a recording medium having recorded thereon a communication program
EP2637363A4 (en) * 2010-11-01 2014-06-25 Nec Corp COMMUNICATION SYSTEM, CONTROL DEVICE, METHOD FOR CONTROLLING A PACKET TRANSFER PATH AND PROGRAM THEREFOR
EP3297212A1 (en) * 2010-11-01 2018-03-21 NEC Corporation Communication system, control apparatus, packet forwarding path control method, and program
CN102959908A (zh) * 2010-11-22 2013-03-06 日本电气株式会社 用于控制分组流的转发路径的通信系统、通信设备、控制器和方法以及程序
CN102959908B (zh) * 2010-11-22 2016-04-20 日本电气株式会社 用于控制分组流的转发路径的通信系统、通信设备、控制器和方法以及程序
US8842674B2 (en) 2010-11-22 2014-09-23 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
US8842673B2 (en) 2010-11-22 2014-09-23 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
JP2013522934A (ja) * 2010-11-22 2013-06-13 日本電気株式会社 通信システム、通信装置、制御装置、パケットフローの転送経路の制御方法及びプログラム
US9497118B2 (en) 2010-11-22 2016-11-15 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
US9231868B2 (en) 2010-11-22 2016-01-05 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
US11134012B2 (en) 2010-11-22 2021-09-28 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
CN105657773A (zh) * 2010-11-22 2016-06-08 日本电气株式会社 通信系统、通信设备、控制器和方法
US10541920B2 (en) 2010-11-22 2020-01-21 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
US9203754B2 (en) 2010-11-22 2015-12-01 Nec Corporation Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
JP2014233091A (ja) * 2010-12-01 2014-12-11 日本電気株式会社 通信システム、制御装置、通信方法及びプログラム
US10164862B2 (en) 2010-12-02 2018-12-25 Nec Corporation Communication system, control device, communication method and program
CN103250449A (zh) * 2010-12-02 2013-08-14 日本电气株式会社 通信系统、控制设备、通信方法和程序
EP2647165A4 (en) * 2010-12-02 2016-10-19 Nec Corp COMMUNICATION SYSTEM, CONTROL DEVICE, COMMUNICATION PROCESS AND PROGRAM
EP2652914A4 (en) * 2010-12-17 2016-09-28 Big Switch Networks Inc METHOD FOR CONFIGURING NETWORK SWITCHES
JPWO2012101890A1 (ja) * 2011-01-26 2014-06-30 日本電気株式会社 ネットワークシステム、制御装置、及び最適経路制御方法
WO2012101890A1 (ja) * 2011-01-26 2012-08-02 日本電気株式会社 ネットワークシステム、制御装置、及び最適経路制御方法
CN103348635B (zh) * 2011-01-26 2016-08-10 日本电气株式会社 网络系统、控制单元和最优路由控制方法
CN103348635A (zh) * 2011-01-26 2013-10-09 日本电气株式会社 网络系统、控制单元和最优路由控制方法
EP2670093A4 (en) * 2011-01-26 2017-02-08 Nec Corporation Network system, control device and optimum path control method
JP2014507820A (ja) * 2011-01-28 2014-03-27 日本電気株式会社 通信システム、制御情報中継装置、制御装置、制御情報の送信方法およびプログラム
US9560177B2 (en) 2011-02-17 2017-01-31 Nec Corporation Network system and network flow tracing method
US9313128B2 (en) 2011-02-17 2016-04-12 Nec Corporation Network system and network flow tracing method
CN103380600A (zh) * 2011-02-17 2013-10-30 日本电气株式会社 网络系统和网络流跟踪方法
JP2012186649A (ja) * 2011-03-04 2012-09-27 Nec Corp 通信切替システム、通信切替方法、及びプログラム
JP2012195807A (ja) * 2011-03-17 2012-10-11 Nec Corp 制御サーバ、通信システム、制御方法およびプログラム
EP2719130A4 (en) * 2011-06-06 2015-04-15 Nec Corp COMMUNICATION SYSTEM, CONTROL DEVICE AND METHOD AND PROGRAM FOR SETTING PROCESSING RULES
WO2012169164A1 (en) 2011-06-06 2012-12-13 Nec Corporation Communication system, control device, and processing rule setting method and program
US10089127B2 (en) 2011-11-15 2018-10-02 Nicira, Inc. Control plane interface for logical middlebox services
US10235199B2 (en) 2011-11-15 2019-03-19 Nicira, Inc. Migrating middlebox state for distributed middleboxes
US11372671B2 (en) 2011-11-15 2022-06-28 Nicira, Inc. Architecture of networks with middleboxes
JP2015146598A (ja) * 2011-11-15 2015-08-13 ニシラ, インコーポレイテッド ミドルボックスを備えるネットワークのアーキテクチャ
US11740923B2 (en) 2011-11-15 2023-08-29 Nicira, Inc. Architecture of networks with middleboxes
US12141599B2 (en) 2011-11-15 2024-11-12 Nicira, Inc. Architecture of networks with middleboxes
US12093719B2 (en) 2011-11-15 2024-09-17 Nicira, Inc. Network control system for configuring middleboxes
US10977067B2 (en) 2011-11-15 2021-04-13 Nicira, Inc. Control plane interface for logical middlebox services
US10191763B2 (en) 2011-11-15 2019-01-29 Nicira, Inc. Architecture of networks with middleboxes
US11593148B2 (en) 2011-11-15 2023-02-28 Nicira, Inc. Network control system for configuring middleboxes
US10310886B2 (en) 2011-11-15 2019-06-04 Nicira, Inc. Network control system for configuring middleboxes
US10949248B2 (en) 2011-11-15 2021-03-16 Nicira, Inc. Load balancing and destination network address translation middleboxes
US10884780B2 (en) 2011-11-15 2021-01-05 Nicira, Inc. Architecture of networks with middleboxes
US10922124B2 (en) 2011-11-15 2021-02-16 Nicira, Inc. Network control system for configuring middleboxes
JP2013175996A (ja) * 2012-02-27 2013-09-05 Hitachi Ltd 管理計算機、転送経路管理方法及び計算機システム
JP2014039141A (ja) * 2012-08-15 2014-02-27 Nec Corp アプリケーション通信制御システムおよびアプリケーション通信制御方法
JP2015519025A (ja) * 2012-10-03 2015-07-06 エヌイーシー ラボラトリーズ アメリカ インクNEC Laboratories America, Inc. 低レイテンシの一方向バイパス通信を伴うソフトウェア定義ネットワーキング(software−definednetworking)のためのジェネリック集中化アーキテクチャ
JP2014135662A (ja) * 2013-01-11 2014-07-24 Fujitsu Ltd 転送プログラム,転送装置,転送方法
JP2015053610A (ja) * 2013-09-06 2015-03-19 エヌ・ティ・ティ・コミュニケーションズ株式会社 接続制御装置、中継装置、接続制御方法、及びプログラム
CN104702502A (zh) * 2013-12-09 2015-06-10 中兴通讯股份有限公司 网络路径计算方法及装置
JP2015231059A (ja) * 2014-06-03 2015-12-21 富士通株式会社 経路設定装置及び経路設定方法
JP2022169725A (ja) * 2014-06-30 2022-11-09 シーエフピーエイチ, エル.エル.シー. 金融ネットワーク
JP7133675B2 (ja) 2014-06-30 2022-09-08 シーエフピーエイチ, エル.エル.シー. 金融ネットワーク
JP2021103895A (ja) * 2014-06-30 2021-07-15 シーエフピーエイチ, エル.エル.シー. 金融ネットワーク
JP7414914B2 (ja) 2014-06-30 2024-01-16 シーエフピーエイチ, エル.エル.シー. 金融ネットワーク
US12541385B2 (en) 2015-04-15 2026-02-03 VMware LLC Firewalls in logical networks
JPWO2017073050A1 (ja) * 2015-10-28 2018-08-16 日本電気株式会社 サーバ端末装置、クライアント端末装置、シンクライアントシステム、制御方法およびプログラム記録媒体

Also Published As

Publication number Publication date
US20110289230A1 (en) 2011-11-24
JP5561173B2 (ja) 2014-07-30
EP2395712A1 (en) 2011-12-14
US8930552B2 (en) 2015-01-06
CN102308534A (zh) 2012-01-04
EP2395712A4 (en) 2012-07-04
JPWO2010090182A1 (ja) 2012-08-09

Similar Documents

Publication Publication Date Title
JP5561173B2 (ja) アプリケーションスイッチシステム、及びアプリケーションスイッチ方法
JP5664557B2 (ja) 計算機、ネットワーク接続切替え方法およびプログラム
JP5757324B2 (ja) コンピュータシステム、及び通信方法
JP5645139B2 (ja) ネットワークシステム、コントローラ、ネットワーク制御方法
JP5382451B2 (ja) フロントエンドシステム、フロントエンド処理方法
CN105262683B (zh) 网络系统和路由控制方法
KR100322715B1 (ko) 호스트 그룹의 네트워크 디스패처를 이용한 데이터 전송시스템에서의 라우터 모니터링
EP2615782A1 (en) Computer system and communication method in computer system
JP5800019B2 (ja) 通信経路制御システム、経路制御装置、通信経路制御方法および経路制御プログラム
JPWO2014208538A1 (ja) 通信システムと装置と方法とプログラム
JP5861772B2 (ja) ネットワークアプライアンス冗長化システム、制御装置、ネットワークアプライアンス冗長化方法及びプログラム
CN105453523A (zh) 大型数据中心中对虚拟机移动性的处理
WO2011065268A1 (ja) 負荷分散システム、負荷分散方法、及びプログラム
JP2015508967A (ja) コントローラでネットワークパケット転送を管理するシステム及び方法
CN113709133B (zh) 一种基于数据中心的ipvc6通信系统
WO2013141340A1 (ja) 制御装置、通信装置、通信システム、通信方法及びプログラム
JP5438624B2 (ja) 通信システム、制御サーバ、フロー制御方法およびそのプログラム
JP5691782B2 (ja) ネットワークシステム及びフレーム通信方法
WO2013141191A1 (ja) 制御装置、通信システム、ノード制御方法及びプログラム
WO2014133025A1 (ja) 通信システム、上位コントローラ、ネットワークの制御方法及びプログラム
JP4025697B2 (ja) パケット転送装置およびその制御方法
KR100560753B1 (ko) 분산 구조 라우터의 라우터 정보 관리 방법 및 그 장치
JP5768600B2 (ja) 通信システム、制御装置、パケット転送方法およびプログラム
WO2025185343A1 (zh) 一种上网通道切换方法、网关设备及上网通道切换系统

Legal Events

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

Ref document number: 201080006568.4

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10738514

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010549471

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2010738514

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2010738514

Country of ref document: EP