WO2013140796A1 - Système de communication, dispositif de commande, procédé de communication et programme - Google Patents
Système de communication, dispositif de commande, procédé de communication et programme Download PDFInfo
- Publication number
- WO2013140796A1 WO2013140796A1 PCT/JP2013/001883 JP2013001883W WO2013140796A1 WO 2013140796 A1 WO2013140796 A1 WO 2013140796A1 JP 2013001883 W JP2013001883 W JP 2013001883W WO 2013140796 A1 WO2013140796 A1 WO 2013140796A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- packet
- virtual port
- node device
- unit
- input
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/04—Network management architectures or arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/34—Signalling channels for network management communication
- H04L41/342—Signalling channels for network management communication between virtual entities, e.g. orchestrators, SDN or NFV entities
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/64—Routing or path finding of packets in data switching networks using an overlay routing layer
Definitions
- the present invention relates to a communication system.
- the present invention relates to a communication system of a centralized management type in which a control device controls packet forwarding by a network device.
- a conventional network device has a problem in that flexible control such as load dispersion, load concentration and the like cannot be externally performed. For this reason, when a scale of a network becomes large, it becomes difficult to recognize and improve a behavior as a system and thus changing a design and a configuration requires immense cost, which is a problem.
- the packet forwarding function is assigned to the network device and the route control function is assigned to a control device that is separated from the network device.
- the control device can centrally control the packet forwarding, which makes it possible to establish a flexible network.
- CD Separation Type Network As an example of the network whose functions are separated, a CD (C: Control plane / D: Data plane) separation type network in which the control device on the control plane side controls a node device on the data plane side has been proposed.
- CD separation type network is an open flow network that uses an open flow (OpenFlow) technique in which a controller controls a switch to carry out routing control in a network. Details of the open flow technique are described in Patent Literature 1, Non-Patent Literature 1 and Non-Patent Literature 2. It should be noted that the open flow network is merely one example.
- OpenFlow open flow
- the control device such as an open flow controller (OFC: Open Flow Controller) or the like controls routing control information (flow table) with regard to the routing control in the node device such as an open flow switch (OFS: Open Flow Switch) or the like, and thereby controls behavior of the node device.
- OFC Open Flow Controller
- OFS Open Flow Switch
- control device and the node device are connected through a control channel (a communication channel for use in control) called "secure channel” that is a communication path protected by SSL (Secure Socket Layer) or a dedicated line or the like.
- secure channel a control channel
- the control device and the node device transmit and receive an open flow message (Open Flow Message) serving as a control message in accordance with (based on) an open flow protocol (Open Flow Protocol) through the control channel.
- Open Flow Message an open flow message serving as a control message in accordance with (based on) an open flow protocol (Open Flow Protocol) through the control channel.
- the node device in the open flow network is an edge switch and a core switch which are arranged in the open flow network and controlled by the control device.
- a flow of packets from receipt of the packets at an ingress side edge switch (Ingress) to transmission at an egress side edge switch (Egress) in the open flow network is referred to as flow (Flow).
- Flow A flow of packets from receipt of the packets at an ingress side edge switch (Ingress) to transmission at an egress side edge switch (Egress) in the open flow network.
- Flow egress side edge switch
- a communication is regarded as an end-to-end flow, and routing control, fault recovery, load dispersion and optimization are carried out with respect to each flow.
- a "packet” may be replaced by a "frame".
- a difference between the packet and the frame lies merely in a difference in a unit of a data treated by the protocol (PDU: Protocol Data Unit).
- the packet is the PDU of "TCP/IP (Transmission Control Protocol / Internet Protocol)”.
- the frame is the PDU of "Ethernet (registered trademark)”.
- the routing control information is a set of processing rules (flow entries).
- the processing rule (flow entry) defines a correspondence relationship between a matching condition (rule), statistical information and a processing content (action).
- the matching condition (rule) is used for specifying packets to be treated as a flow.
- the statistical information indicates the number of times where the received packet satisfies the matching condition (rule).
- the processing content (action) indicates processing to be performed with respect to the matched packet.
- the matching condition (rule) of the processing rule (flow entry) is defined by various combinations of some or all of the information of respective protocol hierarchies included in a header region (field) of the packet. Moreover, respective matching conditions are distinct from each other.
- the information of the respective protocol hierarchies is exemplified by a transmission destination address (Destination Address), a transmission source address (Source Address), a transmission destination port (Destination Port), a transmission source port (Source Port) and the like. It should be noted that the above-described address includes a MAC address (Media Access Control Address) and an IP address (Internet Protocol Address).
- the information of an ingress port also can be used as the matching condition (rule) of the processing rule (flow entry).
- the matching condition (rule) of the processing rule (flow entry) it is also possible to set regular expression or wild card "*" or the like as a part (or all) of the values of the header region of the packet to be treated as the flow.
- the processing content (action) of the processing rule (flow entry) indicates an operations such as "outputting to a specified port", "discarding" and "rewriting header". For example, if the processing content (action) of the processing rule (flow entry) indicates identification information of an output port (an output port number and the like), the node device outputs the packet to the output port. If the processing content (action) of the processing rule (flow entry) does not indicate the identification information of an output port, the node device discards the packet. Or, if the processing content (action) of the processing rule (flow entry) indicates the header information, the node device rewrites the header of the packet on the basis of the header information.
- the node device in the open flow network performs the processing content (action) of the processing rule (flow entry) with respect to a group of packets (a series of packets) that satisfy the matching condition (rule) of the processing rule (flow entry). More specifically, the node device, when receiving the packet, searches the routing control information (flow table) for a processing rule (flow entry) whose matching condition (rule) matches the header information of the received packet. If a processing rule (flow entry) whose matching condition (rule) matches the header information of the received packet is found as a result of the searching, the node device updates the statistical information of the processing rule (flow entry) and performs the operation specified by the processing content (action) of the processing rule (flow entry) with respect to the received packet.
- the node device judges the received packet as the "first packet” and then forwards the received packet (or its copy) to the control device in the open flow network through the control channel to request the control device to determine a route of packets based on the transmission source and the transmission destination of the received packet. Then, the node device receives, as a response, a message for setting a new processing rule (flow entry) and updates the routing control information (flow table).
- a default processing rule (default entry) whose matching condition (rule) matches the header information of all packets at low priority is registered on the routing control information (flow table). If no other processing rule (flow entry) matching the received packet is found, the received packet matches the default processing rule (default entry).
- the processing content (action) of the default processing rule (default entry) is "transmitting inquiry information regarding the received packet to the control device.
- Patent Literature 1 International Publication WO 2008/095010
- Non-Patent Literature 1 Nick Mckeown et al., "OpenFlow: Enabling Innovation in Campus Networks", [online], [Retrieval on January 23, 2012], Internet (URL:http://www.openflow.org/documents/openflow-wp-latest.pdf)
- Non-Patent Literature 2 "OpenFlow Switch Specification, Version 1.1.0 Implemented", [online], [Retrieval on February 28, 2012], Internet (URL:http://www.openflowswitch.org/documents/openflow-spec-v1.1.0.pdf)
- An object of the present invention is to enable packet forwarding processing using an existing protocol without separately installing the existing protocol in software in a communication system of a centralized management type.
- a communication system has: a node device configured to forward packets; and a control device configured to control packet forwarding processing by the node device.
- the control device has a virtual port therein and uses the virtual port to perform forwarding processing with respect to a packet received from the node device and output the received packet to a forwarding destination of the received packet.
- a control device has: a virtual port; and a control unit configured to control packet forwarding processing by a node device.
- the control unit uses the virtual port to perform forwarding processing with respect to a packet received from the node device and output the received packet to a forwarding destination of the received packet.
- a communication method is executed by a control device.
- the control device controls packet forwarding processing by a node device and has a virtual port.
- the communication method includes: using the virtual port to perform forwarding processing with respect to a packet received from the node device; and outputting the received packet to a forwarding destination of the received packet.
- a program according to the present invention is recorded on a computer-readable medium and, when executed, causes a control device to perform a communication method.
- the control device controls packet forwarding processing by a node device and has a virtual port.
- the communication method includes: using the virtual port to perform forwarding processing with respect to a packet received from the node device; and outputting the received packet to a forwarding destination of the received packet.
- Fig. 1 is a diagram showing a configuration example of a communication system according to the present invention.
- Fig. 2 is a diagram for describing an exemplary embodiment of the present invention.
- Fig. 3A is a diagram for describing a distribution rule according to a first exemplary embodiment of the present invention.
- Fig. 3B is a diagram for describing a distribution rule according to a second exemplary embodiment of the present invention.
- Fig. 3C is a diagram for describing a distribution rule according to a third exemplary embodiment of the present invention.
- Fig. 3D is a diagram for describing a distribution rule according to a fourth exemplary embodiment of the present invention.
- Fig. 3E is a diagram for describing a distribution rule according to a fifth exemplary embodiment of the present invention.
- Fig. 3A is a diagram for describing a distribution rule according to a first exemplary embodiment of the present invention.
- Fig. 3B is a diagram for describing a distribution rule according to a
- FIG. 3F is a diagram for describing a distribution rule according to a sixth exemplary embodiment of the present invention.
- Fig. 3G is a diagram for describing a distribution rule according to a seventh exemplary embodiment of the present invention.
- Fig. 4 is a diagram showing a configuration example of a communication system according to an eighth exemplary embodiment of the present invention.
- Fig. 5 is a diagram showing a configuration example of a communication system according to a ninth exemplary embodiment of the present invention.
- Exemplary embodiments of the present invention will be described by using an open flow network being one of networks of a centralized management type as an example. However, actually, the present invention is not limited to the open flow network.
- the communication system has a control device 10 and a node device 20.
- the control device 10 is an information processing device for controlling the node device 20.
- the node device 20 is a communication device arranged in a network.
- the node device 20 is connected to the network through a network interface.
- the control device 10 and the node device 20 are connected to each other through a control channel 30.
- the control device 10 and the node device 20 transmit and receive a control message through the control channel 30.
- the node device 20 is connected to an adjacent node device 20 through a link for data communication such as LAN (Local Area Network) and the like.
- LAN Local Area Network
- the node device 20 can be connected to a host (a client, a server or the like) or a network device outside a network in which the node device 20 itself is arranged.
- control device 10 and the node device 20 are not limited to a physical machine and may be a virtual machine (VM: Virtual Machine).
- VM Virtual Machine
- the control channel 30 may be wired or wireless.
- the control device 10 has a node device control unit 11, a distribution unit 12, a distribution rule storage unit 13 and a virtual port unit 14.
- the node device control unit 11 controls the node device 20 through the control channel 30.
- the node device control unit 11 executes software for operating as an open flow controller (OFC) in the open flow network and operates as the open flow controller (OFC).
- OFC open flow controller
- the node device control unit 11 recognizes and manages an interface unit of each of the node devices 20 through the control channel 30.
- the node device control unit 11 instructs, through the control channel 30, the node device 20 to set the processing rule (flow entry) for the packets which are transmitted and received by the interface unit.
- An example of the content of the packet processing rule (flow entry) is to output the received packet to an interface unit or the node device control unit 11 that is specified based on characteristics of the received packet at the interface unit.
- Another example of the content of the packet processing rule is to output, when receiving a packet generated by the node device control unit 11, the received packet to a specified interface unit. Moreover, when receiving a packet from any of the node devices 20, the node device control unit 11 adds information indicating the source node device 20 and its interface unit and then outputs the packet to the distribution unit 12. Furthermore, when a packet is input from the distribution unit 12, the node device control unit 11 reads the information indicating the destination node device and its interface unit that is added to the received packet, and then selects an appropriate control channel for outputting the received packet. Thus, the node device control unit 11 performs control for outputting the packet from a specified interface unit of a specified node device.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to a distribution rule stored in the distribution rule storage unit 13 to specify a node device and an interface unit appropriate for a packet output destination based on a distribution condition such as "characteristics of the received packet", "the virtual port unit of the input source” and the like. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified node device and interface unit.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit appropriate for a packet output destination based on a distribution condition such as "characteristics of the received packet", "a node device and an interface unit of the input source” and the like. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit.
- the distribution unit 12 may be achieved by installing the functions according to the present invention in an existing virtual machine monitor (VMM), a hypervisor and the like.
- VMM virtual machine monitor
- the distribution rule storage unit 13 retains the distribution rule for packets which are transmitted and received between the virtual port unit of the control device 10 and the interface unit of each node device 20.
- the distribution rule storage unit 13 retains information required for distributing the packets as the distribution rule.
- the distribution rule storage unit 13 replies and provides an appropriate distribution rule.
- the distribution rule is information indicating one-to-one correspondence relationship between the virtual port unit and the interface unit.
- the distribution rule is information indicating one-to-one correspondence relationship between the characteristics of packet (e.g. transmission source address, transmission destination address, type and the like), the virtual port unit and the interface unit.
- the distribution rule storage unit 13 may be achieved by using RDB (Relational Data Base). It should be noted that the correspondence relationship in the distribution rule can be arbitrarily changed by an OS (Operation System), software and the like of a computer operating as the control device 10 in response to a user operation. For example, as an example of QoS control, the correspondence relationship in the distribution rule may be changed as necessary. However, actually, it is not limited to those examples.
- RDB Relational Data Base
- the virtual port unit 14 is a virtual network interface inside the control device 10. Since an OS (Operating System) of a computer operating as the control device 10 recognizes (treats) the virtual port unit 14 the same as a physical network interface, the virtual port unit 14 can transmit and receive the packet.
- the virtual port unit 14 can be achieved by a virtual device such as TUN/TAP and the like which is installed in the OS (Operating System) or software.
- Each of virtual machines (VMs) operating in the control device 10 may be provided with the OS (Operating System) and the virtual port unit 14. However, actually, it is not limited to those examples.
- Each of the node devices 20 has a communication processing unit 21 and an interface unit 22.
- the communication processing unit 21 is connected to the control device 10 through the control channel 30 and transmits and receives control messages through the control channel 30.
- the communication processing unit 21 executes software for operating as an open flow switch (OFS) in the open flow network and operates as the open flow switch (OFS).
- OFS open flow switch
- the communication processing unit 21 treats a packet input from the interface unit 22 based on the processing rule (flow entry) and the processing instruction (output instruction and the like) which are instructed from the node device control unit 11 of the control device 10.
- the interface unit 22 is a network interface inside the node device 20.
- the interface unit 22 may be a physical port or a virtual port, as long as it is the network interface inside the node device 20.
- the interface unit 22 is connected through a data communication link to a connection destination such as an adjacent node device, host or the like. Thus, the interface unit 22 can transmit and receive packets. When receiving a packet from the connection destination such as an adjacent node device, host or the like, the interface unit 22 outputs the received packet to the communication processing unit 21.
- the data communication link may be wired or wireless.
- the communication system has the control device 10 and a plurality of node devices 20.
- control device 10 and the node device 20 are basically similar to those shown in Fig. 1.
- the virtual port units 14 include a virtual port unit 14-1, a virtual port unit 14-2, a virtual port unit 14-3, a virtual port unit 14-4, a virtual port unit 14-5 and a virtual port unit 14-6.
- Each of the virtual port unit 14-1, the virtual port unit 14-2, the virtual port unit 14-3, the virtual port unit 14-4, the virtual port unit 14-5 and the virtual port unit 14-6 is connected to the distribution unit 12.
- the virtual port unit 14-1 has a virtual port ID "VP1" as its identification information.
- the virtual port unit 14-2 has a virtual port ID "VP2" as its identification information.
- the virtual port unit 14-3 has a virtual port ID "VP3” as its identification information.
- the virtual port unit 14-4 has a virtual port ID "VP4" as its identification information.
- the virtual port unit 14-5 has a virtual port ID "VP5" as its identification information.
- the virtual port unit 14-6 has a virtual port ID "VP6" as its identification information.
- the node devices 20 include a node device 20-1, a node device 20-2 and a node device 20-3.
- the node device 20-1 is connected to the control device 10 through a control channel 30-1.
- the node device 20-2 is connected to the control device 10 through a control channel 30-2.
- the node device 20-3 is connected to the control device 10 through a control channel 30-3.
- the node device 20-1 has a node device ID "DPID1" as its identification information.
- the node device 20-2 has a node device ID "DPID2" as its identification information.
- the node device 20-3 has a node device ID "DP1D3" as its identification information.
- the interface units 22 include an interface unit 22-11, an interface unit 22-21, an interface unit 22-22, an interface unit 22-23, an interface unit 22-31 and an interface unit 22-32.
- the interface unit 22-11 is installed in the node device 20-1 and connected to a communication processing unit 21-1.
- the interface unit 22-21, the interface unit 22-22 and the interface unit 22-23 are installed in the node device 20-2 and connected to a communication processing unit 21-2.
- the interface unit 22-31 and the interface unit 22-32 are installed in the node device 20-3 and connected to a communication processing unit 21-3.
- the interface unit 22-11 has an interface ID "IF11" as its identification information.
- the interface unit 22-21 has an interface ID "IF21” as its identification information.
- the interface unit 22-22 has an interface ID "IF22” as its identification information.
- the interface unit 22-23 has an interface ID "IF23” as its identification information.
- the interface unit 22-31 has an interface ID "IF31” as its identification information.
- the interface unit 22-32 has as an interface ID "IF32" as its identification information.
- control device 10 determines the output destination of the packet based on the correspondence relationship between a "virtual port ID" and an “interface ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the virtual port unit 14 and the interface unit 22 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region (field) which indicates a "virtual port ID" and an “interface ID”, for each record.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "interface ID” is the region for storing identification information (interface ID) of the interface unit 22.
- the interface ID is preferably unique identification information within the communication system (network). However, actually, the interface ID may be unique identification information within the individual node device. If the interface ID is the unique identification information within the individual node device, the interface ID may overlap between the node devices. Therefore, the node device ID may be related, added or stored in the same record.
- the distribution rule stored in the distribution rule storage unit 13 has the region that indicates the "virtual port ID", the "interface ID” and the "node device ID", for each record.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify an interface unit 22 appropriate for the packet output destination based on the "interface ID" related to the "virtual port ID" of the virtual port unit 14. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified interface unit 22.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "interface ID" of the interface unit 22 of the node device 20 as the packet transmission source. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- control device 10 determines a virtual port unit 14 serving as the output destination of the packet, on the basis of the correspondence relationship between a "packet type" and a "virtual port ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the header information and the like of the packet and the virtual port unit 14 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "virtual port ID" and a "packet type", for each record.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "packet type" is the region for storing information (header information and the like) for identifying the packet. At least the information that can be used as the matching condition (rule) of the processing rule (flow entry) in the open flow technique can be used as the information for identifying the packet.
- the distribution unit 12 When a packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "packet type" of the input packet. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- the distribution rule in the present exemplary embodiment is the distribution rule for use in the packet input to the virtual port unit 14.
- the present exemplary embodiment supports communication between the virtual port units 14 as well.
- the present exemplary embodiment is preferably performed in combination with another exemplary embodiment (especially, a third exemplary embodiment).
- control device 10 determines the interface unit 22 serving as the output destination of the packet, on the basis of the correspondence relationship between a "packet type" and an "interface ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the header information and the like of the packet and the interface unit 22 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "packet type” and an "interface ID", for each record.
- the "packet type" is the region for storing information (header information and the like) for identifying the packet. At least the information that can be used as the matching condition (rule) of the processing rule (flow entry) in the open flow technique can be used as the information for identifying the packet.
- the "interface ID” is the region for storing identification information (interface ID) of the interface unit 22.
- the interface ID is preferably unique identification information within the communication system (network). However, actually, the interface ID may be unique identification information within the individual node device. If the interface ID is the unique identification information within the individual node device, the interface ID may overlap between the node devices. Therefore, the node device ID may be related, added or stored in the same record.
- the distribution rule stored in the distribution rule storage unit 13 has the region that indicate the "virtual port ID", the "interface ID” and the "node device ID", for each record.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify an interface unit 22 appropriate for the packet output destination based on the "interface ID" related to the "packet type" of the input packet. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified interface unit 22.
- the distribution rule in the present exemplary embodiment is the distribution rule for use in the packet output to the interface unit 22.
- the present exemplary embodiment supports communication between the interface units 22 as well.
- the present exemplary embodiment is preferably performed in combination with another exemplary embodiment (especially, a third exemplary embodiment).
- control device 10 determines the output destination of the packet, on the basis of the correspondence relationship between a "packet type", a "virtual port ID” and an “interface ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the header information of the packet, the virtual port unit 14 and the interface unit 22 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "packet type", a “virtual port ID” and an “interface ID”, for each record.
- the "packet type" is the region for storing information (header information and the like) for identifying the packet. At least the information that can be used as the matching condition (rule) of the processing rule (flow entry) in the open flow technique can be used as the information for identifying the packet.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "interface ID” is the region for storing identification information (interface ID) of the interface unit 22.
- the interface ID is preferably unique identification information within the communication system (network). However, actually, the interface ID may be unique identification information within the individual node device. If the interface ID is the unique identification information within the individual node device, the interface ID may overlap between the node devices. Therefore, the node device ID may be related, added or stored in the same record.
- the distribution rule stored in the distribution rule storage unit 13 has the region that indicates the "virtual port ID", the "interface ID” and the "node device ID", for each record.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify an interface unit 22 appropriate for the packet output destination based on the "interface ID" related to the "packet type” of the input packet and the "virtual port ID” of the virtual port unit 14. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified interface unit 22.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "packet type” of the input packet and the "interface ID" of the interface unit 22 of the node device 20 as the packet transmission source. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- the present exemplary embodiment even if the "packet types" of the input packets are the same, it is possible to output the packets to different virtual port unit 14 if the "interface IDs" of the interface units 22 of the transmission sources are different from each other. Also, even if the "virtual port IDs" of the virtual port units 14 of the input source are the same, it is also possible to output the packets to different interface units 22 if the "packet types" of the input packets are different from each other. Consequently, it is possible to carry out the distribution processing that is more complex and finer as compared with the second exemplary embodiment and the third exemplary embodiment.
- control device 10 determines the output destination of the packet, on the basis of the correspondence relationship between a "virtual port ID" and a "node device ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the virtual port unit 14 and the node device 20 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "virtual port ID" and a "node device ID", for each record.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a node device 20 appropriate for the packet output destination based on the "node device ID" related to the "virtual port ID" of the virtual port unit 14. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified node device 20.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "node device ID" of the node device 20 as the packet transmission source. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- the communication processing unit 21 of the node device 20 performs the packet distribution to the interface unit 22 on the basis of the processing rule (flow entry) and the processing instruction (the output instruction and the like), which are instructed by the node device control unit 11 of the control device 10.
- the distribution unit 12 pays attention only to "from which node device 20 the packet is input” and then specifies the virtual port unit 14 serving as the output destination. Also, the distribution unit 12 pays attention only to "from which virtual port unit 14 the packet is input” and then specifies the node device 20 serving as the output destination.
- control device 10 determines the output destination of the packet, on the basis of the correspondence relationship between a "packet type", a "virtual port ID” and a "node device ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the header information of the packet, the virtual port unit 14 and the node device 20 are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "packet type", a "virtual port ID” and a "node device ID”, for each record.
- the "packet type" is the region for storing information (header information and the like) for identifying the packet. At least the information that can be used as the matching condition (rule) of the processing rule (flow entry) in the open flow technique can be used as the information for identifying the packet.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the virtual port unit 14, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a node device 20 appropriate for the packet output destination based on the "node device ID" related to the "packet type” of the input packet and the "virtual port ID” of the virtual port unit 14. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet and an instruction to output the packet to the specified node device 20.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "packet type" of the input packet and the "node device ID" of the node device 20 as the packet transmission source. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- the communication processing unit 21 of the node device 20 performs the packet distribution to the interface unit 22 on the basis of the processing rule (flow entry) and the processing instruction (the output instruction and the like), which are instructed by the node device control unit 11 of the control device 10.
- the distribution unit 12 pays attention to "what kind of packet is input from which node device 20" and then specifies the virtual port unit 14 serving as the output destination. Also, the distribution unit 12 pays attention to "what kind of packet is input from which virtual port unit 14" and then specifies the node device 20 serving as the output destination.
- the present exemplary embodiment even if the "packet types" of the input packets are the same, it is possible to output the packets to different virtual port unit 14 if the "node device IDs" of the node devices 20 of the transmission sources are different from each other. Also, even if the "virtual port IDs" of the virtual port units 14 of the input source are the same, it is also possible to output the packets to different node devices 20 if the "packet types" of the input packets are different from each other. Consequently, it is possible to carry out the distribution processing that is more complex and finer as compared with the fourth exemplary embodiment.
- control device 10 determines the virtual port unit 14 serving as the output destination of the packet, on the basis of the correspondence relationship between a "virtual port ID" and a "processing rule ID".
- the distribution rule storage unit 13 in the control device 10 retains a correspondence table as the distribution rule in which the virtual port unit 14 and the processing rule (flow entry) for the packet are one-to-one related to each other.
- the distribution rule is not limited to such the table format type, as long as the correspondence relationship can be recognized.
- the distribution rule stored in the distribution rule storage unit 13 has a region which indicates a "virtual port ID” and a "processing rule ID", for each record.
- the "virtual port ID" is the region for storing identification information (virtual port ID) of the virtual port unit 14.
- the "processing rule ID" is the region for storing identification information of the processing rule (flow entry) that is referred to when the packet is forwarded from the node device 20 to the control device 10.
- the node device 20 can store "64 bits identification information" as the processing rule ID for specifying the processing rule (flow entry), in this cookie region.
- the control device 10 can recognize and obtain the processing rule ID by referring to the Cookie region in the packet.
- the processing rule ID is preferably unique identification information within the communication system (network). However, actually, the processing rule ID may be unique identification information within the individual node device. If the processing rule ID is the unique identification information within the individual node device, the processing rule ID may overlap between the node devices. Therefore, the node device ID may be related, added or stored in the same record.
- the distribution rule stored in the distribution rule storage unit 13 has the region that indicates the "virtual port ID", the "processing rule ID” and the "node device ID", for each record.
- the "node device ID” is the region for storing identification information (node device ID) of the node device 20. It should be noted that since the correspondence relationship between the node device 20 and the control channel 30 is one-to-one relation, identification information (control channel ID) of the control channel 30 may be used instead of the identification information (node device ID) of the node device 20.
- the distribution unit 12 When a packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify a virtual port unit 14 appropriate for the packet output destination based on the "virtual port ID" related to the "processing rule ID" stored in the input packet. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14.
- the distribution rule in the present exemplary embodiment is the distribution rule for use in the packet input to the virtual port unit 14.
- the present exemplary embodiment is preferably performed in combination with another exemplary embodiment (especially, the third exemplary embodiment).
- the control device carries out Layer 2 (L2) forwarding processing and Layer 3 (L3) forwarding processing. At this time, the control device distributes the received packets to the L2 forwarding processing and the L3 forwarding processing.
- L2 Layer 2
- L3 Layer 3
- the communication system has the control device 10 and the node device 20.
- the control device 10 has the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13, the virtual port unit 14, a bridge unit 15 and a router unit 16.
- the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13 and the virtual port unit 14 are basically the same as those described above.
- the bridge unit 15 performs the Layer 2 routing processing (L2 forwarding processing) in a second layer (data link layer, Layer 2) of seven layers in an OSI reference model.
- the bridge unit 15 can be achieved by an L2 forwarding function installed in software or OS (Operating System) of a computer or the like operating as the control device 10.
- OS Operating System
- the bridge unit 15 is not limited to those examples.
- the router unit 16 performs the Layer 3 routing processing (L3 forwarding processing) in a third layer (network layer, Layer 3) of the seven layers in the OSI reference model.
- the router unit 16 can be achieved by an L3 forwarding function installed in software or OS (Operating System) of a computer or the like operating as the control device 10. However, actually, the router unit 16 is not limited to those examples.
- each of the bridge unit 15 and the router unit 16 may not exist in the same device as the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13 and the virtual port unit 14.
- each of the bridge unit 15 and the router unit 16 may be connected to the control device 10 through a network and the like.
- each of the virtual port unit 14-1, the virtual port unit 14-2 and the virtual port unit 14-3 is provided between the distribution unit 12 and the bridge unit 15 and inputs and outputs packets between the distribution unit 12 and the bridge unit 15.
- each of the virtual port unit 14-4, the virtual port unit 14-5 and the virtual port unit 14-6 is provided between the distribution unit 12 and the router unit 16 and inputs and outputs packets between the distribution unit 12 and the router unit 16.
- Each of the node devices 20 according to the present exemplary embodiment has the communication processing unit 21 and the interface unit 22.
- the communication processing unit 21 and the interface unit 22 are basically the same as those described above.
- the node device control unit 11 refers to the distribution rule stored in the distribution rule storage unit 13. In accordance with the content of the distribution rule, the node device control unit 11 instructs, through the control channel 30, the communication processing unit 21 of each of the node devices 20 to output (forward) the packet received by the interface unit 22 to the node device control unit 11.
- the interface unit 22-11 of the node device 20-1 When receiving the packet, the interface unit 22-11 of the node device 20-1 outputs the packet to the communication processing unit 21-1 of the node device 20-1.
- the communication processing unit 21-1 When the packet is input from the interface unit 22-11, the communication processing unit 21-1 performs in accordance with the processing rule (flow entry) instructed by the node device control unit 11 of the control device 10. Mores specifically, the communication processing unit 21-1 outputs (forwards) a packet input message (Packet-In Message) which includes "the packet” and "information indicating the interface unit receiving the packet” to the node device control unit 11 of the control device 10 through the control channel 30-1.
- Packet-In Message Packet-In Message
- the node device control unit 11 of the control device 10 When receiving the packet from the communication processing unit 21-1 of the node device 20-1, the node device control unit 11 of the control device 10 recognizes the control channel 30-1 used on the receipt of the packet, and specifies the node device and the interface unit of the packet transmission source. Then, the node device control unit 11 outputs, to the distribution unit 12, a message that includes "the packet" and "information indicating the specified node device and interface unit".
- the distribution unit 12 When the packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the virtual port unit 14-1 as the packet output destination based on the content of the distribution rule. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14-1.
- the virtual port unit 14-1 When the packet is input from the distribution unit 12, the virtual port unit 14-1 outputs the packet to the bridge unit 15 connected thereto.
- the bridge unit 15 When the packet is input from the virtual port unit 14-1, the bridge unit 15 performs the L2 forwarding of the packet. As a result, the bridge unit 15 outputs the packet to the other virtual port units 14-2 and 14-3 that are connected to the bridge unit 15.
- the virtual port unit 14-2 and the virtual port unit 14-3 output the packet to the distribution unit 12.
- the distribution unit 12 When the packet is input from the virtual port unit 14-2, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-21 of the node device 20-2 as the output destination of the packet input from the virtual port unit 14-2, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-21 of the node device 20-2.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-21, to the node device 20-2 through the control channel 30-2.
- Packet-Out Message a packet output message
- the communication processing unit 21-2 of the node device 20-2 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-2 of the node device 20-2 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-21.
- the interface unit 22-21 When the packet is input from the communication processing unit 21-2, the interface unit 22-21 outputs the packet to the connection destination through the data communication link.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-22 of the node device 20-2 as the output destination of the packet input from the virtual port unit 14-3, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-22 of the node device 20-2.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-22, to the node device 20-2 through the control channel 30-2.
- Packet-Out Message a packet output message
- the communication processing unit 21-2 of the node device 20-2 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-2 of the node device 20-2 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-22.
- the interface unit 22-22 When the packet is input from the communication processing unit 21-2, the interface unit 22-22 outputs the packet to the connection destination through the data communication link.
- the node device control unit 11 itself does not has the L2 forwarding function, it is possible to achieve the L2 forwarding function between the interface unit 22-11, the interface unit 22-21 and the interface unit 22-22, by using the bridge unit 15 that has the L2 forwarding function installed in the software or OS (Operating System) of the computer or the like operating as the control device 10.
- OS Operating System
- the node device control unit 11 refers to the distribution rule stored in the distribution rule storage unit 13. In accordance with the content of the distribution rule, the node device control unit 11 instructs, through the control channel 30, the communication processing unit 21 of each of the node devices 20 to output (forward) the packet received by the interface unit 22 to the node device control unit 11.
- the interface unit 22-23 of the node device 20-2 When receiving the packet, the interface unit 22-23 of the node device 20-2 outputs the packet to the communication processing unit 21-2 of the node device 20-2.
- the communication processing unit 21-2 When the packet is input from the interface unit 22-23, the communication processing unit 21-2 performs in accordance with the processing rule (flow entry) instructed by the node device control unit 11 of the control device 10. Mores specifically, the communication processing unit 21-2 outputs (forwards) a packet input message (Packet-In Message) which includes "the packet” and "information indicating the interface unit receiving the packet” to the node device control unit 11 of the control device 10 through the control channel 30-2.
- Packet-In Message Packet-In Message
- the node device control unit 11 of the control device 10 When receiving the packet from the communication processing unit 21-2 of the node device 20-2, the node device control unit 11 of the control device 10 recognizes the control channel 30-2 used on the receipt of the packet, and specifies the node device and the interface unit of the packet transmission source. Then, the node device control unit 11 outputs, to the distribution unit 12, a message that includes "the packet" and "information indicating the specified node device and interface unit".
- the distribution unit 12 When the packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the virtual port unit 14-4 as the packet output destination based on the content of the distribution rule. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14-4.
- the virtual port unit 14-4 When the packet is input from the distribution unit 12, the virtual port unit 14-4 outputs the packet to the router unit 16 connected thereto.
- the router unit 16 When the packet is input from the virtual port unit 14-4, the router unit 16 performs the L3 forwarding of the packet. As a result, the router unit 16 outputs the packet to the other virtual port units 14-5 and 14-6 that are connected to the router unit 16.
- the virtual port unit 14-5 and the virtual port unit 14-6 output the packet to the distribution unit 12.
- the distribution unit 12 When the packet is input from the virtual port unit 14-5, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-31 of the node device 20-3 as the output destination of the packet input from the virtual port unit 14-5, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-31 of the node device 20-3.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-31, to the node device 20-3 through the control channel 30-3.
- Packet-Out Message a packet output message
- the communication processing unit 21-3 of the node device 20-3 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-3 of the node device 20-3 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-31.
- the interface unit 22-31 When the packet is input from the communication processing unit 21-3, the interface unit 22-31 outputs the packet to the connection destination through the data communication link.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-32 of the node device 20-3 as the output destination of the packet input from the virtual port unit 14-6, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-32 of the node device 20-3.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-32, to the node device 20-3 through the control channel 30-3.
- Packet-Out Message a packet output message
- the communication processing unit 21-3 of the node device 20-3 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-3 of the node device 20-3 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-32.
- the interface unit 22-32 When the packet is input from the communication processing unit 21-3, the interface unit 22-32 outputs the packet to the connection destination through the data communication link.
- the node device control unit 11 itself does not has the L3 forwarding function, it is possible to achieve the L3 forwarding function between the interface unit 22-23, the interface unit 22-31 and the interface unit 22-32, by using the router unit 16 that has the L3 forwarding function installed in the software or OS (Operating System) of the computer or the like operating as the control device 10.
- OS Operating System
- a tunneling function and an encrypting function such as GRE (Generic Routing Encapsulation) and IPSec (Security Architecture for Internet Protocol) that are installed in software or OS (Operating System) of the computer or the like operating as the control device 10 can be utilized to achieve those functions in any interface unit of the communication system.
- GRE Generic Routing Encapsulation
- IPSec Security Architecture for Internet Protocol
- OS Operating System
- the communication system has the control device 10 and the node device 20.
- the control device 10 has the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13, the virtual port unit 14, a tunneling unit 17 and an encryption unit 18.
- the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13 and the virtual port unit 14 are basically the same as those described above.
- the tunneling unit 17 performs processing (tunneling) with regard to encapsulation and decapsulation of packets.
- the tunneling unit 17 can be achieved by a tunneling function that is installed in software or OS (Operating System) of a computer or the like operating as the control device 10.
- OS Operating System
- the tunneling unit 17 is not limited to those examples.
- the encryption unit 18 performs processing (encryption processing) with regard to encryption and decryption of packets.
- the encryption unit 18 can be achieved by an encrypting function that is installed in software or OS (Operating System) of a computer or the like operating as the control device 10. However, actually, the encryption unit 18 is not limited to those examples.
- each of the tunneling unit 17 and the encryption unit 18 may not exist in the same device as the node device control unit 11, the distribution unit 12, the distribution rule storage unit 13 and the virtual port unit 14.
- each of the tunneling unit 17 and the encryption unit 18 may be connected to the control device 10 through a network and the like.
- the tunneling unit 17 and the encryption unit 18 may be integrated. For example, there may be a case where the encryption function is included in the tunneling function.
- each of the virtual port unit 14-1, the virtual port unit 14-2 and the virtual port unit 14-3 is provided between the distribution unit 12 and the tunneling unit 17 and inputs and outputs packets between the distribution unit 12 and the tunneling unit 17.
- each of the virtual port unit 14-4, the virtual port unit 14-5 and the virtual port unit 14-6 is provided between the distribution unit 12 and the encryption unit 18 and inputs and outputs packets between the distribution unit 12 and the encryption unit 18.
- Each of the node devices 20 according to the present exemplary embodiment has the communication processing unit 21 and the interface unit 22.
- the communication processing unit 21 and the interface unit 22 are basically the same as those described above.
- the node device control unit 11 refers to the distribution rule stored in the distribution rule storage unit 13. In accordance with the content of the distribution rule, the node device control unit 11 instructs, through the control channel 30, the communication processing unit 21 of each of the node devices 20 to output (forward) the packet received by the interface unit 22 to the node device control unit 11.
- the interface unit 22-11 of the node device 20-1 When receiving the packet, the interface unit 22-11 of the node device 20-1 outputs the packet to the communication processing unit 21-1 of the node device 20-1.
- the communication processing unit 21-1 When the packet is input from the interface unit 22-11, the communication processing unit 21-1 performs in accordance with the processing rule (flow entry) instructed by the node device control unit 11 of the control device 10. Mores specifically, the communication processing unit 21-1 outputs (forwards) a packet input message (Packet-In Message) which includes "the packet” and "information indicating the interface unit receiving the packet” to the node device control unit 11 of the control device 10 through the control channel 30-1.
- Packet-In Message Packet-In Message
- the node device control unit 11 of the control device 10 When receiving the packet from the communication processing unit 21-1 of the node device 20-1, the node device control unit 11 of the control device 10 recognizes the control channel 30-1 used on the receipt of the packet, and specifies the node device and the interface unit of the packet transmission source. Then, the node device control unit 11 outputs, to the distribution unit 12, a message that includes "the packet" and "information indicating the specified node device and interface unit".
- the distribution unit 12 When the packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the virtual port unit 14-1 as the packet output destination based on the content of the distribution rule. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14-1.
- the distribution unit 12 may output the packet to any of the virtual port units 14-4 to 14-6 connected to the encryption unit 18 before outputting the packet to the specified virtual port unit 14-1.
- the distribution unit 12 receives an encrypted packet as a response and then outputs the encrypted packet to the specified virtual port unit 14-1. That is, the packet to be encapsulated can be encrypted in advance.
- the virtual port unit 14-1 When the packet is input from the distribution unit 12, the virtual port unit 14-1 outputs the packet to the tunneling unit 17 connected thereto.
- the tunneling unit 17 When the packet is input from the virtual port unit 14-1, the tunneling unit 17 encapsulates the input packet. Then, the tunneling unit 17 outputs the encapsulated packet to the other virtual port units 14-2 and 14-3 that are connected to the tunneling unit 17.
- the virtual port unit 14-2 and the virtual port unit 14-3 output the packet to the distribution unit 12.
- the distribution unit 12 When the packet is input from the virtual port unit 14-2, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-21 of the node device 20-2 as the output destination of the packet input from the virtual port unit 14-2, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-21 of the node device 20-2.
- the distribution unit 12 may output the packet to any of the virtual port units 14-4 to 14-6 connected to the encryption unit 18 before generating the message to be output to the node device control unit 11.
- the distribution unit 12 receives an encrypted packet as a response and then stores the encrypted packet in the message mentioned above. That is, it is possible to encapsulate the encrypted packet.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-21, to the node device 20-2 through the control channel 30-2.
- Packet-Out Message a packet output message
- the communication processing unit 21-2 of the node device 20-2 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-2 of the node device 20-2 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-21.
- the interface unit 22-21 When the packet is input from the communication processing unit 21-2, the interface unit 22-21 outputs the packet to the connection destination through the data communication link.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-22 of the node device 20-2 as the output destination of the packet input from the virtual port unit 14-3, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-22 of the node device 20-2.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-22, to the node device 20-2 through the control channel 30-2.
- Packet-Out Message a packet output message
- the communication processing unit 21-2 of the node device 20-2 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-2 of the node device 20-2 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-22.
- the interface unit 22-22 When the packet is input from the communication processing unit 21-2, the interface unit 22-22 outputs the packet to the connection destination through the data communication link.
- the node device control unit 11 itself does not has the tunneling function, it is possible to achieve the tunneling function between the interface unit 22-11, the interface unit 22-21 and the interface unit 22-22, by using the tunneling unit 17 that has the tunneling function installed in the software or OS (Operating System) of the computer or the like operating as the control device 10.
- OS Operating System
- the node device control unit 11 refers to the distribution rule stored in the distribution rule storage unit 13. In accordance with the content of the distribution rule, the node device control unit 11 instructs, through the control channel 30, the communication processing unit 21 of each of the node devices 20 to output (forward) the packet received by the interface unit 22 to the node device control unit 11.
- the interface unit 22-23 of the node device 20-2 When receiving the packet, the interface unit 22-23 of the node device 20-2 outputs the packet to the communication processing unit 21-2 of the node device 20-2.
- the interface unit 22-23 of the node device 20-2 When receiving the packet, the interface unit 22-23 of the node device 20-2 outputs the packet to the communication processing unit 21-2 of the node device 20-2.
- the node device control unit 11 of the control device 10 When receiving the packet from the communication processing unit 21-2 of the node device 20-2, the node device control unit 11 of the control device 10 recognizes the control channel 30-2 used on the receipt of the packet, and specifies the node device and the interface unit of the packet transmission source. Then, the node device control unit 11 outputs, to the distribution unit 12, a message that includes "the packet" and "information indicating the specified node device and interface unit".
- the distribution unit 12 When the packet is input from the node device control unit 11, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the virtual port unit 14-4 as the packet output destination based on the content of the distribution rule. Then, the distribution unit 12 outputs the input packet to the specified virtual port unit 14-4.
- the distribution unit 12 may output the packet to any of the virtual port units 14-1 to 14-3 connected to the tunneling unit 17 before outputting the packet to the specified virtual port unit 14-4.
- the distribution unit 12 receives an encapsulated packet as a response and then outputs the encapsulated packet to the specified virtual port unit 14-4. That is, the packet to be encrypted can be encapsulated in advance.
- the virtual port unit 14-4 When the packet is input from the distribution unit 12, the virtual port unit 14-4 outputs the packet to the encryption unit 18 connected thereto.
- the encryption unit 18 When the packet is input from the virtual port unit 14-4, the encryption unit 18 performs the encryption of the packet. Then, the encryption unit 18 outputs the encrypted packet to the other virtual port units 14-5 and 14-6 that are connected to the encryption unit 18.
- the virtual port unit 14-5 and the virtual port unit 14-6 output the packet to the distribution unit 12.
- the distribution unit 12 When the packet is input from the virtual port unit 14-5, the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-31 of the node device 20-3 as the output destination of the packet input from the virtual port unit 14-5, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-31 of the node device 20-3.
- the distribution unit 12 may output the packet to any of the virtual port units 14-1 to 14-3 connected to the tunneling unit 17 before generating the message to be output to the node device control unit 11.
- the distribution unit 12 receives an encapsulated packet as a response and then stores the encapsulated packet in the message mentioned above. That is, it is possible to encrypt the encapsulated packet.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-31, to the node device 20-3 through the control channel 30-3.
- Packet-Out Message a packet output message
- the communication processing unit 21-3 of the node device 20-3 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-3 of the node device 20-3 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-31.
- the interface unit 22-31 When the packet is input from the communication processing unit 21-3, the interface unit 22-31 outputs the packet to the connection destination through the data communication link.
- the distribution unit 12 refers to the distribution rule stored in the distribution rule storage unit 13 to specify the interface unit 22-32 of the node device 20-3 as the output destination of the packet input from the virtual port unit 14-6, in accordance with the content of the distribution rule. Then, the distribution unit 12 outputs, to the node device control unit 11, a message including the input packet itself and an instruction to output the packet to the specified interface unit 22-32 of the node device 20-3.
- the node device control unit 11 transmits a packet output message (Packet-Out Message), which includes the packet itself and an instruction to output the packet to the interface unit 22-32, to the node device 20-3 through the control channel 30-3.
- Packet-Out Message a packet output message
- the communication processing unit 21-3 of the node device 20-3 When receiving the above-mentioned packet output message (Packet-Out Message) from the node device control unit 11 of the control device 10, the communication processing unit 21-3 of the node device 20-3 outputs the packet included in the packet output message (Packet-Out Message) to the interface unit 22-32.
- the interface unit 22-32 When the packet is input from the communication processing unit 21-3, the interface unit 22-32 outputs the packet to the connection destination through the data communication link.
- the node device control unit 11 itself does not has the encryption function, it is possible to achieve the encryption function between the interface unit 22-23, the interface unit 22-31 and the interface unit 22-32, by using the encryption unit 18 that has the encryption function installed in the software or OS (Operating System) of the computer or the like operating as the control device 10.
- OS Operating System
- the node device control unit 11 can be achieved by using software obtained by modifying an arbitrary open flow controller (OFC). Specifically, the software is designed such that the setting of the processing rule (flow entry) in an arbitrary node device and the packet transmission/reception to/from an arbitrary interface unit can be externally controlled by the distribution unit 12.
- OFC open flow controller
- control devices a computer such as PC (Personal Computer), an appliance, a thin client server, a workstation, a main frame, a super computer and the like is assumed.
- control device is not limited to the terminal or the server, and may be a relaying device or a peripheral device.
- control device may be an expansion board installed in a computer or the like, or a virtual machine (VM) established on a physical machine.
- VM virtual machine
- a computer which has a network switch, a router, a proxy, a gateway, a firewall, a load balancer (load dispersion device), a band control device (packet shaper), a security monitoring control device (SCADA: Supervisory Control And Data Acquisition), a gatekeeper, a base station, an access point (AP), a communication satellite (CS), or a plurality of communication ports.
- a virtual switch that is achieved by the virtual machine (VM) established on the physical machine may be used.
- Each of the control device and the node device may be installed in a moving body such as a car, a ship, an airplane and the like.
- each of the control device and the control device is achieved by using: a processor that is driven on the basis of a program and carrying out predetermined processes; a memory for storing the program and various data; and an interface used to communicate with the network.
- CPU Central Processing Unit
- NP network processor
- LSI large scale integrated circuit
- a semiconductor storage device such as RAM (Random Access Memory), ROM (Read Only Memory), EEPROM (Electrically Erasable and Programmable Read Only Memory), a flash memory and the like, an auxiliary storage device such as HDD (Hard Disk Drive), SSD (Solid State Drive) and the like, a removable disk such as DVD (Digital Versatile Disk) and the like, a storage medium such as an SD memory card (Secure Digital memory card) and the like are considered. Also, a buffer, a register and the like may be used. Or, a storage device that uses DAS (Direct Attached Storage), FC-SAN (Fibre Channel - Storage Area Network), NAS (Network Attached Storage), IP - SAN (IP - Storage Area Network) and the like may be used.
- DAS Direct Attached Storage
- FC-SAN Fibre Channel - Storage Area Network
- NAS Network Attached Storage
- IP - SAN IP - Storage Area Network
- the above processor and the above memory may be integrated.
- the structure of one chip such as a microcomputer is progressed.
- one chip microcomputer installed in an electronic equipment or the like has the above process and the above memory is also considered.
- a semiconductor integrated circuit such as a board (a mother board, an I/O board) and a chip that correspond to a network communication, a network adaptor such as NIC (Network Interface Card) and the like, a similar expansion card, a communication device such as an antenna and the like, a communication port such as a connection port (connector) and the like are considered.
- the Internet the Internet, LAN (Local Area Network), a wireless LAN, WAN (Wide Area Network), a backbone, a cable television (CATV) line, a fixed telephone network, a mobile telephone network, WiMAX (IEEE 802.16a), 3G (3rd Generation), a dedicated line (lease line), IrDA (Infrared Data Association), Bluetooth (Registered Trademark), a serial communication line, a data bus and the like are considered.
- LAN Local Area Network
- WAN Wide Area Network
- CATV cable television
- each of the control device and the control device may be modules and components, or dedicated devices, or a starting (calling) program for them.
- the communication system includes the control device and the plurality of node devices controlled by the control device through the control channel.
- the node device includes one or more interface units, which are connected to the terminal device and the different node device and transmit and receive the packet, and the communication processing unit for carrying out the process of the packet to be transmitted/received.
- the control device includes: one or more virtual port units that enable the OS (Operating System) of the computer or the like operating as the control device to transmit and receive the packet; the node device control unit for controlling the respective node devices; the distribution rule storage unit for holding the correspondence relationship between the virtual port unit and the interface unit; and the distribution unit for carrying out the distribution judgment and control of the packet between the virtual port unit and the interface unit.
- OS Operating System
- the control device includes: one or more virtual port units that enable the OS (Operating System) of the computer or the like operating as the control device to transmit and receive the packet; the node device control unit for controlling the respective node devices; the distribution rule storage unit for holding the correspondence relationship between the virtual port unit and the interface unit; and the distribution unit for carrying out the distribution judgment and control of the packet between the virtual port unit and the interface unit.
- the virtual port unit when receiving the packet from the OS (Operating System), outputs the packet to the distribution unit.
- the distribution unit when the packet is input, refers to the distribution rule storage unit and judges the interface unit from which the packet is transmitted, and then outputs the judgment result and the packet to the node device control unit.
- the node device control unit selects the suitable control channel on the basis of the judgment and transmits the message of outputting the packet to the interface unit, through the control channel.
- the communication processing unit in the node device when receiving the above message, transmits the packet from the specified interface unit.
- the interface unit in the node device when receiving the packet, outputs the packet to the communication processing unit.
- the communication processing unit outputs the packet to the node device control unit through the control channel, on the basis of the processing rule (flow entry) specified by the node device control unit in advance.
- the node device control unit if the packet received from the communication processing unit through the control channel is the packet to be output to the virtual port unit, outputs the packet to the distribution unit.
- the distribution unit when the packet is input, refers to the distribution rule storage unit, selects the virtual port unit of the suitable output destination and outputs the packet to the selected virtual port unit.
- the virtual port unit when the packet is input, outputs the packet to the OS (Operating System).
- the OS (Operating System) processes the packet.
- the first effect lies in the fact that it is possible to again use the routing protocol, the tunneling protocol and the like, which are installed on the OS (Operating System) of the computer or the like operating as the control device.
- the OS Oleting System
- the second effect lies in the fact that between the plurality of control devices, it is possible to carry out the communication in which the conventional communication method such as TCP/IP and the like is used.
- a communication system in which a control device performs a centralized control on one or more node devices arranged in a network through a control channel, wherein the control device has one or more virtual port units each of which transmits and receives a packet, a distribution rule storage unit for holding a distribution rule of the packet, a distribution unit for specifying a distribution destination of the packet, and a node device control unit for controlling the node device, the node device has one or more interface units each of which transmits and receives the packet, the distribution rule storage unit holds one or more distribution rules of the packet and retrieves and replies the distribution rules in response to a reference request, the distribution unit specifies a forwarding destination of the packet, which is transmitted/received between the interface unit and the virtual port unit, in accordance with the distribution rule that is gotten by referring to the distribution rule storage unit, and the node device control unit individually sets the control channel between the respective node devices, and manages a correspondence relationship between the control channel and the node device and information of
- the virtual port unit --> the interface unit, the virtual port unit and the interface unit are one-to-one related to each other
- the communication system described in the Supplementary Note 1 wherein the node device has a node device identifier that enables this to be identified inside the communication system, the interface unit has a physical port identifier that enables this to be identified inside at least the node device, the virtual port unit has a virtual port identifier that enables this to be identified inside at least the control device, the distribution rule storage unit holds one or more arbitrary classes of the virtual port identifier, the node device identifier and the physical port identifier, as the distribution rule, the virtual port unit, when receiving the packet, outputs a first message, which includes the packet and the virtual port identifier of the virtual port unit, to the distribution unit, the distribution unit, when the first message is input, refers to the distribution rule storage unit and specifies the class of the node device identifier corresponding to the virtual port identifier included in the first message and the
- the virtual port unit when receiving the packet, outputs a first message, which includes the packet, to the distribution unit, the distribution unit, when the first message is input, refers to the distribution rule storage unit and specifies a class of the node device identifier corresponding to the header of the packet included in the first message and the physical port identifier, and outputs a second message, which includes the packet included in the first message and the class of the specified no
- the virtual port unit (Supplementary Note 4) (the virtual port unit --> he interface unit, the virtual port unit & header and the interface unit are one-to-one related to each other)
- the distribution rule storage unit holds one or more arbitrary classes of the virtual port identifier, the packet header condition, the node device identifier and the physical port identifier, as the distribution rule, the virtual port unit, when receiving the packet, outputs a first message, which includes the packet and the virtual port identifier of the virtual port unit, to the distribution unit, and the distribution unit refers to the distribution rule storage unit and specifies a class of the header of the packet and the node device identifier and the physical port identifier that correspond to the virtual port identifier, which are included in the first message.
- the distribution rule storage unit holds one or more of the arbitrary node device identifiers as the distribution rule
- the virtual port unit when receiving the packet, transmits a first message, which includes the packet, to the distribution unit, the distribution unit, when the first message is input, refers to the distribution rule storage unit, and specifies one or more of the node device identifiers, and outputs a second message, which includes the packet included in the first message and a class of the specified one or more node device identifiers, to the node device control unit, the node device control unit, when the second packet is input, specifies the
- the interface unit --> the virtual port unit, the node device & interface unit and the virtual port unit are one-to-one related to each other
- the communication system described in the Supplementary Note 1 wherein the node device has a node device identifier that enables this to be identified inside the communication system, the interface unit has a physical port identifier that enables this to be identified inside at least the node device, the virtual port unit has a virtual port identifier that enables this to be identified inside at least the control device, the distribution rule storage unit holds one or more arbitrary classes of the virtual port identifier, the node device identifier and the physical port identifier, as the distribution rule, the interface unit, when receiving the packet, outputs a fourth message, which includes the packet and the physical port identifier representing the interface unit, to the control channel, the node device control unit, when the fourth message is input through the control channel, specifies the node device correlated to the control channel, and outputs a fifth message, which includes the packet and
- the interface unit --> the virtual port unit, the node device and the interface unit have no relation, a processing rule number and the virtual port unit are one-to-one related to each other
- the communication system described in the Supplementary Note 1 wherein the node device has a node device identifier that enables this to be identified inside the communication system, and has a communication processing unit for forwarding the packet, the interface unit has a physical port identifier that enables this to be identified inside at least the node device, the virtual port unit has a virtual port identifier that enables this to be identified inside at least the control device, the distribution rule storage unit holds one or more arbitrary classes of the virtual port identifier and a processing rule number, as the distribution rule, the interface unit, when receiving the packet, outputs a seventh message, which includes the packet and the physical port identifier representing the interface unit, to the communication processing unit, the communication processing unit, when the seventh message is input, carries out a process for the seventh message in accordance with a pre-
- the interface unit --> the virtual port unit, the node device & interface unit & processing rule number and the virtual port unit are one-to-one related to each other
- the interface unit when receiving the packet, outputs a fourth message, which includes the packet, to the control device, the node device control unit, when the fourth message is input through the control channel, outputs a fifth message, which includes the packet included in the fourth message, to the distribution unit, the distribution unit, when the fifth message is input, refers to the distribution rule storage unit and specifies the virtual port identifier corresponding to the header of the packet included in the fifth message, and outputs a sixth message, which includes the packet included in the fifth message, to the virtual port unit corresponding to the specified virtual port identifie
- the interface unit has a physical port identifier that enables this to be identified inside at least the node device
- the distribution rule storage unit has one or more arbitrary classes of the packet header condition, the physical port identifier and the virtual port identifier, as the distribution rule
- the interface unit when receiving the packet, outputs a fourth message, which includes the packet and the physical port identifier representing the interface unit, to the control device
- the node device control unit outputs a fifth message, which further includes the physical port identifier included in the fourth message, to the distribution unit
- the distribution unit refers to the distribution rule storage unit and specifies the virtual port identifier that corresponds to a class of the header of the packet and the physical port identifier, which are included in the fifth message.
- the interface unit --> the virtual port unit, the node device & interface unit & header and the virtual port unit are one-to-one related to each other
- the distribution rule storage unit has one or more arbitrary classes of the packet header condition, the node device identifier, the physical port identifier and the virtual port identifier, as the distribution rule
- the node device control unit when the fourth message is input through the control channel, specifies the node device correlated to the control channel, and outputs a fifth message, which further includes the node device identifier representing the specified node device, to the distribution unit
- the distribution unit refers to the distribution rule storage unit and specifies the virtual port identifier that corresponds to a class of the header of the packet, the node device identifier and the physical port identifier, which are included in the fifth message.
- Packet The communication system described in any of the Supplementary Notes 1 to 12, wherein the packet includes the Ethernet (Registered Trademark) frame or IP (Internet protocol) packet, and the header includes the Ethernet (Registered Trademark) header, an IP header, a TCP and UDP (User Datagram Protocol) header.
- Ethernet Registered Trademark
- IP Internet protocol
- UDP User Datagram Protocol
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015501074A JP2015511097A (ja) | 2012-03-23 | 2013-03-19 | 通信システム、制御装置、通信方法、及びプログラム |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012-068285 | 2012-03-23 | ||
| JP2012068285 | 2012-03-23 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2013140796A1 true WO2013140796A1 (fr) | 2013-09-26 |
Family
ID=49222271
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2013/001883 Ceased WO2013140796A1 (fr) | 2012-03-23 | 2013-03-19 | Système de communication, dispositif de commande, procédé de communication et programme |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP2015511097A (fr) |
| WO (1) | WO2013140796A1 (fr) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2017505578A (ja) * | 2014-01-21 | 2017-02-16 | ホアウェイ・テクノロジーズ・カンパニー・リミテッド | ソフトウェア・デファインド・プロトコル・ネットワークノードのためのシステムおよび方法 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2011043379A1 (fr) * | 2009-10-06 | 2011-04-14 | 日本電気株式会社 | Système de réseau, contrôleur, procédé et programme |
| JP2011166704A (ja) * | 2010-02-15 | 2011-08-25 | Nec Corp | ネットワークシステム、及び経路情報更新方法 |
-
2013
- 2013-03-19 WO PCT/JP2013/001883 patent/WO2013140796A1/fr not_active Ceased
- 2013-03-19 JP JP2015501074A patent/JP2015511097A/ja active Pending
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2011043379A1 (fr) * | 2009-10-06 | 2011-04-14 | 日本電気株式会社 | Système de réseau, contrôleur, procédé et programme |
| JP2011166704A (ja) * | 2010-02-15 | 2011-08-25 | Nec Corp | ネットワークシステム、及び経路情報更新方法 |
Non-Patent Citations (1)
| Title |
|---|
| SUNAY TRIPATHI: "How does Openflow and SDN help Virtualization/Cloud, Sunay Tripathi's Blog", 21 December 2011 (2011-12-21), Retrieved from the Internet <URL:http://sunaytripathi.wordpress.com/2011/12/21/how-does-openflow-and-sdn-help-virtualizationcloud> [retrieved on 20130507] * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2017505578A (ja) * | 2014-01-21 | 2017-02-16 | ホアウェイ・テクノロジーズ・カンパニー・リミテッド | ソフトウェア・デファインド・プロトコル・ネットワークノードのためのシステムおよび方法 |
| US10644941B2 (en) | 2014-01-21 | 2020-05-05 | Huawei Technologies Co., Ltd. | System and method for a software defined protocol network node |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2015511097A (ja) | 2015-04-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9515868B2 (en) | System and method for communication | |
| JP5991424B2 (ja) | パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム | |
| CN102714627B (zh) | 网络系统和网络冗余方法 | |
| US9215175B2 (en) | Computer system including controller and plurality of switches and communication method in computer system | |
| US9560177B2 (en) | Network system and network flow tracing method | |
| US9608908B2 (en) | Network system and VLAN tag data acquiring method | |
| US10623314B2 (en) | Switch system, and monitoring centralized control method | |
| US20150312147A1 (en) | Switching system, switching control system, and storage medium | |
| US10498669B2 (en) | Communication system, switch, controller, ancillary data management apparatus, data forwarding method, and program | |
| US9253117B1 (en) | Systems and methods for reducing network hardware of a centrally-controlled network using in-band network connections | |
| EP2963869A1 (fr) | Système de communication, commutateur, appareil de commande, procédé et programme de configuration de canal de commande | |
| US9602352B2 (en) | Network element of a software-defined network | |
| WO2013140796A1 (fr) | Système de communication, dispositif de commande, procédé de communication et programme | |
| EP4436113A1 (fr) | Configuration de tunnels de réseau entre dispositifs | |
| EP3086516A1 (fr) | Système de transfert de paquet, contrôleur, et procédé et programme de commande d'un dispositif relais | |
| US10382250B2 (en) | Information processing system and control method for information processing system | |
| CN107005473B (zh) | 通信路径切换装置、控制通信路径切换装置的方法 | |
| CN107566278B (zh) | 传输方法、装置及系统 | |
| JP5854488B2 (ja) | 通信システム、制御装置、処理規則の設定方法およびプログラム | |
| JP6160101B2 (ja) | 通信装置、制御装置、通信システム、制御メッセージの送信方法 | |
| JP2016086363A (ja) | 通信装置、制御装置、制御方法及びプログラム | |
| WO2016084314A1 (fr) | Appareil de commutation de chemin de communication, procédé de commande d'appareil de commutation de chemin de communication, et produit programme d'ordinateur | |
| JP2016225933A (ja) | 制御装置、中継装置の制御方法、プログラム及び通信システム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13764486 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2015501074 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13764486 Country of ref document: EP Kind code of ref document: A1 |