The present invention is based upon and claims the benefit of the priority of Japanese Patent Application No. 2011-286152 (filed on Dec. 27, 2011), the disclosure of which is incorporated herein in its entirety by reference. The present invention relates to a communication system, a controller, a communication method, and a program. More specifically, the invention relates to a communication system including a controller that performs centralized control of switches, the controller, a communication method, and a program.
Since a computer network such as Ethernet (registered trademark) is a distribution type where a switch (or a router) operates autonomously, it is difficult to correctly and quickly grasp an event occurring in the network, and it takes time to identify a location of occurrence of a fault and recover from the fault. This is regarded as a problem. Further, each switch should include capability sufficient to operate autonomously. Consequently, the function of the switch is complicated.
On the other hand, a centrally controlled network includes a controller for managing switches and the like, and reduces the above-mentioned problem with respect to the network of the autonomous distribution type. OpenFlow (OpenFlow; refer to Non Patent Literature 1) is one of technologies for implementing the centrally controlled network. The OpenFlow may improve communication efficiency by global optimization of communication paths and may realize visualization of the network. The OpenFlow may relatively reduce the function demanded for the switch, and may reduce the cost of the switch, thereby allowing reduction of cost of facilities in the entire network.
The controller X10 performs recognition of a network topology, control over the switches 11-1 and 11-2 subordinate to the controller X10, monitoring of a fault in each of the switches 11-1 and 11-2 and the links 13, and determination of a communication path.
Each of the switches 11-1 and 11-2 forwards a packet received from an adjacent one of the nodes 12 (12-1 or 12-2) or another one of the switches to an appropriate destination. Further, each of the switches 11-1 and 11-2 updates an internal state thereof or transmits the packet to an outside, according to an instruction from the controller X10. Details of the switches 11-1 and 11-2 will be described later.
Each node 12 (12-1/12-2) is a communication end point of a terminal or a server. The link 13 connects the interfaces of the switches 11-1 and 11-2, the switch 11-1 and the node 12, or the switch 11-2 and the node 12 to deliver packets between the interfaces.
Each channel 14 transmits a control message between the controller X10 and a corresponding one of the switches 11-1 and 11-2.
Each of the ports 40-1 to 40-N, 48-1 to 48-N (in which N is an integer not less than one. When no particular distinction is made among the ports 40-1 to 40-N, 48-1 to 48-N, the ports 40-1 to 40-N, 48-1 to 48-N are denoted as “ports 40”.) transmits to or receives from an adjacent one of the nodes 12 (12-1 or 12-2) or another one of the switches 11 the packet through the link 13.
The management port 41 transmits to or receives from the controller X10 the control message through the channel 14.
The controller interface 42 adds or modifies a flow entry stored in the flow entry storage unit 23 according to the control message received from the controller X10 through the management port 41. When the control message received from the controller X10 includes a packet transmission instruction (corresponding to a “Packet-Out” message in Non Patent Literature 1), the controller interface 42 transmits a packet included in the control message to the internal switch 47. The controller interface 42 encapsulates a packet and a reception port number received from the action application unit 46 into the control message, and transmits the encapsulated control message (corresponding to a “Packet-In” message in Non Patent Literature 1) to the controller X10 through the management port 41. The reception port number included in the control message is the number of a port 40 that received the packet.
The flow entry storage unit 43 stores flow entries, using a table (hereinafter referred to as a “flow table”) that stores the flow entries. The flow entry describes how the switch 11 will process a packet received through the port 40.
The packet multiplexing unit 44 multiplexes packets received through the ports 40 on a per-packet basis to transmit the multiplexed packet to both of the flow entry search unit 45 and the action application unit 46.
The flow entry search unit 45 determines whether or not the flow entry matching the received packet is present in the flow table. When the flow entry 60 having the matching condition 61 matching the received packet is present in the flow table, the flow entry search unit 45 transmits the action 62 of the flow entry 60 to the action application unit 46. On the other hand, when the flow entry 60 having the matching condition matching the received packet is not present, the flow entry search unit 45 transmits the action 62 of default to the flow action application unit 46. The examples of the action 62 of default are “forwarding the packet to the controller X10” and “discarding the packet”. It is assumed herein that the action 62 of default is set to “forwarding the packet to the controller X10”.
The action application unit 46 applies the action 62 received from the flow entry search unit 45 to the packet received from the packet multiplexing unit 44. When the action 62 indicates transmission of the packet through the port 40, the action application unit 46 outputs the packet to the internal switch 47. When the action 62 indicates forwarding of the packet to the controller X10, the action application unit 46 sends the packet and a reception port number 50 of the packet to the controller interface 42.
The internal switch 47 forwards the packet received from the controller interface 42 or the action application unit 46 to the specified port 40.
The above description is directed to the configuration and the basic operation of the OpenFlow switch described in Non Patent Literature 1. As other patent literatures, Patent Literatures 1 and 2 may be pointed out. Patent Literature 1 discloses a path control apparatus (corresponding to the above-mentioned controller) that sets an appropriate effective period for a packet forwarding rule (corresponding to the flow entry described above) held in the above-mentioned switch to reduce the controller's load and eliminate unnecessary flow entries.
Patent Literature 2 discloses a management method in a network to be controlled centrally by a network manager. Paragraphs 0031 to 0032 of Patent Literature 2 describes that each switch in the network operates in a similar manner to the above-mentioned OpenFlow switch. The last sentence in the paragraph 0031 describes that a packet matching a lot of flow header entries is assigned to a flow entry having a highest priority, or that a rule like longest match is used.
The entire disclosure of the above cited Patent and Non Patent Literatures are incorporated herein by reference thereto. The following analysis is given by the present invention. There are communication protocols in which packets must be transmitted without loss. One of such communication protocols is an FCoE (Fibre Channel over Ethernet). The FCoE is a standard for encapsulating a fiber channel frame into an Ethernet packet, for transmission. The FCoE does not permit a situation where a packet (FCoE Ethernet packet) disappears due to congestion. The FCoE assumes use of Ethernet flow control mechanisms defined in the IEEE 802.3x standard and the IEEE 802.1Qbb standard in order to avoid the packet loss due to the congestion.
In the following explanation, the communication protocol such as the FCoE that requires a network to be of high quality and needs to be processed more preferentially than the other communication protocols is described as a high-priority protocol.
Let us consider a case where a packet of the high-priority protocol is transmitted from the one node 12-1 to the other node 12-2 on the OpenFlow network (communication system X101 in
In the standard for the OpenFlow in Non Patent Literature 1, however, it is defined that when the switch 11 forwards a packet to the controller X10 through the channel 14, the packet may be discarded. The controller X10 may set in the switch 11 a flow entry that causes a packet to be discarded, re-routed or the like, according to a traffic status collected by the controller X10 or an instruction of a network manager.
As described above, in the OpenFlow in Non Patent Literature 1, a packet of the high-priority protocol may be lost before or after detection of the packet. Consequently, the OpenFlow network in Non Patent Literature 1 cannot satisfy communication quality required by the high-priority protocol such as the FCoE, unless any modification is made to the OpenFlow standard. Though the modification of the OpenFlow standard is considered, it incurs a harmful effect that the existing OpenFlow switches cannot be used.
Such a situation is not limited to the OpenFlow. A similar situation also applies to a centrally controlled communication system where a packet loss may occur in a switch on a forwarding path. Thus there is much desired in the art.
It is an object of the invention to contribute to provision of a method of transmitting a packet of a high-priority protocol in a centrally controlled communication system in which a packet loss may occur in a switch on a forwarding path.
According to a first aspect, there is a provided a communication system, the system comprising a group of switches which process a received packet(s) by referring to a flow entry that defines processing content to be applied to the packet(s), and a controller that controls the switches by setting the flow entry in one of the group of switches.
The controller comprises a topology detection unit that detects a network topology composed of a link(s) satisfying predetermined transmission quality from among links connecting respective ones of the group of switches, based on information obtained from the group of switches.
When communication using a predetermined communication protocol that requires the predetermined communication quality occurs between arbitrary nodes associated with the network topology, the controller creates a flow entry to be applied to a packet(s) of the predetermined communication protocol and then sets the created flow entry in each switch on a path set between the arbitrary nodes.
According to a second aspect, there is provided a controller, wherein the controller is connected to a group of switches which process a received packet(s) by referring to a flow entry that defines processing content to be applied to the packet(s);
The controller comprises a topology detection unit that detects a network topology composed of a link(s) satisfying predetermined transmission quality from among links connecting respective ones of the group of switches, based on information obtained from the group of switches.
When communication using a predetermined communication protocol that requires the predetermined communication quality occurs between arbitrary nodes associated with the network topology, the controller creates a flow entry to be applied to a packet(s) of the predetermined communication protocol and then sets the created flow entry in each switch on a path set between the arbitrary nodes.
According to a third aspect, there is provided a communication method using a controller connected to a group of switches which process a received packet(s) by referring to a flow entry that defines processing content to be applied to the each packet(s). The method comprises the steps of the controller:
detecting a network topology composed of a link(s) satisfying predetermined transmission quality from among links connecting respective ones of the group of switches, based on information obtained from the group of switches; and
creating a flow entry to be applied to a packet(s) of the predetermined communication protocol and then setting the created flow entry in each switch on a path set between arbitrary nodes associated with the network topology when communication using a predetermined communication protocol that requires the predetermined communication quality occurs between the arbitrary nodes. This method is linked with a specific machine, which is the controller that controls the group of switches in a centrally controlled network.
According to a fourth aspect, there is provided a program for a computer comprising a controller connected to a group of switches which process a received packet(s) by referring to a flow entry that defines processing content to be applied to the packet(s). The program causes the computer to execute processes of:
detecting a network topology composed of a link(s) satisfying predetermined transmission quality from among links connecting respective ones of the group of switches, based on information obtained from the group of switches; and
creating a flow entry to be applied to a packet(s) of the predetermined communication protocol and then setting the created flow entry in each switch on a path set between arbitrary nodes associated with the network topology when communication using a predetermined communication protocol that requires the predetermined communication quality occurs between the arbitrary nodes. This program may be recorded in a computer readable recording medium which may be non-transitory. That is, the present invention may also be embodied as a computer program product.
According to the present disclosure, a packet may be transmitted with communication quality required by a high-priority protocol in a centrally controlled communication system where a packet loss may occur in a switch on a forwarding path.
First, a summary of one exemplary embodiment of the present disclosure will be described with reference to a drawing. A reference symbol in the drawing appended to this summary is appended to each element for the sake of convenience, as an example for helping understanding of the disclosure, and does not intend to limit the present disclosure to the mode illustrated in the drawing.
As shown in
The controller includes a topology detection unit that detects a network topology composed of a link(s) (indicated by reference symbol 13 in
In the example in
With the above-mentioned configuration, a packet of a high-priority protocol is processed not through the switch 11-3. The packet may be therefore transmitted with communication quality required by the high-priority protocol.
When a load on a controller X10 increases in a network configuration as shown in
Thus, in the OpenFlow disclosed in Non Patent Literature 1, when the switches 11 (11-1, 11-2) in
The controller 10 performs recognition of a network topology, control over the switches 11-1 and 11-2 (hereinafter simply denoted as “switches 11” when no particular distinction is made) subordinate to the controller 10, monitoring of a fault in each of the links 13 and the switches 11, determination of a communication path, and processing of a high-priority protocol.
The switches 11, the nodes 12, the links 13, and channels 14 are the same as those in the communication system X101 described in the background art. The difference between the communication system 101 and X101 is that the communication system 101 has at least one switch (switch 11-2 in
The management port 20 transmits or receives a control message to or from each of the switches 11 through the channel 14.
The switch interface 21 performs management of the channels 14 such as addition, deletion, alive monitoring, or the like. When the switch interface 21 receives the control message including a packet from the switch 11 through the management port 20, the switch interface 21 forwards the control message to the topology detection unit 22. Further, the switch interface 21 transmits the control message received from the topology detection unit 22 or the path setting unit 25 to the switch 11 through the management port 20.
The topology detection unit 22 interprets the packet included in the control message received from the switch interface 21, and updates the node position storage unit 23 and the topology information storage unit 24. The topology detection unit 22 generates the control message including an instruction of transmitting a neighbor discovery packet (that will be described later) to detect the network topology, and then outputs the control message to the switch interface 21.
The node position storage unit 23 stores information on the switches 11 and ports of the switches 11 connected to the controller 10 and the nodes 12, as positional information on the nodes 12 or the controller 10.
The topology information storage unit 24 stores connection relationships between the respective switches 11 through the links 13.
When the network address of a transmission source and the network address of a transmission destination are given from the high-priority protocol processing unit 27, the path setting unit 25 refers to the node position storage unit 23 and the topology storage unit 24 to calculate a communication path from the transmission source to the transmission destination. The path setting unit 25 refers to the node position storage unit 23, the topology information storage unit 24, and the controller address storage unit 28 after detection of the network topology of the communication system 101 to calculate respective communication paths from all the nodes 12 to the controller 10. The path setting unit 25 creates a flow entry 60 indicating forward of a packet of the high-priority protocol along each of these calculated paths for each switch 11 on the path. Further, the path setting unit 25 outputs the control message for setting the flow entry in each switch 11 on the path through the switch interface 21. These flow entries are added to the flow tables in flow entry storage units 43 of the respective switches 11 on the path.
The port 26 transmits or receives a packet to or from an adjacent one of the switches 11.
The high-priority protocol processing unit 27 implements a management process defined by the high-priority protocol while transmitting or receiving the packet through the port 26. When the high-priority protocol is the FCoE, for example, the high-priority protocol processing unit 27 performs a log-in process and name resolution of the node 12, notification of a status change to the node 12, and the like. When the high-priority protocol processing unit 27 transmits a packet to the node 12, the high-priority protocol processing unit 27 requests the path setting unit 25 to set a communication path from the controller 10 to the node 12 of the target. The network address of the controller 10 that serves as a transmission source is read from the controller address storage unit 28. When the high-priority protocol processing unit 27 opens direct communication between the nodes 12, the high-priority protocol processing unit 27 requests the path setting unit 25 to set a communication path between the nodes 12.
The controller address storage unit 28 stores the network address of the controller 10.
Next, operation of this exemplary embodiment will be described in detail with reference to drawings. First, an initialization process will be described.
It is assumed that, in an initial state, the node position storage unit 23 and the topology information storage unit 24 of the controller 10 are empty. It is also assumed that the flow table of each switch 11 is empty.
The topology detection unit 22 of the controller 10 generates the control message that requests broadcasting of the neighbor discovery packet, and transmits the control message to each switch 11 (in step S100 in
When receiving from the controller 10 the control message generated in step S100, each switch 11 transmits the neighbor discovery packet included in that control message from all ports 40 (in steps S101-1 and S101-2).
Each switch 11 determines whether or not a flow entry having a matching condition matching the packet is present in the flow table when receiving the neighbor discovery packet from another switch 11 adjacent to each switch 11. Since the flow table at this point is empty, the flow entry matching the neighbor discovery packet is not present. Thus, an action of default is applied to this neighbor discovery packet, the neighbor discovery packet and the reception port number are encapsulated into the control message, and then the control message is forwarded to the controller 10, as described in the background art (in steps S102-1 and S102-2). A reception port number 50 indicates the number of a port that has received the neighbor discovery packet. For example, the switch 11-2 that has received the neighbor discovery packet from the switch 11-1 transmits to the controller 10 the control message including the neighbor discovery packet and the number of the port (#2; refer to
When receiving the control message including the neighbor discovery packet and the reception port number 50 from each switch 11 through the switch interface 21, the topology detection unit 22 interprets the control message, and then adds a new entry 80 to the link information table of the topology information storage unit 24 (in step S103). The switch identifier 81 of the entry 80 to be added is the identifier for the switch 11 of the transmission source included in the neighbor discovery packet in the control message. The peer switch identifier 82 of the entry 80 to be added is the identifier for the switch 11 that has issued the control message. The peer port number 83 of the entry 80 to be added is the reception port number 50 included in the control message.
Then, each of the nodes 12 and the high-priority protocol processing unit 27 of the controller 10 transmits a packet including the network address of the transmission source to the link 13 at a predetermined timing (in steps S104-1 to S104-3). Preferably, this packet is transmitted before main communication is started. One example of such a packet is an ARP (Address Resolution Protocol) packet for knowing a link layer address (MAC address) associated with an IP (Internet Protocol) address or the LLDP packet. The network address of the transmission source included in the packet to be transmitted by each node 12 is the network address of the node 12. The network address of the transmission source included in the packet to be transmitted by the high-priority protocol processing unit 27 is the network address of the controller 10 stored in the controller address storage unit 28.
Each switch 11 determines whether or not a flow entry having a matching condition matching the packet is present in the flow table when receiving the packet from the node 12 or the controller 10 adjacent to each switch 11 through the link(s) 13. Since the flow table is empty at this point, the flow entry having the matching condition matching that packet is not present. Thus, the action of default is applied in this case as well. That packet and the reception port number 50 are encapsulated into the control message, and then the control message is forwarded to the controller 10 (in step S105).
When receiving the control message forwarded to the controller 10 from each switch 11 through the switch interface 21 in step S105, the topology detection unit 22 interprets the control message to add a new entry 70 to the node position storage unit 23 (in step S106). The node address 71 of the entry 70 to be added is the network address of the transmission source included in the packet in the control message. The switch identifier 72 of the entry 70 to be added is the identifier for the switch 11 that has issued the control message. The port number 73 of the entry 70 to be added is the reception port number 50 included in the control message.
Next, the path setting unit 25 of the controller 10 identifies the switch 11 adjacent to the controller 10 through the link 13, by referring to the node position storage unit 23 and the controller address storage unit 28 (in step S107). Specifically, the path setting unit 25 searches the node position storage unit 23 (refer to
The path setting unit 25 refers to the topology information storage unit 24 to calculate a communication path from each switch 11 to the switch 11 adjacent to the controller 10 through the link 13 (in step S108). The calculated path does not include the channel 14.
In the communication system 101 shown in
The path setting unit 25 creates a flow entry for forwarding a packet of the high-priority protocol to the controller 10 from each switch 11 along the path calculated in step S108, for each switch on the path (in step S109).
The path setting unit 25 outputs the control message for adding the flow entry created in step S109 to the flow table of each switch 11 on the path through the switch interface 21 (in step S110).
With the above arrangement, when a packet of the high-priority protocol is received at the switch 11-1 or the switch 11-2, the flow entry 60-1 or 60-2 is applied to the packet which results in being forwarded. This ensures that the controller 10 is able to detect inflow of the packet of the high-priority protocol.
Next, a path setting process to be performed after the initialization process will be described. The high-priority protocol processing unit 27 of the controller 10 may transmit a packet to the node 12 during execution of the management process defined by the high-priority protocol. For example, a case may be pointed out where the high-priority protocol processing unit 27 returns a response packet to the node 12 in response to a packet received from the node 12. The high-priority protocol processing unit 27 may permit communication between the node 12-1 and the node 12-2.
At the point of time when the initialization process described before has been completed, only the flow entry 60 indicating forward of a packet of the high-priority protocol from the node 12 to the controller 10 is set in the flow table 43 of each switch 11. The high-priority protocol processing unit 27 requests the path setting unit 25 to register in each switch 11 the flow entry 60 indicating forward of the packet of the high-priority protocol from the controller 10 to the node 12, if needed. The high-priority protocol processing unit 27 also requests the path setting unit 25 to register in each switch 11 the flow entry 60 indicating forward of the packet of the high-priority protocol from the node 12-1 (or 12-2) to another node 12-2 (or 12-1), if needed.
Referring to
As a result of the initialization process described before, the node position table 23A of the node position storage unit 23 in the communication system 101 shown in
Next, the path setting unit 25 refers to the node position storage unit 23 to obtain the switch identifier 72 and the port number 73 of the switch 11 adjacent to the transmission destination (in step S201). Specifically, the path setting unit 25 searches the node position table 23A (refer to
When the transmission destination is the node 12-2 in
Next, the path setting unit 25 refers to the topology information storage unit 24 to calculate the communication path from the switch 11 adjacent to the transmission source to the switch adjacent to the transmission destination (in step S202). This communication path does not include the channel 14.
As a result of the initialization process described before, the link information table 24A of the topology information storage unit 24 is as shown in
Next, the path setting unit 25 creates the flow entry indicating forward of a packet of the high-priority protocol along the path calculated in step S202, for each switch 11 on the path (in step S203).
Finally, the path setting unit 25 outputs to the switch interface 21 the control message for adding the flow entry generated in step S203 to the flow table 43A of each switch 11 on the path (in step S204).
The flow entries added in step S204 are an uppermost flow entry 60-2 on the page of
Preferably, the priority of the flow entry (flow entry for communication using the high-priority protocol) to be added in step S204 is set to be higher than the priority of the flow entry (flow entry for detection of a packet of the high-priority protocol) to be added in step S110 of the initialization process in
As described above, according to this exemplary embodiment, a new packet of the high-priority protocol is forwarded to the controller 10 from the switch 11 through the link 13 not through the channel 14. As described in the background art, the switch 11 may discard a packet that should be originally forwarded to the controller 10 through the channel 14 when the controller's load is high. However such a packet loss cannot occur in this exemplary embodiment because a packet of the high-priority protocol is forwarded to the controller 10 through the link 13. Consequently, the communication system 101 in this exemplary embodiment may satisfy high communication quality required by the high-priority protocol.
When carrying out this exemplary embodiment, an OpenFlow protocol in Non Patent Literature 1 does not need to be modified at all. The reason for that is that the controller 10 sets the flow table of each switch 11 according to the OpenFlow protocol to ensure that a packet of the high-priority protocol is transmitted between the controller 10 and the switch or between the switches 11, through the link 13.
The above description was given about each exemplary embodiment of the present disclosure. The present disclosure is not, however, limited to the above-mentioned exemplary embodiments. The present disclosure may be further varied, replaced, and adjusted without departing from the basic technical concept of the present disclosure. In the description of the above-mentioned exemplary embodiment, it was described that at least one switch 11 (switch 11-2) and the controller 10 were connected through the link 13 and the channel 14. The link 13 and the channel 14 do not necessarily need to be separate lines. That is, the link 13 and the channel 14 may be physically multiplexed into one signal line. In this case, a known method such as wavelength multiplexing, time-division multiplexing, or frame multiplexing may also be used.
The controller 10 in this exemplary embodiment may be implemented by using an information processing apparatus such as a PC (Personal Computer).
A storage device 201 in
A data processing device 200 is configured by including a CPU (Central Processing Unit). The data processing device 200 functions as each unit of the above-mentioned switch interface 21, topology detection unit 22, path setting unit 25, and high-priority protocol processing unit 27 by executing processing corresponding to those of the switch interface 21, the topology detection unit 22, the path setting unit 25, and the high-priority protocol processing unit 27.
Each processing of the CPU may be described as a switch control program. It may also be so configured that the data processing unit 200 reads this switch control program from the storage device 201 to execute this switch control program. The data processing device 200 may also be configured to read the switch control program from a computer readable recording medium of which illustration is omitted to execute the switch control program.
The switch interface 21, the topology detection unit 22, the path setting unit 25, and the high-priority protocol processing unit 27 may also be partly configured by hardware.
In the above-mentioned exemplary embodiment, it was described that the controller 10 found the network topology and managed node position, based on the neighbor discovery packet and the ARP packet. When these information is known in advance, the initialization process can also be omitted. In this case, the known information is stored in the node position storage unit 34 and the topology information storage unit 24 as initial setting, and a necessary flow entry is initially set in each switch 11.
In the above-mentioned exemplary embodiment, it was described that the controller 10 included the high-priority protocol processing unit to perform the log-in process, the name resolution, and the notification of a status change to the node 12. These processes may be performed by a server or the like other than the controller 10. In this case, the controller forms the network topology (in step S103), identifies positions of the server and the node, calculates a communication path between both of the server and the node, and sets a necessary flow entry, in the initialization process in
Finally, the following summarizes the preferred modes of the present disclosure.
(See the communication system in the first aspect described above)
In the communication system, the controller may be connected to at least one of the switches that are present on the network topology by the link satisfying the predetermined transmission quality; and the controller may detect occurrence of a communication using the predetermined communication protocol through the at least one of the switches connected by the link(s).
In the communication system, when receiving the packet of the predetermined communication protocol, the controller may set in each switch on the network topology a flow entry notifying the controller of the occurrence of the communication using the predetermined communication protocol through the link(s) satisfying the predetermined transmission quality.
In the communication system, the controller may further comprise a high-priority protocol processing unit that sets the flow entry necessary for the communication between the nodes using the predetermined communication protocol and performs a management process defined by the predetermined communication protocol.
In the communication system, the topology detection unit may transmit to each of the group of switches a neighbor discovery packet that requests transmission of information on each switch and detects the network topology composed of the link(s) satisfying the predetermined transmission quality based on a response from each switch.
In the communication system, the topology detection unit may perform position management of the nodes based on a packet to be transmitted before communication between the nodes or between the controller and the node(s) is started.
In the communication system, the controller may set the flow entry to be applied to the packet of the predetermined communication protocol so that the flow entry is applied in accordance with a priority order higher than flow entries to be applied to the other packets.
In the communication system, the controller may control the switches to forward a packet(s) other than the packet(s) of the predetermined communication protocol, using a link(s) other than the link(s) satisfying the predetermined transmission quality, in addition to the link(s) satisfying the predetermined transmission quality.
(See the controller in the second aspect described above)
(See the communication method in the third aspect described above)
(See the program in the fourth aspect described above)
Like the first mode, the above-mentioned ninth to eleventh modes may be developed into the second to eighth modes.
Modifications and adjustments of the exemplary embodiments and examples are possible within the scope of the overall disclosure (including claims) of the present disclosure, and based on the basic technical concept of the disclosure. Various combinations and selections of various disclosed elements (including each element of each claim, each element of each example, each element of each drawing, and the like) are possible within the scope of the claims of the present disclosure. That is, the present disclosure of course includes various variations and modifications that could be made by those skilled in the art according to the overall disclosure including the claims and the technical concept.
Number | Date | Country | Kind |
---|---|---|---|
2011-286152 | Dec 2011 | JP | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/JP2012/006952 | 10/30/2012 | WO | 00 | 3/31/2014 |