WO2013039083A1 - 通信システム、制御装置および通信方法 - Google Patents

通信システム、制御装置および通信方法 Download PDF

Info

Publication number
WO2013039083A1
WO2013039083A1 PCT/JP2012/073254 JP2012073254W WO2013039083A1 WO 2013039083 A1 WO2013039083 A1 WO 2013039083A1 JP 2012073254 W JP2012073254 W JP 2012073254W WO 2013039083 A1 WO2013039083 A1 WO 2013039083A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
packet
processing rule
control device
forwarding
Prior art date
Application number
PCT/JP2012/073254
Other languages
English (en)
French (fr)
Inventor
山形 昌也
英之 下西
健太郎 園田
洋一 波多野
中江 政行
陽一郎 森田
貴之 佐々木
Original Assignee
日本電気株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2013533678A priority Critical patent/JP6024664B2/ja
Priority to US14/344,472 priority patent/US9419910B2/en
Publication of WO2013039083A1 publication Critical patent/WO2013039083A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/32Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2441Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/30Peripheral units, e.g. input or output ports
    • H04L49/3009Header conversion, routing tables or routing tags
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/50Overload detection or protection within a single switching element
    • H04L49/505Corrective measures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]

Definitions

  • the present invention is based on the priority claim of Japanese patent application: Japanese Patent Application No. 2011-199089 (filed on September 13, 2011), the entire content of which is incorporated herein by reference. Shall.
  • the present invention relates to a communication system, a control device, and a communication method, and more particularly, to a communication system, a control device, and a communication method for realizing communication using a transfer node that processes received packets according to control from the control device.
  • Non-Patent Documents 1 and 2 OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis.
  • the OpenFlow switch (see reference numerals 90 to 92 in FIG. 10) specified in Non-Patent Document 2 includes a secure channel for communication with the OpenFlow controller (see reference numeral 93 in FIG. 10). It operates according to a flow table that is appropriately added or rewritten.
  • the flow table defines, for each flow, a set of a match field (Match Fields) in which contents to be matched with the packet header are defined, flow statistical information (Counters), and an instruction (Instructions) that defines processing contents. (See FIG. 11).
  • an OpenFlow switch when it receives a packet, it searches the flow table for an entry having a match field that matches the header information of the received packet. If an entry that matches the received packet is found as a result of the search, the OpenFlow switch updates the flow statistical information (counter) and processes the processing (designated) in the instruction field of the entry for the received packet. Perform packet transmission, flooding, discard, etc. from the port. On the other hand, if no entry that matches the received packet is found as a result of the search, the OpenFlow switch requests the OpenFlow controller to set an entry, that is, determines the processing content of the received packet, via the secure channel. Send a request. The OpenFlow switch receives the flow entry corresponding to the request and updates the flow table. In this way, the OpenFlow switch performs packet transfer using the entry stored in the flow table as a processing rule.
  • Patent Document 2 discloses a flow in which a plurality of (open flow) controllers are arranged and priority is added to each controller in order to improve the fault tolerance of the computer system using the above-described open flow.
  • a configuration for setting an entry in an OpenFlow switch is disclosed.
  • Non-Patent Document 1 As shown in FIG. 10, an edge node to which a large number of specific or unspecified client nodes such as OpenFlow Access Point 91 or OpenFlow-enabled Commercial Switch 92 can be connected is provided.
  • the edge node When receiving the packet from the client node, the edge node requests the control device (Controller 93 in FIG. 10) to set a flow entry (hereinafter also referred to as “processing rule”).
  • the control device Upon receiving the flow entry setting request, the control device (Controller 93 in FIG. 10) determines the route from the edge node to the packet destination server and the like, and creates a flow entry so that the packet is transferred along this route. Then, the created flow entry is set in all the forwarding nodes (OpenFlow (Switch) 90, OpenFlow Access Point 91, OpenFlow-enabled Commercial Switch 92 in FIG. 10) on the route.
  • OpenFlow Switch
  • a first processing rule for processing a received packet is set, and at least one forwarding node that processes a packet according to the processing rule;
  • a first control device that sets a first processing rule, at least one or more flow control nodes that are arranged upstream of each forwarding node, and a second processing rule that is set in the flow control node
  • a communication system that blocks transfer of packets that do not satisfy a predetermined condition to the forwarding node according to the second processing rule.
  • a first processing rule for processing a received packet is set, and at least one forwarding node that processes the packet according to the processing rule;
  • a first control device for setting a first processing rule; and at least one or more flow control nodes arranged upstream of the respective transfer nodes;
  • a second control device is provided that sets a processing rule and blocks transfer of a packet that does not satisfy a predetermined condition to the forwarding node.
  • a first control device that sets the first processing rule for the forwarding node in cooperation with the second control device described above.
  • the flow rate control node blocks the transfer of a packet that does not satisfy the predetermined condition to the forwarding node according to the processing rule set by the control device that controls the device; And a forwarding node disposed at a subsequent stage of the flow rate control node processes a received packet in accordance with a processing rule set by a control device that controls the own device.
  • the method is tied to specific machines: flow control nodes and forwarding nodes.
  • the present invention it is possible to reduce the load on the forwarding node and the control device, and suppress an increase in delay and a decrease in throughput.
  • a first processing rule for processing a received packet is set, and at least one forwarding node (20 in FIG. 1) that processes the packet according to the processing rule;
  • a first control device (31 in FIG. 1) that sets the first processing rule for the transfer node, and at least one or more flow control nodes (10 in FIG. 1) arranged upstream of each transfer node. )
  • a second control device (32 in FIG. 1) for setting a second processing rule in the flow rate control node.
  • the second control device (32 in FIG. 1) sets the second processing rule in the flow control node (10 in FIG. 1).
  • This processing rule includes information (corresponding to the conditions set in the above-described match field) for specifying a packet to be transferred to the forwarding node side and the processing content.
  • the second control device (32 in FIG. 1) is connected to the flow control node (10 in FIG. 1) on the forwarding node side.
  • a processing rule including information for identifying a packet that should be blocked from being forwarded to the packet and its processing contents (discarding, forwarding to a node other than the forwarding node (not shown), etc.) is set.
  • the flow control node (10 in FIG. 1) performs packet forwarding to the forwarding node according to the second processing rule set by the second control device (32 in FIG. 1), and receives other packets (blocking targets are If set, the packet to be blocked is discarded or transferred to a node other than the forwarding node.
  • the forwarding node (20 in FIG. 1) The flow rate of packets to the is reduced. For this reason, the processing rule setting request due to the reception of the discarded packet is not made, so the load on the first control device (31 in FIG. 1) can be reduced. Further, since the number of processing rule setting requests to be handled by the first control device (31 in FIG. 1) is reduced, an increase in delay and a decrease in throughput of the first control device (31 in FIG. 1) are also suppressed. .
  • FIG. 1 is a diagram showing the configuration of the first exemplary embodiment of the present invention.
  • a configuration including a control node 10, a second control device 32 that controls the flow rate control node 10, and a server 50 that is a communication destination of the clients 41 and 42 is shown.
  • Clients 41 and 42 are information processing devices such as personal computers and mobile terminals.
  • one server 50 is shown, but there may be a plurality of servers 50.
  • the clients 41 and 42 are described as transmitting data transmission request packets to the server 50.
  • the flow control node 10 forwards a packet that conforms to the processing rule set by the second control device 32 among the packets transmitted from the clients 41 and 42 to the next hop (the forwarding node 20 in FIG. 1). Further, the flow control node 10 performs an operation of discarding a packet that does not satisfy a predetermined condition.
  • a flow control node 10 can be configured using an open flow switch described in Non-Patent Documents 1 and 2.
  • the second control device 32 includes, in the flow control node 10, information for identifying a packet to be transferred to the transfer node 20 (corresponding to the conditions set in the above-described match field) and the processing content.
  • a processing rule (1 of the second processing rule) is set.
  • the second control device 32 determines the following depending on what operation is performed when the flow control node 10 receives an unknown packet (a packet that does not conform to any of the processing rules set in the own device). As described above, an additional second processing rule (second processing rule 2) is set.
  • the flow control node 10 When the flow control node 10 receives a packet that does not conform to any of the processing rules set in its own device, the flow control node 10 transmits a processing rule setting request for the packet to the first control device 31. 2
  • the control device 32 has a processing rule including information for identifying a packet to be discarded (corresponding to the conditions set in the above-mentioned match field) and the processing content (discarding) for the flow rate control node 10. (2 of the second processing rule) is set.
  • the information for identifying the packet to be discarded is as follows. Set to be less. Thereby, the load of the flow control node 10 is also reduced.
  • the second control device 32 adds the additional second processing rule (first It is not necessary to set the second processing rule 2).
  • information for identifying the packet subject to the processing rule setting request (corresponding to the condition set in the above match field), and A processing rule including processing contents (transmission of a processing rule setting request) can be set.
  • the first control device 31 determines a transfer path of a packet to be transferred to the server 50 among the packets transferred from the clients 41 and 42, and transfers the packet along the transfer path to the transfer node 20 on the transfer path.
  • a processing rule (first processing rule) for performing the above is set. As described above, since only the packet that has passed through the flow control node 10 is received by the forwarding node 20, it is not necessary to set a processing rule that causes the forwarding node 20 to discard the packet. Further, since the packet that has been subjected to the collation processing by the second processing rule (second processing rule 1) by the flow control node 10 is transferred to the forwarding node 20, the received packet and the processing rule at the forwarding node 20 are transferred. In the verification, the verification of the items verified in the flow control node 10 can be omitted. From the above, the first control device 31 can set a processing rule that reduces the load of matching processing between the received packet and the processing rule in the forwarding node 20.
  • the forwarding node group 20 processes the packet transferred from the flow control node 10 according to the processing rule (first processing rule) set by the first control device 31.
  • a forwarding node 20 can be configured using the OpenFlow switch described in Non-Patent Documents 1 and 2.
  • the packets that do not satisfy the predetermined condition among the packets transmitted from the clients 41 and 42 are discarded at the flow control node 10. Since the forwarding node 20 only needs to handle the packet that has passed through the flow rate control node 10, the load of the first control device 31 that controls the packet is reduced. Further, since the processing load of the first control device 31 is obtained at least for the packet that could not pass through the flow control node 10, an increase in delay and a decrease in throughput are also suppressed.
  • the above effect becomes more prominent as more packets are input to the flow control node 10 and more packets are discarded.
  • the load on the flow control node 10 increases. For example, the number of processing rules set in the flow rate control node 10 is reduced (at least than the number of first processing rules held by the transfer node 20), or the flow rate control node 10 (at least at the first level held by the transfer node 20) It is effective to set a processing rule that has a smaller number of locations to be matched with the received packet (as compared to a matching location with the received packet according to one processing rule).
  • the above-described first and second processing rules are provided with effective periods, and the effective periods have passed. It is also effective to cause the flow rate control node 10 and the forwarding node 20 to delete the processing rules. In this case, a difference may be provided in the validity period between the second processing rule set in the flow control node 10 and the first processing rule set in the forwarding node 20.
  • a processing rule setting request is transmitted to the first and second control devices, so it is necessary to consider an increase in load on the first and second control devices.
  • the effective period of the second processing rule set in the flow control node 10 may be longer than the effective period of the first processing rule set in the forwarding node 20.
  • FIG. 2 is a diagram showing the configuration of the second exemplary embodiment of the present invention.
  • the difference from the first embodiment shown in FIG. 1 is that an access control policy providing server 60 is newly added, and the first and second control devices 31A and 32A can refer to the access control policy. It is.
  • Other configurations are the same as those in the first embodiment, and thus the differences will be mainly described below.
  • the access control policy providing server 60 is configured by a device that stores a policy for performing access control such as access to the server 50 based on the authority held by the clients 41 and 42 or the user.
  • FIG. 3 is an example of an access control policy stored in the access control policy providing server 60.
  • FIG. 4 is an example of processing rules generated from the access control policy of FIG. 3 when there is no flow control node 10.
  • IP address 192.168.0.1
  • the source IP address Src IP
  • Dst IP 192.168.0.1
  • TCP port number TCP / UDP dst port
  • the upstream flow control node 10 discards the packet based on the access control policy, and the forwarding node 20 has a matching field with a smaller search load. It is possible to perform packet transfer according to rules. As a result, it is possible to reduce the load on the forwarding node 20 and the first control device 31A and prevent an increase in delay and a decrease in throughput.
  • FIG. 6 is a diagram showing the configuration of the third exemplary embodiment of the present invention.
  • the difference from the first embodiment shown in FIG. 1 is that a flow control node 11 that receives packets transmitted from the clients 43 and 44 is added.
  • Other configurations are the same as those in the first embodiment, and thus the differences will be mainly described below.
  • the basic operation of the flow control node 11 is the same as that of the flow control node 10, and among the packets transmitted from the clients 43 and 44, a packet that conforms to the processing rule set by the second control device 32 is sent to the next hop. And discarding packets that do not satisfy the predetermined condition.
  • the forwarding node 20 When there is no such flow control node, the forwarding node 20 receives packets from the number of forwarding nodes that is a convenient multiple compared to the first embodiment shown in FIG. However, according to the present embodiment, packets that do not satisfy the predetermined condition are thinned out by the flow rate control nodes 10 and 11, respectively, so that the load on the forwarding node 20 and the first control device 31 can be reduced.
  • FIG. 7 is a diagram showing the configuration of the fourth exemplary embodiment of the present invention.
  • the difference from the first embodiment shown in FIG. 1 is that two flow control nodes 10A, 10B are arranged in series between the clients 41, 42 and the transfer node group 20.
  • Other configurations are the same as those in the first embodiment, and thus the differences will be mainly described below.
  • TCP port number TCP / UDP dst port
  • the two flow control nodes 10A and 10B are arranged in series.
  • one or more flow control nodes are arranged in the first stage, and the first flow control node is arranged in the first stage.
  • FIG. 9 is a diagram showing the configuration of the fifth exemplary embodiment of the present invention.
  • the difference from the first embodiment shown in FIG. 1 is that the transfer node group 20A and the transfer node group 20B are connected to the flow rate control node 10, and the server 50A is connected to each of the transfer node group 20A and the transfer node group 20B. , 50B are connected.
  • Other configurations are the same as those in the first embodiment, and thus the differences will be mainly described below.
  • the second control device 32 sets a processing rule that determines to which of the transfer node groups 20A and 20B the packet is transferred to the flow control node 10. For example, a processing rule for forwarding packets destined for the server 50A among the packets received from the client 41 to the forwarding node 20A and discarding packets destined for the server 50B among the packets received from the client 41. Is set. Similarly, among the packets received from the client 42, those destined for the server 50B are transferred to the forwarding node 20B, and among the packets received from the client 42, those destined for the server 50A are discarded. Rules are set.
  • the present invention can be applied without any trouble even in a configuration in which two or more transfer nodes are connected to one flow control node.
  • the packet is discarded at the flow control node.
  • information indicating that the packet is to be discarded is written in a predetermined area of the packet that does not satisfy the predetermined condition.
  • the second control device sets a processing rule that causes the flow rate control node to execute a process of writing information indicating that the packet is to be discarded in a predetermined area of a packet that does not satisfy a predetermined condition.
  • the control device sets a processing rule that causes the forwarding node to discard a packet in which information indicating that it is to be discarded is written. Also in this configuration, it is possible to reduce processing rule setting requests from the forwarding node to the first control device, and to suppress an increase in delay and a decrease in throughput of the first control device.
  • processing rules used in the description of each embodiment are shown for the sake of simple explanation of the present invention, and processing rules having more and more detailed match fields can be used.
  • processing rules having more and more detailed match fields can be used.
  • more complicated access control may be performed using an input port, a MAC address value, or a VLAN ID value.

Landscapes

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

Abstract

 転送ノードおよび制御装置の負荷を低減し、遅延の増大やスループットの低下を抑止できるようにする。通信システムは、受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノードと、前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置と、前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノードと、前記流量制御ノードに、第2の処理規則を設定する第2の制御装置と、を含む。前記流量制御ノードは、前記第2の処理規則に従って、所定の条件を満たさないパケットの前記転送ノードへの転送を遮断する。

Description

通信システム、制御装置および通信方法
[関連出願についての記載]
 本発明は、日本国特許出願:特願2011-199089号(2011年9月13日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、通信システム、制御装置および通信方法に関し、特に、制御装置からの制御に従って受信パケットの処理を行う転送ノードを用いて通信を実現する通信システム、制御装置および通信方法に関する。
 近年、オープンフロー(OpenFlow)という技術が提案されている(特許文献1、非特許文献1、2参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献2に仕様化されているオープンフロースイッチ(図10の符号90~92参照)は、オープンフローコントローラ(図10の符号93参照)との通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合する内容が定められたマッチフィールド(Match Fields)と、フロー統計情報(Counters)と、処理内容を定義したインストラクション(Instructions)と、の組が定義される(図11参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチフィールドを持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのインストラクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対してエントリ設定の要求、即ち、受信パケットの処理内容の決定の要求を送信する。オープンフロースイッチは、要求に対応するフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを処理規則として用いてパケット転送を行う。
 また、特許文献2には、上記したオープンフローを利用したコンピュータシステムにおいて、システムの耐障害性を向上させるために、(オープンフロー)コントローラを複数配置し、それぞれのコントローラが優先度を付加したフローエントリをオープンフロースイッチに設定する構成が開示されている。
国際公開第2008/095010号 特開2011-166384号公報
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成23(2011)年9月1日検索]、インターネット〈URL: http://www.openflow.org/documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.1.0 Implemented (Wire Protocol 0x02) [平成23(2011)年9月1日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-spec-v1.1.0.pdf〉
 以下の分析は、本発明によって与えられたものである。非特許文献1のオープンフローでは、図10に示すように、OpenFlow Access Point91やOpenFlow-enabled Commercial Switch92などの特定または不特定多数のクライアントノードが接続可能なエッジノードが設けられている。エッジノードは、クライアントノードからパケットを受信すると、制御装置(図10のController93)に対してフローエントリ(以下、「処理規則」ともいう。)の設定を要求する。
 フローエントリの設定要求を受けた制御装置(図10のController93)は、前記エッジノードからパケットの宛先のサーバ等までの経路を決定し、この経路に沿ったパケット転送が行われるようフローエントリを作成、経路上のすべての転送ノード(図10のOpenFlow(Switch)90、OpenFlow Access Point91、OpenFlow-enabled Commercial Switch92)に前記作成したフローエントリを設定する。
 このため、フローエントリの設定要求が集中すると、制御装置(図10のController93)の処理量及び負荷が増大し、遅延の増大やスループットの低下が発生してしまうという問題点がある。図10の例では簡略化されているが、クライアントノードの数が増えれば、トラヒックの増大による転送ノードの負荷増大だけでなく、制御装置へのフローエントリの設定要求も増加する。さらに、転送ノードの数が増えて大規模ネットワークとなれば、フローエントリの設定やその管理負担が増大するため、前記遅延の増大やスループットの低下は一層顕著なものとなってしまう。
 この点、特許文献2の構成では、複数のコントローラが設けられているが、これら複数のコントローラは、同文献の図10に示すように、並列的に動作するため、有効な解決策は図られていない。
 本発明は、上述した転送ノードおよび制御装置の負荷を低減し、遅延の増大やスループットの低下を抑止することに貢献できるようにした通信システム、制御装置および通信方法を提供することを目的とする。
 本発明の第1の視点によれば、受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノードと、前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置と、前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノードと、前記流量制御ノードに、第2の処理規則を設定する第2の制御装置と、を含み、前記流量制御ノードは、前記第2の処理規則に従って、所定の条件を満たさないパケットの前記転送ノードへの転送を遮断する通信システムが提供される。
 本発明の第2の視点によれば、受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノードと、前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置と、前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノードと、を含む通信システムの前記流量制御ノードに、第2の処理規則を設定し、所定の条件を満たさないパケットの前記転送ノードへの転送を遮断させる第2の制御装置が提供される。
 本発明の第3の視点によれば、上記した第2の制御装置と連携し、前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置が提供される。
 本発明の第4の視点によれば、流量制御ノードが、自装置を制御する制御装置から設定された処理規則に従って、所定の条件を満たさないパケットの転送ノードへの転送を遮断するステップと、前記流量制御ノードの後段に配置された転送ノードが、自装置を制御する制御装置から設定された処理規則に従って、受信パケットを処理するステップと、を含む通信方法が提供される。本方法は、流量制御ノードおよび転送ノードという、特定の機械に結びつけられている。
 本発明によれば、転送ノードおよび制御装置の負荷を低減し、遅延の増大やスループットの低下を抑止することができる。
本発明の第1の実施形態の構成を表わした図である。 本発明の第2の実施形態の構成を表わした図である。 本発明の第2の実施形態で用いるアクセス制御ポリシの例である。 流量制御ノードがない場合に、図3のアクセス制御ポリシから生成されるフローエントリの例である。 本発明の第2の実施形態において各ノードに設定されるフローエントリを説明するための図である。 本発明の第3の実施形態の構成を表わした図である。 本発明の第4の実施形態の構成を表わした図である。 本発明の第4の実施形態において各ノードに設定されるフローエントリを説明するための図である。 本発明の第5の実施形態の構成を表わした図である。 非特許文献1において開示されているネットワーク構成である。 非特許文献2のオープンフロースイッチが保持するフローエントリの構成を示す図である。
 はじめに本発明の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 本発明は、その好ましい一実施形態において、受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノード(図1の20)と、前記転送ノードに対して前記第1の処理規則を設定する第1制御装置(図1の31)と、前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノード(図1の10)と、前記流量制御ノードに、第2の処理規則を設定する第2制御装置(図1の32)と、を含む構成にて実現できる。
 第2制御装置(図1の32)は、流量制御ノード(図1の10)に、第2の処理規則を設定する。この処理規則には、転送ノード側への転送すべきパケットを特定するための情報(上述したマッチフィールドに設定される条件に相当)と、その処理内容とが含まれる。流量制御ノード(図1の10)が、未知のパケットを廃棄しないよう設定されている場合、第2制御装置(図1の32)は、流量制御ノード(図1の10)に、転送ノード側へのパケット転送を遮断すべきパケットを特定するための情報と、その処理内容(廃棄、転送ノード以外のノード(図示省略)への転送等)とを含んだ処理規則を設定する。
 流量制御ノード(図1の10)は、第2制御装置(図1の32)から設定された第2の処理規則に従って、前記転送ノード側へのパケット転送を行ない、その他のパケット(遮断対象が設定されているならば遮断対象のパケット)の廃棄または転送ノード以外のノードへの転送等を実行する。
 上記のように、所定の条件を満たさないパケット(前記その他のパケット、または、廃棄対象のパケット)が流量制御ノード(図1の10)にて遮断されるため、転送ノード(図1の20)へのパケットの流量が低減する。このため、前記廃棄されたパケットの受信による処理規則の設定要求が行われなくなるため、第1制御装置(図1の31)の負荷を低減することができる。また、第1制御装置(図1の31)が対応すべき処理規則の設定要求も数が少なくなるため、第1制御装置(図1の31)の遅延の増大やスループットの低下も抑止される。
[第1の実施形態]
 続いて本発明の第1の実施形態について図面を参照して詳細に説明する。図1は、本発明の第1の実施形態の構成を表わした図である。図1を参照すると、転送ノード群20と、転送ノード群20を制御する第1制御装置31と、転送ノード群20の上流側に配置されてクライアント41、42から送信されるパケットを受信する流量制御ノード10と、流量制御ノード10を制御する第2制御装置32と、クライアント41、42の通信先となるサーバ50とを含む構成が示されている。
 クライアント41、42は、パーソナルコンピュータや、モバイル端末等の情報処理機器である。また、図1の例では、1台のサーバ50を示しているが、サーバ50は複数台あってもよい。また、以下の説明では、クライアント41、42は、サーバ50に対してデータ送信要求パケットを送信するものとして説明する。
 流量制御ノード10は、クライアント41、42から送信されたパケットのうち、第2制御装置32から設定された処理規則に適合するパケットを次ホップ(図1の転送ノード20)に転送する。また、流量制御ノード10は、所定の条件を満たさないパケットを廃棄する動作を行う。なお、このような流量制御ノード10は、非特許文献1、2に記載されたオープンフロースイッチを用いて構成することができる。
 第2制御装置32は、流量制御ノード10に、転送ノード20側に転送すべきパケットを特定するための情報(上述したマッチフィールドに設定される条件に相当)と、その処理内容とを含んだ処理規則(第2の処理規則の1)を設定する。また、第2制御装置32は、流量制御ノード10が未知のパケット(自装置に設定されている処理規則のいずれにも適合しないパケット)を受信したときに、如何なる動作を行うかによって、次のように、追加の第2の処理規則(第2の処理規則の2)を設定する。
 流量制御ノード10が、自装置に設定されている処理規則のいずれにも適合しないパケットを受信したときに、第1制御装置31に対し、当該パケットに対する処理規則の設定要求を送信する場合、第2制御装置32は、流量制御ノード10に対し、廃棄すべきパケットを特定するための情報(上述したマッチフィールドに設定される条件に相当)と、その処理内容(廃棄)とを含んだ処理規則(第2の処理規則の2)を設定する。なお、廃棄すべきパケットを特定するための情報(上述したマッチフィールドに設定される条件に相当)は、非特許文献2に記載されているとおり、ワイルドカードを用いて、パケットと照合する箇所が少なくなるよう設定される。これにより、流量制御ノード10の負荷も低減される。
 一方、流量制御ノード10が、自装置に設定されている処理規則のいずれにも適合しないパケットを廃棄するよう設定されている場合、第2制御装置32は、追加の第2の処理規則(第2の処理規則の2)を設定する必要はない。但し、あるパケットに対する処理規則の設定要求を送信させたい場合には、処理規則の設定要求の対象となるパケットを特定するための情報(上述したマッチフィールドに設定される条件に相当)と、その処理内容(処理規則の設定要求の送信)とを含んだ処理規則を設定することができる。
 第1制御装置31は、クライアント41、42から転送されてくるパケットのうち、サーバ50に転送させるパケットの転送経路を決定し、この転送経路上の転送ノード20に、転送経路に沿ったパケット転送を行わせる処理規則(第1の処理規則)を設定する。上記のとおり、転送ノード20には、流量制御ノード10を通過してきたパケットだけが受信されるので、転送ノード20には、パケットの廃棄等を行なわせる処理規則を設定する必要はない。また、転送ノード20には、流量制御ノード10による第2の処理規則(第2の処理規則の1)による照合処理が済んだパケットが転送されてくるため、転送ノード20における受信パケットと処理規則との照合において、流量制御ノード10にて照合した項目の照合を省略することができる。以上のことから、第1制御装置31は、転送ノード20における受信パケットと処理規則との照合処理の負荷が低減されるような処理規則を設定することができる。
 転送ノード群20は、第1制御装置31から設定された処理規則(第1の処理規則)に従って、流量制御ノード10から転送されたパケットを処理する。なお、このような転送ノード20は、非特許文献1、2に記載されたオープンフロースイッチを用いて構成することができる。
 以上の結果、図1の矢線に示されたとおり、流量制御ノード10にて、クライアント41、42から送信されたパケットのうち、所定の条件を満たさないパケットが廃棄される。そして、転送ノード20では、流量制御ノード10を通過してきたパケットだけを取り扱えばよいので、これを制御する第1制御装置31の負荷低減が実現される。また、少なくとも流量制御ノード10を通過できなかったパケットの分だけ、第1制御装置31の処理負担が得るため、遅延の増大やスループットの低下も抑止される。
 なお、上記の効果は、流量制御ノード10に入力されるパケットが多く、かつ、廃棄するパケットが多いほど、顕著なものとなる。その一方で、流量制御ノード10の負荷は増大することになる。例えば、流量制御ノード10に設定する処理規則の数を(少なくとも転送ノード20が保持する第1の処理規則の数よりも)減らしたり、流量制御ノード10に、(少なくとも転送ノード20が保持する第1の処理規則による受信パケットとの照合箇所よりも)受信パケットと照合する箇所が少ない処理規則を設定することが有効である。
 また、流量制御ノード10や転送ノード20に保持されている処理規則の数を減らし、その負荷を下げるためには、上述した第1、第2の処理規則に有効期間を設け、有効期間が過ぎた処理規則を流量制御ノード10や転送ノード20に削除させることも有効である。この場合、流量制御ノード10に設定される第2の処理規則と、転送ノード20に設定される第1の処理規則との有効期間に差を設けてもよい。他方、処理規則を削除した場合には、第1、第2制御装置に対して処理規則の設定要求が送信されるため、第1、第2制御装置の負荷増大も考慮する必要がある。例えば、流量制御ノード10に設定される第2の処理規則の有効期間を、転送ノード20に設定される第1の処理規則の有効期間よりも長くすることが考えられる。これにより、長期間削除されない第2の処理規則によって流量削減の効果が維持されるので、第1制御装置31、第2制御装置32双方の負荷増大を抑えることができる。
[第2の実施形態]
 続いて、上記した第1、第2制御装置が連携して動作するようにした本発明の第2の実施形態について図面を参照して詳細に説明する。図2は、本発明の第2の実施形態の構成を表わした図である。図1に示した第1の実施形態との相違は、新たに、アクセス制御ポリシ提供サーバ60が追加され、第1、第2制御装置31A、32Aがアクセス制御ポリシを参照可能となっている点である。その他構成は、第1の実施形態と共通するので、以下、その相違点を中心に説明する。
 アクセス制御ポリシ提供サーバ60は、クライアント41、42あるいはそのユーザが保持している権限に基づいて、サーバ50へのアクセス等のアクセス制御を行うポリシを格納する装置によって構成される。
 図3は、アクセス制御ポリシ提供サーバ60に格納されているアクセス制御ポリシの一例である。この例では、図2のクライアント41(IPアドレス=192.168.100.1)からサーバ50(IPアドレス=192.168.0.1)へのアクセスは、TCPポート番号80を用いることを条件に許可(allow)されている。他方、図2のクライアント42(IPアドレス=192.168.100.2)からサーバ50(IPアドレス=192.168.0.1)へのアクセスは禁止(deny)されている。
 図4は、流量制御ノード10がない場合に、図3のアクセス制御ポリシから生成される処理規則の例である。例えば、クライアント41(IPアドレス=192.168.100.1)からサーバ50(IPアドレス=192.168.0.1)に宛てられたパケットを特定するために、送信元IPアドレス(Src IP)=192.168.100.1、宛先IPアドレス(Dst IP)=192.168.0.1、TCPポート番号(TCP/UDP dst port)=80を指定したマッチフィールドを持ち、処理内容として次ホップへの転送を定めた処理規則が設定される。そして、上記マッチフィールドに少しでも適合しないパケットを受信する度に、制御装置への処理規則の設定要求が行われてしまう。
 一方、本実施形態では、図5に示すように、流量制御ノード10に、送信元IPアドレス(Src IP)=192.168.100.1であるパケットを転送ノード20に転送し、送信元IPアドレス(Src IP)=192.168.100.2であるパケットを廃棄する処理規則が設定される。このため、流量制御ノード10においてクライアント42から送信されるパケットの廃棄が行われる。
 また、本実施形態では、転送ノード20に、宛先IPアドレス(Dst IP)=192.168.0.1、TCPポート番号(TCP/UDP dst port)=80であるパケットを次ホップに転送する処理規則が設定される。即ち、第1制御装置31Aは、転送ノード20に、クライアント42から送信されるパケットを処理するための処理規則を設定する必要はなく、また、クライアント41から送信されるパケットについても、送信元IPアドレス(Src IP)の照合を省略した処理規則を設定する。
 以上のように、本実施形態によれば、上流側の流量制御ノード10に、アクセス制御ポリシに基づいたパケットの廃棄を行わせ、転送ノード20には、より検索負荷の少ないマッチフィールドを持つ照合規則によるパケット転送を行わせることができる。これらの結果、転送ノード20および第1制御装置31Aの負荷を低減し、遅延の増大やスループットの低下を防ぐことが可能となっている。
[第3の実施形態]
 続いて、流量制御ノード10を複数並列に配置した本発明の第3の実施形態について図面を参照して詳細に説明する。図6は、本発明の第3の実施形態の構成を表わした図である。図1に示した第1の実施形態との相違は、クライアント43、44から送信されたパケットを受信する流量制御ノード11が追加されている点である。その他構成は、第1の実施形態と共通するので、以下、その相違点を中心に説明する。
 流量制御ノード11の基本的な動作は、流量制御ノード10と同様であり、クライアント43、44から送信されたパケットのうち、第2制御装置32から設定された処理規則に適合するパケットを次ホップに転送し、所定の条件を満たさないパケットを廃棄する動作を行う。
 このような流量制御ノードがない場合、転送ノード20は、図1に示した第1の実施形態と比較して、都合倍の数の転送ノードからのパケットを受信することになる。しかしながら、本実施形態によれば、流量制御ノード10、11によって、それぞれ所定の条件を満たさないパケットが間引かれるため、転送ノード20、第1制御装置31側の負荷を低減することができる。
[第4の実施形態]
 続いて、流量制御ノード10を複数直列に配置した本発明の第4の実施形態について図面を参照して詳細に説明する。図7は、本発明の第4の実施形態の構成を表わした図である。図1に示した第1の実施形態との相違は、クライアント41、42と転送ノード群20との間に、2つの流量制御ノード10A、10Bが直列に配置されている点である。その他構成は、第1の実施形態と共通するので、以下、その相違点を中心に説明する。
 本実施形態は、クライアント41、42から送信されるパケットの量が多い場合に有効である。例えば、図8に示したように、一段目の流量制御ノード10Aに、送信元IPアドレス(Src IP)=192.168.100.1であるパケットを転送ノード20に転送し、送信元IPアドレス(Src IP)=192.168.100.2であるパケットを廃棄する処理規則が設定される。この結果、一段目の流量制御ノード10Aにおいてクライアント42から送信されるパケットの廃棄が行われる。
 図8の例では、さらに、2段目の流量制御ノード10Aに、TCPポート番号(TCP/UDP dst port)=80であるパケットを転送ノード20に転送し、TCPポート番号(TCP/UDP dst port)≠80であるパケットを廃棄する処理規則が設定される。この結果、2段目の流量制御ノード10Bにおいてクライアント41から送信されるパケットの絞込みが行われる。
 この結果、転送ノード20には、宛先IPアドレス(Dst IP)=192.168.0.1だけを照合する処理規則を設定することができる。
 以上のように、本実施形態によれば、流量制御ノード10A、10Bに、さらなるパケットの絞込みを行わせ、転送ノード20におけるパケットの照合処理を省力化することができる。また、これらの結果、転送ノード20および第1制御装置31の負荷を低減し、遅延の増大やスループットの低下を防ぐことが可能となっている。なお、図7の例では、2つの流量制御ノード10A、10Bを直列に配置しているが、例えば、第1段に1又は複数の流量制御ノードを配置し、この第1段の流量制御ノードから転送されたパケットのさらなる絞込みを行う第2段の流量制御ノードを複数配設するといった流量制御ノードを多段に配設した構成も採用可能である。
[第5の実施形態]
 続いて、流量制御ノード10においてパケットの振り分けを行うようにした本発明の第5の実施形態について図面を参照して詳細に説明する。図9は、本発明の第5の実施形態の構成を表わした図である。図1に示した第1の実施形態との相違は、流量制御ノード10に転送ノード群20A、転送ノード群20Bが接続されている点と、転送ノード群20A、転送ノード群20Bにそれぞれサーバ50A、50Bが接続されている点である。その他構成は、第1の実施形態と共通するので、以下、その相違点を中心に説明する。
 本実施形態では、第2制御装置32が、流量制御ノード10に、転送ノード群20A、20Bのいずれにパケットを転送するかを定めた処理規則を設定する。例えば、クライアント41から受信したパケットのうち、サーバ50Aを宛先とするものについては、転送ノード20Aに転送し、クライアント41から受信したパケットのうち、サーバ50Bを宛先とするものについては廃棄する処理規則が設定される。同様に、クライアント42から受信したパケットのうち、サーバ50Bを宛先とするものについては、転送ノード20Bに転送し、クライアント42から受信したパケットのうち、サーバ50Aを宛先とするものについては廃棄する処理規則が設定される。
 以上のように、本発明は、1つの流量制御ノードに対し、2以上の転送ノードが接続されている構成においても支障なく適用することができる。
 以上、本発明の各実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、上記した各実施形態で示したクライアント、流量制御ノード、転送ノード、サーバの数や接続構成は、本発明を簡単に説明するために示したものであり、これらの数や接続構成は、適宜変更することが可能である。
 また、各実施形態では、流量制御ノードにてパケットの廃棄を行うものとして説明したが、流量制御ノードに、所定の条件を満たさないパケットの所定の領域に廃棄対象であることを示す情報を書き込む処理を実行させ、転送ノードで、前記廃棄対象であることを示す情報が書き込まれたパケットを廃棄させる構成も採用可能である。この場合、第2制御装置が、前記流量制御ノードに、所定の条件を満たさないパケットの所定の領域に廃棄対象であることを示す情報を書き込む処理を実行させる処理規則を設定し、前記第1制御装置が、前記転送ノードに、前記廃棄対象であることを示す情報が書き込まれたパケットの廃棄を実行させる処理規則を設定することになる。この構成においても、転送ノードから第1制御装置への処理規則の設定要求を削減し、第1制御装置の遅延の増大やスループットの低下を抑止することができる。
 また、各実施形態で説明に用いた処理規則も、本発明を簡単に説明するために示したものであり、より多数かつ詳細なマッチフィールドを持つ処理規則を用いることができる。例えば、非特許文献2に記載されているように、入力ポート、MACアドレスの値やVLAN IDの値を用いて、より複雑なアクセス制御を行うようにしてもよい。
 なお、前述の特許文献の開示を、本書に引用をもって繰り込むものとする。
 本発明の全開示(請求の範囲および図面を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲および図面の枠内において種々の開示要素(各請求項の各要素、各実施例の各要素、各図面の各要素等を含む)の多様な組み合わせないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。
 10、11、10A、10B 流量制御ノード
 20、20A、20B 転送ノード(群)
 31、31A 第1制御装置
 32、32A 第2制御装置
 41~44 クライアント
 50、50A、50B サーバ
 60 アクセス制御ポリシ提供サーバ

Claims (18)

  1.  受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノードと、
     前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置と、
     前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノードと、
     前記流量制御ノードに、第2の処理規則を設定する第2の制御装置と、を含み、
     前記流量制御ノードは、前記第2の処理規則に従って、所定の条件を満たさないパケットの前記転送ノードへの転送を遮断する通信システム。
  2.  前記流量制御ノードは、所定の条件を満たさないパケットの廃棄または前記転送ノード以外への転送のいずれかを行って、前記所定の条件を満たさないパケットの前記転送ノードへの転送を遮断する請求項1の通信システム。
  3.  前記第2の制御装置は、前記流量制御ノードに、前記転送ノードに設定されている処理規則よりも、受信パケットと照合する箇所の少ない処理規則を設定する請求項1または2の通信システム。
  4.  前記第2の制御装置は、前記流量制御ノードに、前記転送ノードに設定されている処理規則の数よりも少ない数の処理規則を設定する請求項1から3いずれか一の通信システム。
  5.  前記第2の制御装置は、前記流量制御ノードに、前記転送ノードに設定されている処理規則の有効期間よりも長い有効期間を持つ処理規則を設定する請求項1から4いずれか一の通信システム。
  6.  前記第1、第2の制御装置は、所定のアクセス制御ポリシを参照して、前記流量制御ノードまたは前記転送ノードに、前記アクセス制御ポリシに対応するアクセス制御を実現する処理規則を設定する請求項1から5いずれか一の通信システム。
  7.  前記流量制御ノードが、複数直列に配設され、
     前記第2の制御装置は、前記各流量制御ノードが段階的にパケットを廃棄するよう前記第2の処理規則を設定する請求項1から6いずれか一の通信システム。
  8.  前記第2の制御装置は、前記パケットの廃棄または前記転送ノード以外への転送に代えて、所定の条件を満たさないパケットの所定の領域に廃棄対象であることを示す情報を書き込む処理を行わせる第2の処理規則を設定し、
     前記流量制御ノードは、前記第2の処理規則に従って、所定の条件を満たさないパケットの所定の領域に廃棄対象であることを示す情報を書き込んでから前記転送ノード側へのパケット転送を実行し、
     前記第1の制御装置は、前記転送ノードに対して前記廃棄対象であることを示す情報が書き込まれたパケットの廃棄を実行させる処理規則を設定する請求項2から7いずれか一の通信システム。
  9.  受信パケットを処理するための第1の処理規則が設定され、前記処理規則に従ってパケットを処理する少なくとも1以上の転送ノードと、
     前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置と、
     前記各転送ノードよりも上流側に配置される少なくとも1以上の流量制御ノードと、を含む通信システムの、
     前記流量制御ノードに、第2の処理規則を設定し、所定の条件を満たさないパケットの転送ノードへの転送を遮断させる第2の制御装置。
  10.  前記流量制御ノードに、所定の条件を満たさないパケットの廃棄、または、前記転送ノード以外への転送のいずれかを実行させる前記第2の処理規則を設定する請求項9の第2の制御装置。
  11.  前記流量制御ノードに、前記転送ノードに設定されている処理規則よりも、パケットと照合する箇所の少ない処理規則を設定する請求項9または10の第2の制御装置。
  12.  前記流量制御ノードに、前記転送ノードに設定されている処理規則の数よりも少ない数の処理規則を設定する請求項9から11いずれか一の第2の制御装置。
  13.  前記流量制御ノードに、前記転送ノードに設定されている処理規則の有効期間よりも長い有効期間を持つ処理規則を設定する請求項9から12いずれか一の第2の制御装置。
  14.  所定のアクセス制御ポリシを参照して、前記流量制御ノードに、前記アクセス制御ポリシに対応するアクセス制御を実現する処理規則を設定する請求項9から13いずれか一の第2の制御装置。
  15.  複数直列に配設された流量制御ノードが段階的にパケットを廃棄するよう前記第2の処理規則を設定する請求項9から14いずれか一の第2の制御装置。
  16.  請求項9から15いずれか一の第2の制御装置と連携し、前記転送ノードに対して前記第1の処理規則を設定する第1の制御装置。
  17.  流量制御ノードが、自装置を制御する制御装置から設定された処理規則に従って、所定の条件を満たさないパケットの転送ノードへの転送を遮断するステップと、
     前記流量制御ノードの後段に配置された転送ノードが、自装置を制御する制御装置から設定された処理規則に従って、受信パケットを処理するステップと、を含む通信方法。
  18.  流量制御ノードが、自装置を制御する制御装置から設定された処理規則に従って、所定の条件を満たさないパケットの転送ノードへの転送を遮断するステップに代えて、
     前記流量制御ノードが、自装置を制御する制御装置から設定された処理規則に従って、所定の条件を満たさないパケットの所定の領域に廃棄対象であることを示す情報を書き込み、または、前記転送ノード側へのパケット転送を実行するステップと、
     前記転送ノードが、前記廃棄対象であることを示す情報が書き込まれたパケットの廃棄を実行するステップと、を含む請求項17の通信方法。
PCT/JP2012/073254 2011-09-13 2012-09-12 通信システム、制御装置および通信方法 WO2013039083A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2013533678A JP6024664B2 (ja) 2011-09-13 2012-09-12 通信システム、制御装置および通信方法
US14/344,472 US9419910B2 (en) 2011-09-13 2012-09-12 Communication system, control apparatus, and communication method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011-199089 2011-09-13
JP2011199089 2011-09-13

Publications (1)

Publication Number Publication Date
WO2013039083A1 true WO2013039083A1 (ja) 2013-03-21

Family

ID=47883309

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/073254 WO2013039083A1 (ja) 2011-09-13 2012-09-12 通信システム、制御装置および通信方法

Country Status (3)

Country Link
US (1) US9419910B2 (ja)
JP (1) JP6024664B2 (ja)
WO (1) WO2013039083A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014157241A1 (ja) * 2013-03-26 2014-10-02 日本電気株式会社 制御装置、通信システム、制御情報の送信方法及びプログラム
JP2015023320A (ja) * 2013-07-16 2015-02-02 日本放送協会 並列分散管理装置、プログラム及び並列分散処理システム

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150222544A1 (en) * 2012-08-31 2015-08-06 Nec Corporation Rule distribution apparatus, event processing system, rule distribution method, and rule distribution program
KR101742894B1 (ko) * 2012-12-19 2017-06-01 닛본 덴끼 가부시끼가이샤 통신 노드, 제어 장치, 통신 시스템, 패킷 처리 방법, 통신 노드 제어 방법 및 프로그램
US9203748B2 (en) * 2012-12-24 2015-12-01 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US9344364B2 (en) 2014-03-31 2016-05-17 Metaswitch Networks Ltd. Data center networks
US9559950B2 (en) * 2014-03-31 2017-01-31 Tigera, Inc. Data center networks
US9813258B2 (en) 2014-03-31 2017-11-07 Tigera, Inc. Data center networks
US10432511B2 (en) * 2015-03-12 2019-10-01 Nec Corporation Method for forwarding data in a network, forwarding element for forwarding data, and a network for forwarding data
US11888899B2 (en) * 2018-01-24 2024-01-30 Nicira, Inc. Flow-based forwarding element configuration

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011065227A1 (ja) * 2009-11-27 2011-06-03 日本電気株式会社 フロー制御装置、ネットワークシステム、ネットワーク制御方法およびプログラム
WO2011081104A1 (ja) * 2010-01-04 2011-07-07 日本電気株式会社 通信システム、認証装置、制御サーバ、通信方法およびプログラム
JP2011172126A (ja) * 2010-02-22 2011-09-01 Mitsubishi Electric Corp パケットフィルタシステム及びパケットフィルタ装置及びプログラム

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3329390B2 (ja) * 1996-03-07 2002-09-30 日本電信電話株式会社 高速一括ファイル転送方法及び装置
US5867480A (en) * 1996-09-12 1999-02-02 Cabletron Systems, Inc. Method and apparatus for controlling congestion in a network node
US7539134B1 (en) * 1999-11-16 2009-05-26 Broadcom Corporation High speed flow control methodology
DE60035807T2 (de) * 2000-10-03 2008-04-17 U4Ea Technologies Ltd. Filterung von datenströmen
US6851008B2 (en) * 2002-03-06 2005-02-01 Broadcom Corporation Adaptive flow control method and apparatus
US8437284B2 (en) * 2003-07-29 2013-05-07 Citrix Systems, Inc. Systems and methods for additional retransmissions of dropped packets
JP2005277804A (ja) * 2004-03-25 2005-10-06 Hitachi Ltd 情報中継装置
US20060288411A1 (en) * 2005-06-21 2006-12-21 Avaya, Inc. System and method for mitigating denial of service attacks on communication appliances
WO2007149744A2 (en) * 2006-06-19 2007-12-27 Liquid Computing Corporation Secure handle for intra-and inter-processor communications
US20080189769A1 (en) 2007-02-01 2008-08-07 Martin Casado Secure network switching infrastructure
US8127199B2 (en) * 2007-04-13 2012-02-28 Rgb Networks, Inc. SDRAM convolutional interleaver with two paths
JP5488980B2 (ja) 2010-02-08 2014-05-14 日本電気株式会社 コンピュータシステム、及び通信方法
US9602439B2 (en) * 2010-04-30 2017-03-21 Juniper Networks, Inc. Methods and apparatus for flow control associated with a switch fabric
US9716659B2 (en) * 2011-03-23 2017-07-25 Hughes Network Systems, Llc System and method for providing improved quality of service over broadband networks
US8787388B1 (en) * 2011-08-29 2014-07-22 Big Switch Networks, Inc. System and methods for forwarding packets through a network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011065227A1 (ja) * 2009-11-27 2011-06-03 日本電気株式会社 フロー制御装置、ネットワークシステム、ネットワーク制御方法およびプログラム
WO2011081104A1 (ja) * 2010-01-04 2011-07-07 日本電気株式会社 通信システム、認証装置、制御サーバ、通信方法およびプログラム
JP2011172126A (ja) * 2010-02-22 2011-09-01 Mitsubishi Electric Corp パケットフィルタシステム及びパケットフィルタ装置及びプログラム

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014157241A1 (ja) * 2013-03-26 2014-10-02 日本電気株式会社 制御装置、通信システム、制御情報の送信方法及びプログラム
JP5991427B2 (ja) * 2013-03-26 2016-09-14 日本電気株式会社 制御装置、通信システム、制御情報の送信方法及びプログラム
RU2612610C1 (ru) * 2013-03-26 2017-03-09 Нек Корпорейшн Устройство управления, система связи, способ передачи управляющей информации и программа
JP2015023320A (ja) * 2013-07-16 2015-02-02 日本放送協会 並列分散管理装置、プログラム及び並列分散処理システム

Also Published As

Publication number Publication date
JP6024664B2 (ja) 2016-11-16
JPWO2013039083A1 (ja) 2015-03-26
US9419910B2 (en) 2016-08-16
US20140341019A1 (en) 2014-11-20

Similar Documents

Publication Publication Date Title
WO2013039083A1 (ja) 通信システム、制御装置および通信方法
US9276852B2 (en) Communication system, forwarding node, received packet process method, and program
CN102577275B (zh) 中继控制设备、中继控制***、中继控制方法
JP5382451B2 (ja) フロントエンドシステム、フロントエンド処理方法
JP5850068B2 (ja) 制御装置、通信システム、通信方法およびプログラム
JP6248929B2 (ja) 通信システム、アクセス制御装置、スイッチ、ネットワーク制御方法及びプログラム
JP5800019B2 (ja) 通信経路制御システム、経路制御装置、通信経路制御方法および経路制御プログラム
US20110307628A1 (en) Communication system, node, control server, communication method and program
US20130266017A1 (en) Communication system, control apparatus, communication method, and program
JP5858141B2 (ja) 制御装置、通信装置、通信システム、通信方法及びプログラム
KR101855742B1 (ko) 소프트웨어 정의 네트워킹에서의 목적지 기반 패킷 전송 제어 방법 및 장치
US10069648B2 (en) Communication system, control apparatus, communication control method and program
WO2014112616A1 (ja) 制御装置、通信装置、通信システム、スイッチの制御方法及びプログラム
JP5725236B2 (ja) 通信システム、ノード、パケット転送方法およびプログラム
US20130275620A1 (en) Communication system, control apparatus, communication method, and program
WO2014129624A1 (ja) 制御装置、通信システム、経路切替方法及びプログラム
JPWO2016152903A1 (ja) 通信システム、制御装置、制御方法及びプログラム
US20150256455A1 (en) Communication system, path information exchange apparatus, communication node, forwarding method for path information and program
WO2014126094A1 (ja) 通信システム、通信方法、制御装置、制御装置の制御方法及びプログラム
WO2014057977A1 (ja) 通信ノード、通信システム、制御装置、パケット転送方法及びプログラム
WO2014042141A1 (ja) 制御装置、通信システム、通信方法及びプログラム
WO2014027687A1 (ja) 通信システム、制御情報記録装置、制御装置、制御情報の記録方法及びプログラム
WO2014142256A1 (ja) 通信システム、制御装置、通信方法およびプログラム
JP2014127768A (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: 12832593

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013533678

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14344472

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12832593

Country of ref document: EP

Kind code of ref document: A1