WO2014002338A1 - 通信装置及び通信パラメータ設定方法 - Google Patents

通信装置及び通信パラメータ設定方法 Download PDF

Info

Publication number
WO2014002338A1
WO2014002338A1 PCT/JP2013/001910 JP2013001910W WO2014002338A1 WO 2014002338 A1 WO2014002338 A1 WO 2014002338A1 JP 2013001910 W JP2013001910 W JP 2013001910W WO 2014002338 A1 WO2014002338 A1 WO 2014002338A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
specific
initial value
environment
storage unit
Prior art date
Application number
PCT/JP2013/001910
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 JP2014522375A priority Critical patent/JP6245172B2/ja
Publication of WO2014002338A1 publication Critical patent/WO2014002338A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements

Definitions

  • the present invention relates to IP (Internet Protocol) communication technology.
  • IP communication various communication parameters are used. For example, there are IP addresses of communication destinations and communication sources, port numbers of communication destinations and communication sources, path MTU (Maximum Transmission Unit), window size, RTT (Round Trip Time), retransmission timer, and the like. Further, whether or not communication with the communication destination node is possible, the cause of communication failure, and the like can also be referred to as communication parameters.
  • the communication parameter used here means any information that can be used for performing IP communication without depending on the network layer.
  • IP communication has a function (algorithm) for learning and discovering such communication parameters.
  • algorithm for learning and discovering such communication parameters.
  • path MTU discovery detects the minimum MTU of a link on a route.
  • the slow start algorithm increases the number of segments to be transmitted every time an ACK is received in order to avoid congestion, that is, adjusts the window size.
  • ICMP Internet Control Message Protocol
  • code 0 (Network Unreachable), 1 ( Host Unreachable)
  • Patent Document 1 a PBN database storing information on the MAC addresses of all devices belonging to each PBN (Provider Backbone Network) is provided in the PBBN (Provider Backbone Bridge Network).
  • PBBN Public Backbone Bridge Network
  • Patent Document 2 the highest RTT value measured for each connection is registered in the retransmission timeout table for each host computer of the communication partner, and the highest RTT value is used as a retransmission timer for a new connection.
  • Patent Document 3 proposes a method for minimizing the time for selecting an optimum path in the entire network between an access node and a destination node.
  • JP 2009-177282 A JP-A-5-28072 JP-A-10-70571
  • IP communication is realized on various network forms with unspecified majority as communication partners. For this reason, it is difficult for the communication source node to grasp the communication environment with the communication partner at the start of communication. Therefore, in IP communication, a fail-safe value adapted to a low-performance environment so as to be compatible with all communication environments is used as an initial value of the communication parameter, and the communication parameter is changed from the initial value to the communication environment.
  • the learning function is implemented so as to be optimized accordingly. Such initial setting of communication parameters and the learning function are performed in the same manner for each communication partner.
  • each communication apparatus communicates with a communication partner existing on the same LAN (Local Area Network) or a communication partner with a fixed communication path such as an overlay network. Absent. Such a communication environment related to the communication partner can be grasped to some extent even before the communication is started for the communication source node.
  • the communication parameter initial value setting and the learning function are performed for each session in the same manner, regardless of the communication partner. As described above, the communication parameter setting method in the IP communication is not efficient.
  • the present invention has been made in view of such circumstances, and provides a technique for efficiently setting communication parameters for IP communication.
  • the first aspect relates to a communication device.
  • the communication apparatus specifies an address acquisition unit that acquires a communication destination IP address related to a newly started IP communication, and a communication destination node of the IP communication that is newly started based on the communication destination IP address Corresponding to the general-purpose communication environment based on the above determination result, the environment determination unit that determines whether or not it exists in the communication environment, and the acquisition destination of the initial value of the communication parameter used in the newly started IP communication
  • a parameter acquisition unit that switches between a general-purpose parameter storage unit that stores a general-purpose initial value and a specific parameter storage unit that stores a specific initial value corresponding to a specific communication environment.
  • the second aspect relates to a communication parameter setting method.
  • at least one communication device acquires a communication destination IP address related to a newly started IP communication, and based on the communication destination IP address, a newly started IP communication It is determined whether or not the communication destination node exists in the specific communication environment, and the acquisition destination of the initial value of the communication parameter used in the newly started IP communication is changed to a general communication environment based on the determination result. Switching between the general parameter storage unit that stores the corresponding general initial value and the specific parameter storage unit that stores the specific initial value corresponding to the specific communication environment, and the acquired general initial value or specific initial value is the initial communication parameter. And performing a newly started IP communication using as a value.
  • Another aspect of the present invention may be a program that causes at least one communication device to realize the configuration of the first aspect, or may be a computer-readable recording medium that records such a program. Good.
  • This recording medium includes a non-transitory tangible medium.
  • FIG. 1 is a diagram conceptually illustrating a hardware configuration example of a communication source node 10 in the first embodiment.
  • the communication source node 10 is communicably connected to the communication destination node 11 via the network 1.
  • the network 1 is a public network such as the Internet, a WAN (Wide Area Network), a LAN (Local Area Network), a wireless communication network, or the like. A specific form of the network 1 will be described later.
  • the communication source node 10 includes, for example, a CPU (Central Processing Unit) 5, a memory 6, an input / output interface (I / F) 7, and the like that are connected to each other via a bus 8.
  • the memory 6 is a RAM (Random Access Memory), a ROM (Read Only Memory), a hard disk, a portable storage medium, or the like.
  • the input / output I / F 7 is connected to an NI (Network Interface) device 9 that communicates with another communication node (for example, the communication destination node 11) via the network 1.
  • the input / output I / F 7 may be connected to a user interface device such as a display device or an input device.
  • the communication destination node 11 also has a hardware configuration similar to that of the communication source node 10.
  • the communication source node 10 is, for example, a client device, and the communication destination node 11 is, for example, a server device.
  • the communication source node 10 and the communication destination node 11 are not limited in hardware configuration as long as they are communication devices capable of IP communication. Therefore, the communication source node 10 and the communication destination node 11 can also be called communication devices.
  • FIG. 2 is a diagram conceptually illustrating a processing configuration example of the communication source node 10 in the first embodiment.
  • the communication source node 10 includes a communication processing unit 20, a session information management unit 21, an initial value checker 22, a general-purpose parameter storage unit 24, a specific parameter storage unit 25, and the like.
  • the communication source node 10 implements the above-described processing units by executing a program stored in the memory 6 by the CPU 5.
  • the program is installed from a portable recording medium such as a CD (Compact Disc) or a memory card or another computer on the network via the input / output I / F 7 and stored in the memory 6.
  • a portable recording medium such as a CD (Compact Disc) or a memory card or another computer on the network via the input / output I / F 7 and stored in the memory 6.
  • CD Compact Disc
  • the communication processing unit 20 realizes desired IP communication with a desired communication partner in response to a request from an application (not shown). At this time, the communication processing unit 20 executes the IP communication using the value acquired by the initial value checker 22 as the initial value of the communication parameter.
  • a session between the communication destination node 11 and the communication source node 10 is exemplified as the desired communication.
  • a session means a connection unit of TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
  • TCP connection unit is also called a connection. Since UDP is connectionless, the connection unit of UDP is specified by the IP addresses and port numbers at both ends of the communication.
  • the communication processing unit 20 establishes and releases a TCP connection with the communication destination node 11 by a three-way handshake or the like.
  • the session information management unit 21 manages information (session information) regarding each session processed by the communication processing unit 20. This session information is held in a session information holding unit (not shown).
  • the session information includes communication parameters learned in each session. For example, the window size learned by the slow start algorithm is reflected in the session information holding unit.
  • This session information can also be called PCB (Protocol Control Block) or TCP Control Block. Note that the session information managed by the session information management unit 21 is generally erased as each session is released.
  • the general parameter storage unit 24 stores initial values corresponding to a general communication environment of communication parameters set in each session. Thereby, the initial value stored in the general-purpose parameter storage unit 24 can also be called a general-purpose initial value. As described above, the general-purpose initial value stored in the general-purpose parameter storage unit 24 is set to a fail-safe value suitable for a low-performance environment so as to be compatible with all communication environments. In the existing IP communication, the initial value of the communication parameter is set to the general-purpose initial value and is optimized by the learning function.
  • the specific parameter storage unit 25 stores initial values corresponding to the specific communication environment regarding the communication parameters of each session. Thereby, the initial value stored in the specific parameter storage unit 25 can also be called a specific initial value.
  • the specific communication environment is a communication environment that can be grasped to some extent at the start of communication before the learning function is activated.
  • the specific communication environment is a communication environment in the subnet to which the communication source node 10 belongs. Is exemplified.
  • the degree of grasping regarding the specific communication environment indicates higher accuracy than existing IP communication assuming the minimum performance environment on the assumption that it cannot be grasped, and includes grasping with complete accuracy.
  • the value of RTT (Round-Trip Time), which is one of the communication parameters, can be determined stably and substantially constant.
  • RTT Red-Trip Time
  • the communication environment within the subnet is a stable communication environment in which congestion and the like do not occur and the fluctuation is small, values of other communication parameters that are affected by the communication state can be assumed in advance.
  • the communication environment in the subnet to which the communication source node 10 belongs can be grasped from the beginning without depending on the learning function. Therefore, the specific parameter storage unit 25 stores specific initial values corresponding to the communication environment in the subnet to which the communication source node 10 belongs. This specific initial value may be set manually.
  • FIG. 3A and 3B are diagrams conceptually illustrating an example of a communication environment in the same subnet in the communication source node 10 and the communication destination node 11.
  • FIG. 3A shows an example in which the communication source node 10 and the communication destination node 11 are connected by wire without using a router.
  • the communication speed (100 megabits, gigabits, etc.) of Ethernet registered trademark
  • the specific initial value corresponding to such information is the specific parameter storage unit. 25.
  • FIG. 3B shows an example in which the communication source node 10 and the communication destination node 11 are connected by radio between the communication source node 10 and the converter and a wire between the converter and the communication destination node 11. .
  • the wireless specifications (communication speed, etc.) between the communication source node 10 and the converter, and the Ethernet (registered trademark) communication speed, etc. between the converter and the communication destination node 11 can be grasped in advance. Therefore, the specific initial value corresponding to such information is stored in the specific parameter storage unit 25. In the example of FIG. 3B, it is only necessary to set a specific initial value corresponding to the lower-performance communication environment of wireless communication and wired communication.
  • FIG. 4 is a diagram illustrating an example of the specific parameter storage unit 25 in the first embodiment.
  • the specific parameter storage unit 25 stores the network prefix and the initial value of the communication parameter in association with each other.
  • the network prefix is network information indicating the subnet to which the communication source node 10 belongs, the network address obtained by the subnet mask in IPv4 (Internet Protocol Version 4), and the network information obtained from the prefix length in IPv6 (Internet Protocol Version 6). Means.
  • the window size and RTT are exemplified as the communication parameters, but the types of communication parameters stored in the specific parameter storage unit 25 are not limited.
  • the specific parameter storage unit 25 stores a plurality of network prefixes respectively corresponding to each subnet to which each IP address belongs. .
  • the initial value checker 22 acquires the initial value of the communication parameter of the communication from either the general-purpose parameter storage unit 24 or the specific parameter storage unit 25 in response to a request from the communication processing unit 20.
  • the initial value checker 22 includes an address acquisition unit 26, an environment determination unit 27, and a parameter acquisition unit 28.
  • the address acquisition unit 26 acquires a communication destination IP address related to a newly started IP communication in response to a request from the communication processing unit 20.
  • the environment determination unit 27 determines whether or not the communication source node 10 of the newly started IP communication exists in the specific communication environment based on the communication destination IP address. Specifically, the environment determination unit 27 determines whether or not the communication destination node 11 exists in the same subnet as the communication source node 10 as the specific communication environment, based on the network information indicated by the communication destination IP address. To do.
  • the environment determination unit 27 collates between the communication destination IP address and the network prefix stored in the specific parameter storage unit 25, and communicates with the communication destination node 11 when the collation is successful. It is determined that the original node 10 exists in the same subnet. Further, the environment determination unit 27 further acquires a communication source IP address which is its own IP address, and between the address units specified by the prefix length of the communication source IP address (or the number of bits masked by the subnet mask). The above determination may be made by performing bit comparison. In this case, the specific parameter storage unit 25 may not store the network prefix.
  • the parameter acquisition unit 28 determines the initial value of the communication parameter used in the newly started IP communication based on the determination result of the environment determination unit 27 as one of the general parameter storage unit 24 and the specific parameter storage unit 25. Get from. In other words, the parameter acquisition unit 28 determines the acquisition destination of the initial value of the communication parameter used in the newly started IP communication between the general parameter storage unit 24 and the specific parameter storage unit 25 based on the determination result. Switch with. Specifically, when the environment determination unit 27 determines that the communication destination node 11 is in the same subnet as the communication source node 10, the parameter acquisition unit 28 sets the initial value of the communication parameter to the specific parameter storage unit 25. Get from. On the other hand, the parameter acquisition unit 28 acquires the initial value of the communication parameter from the general-purpose parameter storage unit 24 when it is determined that the communication destination node 11 does not exist in the same subnet as the communication source node 10.
  • FIG. 5 is a flowchart illustrating an example of a communication parameter setting method according to the first embodiment. The method shown in FIG. 5 in the first embodiment is executed by the communication source node 10.
  • the communication source node 10 acquires a communication destination IP address related to the IP communication to be newly started (S51).
  • the communication source node 10 determines whether or not the communication destination node of the newly started IP communication exists in the same subnet as the communication source node 10 (S52). ). For example, the communication source node 10 performs verification between the communication destination IP address and the network prefix stored in the specific parameter storage unit 25, and when the verification is successful, the communication destination node 11 and the communication source node 10 It is determined that it exists in the same subnet.
  • the communication source node 10 When determining that the communication source node 10 exists in the same subnet (S52; YES), the communication source node 10 acquires a specific initial value corresponding to the subnet from the specific parameter storage unit 25 as an initial value of the communication parameter of the IP communication ( S53). On the other hand, when determining that the communication source node 10 does not exist in the same subnet (S52; NO), the communication source node 10 acquires a general-purpose initial value from the general-purpose parameter storage unit 24 as an initial value of the communication parameter of the IP communication (S54). .
  • the communication source node 10 executes the newly started IP communication using the acquired general-purpose initial value or specific initial value as the initial value of the communication parameter (S55).
  • the communication environment in the subnet to which the communication source node 10 belongs can be grasped to some extent in advance. Therefore, in addition to the general-purpose initial value corresponding to the general-purpose communication environment, The specific initial value corresponding to the communication environment is stored in the specific parameter storage unit 25. In the first embodiment, when communicating with the communication destination node 11 existing in the same subnet, the specific initial value determined according to the communication environment in the subnet is used as the initial value of the communication parameter.
  • the initial value of the communication parameter can be set to a more appropriate value.
  • a communication parameter can be optimized promptly, without depending on the said learning function.
  • communication parameters for IP communication can be set efficiently.
  • FIG. 6 is a diagram conceptually illustrating a processing configuration example of the communication source node 10 in the second embodiment.
  • the communication source node 10 in the second embodiment further includes an initial value generation unit 29 in addition to the configuration of the first embodiment.
  • the initial value generation unit 29 is also realized by a program in the same manner as other processing units.
  • the initial value generation unit 29 acquires information about the NI device 9 mounted on the communication source node 10, generates a specific initial value based on the acquired information, and uses the generated specific initial value as a specific parameter storage unit 25.
  • the information regarding the NI device 9 includes, for example, communication speed information, information indicating whether wireless or wired, information indicating whether or not VLAN (Virtual LAN) setting is possible, and the like.
  • the initial value generation unit 29 acquires such hardware information, setting information, and the like related to the NI device 9, estimates the communication environment of the subnet from these information, and generates the specific initial value.
  • the initial value generation unit 29 may store correspondence information between information on the NI device 9 and initial values of communication parameters in advance, and may generate the specific initial value from the correspondence information.
  • the initial value generation unit 29 performs a test for estimating the communication environment in each subnet to which the communication source node 10 belongs, and the specific parameter storage unit 25 stores the information obtained by the test.
  • a specific initial value to be stored may be generated. Since the test only needs to be performed at least once for each subnet, it is different from the existing learning and discovery function performed for each session establishment. In the test, for example, a probe such as an ICMP (Internet Control Message Protocol) Echo Request message issued by a ping command or the like is used. Note that the implementation form of the test is not limited as long as the communication environment can be grasped.
  • ICMP Internet Control Message Protocol
  • the specific initial value corresponding to the subnet to which the communication source node 10 belongs is automatically generated from information regarding the NI device 9 that the communication source node 10 has.
  • work of the specific parameter storage part 25 can be reduced, and also the appropriate specific initial value reflecting the communication environment of the said subnet can be produced
  • the communication environment in the subnet to which the communication source node 10 belongs is exemplified as the specific communication environment.
  • the specific communication environment is not limited to such a form, and communication is performed before the start of IP communication. Any communication environment may be used as long as the original node 10 can grasp to some extent.
  • a specific communication environment in addition to the communication environment in the same subnet in the first embodiment, a communication environment in which a communication path between the communication source node 10 and the communication destination node 11 is fixedly assigned (hereinafter, A form in which a fixed communication environment is also used will be described as a third embodiment.
  • the third embodiment will be described focusing on the contents different from the first embodiment and the second embodiment, and the same contents as those will be appropriately omitted.
  • a communication environment to the communication destination node 11 Is a communication environment that can be grasped to some extent by the communication source node 10 before the start of IP communication.
  • the specific parameter storage unit 25 the communication path between the communication source node 10 and the communication destination node 11 is fixed together with the specific initial value corresponding to the communication environment in the subnet to which the communication source node 10 belongs. A specific initial value corresponding to the assigned communication environment is stored.
  • 7A and 7B are diagrams conceptually illustrating an example of a communication environment in which a communication path between the communication source node 10 and the communication destination node 11 is fixedly assigned.
  • 7A and 7B show that a communication path as indicated by a bold line is fixedly assigned although it is not in the same subnet because it exceeds the router.
  • FIG. 7B shows a mode in which a fixed communication path is realized by VPN.
  • FIG. 8 is a diagram illustrating an example of the specific parameter storage unit 25 in the third embodiment.
  • the specific parameter storage unit 25 stores a network prefix or a communication destination address and an initial value of a communication parameter in association with each other.
  • the IP address of the communication destination node 11 located in the fixed communication environment is set.
  • the environment determination unit 27 determines whether or not the communication destination node 11 exists in the fixed communication environment as the specific communication environment by determining whether or not the communication destination IP address is stored in the specific parameter storage unit 25. Determine.
  • the parameter acquisition unit 28 associates the communication destination IP address with the communication destination IP address from the specific parameter storage unit 25 when the determination result of the environment determination unit 27 determines that the communication destination IP address is stored in the specific parameter storage unit 25. Get the specified initial value.
  • FIG. 9 is a flowchart illustrating an example of a communication parameter setting method according to the third embodiment.
  • steps having the same contents as those in the first embodiment are denoted by the same reference numerals as those in FIG.
  • the method shown in FIG. 9 in the third embodiment is executed by the communication source node 10.
  • the communication source node 10 determines whether or not the communication destination IP address acquired in (S51) is stored in the specific parameter storage unit 25 (S91). This determination is the same as the determination as to whether or not the destination node 11 of the newly started IP communication having the destination IP address belongs to the fixed communication environment.
  • the communication source node 10 receives the communication destination from the specific parameter storage unit 25 as an initial value of the communication parameter of the IP communication. A specific initial value associated with the IP address is acquired (S92).
  • the communication source node 10 executes the process (S52) and subsequent steps as in the first embodiment. Thereby, the communication source node 10 executes the newly started IP communication by using the acquired general-purpose initial value or specific initial value as the initial value of the communication parameter (S55).
  • the communication path is fixedly determined in addition to the communication environment in the subnet to which the communication source node 10 belongs in addition to the specific communication environment that the communication source node 10 can grasp in advance.
  • a specific initial value stored in the specific parameter storage unit 25 is used as a communication parameter for communication with the communication destination node 11 existing in such a specific communication environment including the communication environment.
  • the communication source node 10 includes the initial value checker 22, the general-purpose parameter storage unit 24, and the specific parameter storage unit 25 is shown. It may be provided in a communication device different from the previous node 11.
  • the communication processing unit 20 of the communication source node 10 sends an initial value acquisition request including the communication destination IP address to the initial value checker 22 of the other communication device, and acquires the initial value from the initial value checker 22. What should I do?
  • An address acquisition unit for acquiring a communication destination IP address relating to newly started IP (Internet Protocol) communication;
  • An environment determination unit that determines whether or not a communication destination node of the newly started IP communication exists in a specific communication environment based on the communication destination IP address;
  • a general-purpose parameter storage unit for storing a general-purpose initial value corresponding to a general-purpose communication environment, and the specific communication, as the acquisition destination of the initial value of the communication parameter used in the newly started IP communication
  • a parameter acquisition unit that switches between a specific parameter storage unit that stores a specific initial value corresponding to the environment, and
  • a communication device comprising:
  • the specific initial value stored in the specific parameter storage unit corresponds to a communication environment within the same subnet as the communication device itself as the specific communication environment
  • the environment determination unit determines whether the communication destination node exists in the same subnet as the communication source node as the specific communication environment based on the network information indicated by the communication destination IP address
  • the parameter acquisition unit when the environment determination unit determines that the communication destination node is in the same subnet as the communication source node, as the initial value of the communication parameter from the specific parameter storage unit Get the initial value,
  • the communication apparatus according to attachment 1.
  • Appendix 3 An initial value for acquiring information related to a network interface device mounted on the communication device, generating the specific initial value based on the acquired information, and storing the generated specific initial value in the specific parameter storage unit Generator,
  • the communication apparatus according to appendix 2 further comprising:
  • the specific parameter storage unit includes the specific initial value corresponding to a communication environment in which a communication path between the communication device and the communication destination node is fixedly assigned as the specific communication environment, and the communication It is stored in association with the IP address of the destination node,
  • the environment determination unit determines whether the communication destination node exists in the specific communication environment by determining whether the communication destination IP address is stored in the specific parameter storage unit,
  • the parameter acquisition unit is associated with the communication destination IP address from the specific parameter storage unit when the environment determination unit determines that the communication destination IP address is stored in the specific parameter storage unit. Obtaining the specific initial value, The communication device according to any one of appendices 1 to 3.
  • Appendix 5 The general parameter storage unit; The specific parameter storage unit; A communication processing unit that executes the newly started IP communication using the general-purpose initial value or the specific initial value acquired by the parameter acquisition unit as an initial value of a communication parameter;
  • the communication device according to any one of appendices 1 to 4, further comprising:
  • At least one communication device Obtain a destination IP address for newly started IP (Internet Protocol) communication, Based on the communication destination IP address, it is determined whether a communication destination node of the newly started IP communication exists in a specific communication environment, Based on the determination result, a general-purpose parameter storage unit for storing a general-purpose initial value corresponding to a general-purpose communication environment, and the specific communication, as the acquisition destination of the initial value of the communication parameter used in the newly started IP communication Switch between the specific parameter storage unit that stores the specific initial value corresponding to the environment, Performing the newly started IP communication using the acquired general-purpose initial value or the specific initial value as an initial value of a communication parameter; Communication parameter setting method.
  • IP Internet Protocol
  • the specific initial value stored in the specific parameter storage unit corresponds to a communication environment within the same subnet as the communication device itself as the specific communication environment, The determination is based on network information indicated by the communication destination IP address, to determine whether the communication destination node is in the same subnet as the communication source node as the specific communication environment, The acquisition source is switched from the specific parameter storage unit as the initial value of the communication parameter when the environment determination unit determines that the communication destination node is in the same subnet as the communication source node. Get a specific initial value, The communication parameter setting method according to attachment 6.
  • the at least one communication device is Obtain information about the network interface device mounted on the communication device, Generating the specific initial value based on the acquired information; Storing the generated specific initial value in the specific parameter storage unit;
  • the specific parameter storage unit includes the specific initial value corresponding to a communication environment in which a communication path between the communication device and the communication destination node is fixedly assigned as the specific communication environment, and the communication It is stored in association with the IP address of the destination node, The determination determines whether the communication destination node exists in the specific communication environment by determining whether the communication destination IP address is stored in the specific parameter storage unit, The acquisition source is switched from the specific parameter storage unit when the communication destination IP address is stored in the specific parameter storage unit, and the specific initial value associated with the communication destination IP address. To get the The communication parameter setting method according to any one of appendices 6 to 8.
  • Appendix 10 A program that causes at least one computer to execute the method according to any one of appendices 6 to 9.

Landscapes

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

Abstract

 通信装置は、新たに開始されるIP通信に関する通信先IPアドレスを取得するアドレス取得部と、通信先IPアドレスに基づいて、新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定する環境判定部と、新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、上記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替えるパラメータ取得部と、を有する。

Description

通信装置及び通信パラメータ設定方法
 本発明は、IP(Internet Protocol)通信技術に関する。
 IP通信では、様々な通信パラメータが用いられる。例えば、通信先及び通信元の各IPアドレス、通信先及び通信元の各ポート番号、パスMTU(Maximum Transmission Unit)、ウィンドウサイズ、RTT(Round Trip Time)、再送タイマ等が存在する。また、通信先ノードと通信可能か否か、及び、通信不能原因等もこの通信パラメータと呼ぶこともできる。以降、ここで用いる通信パラメータとは、ネットワークレイヤに依存せず、IP通信を行う上で利用され得るあらゆる情報を意味するものとする。
 IP通信では、このような通信パラメータを学習し発見する機能(アルゴリズム)が存在する。このような機能やアルゴリズムにより、最適な通信パラメータが設定され、スケーラビリティ、分散協調等が実現される。例えば、パスMTUディスカバリは、経路上のリンクの最小MTUを検出する。また、スロースタートアルゴリズムは、輻輳を回避すべく、ACKを受信する度に送信するセグメント数を増加していく、即ち、ウィンドウサイズを調整する。ICMP(Internet Control Message Protocol)によれば、通信先ノードと正常に通信が行えない場合に、通信元ノードは、その旨(タイプ=3)とその原因(コード=0(Network Unreachable)、1(Host Unreachable)等)を知ることができる。以降、このような機能やアルゴリズムを単に学習機能と表記する。
 しかしながら、このような学習機能自体にも負荷がかかるため、次のような手法が提案されている。下記特許文献1には、各PBN(Provider Backbone Network)に所属する全ての機器のMACアドレスの情報を格納するPBNデータベースをPBBN(Provider Backbone Bridge Network)に設け、このPBNデータベースの情報を用いて、PBBN内のラベルスイッチ転送を実現することで、PBNの数が多くなってもアドレス学習の負荷が大きくなるのを防ぐ手法が提案されている。下記特許文献2には、各コネクションで計測された最高RTT値を通信相手のホストコンピュータ毎に再送タイムアウトテーブルに登録し、その最高RTT値を新たなコネクションの再送タイマとして用いることで、コネクションごとの再送タイムアウトの計算という無駄を省く手法が提案されている。下記特許文献3には、アクセスノードと宛先ノードとの間のネットワーク全体で最適パスを選択するための時間を最小限にするための手法が提案されている。
特開2009-177282号公報 特開平5-28072号公報 特開平10-70571号公報
 IP通信は、不特定多数を通信相手とし、様々なネットワーク形態上で実現される。このため、通信元ノードは、通信開始時に通信相手との間の通信環境を把握することは困難である。よって、IP通信では、全ての通信環境に対応可能なように低性能環境に合わせたフェールセーフ値が、当該通信パラメータの初期値に用いられ、その通信パラメータが、その初期値からその通信環境に応じて適正化されるように当該学習機能が実施される。このような通信パラメータの初期値設定、並びに、当該学習機能は、各通信相手に対してそれぞれ同じように実施される。
 一方、各通信装置は、同一LAN(Local Area Network)上に存在する通信相手や、オーバレイネットワーク(overlay network)等のような通信経路が固定的に割り当てられている通信相手と通信する場合も少なくない。このような通信相手に関する通信環境は、通信元ノードにとって通信開始前にでも或る程度把握され得る。しかしながら、通常のIP通信では、どのような通信相手であっても同様に、セッション毎に、上述のような通信パラメータの初期値設定、及び、当該学習機能がそれぞれ実施される。このように、IP通信における通信パラメータの設定手法は効率化されていないのが現状である。
 本発明は、このような事情に鑑みてなされたものであり、IP通信の通信パラメータを効率よく設定する技術を提供する。
 本発明の各態様では、上述した課題を解決するために、それぞれ以下の構成を採用する。
 第1の態様は、通信装置に関する。第1態様に係る通信装置は、新たに開始されるIP通信に関する通信先IPアドレスを取得するアドレス取得部と、通信先IPアドレスに基づいて、新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定する環境判定部と、新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、上記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替えるパラメータ取得部と、を有する。
 第2の態様は、通信パラメータ設定方法に関する。第2態様に係る通信パラメータ設定方法は、少なくとも1つの通信装置が、新たに開始されるIP通信に関する通信先IPアドレスを取得し、通信先IPアドレスに基づいて、新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定し、新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、上記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替え、取得された汎用初期値又は特定初期値を通信パラメータの初期値として用いて新たに開始されるIP通信を実行する、ことを含む。
 本発明の他の態様としては、上記第1態様の構成を少なくとも1つの通信装置に実現させるプログラムであってもよいし、このようなプログラムを記録したコンピュータが読み取り可能な記録媒体であってもよい。この記録媒体は、非一時的な有形の媒体を含む。
 上記各態様によれば、IP通信の通信パラメータを効率よく設定する技術を提供することができる。
 上述した目的、およびその他の目的、特徴および利点は、以下に述べる好適な実施の形態、およびそれに付随する以下の図面によってさらに明らかになる。
第1実施形態における通信元ノードのハードウェア構成例を概念的に示す図である。 第1実施形態における通信元ノードの処理構成例を概念的に示す図である。 同一サブネット内の通信環境の例を概念的に示す図である。 同一サブネット内の通信環境の例を概念的に示す図である。 第1実施形態における特定パラメータ格納部の例を示す図である。 第1実施形態における通信パラメータ設定方法の例を示すフローチャートである。 第2実施形態における通信元ノードの処理構成例を概念的に示す図である。 通信経路が固定的に割り当てられている通信環境の例を概念的に示す図である。 通信経路が固定的に割り当てられている通信環境の例を概念的に示す図である。 第3実施形態における特定パラメータ格納部の例を示す図である。 第3実施形態における通信パラメータ設定方法の例を示すフローチャートである。
 以下、本発明の実施の形態について説明する。なお、以下に挙げる各実施形態は例示であり、本発明は以下の各実施形態の構成に限定されない。
 [第1実施形態]
 〔システム構成〕
 図1は、第1実施形態における通信元ノード10のハードウェア構成例を概念的に示す図である。通信元ノード10は、ネットワーク1を介して通信先ノード11と通信可能に接続される。ネットワーク1は、インターネット等のような公衆網、WAN(Wide Area Network)、LAN(Local Area Network)、無線通信ネットワーク等である。なお、ネットワーク1の具体的形態については、後述する。
 通信元ノード10は、例えば、バス8で相互に接続される、CPU(Central Processing Unit)5、メモリ6、入出力インタフェース(I/F)7等を有する。メモリ6は、RAM(Random Access Memory)、ROM(Read Only Memory)、ハードディスク、可搬型記憶媒体等である。入出力I/F7は、ネットワーク1を介して他の通信ノード(例えば、通信先ノード11)と通信を行うNI(Network Interface)装置9と接続される。入出力I/F7は、表示装置や入力装置等のようなユーザインタフェース装置と接続されてもよい。通信先ノード11も通信元ノード10と同様のハードウェア構成を有する。
 通信元ノード10は例えばクライアント装置であり、通信先ノード11は例えばサーバ装置である。なお、本実施形態では、通信元ノード10及び通信先ノード11は、IP通信可能な通信装置であれば、それらのハードウェア構成は限定されない。よって、通信元ノード10及び通信先ノード11は通信装置と呼ぶこともできる。
 〔装置構成〕
 図2は、第1実施形態における通信元ノード10の処理構成例を概念的に示す図である。図2に示されるように、通信元ノード10は、通信処理部20、セッション情報管理部21、初期値チェッカ22、汎用パラメータ格納部24、特定パラメータ格納部25等を有する。通信元ノード10は、CPU5によりメモリ6に格納されるプログラムが実行されることで上記各処理部を実現する。当該プログラムは、例えば、CD(Compact Disc)、メモリカード等のような可搬型記録媒体やネットワーク上の他のコンピュータから入出力I/F7を介してインストールされ、メモリ6に格納される。
 通信処理部20は、アプリケーション(図示せず)からの要求に応じて、所望の通信相手と所望のIP通信を実現する。このとき、通信処理部20は、初期値チェッカ22により取得された値を通信パラメータの初期値として用いて当該IP通信を実行する。ここでは、所望の通信として、通信先ノード11と通信元ノード10との間のセッションが例示される。セッションとは、TCP(Transmission Control Protocol)及びUDP(User Datagram Protocol)の接続単位を意味する。TCPの接続単位はコネクションとも呼ばれる。UDPはコネクションレスであるため、UDPの接続単位は当該通信の両端のIPアドレス及びポート番号で特定される。例えば、通信処理部20は、3ウェイハンドシェーク等により通信先ノード11との間のTCPコネクションの開設及び解放を行う。
 セッション情報管理部21は、通信処理部20により処理される各セッションに関する情報(セッション情報)を管理する。このセッション情報は、セッション情報保持部(図示せず)で保持される。セッション情報には、各セッションで学習された通信パラメータが含まれる。例えば、スロースタートアルゴリズムにより学習されたウィンドウサイズは、セッション情報保持部に反映される。このセッション情報は、PCB(Protocol Control Block)、TCP Control Blockと呼ぶこともできる。なお、セッション情報管理部21で管理されるセッション情報は、一般的には、各セッションの解放に応じて消去される。
 汎用パラメータ格納部24は、各セッションで設定される通信パラメータの、汎用的な通信環境に対応する初期値を格納する。これにより、汎用パラメータ格納部24に格納される初期値は、汎用初期値と呼ぶこともできる。汎用パラメータ格納部24に格納される汎用初期値は、上述したように、全ての通信環境に対応可能なように低性能環境に合わせたフェールセーフ値に設定される。既存のIP通信では、当該通信パラメータの初期値はこの汎用初期値に設定され、当該学習機能により適正化される。
 特定パラメータ格納部25は、各セッションの通信パラメータに関する、特定通信環境に対応する初期値を格納する。これにより、特定パラメータ格納部25に格納される初期値は、特定初期値と呼ぶこともできる。特定通信環境とは、当該学習機能を働かせる前の通信開始時に或る程度把握し得る通信環境であり、第1実施形態では、特定通信環境として、通信元ノード10が所属するサブネット内の通信環境が例示される。ここで、特定通信環境に関する把握程度は、把握できないことを前提として最低性能環境を想定する既存のIP通信よりはより高い精度を示し、完全な精度で把握することも含まれる。
 通信元ノード10が所属するサブネット内の通信環境であれば、通信パラメータの一つであるRTT(Round-Trip Time)の値は安定的に略一定に決めることができる。また、当該サブネット内の通信環境であれば、輻輳等も発生せず変動の少ない安定通信環境であるため、通信状況に影響を受ける他の通信パラメータの値も予め想定することができる。このように、通信元ノード10にとって、自身が所属するサブネット内の通信環境は、当該学習機能によらずとも最初から把握することができる。よって、特定パラメータ格納部25には、通信元ノード10の所属するサブネット内の通信環境に対応する特定初期値が格納される。この特定初期値は手動で設定されてもよい。
 図3A及び図3Bは、通信元ノード10及び通信先ノード11における同一サブネット内の通信環境の例を概念的に示す図である。図3Aには、通信元ノード10と通信先ノード11とが、ルータを介さずに、有線で接続される例が示される。図3Aの例では、当該通信環境として、イーサネット(登録商標)の通信速度(100メガビット、ギガビット等)等を予め把握可能であるため、このような情報に対応する特定初期値が特定パラメータ格納部25に格納される。
 図3Bには、通信元ノード10と通信先ノード11とが、通信元ノード10とコンバータとの間の無線と、コンバータと通信先ノード11との間の有線とで接続される例が示される。図3Bの例では、通信元ノード10とコンバータとの間の無線の仕様(通信速度等)、及び、コンバータと通信先ノード11との間のイーサネット(登録商標)の通信速度等を予め把握可能であるため、このような情報に対応する特定初期値が特定パラメータ格納部25に格納される。なお、図3Bの例では、無線通信と有線通信とのうちの低性能なほうの通信環境に対応する特定初期値が設定されればよい。
 図4は、第1実施形態における特定パラメータ格納部25の例を示す図である。図4の例では、特定パラメータ格納部25には、ネットワークプレフィックスと通信パラメータの初期値とが関連付けて格納される。ネットワークプレフィックスとは、通信元ノード10が属するサブネットを示すネットワーク情報であり、IPv4(Internet Protocol version 4)におけるサブネットマスクにより得られるネットワークアドレス、IPv6(Internet Protocol version 6)におけるプレフィックス長から得られるネットワーク情報を意味する。なお、図4では、通信パラメータとしてウィンドウサイズ及びRTTが例示されるが、特定パラメータ格納部25に格納される通信パラメータの種類は制限されない。
 図4の例に示されるように、通信元ノード10が複数のIPアドレスを有する場合には、特定パラメータ格納部25は、各IPアドレスが属する各サブネットにそれぞれ対応する複数のネットワークプレフィックスを格納する。
 初期値チェッカ22は、通信処理部20からの要求により、その通信の通信パラメータの初期値を、汎用パラメータ格納部24及び特定パラメータ格納部25のいずれか一方から取得する。初期値チェッカ22は、アドレス取得部26、環境判定部27、パラメータ取得部28を有する。
 アドレス取得部26は、通信処理部20の要求に応じて、新たに開始されるIP通信に関する通信先IPアドレスを取得する。
 環境判定部27は、通信先IPアドレスに基づいて、当該新たに開始されるIP通信の通信元ノード10が特定通信環境に存在するか否かを判定する。具体的には、環境判定部27は、通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノード11が、特定通信環境としての通信元ノード10と同一サブネット内に存在するか否かを判定する。
 図4の例の場合、環境判定部27は、通信先IPアドレスと特定パラメータ格納部25に格納されるネットワークプレフィックスとの間の照合を行い、照合に成功した場合に、通信先ノード11と通信元ノード10とが同一サブネット内に存在すると判定する。また、環境判定部27は、自身のIPアドレスである通信元IPアドレスを更に取得し、通信元IPアドレスのプレフィックス長(又はサブネットマスクによりマスクされるビット数)で特定されるアドレス部間でのビット比較を行うことにより、上記判定を行うようにしてもよい。この場合には、特定パラメータ格納部25は、ネットワークプレフィックスを格納しなくてもよい。
 パラメータ取得部28は、当該新たに開始されるIP通信で用いられる通信パラメータの初期値を、環境判定部27の判定結果に基づいて、汎用パラメータ格納部24及び特定パラメータ格納部25のいずれか一方から取得する。言い換えれば、パラメータ取得部28は、新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、当該判定結果に基づいて、汎用パラメータ格納部24と特定パラメータ格納部25との間で切り替える。具体的には、パラメータ取得部28は、環境判定部27により、通信先ノード11が通信元ノード10と同一サブネット内に存在すると判定された場合に、通信パラメータの初期値を特定パラメータ格納部25から取得する。一方、パラメータ取得部28は、通信先ノード11が通信元ノード10と同一サブネット内に存在しないと判定された場合に、通信パラメータの初期値を汎用パラメータ格納部24から取得する。
 〔動作例〕
 図5は、第1実施形態における通信パラメータ設定方法の例を示すフローチャートである。第1実施形態における図5に示される方法は、通信元ノード10により実行される。
 通信元ノード10は、新たに開始しようとしているIP通信に関する通信先IPアドレスを取得する(S51)。
 通信元ノード10は、取得された通信先IPアドレスに基づいて、当該新たに開始されるIP通信の通信先ノードが、通信元ノード10と同一サブネット内に存在するか否かを判定する(S52)。例えば、通信元ノード10は、通信先IPアドレスと特定パラメータ格納部25に格納されるネットワークプレフィックスとの間の照合を行い、照合に成功した場合に、通信先ノード11と通信元ノード10とが同一サブネット内に存在すると判定する。
 通信元ノード10は、同一サブネット内に存在すると判定すると(S52;YES)、当該IP通信の通信パラメータの初期値として、特定パラメータ格納部25から、そのサブネットに対応する特定初期値を取得する(S53)。一方で、通信元ノード10は、同一サブネット内に存在しないと判定すると(S52;NO)、当該IP通信の通信パラメータの初期値として、汎用パラメータ格納部24から汎用初期値を取得する(S54)。
 通信元ノード10は、取得された汎用初期値又は特定初期値を通信パラメータの初期値として用いて、その新たに開始されるIP通信を実行する(S55)。
 〔第1実施形態の作用及び効果〕
 上述したように、第1実施形態では、通信元ノード10が所属するサブネット内の通信環境は予め或る程度把握できるため、汎用的な通信環境に対応する汎用初期値とは別に、当該サブネット内の通信環境に応じた特定初期値が特定パラメータ格納部25に格納される。そして、第1実施形態では、同一サブネット内に存在する通信先ノード11と通信する場合には、そのサブネット内の通信環境に応じて決められた特定初期値がその通信パラメータの初期値として利用される。
 よって、第1実施形態によれば、予め把握され得る特定通信環境に存在する通信先と通信する場合には、その特定通信環境に対応する特定初期値を通信パラメータの初期値に用いることにより、フェールセーフ値に設定される汎用初期値を用いる場合と比較して、通信パラメータの初期値をより適正な値に設定することができる。これにより、第1実施形態によれば、当該学習機能に依存することなく、いち早く通信パラメータを適正化することができる。また、第1実施形態によれば、適正化された初期値からIP通信を開始し、当該学習機能により、その通信パラメータ値を更に適正化することも可能である。このように、第1実施形態によれば、IP通信の通信パラメータを効率よく設定することができる。
 [第2実施形態]
 以下、上述の特定パラメータ格納部25に格納される特定初期値が自動生成される形態を第2実施形態として説明する。以下の説明では、第2実施形態に関し、第1実施形態と異なる内容を中心に説明し、第1実施形態と同様の内容については適宜省略する。
 〔装置構成〕
 図6は、第2実施形態における通信元ノード10の処理構成例を概念的に示す図である。図6に示されるように、第2実施形態における通信元ノード10は、第1実施形態の構成に加えて、初期値生成部29を更に有する。初期値生成部29についても、他の処理部と同様にプログラムにより実現される。
 初期値生成部29は、通信元ノード10に搭載されるNI装置9に関する情報を取得し、この取得された情報に基づいて特定初期値を生成し、生成された特定初期値を特定パラメータ格納部25に格納する。NI装置9に関する情報には、例えば、通信速度情報、無線か有線かを示す情報、VLAN(Virtual LAN)設定が可能か否かを示す情報等がある。初期値生成部29は、NI装置9に関する、このようなハードウェア情報、設定情報等を取得し、これら情報から当該サブネットの通信環境を推定し、当該特定初期値を生成する。初期値生成部29は、NI装置9の情報と通信パラメータの初期値との対応情報を予め保持しており、この対応情報から、当該特定初期値を生成するようにしてもよい。
 また、初期値生成部29は、通信元ノード10が所属するサブネット毎にそのサブネット内の通信環境を推定するための試験を実施し、この試験により得られた情報から、特定パラメータ格納部25に格納される特定初期値を生成するようにしてもよい。その試験は、サブネット毎に最低1回実施されればよいため、セッション確立毎に実施される既存の学習及び発見機能とは異なる。その試験では、例えば、pingコマンド等で出されるICMP(Internet Control Message Protocol)のEcho Requestメッセージ等のようなプローブが利用される。なお、当該試験は、通信環境を把握し得るものであればその実現形態は制限されない。
 〔第2実施形態の作用及び効果〕
 第2実施形態では、通信元ノード10が所属するサブネットに対応する特定初期値が、通信元ノード10が有するNI装置9に関する情報から自動生成される。これにより、第2実施形態によれば、特定パラメータ格納部25の設定作業の労力を軽減することができ、更に、当該サブネットの通信環境を反映させた適正な特定初期値を生成することができる。
 [第3実施形態]
 上述の各実施形態では、特定通信環境として、通信元ノード10が所属するサブネット内の通信環境が例示されたが、特定通信環境は、そのような形態に限定されず、IP通信開始前から通信元ノード10が或る程度把握し得る通信環境であればよい。以下、特定通信環境として、第1実施形態における同一サブネット内の通信環境に加えて、通信元ノード10と通信先ノード11との間の通信経路が固定的に割り当てられている通信環境(以降、固定的通信環境と表記する)も用いられる形態を第3実施形態として説明する。以下、第3実施形態について、第1実施形態及び第2実施形態と異なる内容を中心に説明し、それらと同一の内容については適宜省略する。
 VPN(Virtual Private Network)等で構築されるオーバレイネットワークや専用線などのように通信経路が固定的に割り当てられている通信先ノード11と通信する場合には、その通信先ノード11への通信環境は、IP通信開始前から通信元ノード10により或る程度把握し得る通信環境である。これにより、特定パラメータ格納部25には、通信元ノード10が所属するサブネット内の通信環境に対応する特定初期値と共に、通信元ノード10と通信先ノード11との間の通信経路が固定的に割り当てられている通信環境に対応する特定初期値が格納される。
 図7A及び図7Bは、通信元ノード10と通信先ノード11との間の通信経路が固定的に割り当てられている通信環境の例を概念的に示す図である。図7A及び図7Bでは、ルータを超えるため同一サブネット内ではないものの、太線で示すような通信経路が固定的に割り当てられていることが示されている。図7Bは、固定的な通信経路がVPNで実現されている態様が示されている。
 図8は、第3実施形態における特定パラメータ格納部25の例を示す図である。図8の例では、特定パラメータ格納部25には、ネットワークプレフィックス又は通信先アドレスと、通信パラメータの初期値とが関連付けて格納される。固定的通信環境を示す情報として、その固定的通信環境に位置する通信先ノード11のIPアドレスが設定される。
 環境判定部27は、通信先IPアドレスが特定パラメータ格納部25に格納されているか否かを判定することにより、通信先ノード11が、特定通信環境としての固定的通信環境に存在するか否かを判定する。
 パラメータ取得部28は、環境判定部27の判定結果により、通信先IPアドレスが特定パラメータ格納部25に格納されていると判定された場合に、特定パラメータ格納部25から、通信先IPアドレスと関連付けられた特定初期値を取得する。
 〔動作例〕
 図9は、第3実施形態における通信パラメータ設定方法の例を示すフローチャートである。図9では、第1実施形態と同内容の工程については、図5と同じ符号が付されている。第3実施形態における図9に示される方法は、通信元ノード10により実行される。
 通信元ノード10は、(S51)において取得された通信先IPアドレスが特定パラメータ格納部25に格納されているか否かを判定する(S91)。この判定は、その通信先IPアドレスを持つ当該新たに開始されるIP通信の通信先ノード11が固定的通信環境に所属するか否かの判定と同意である。通信元ノード10は、その通信先IPアドレスが特定パラメータ格納部25に格納されている場合(S91;YES)、当該IP通信の通信パラメータの初期値として、特定パラメータ格納部25から、その通信先IPアドレスに関連付けられた特定初期値を取得する(S92)。
 一方、通信元ノード10は、その通信先IPアドレスが特定パラメータ格納部25に格納されていない場合(S91;NO)、第1実施形態と同様に、工程(S52)以降を実行する。これにより、通信元ノード10は、取得された汎用初期値又は特定初期値を通信パラメータの初期値として用いて、その新たに開始されるIP通信を実行する(S55)。
 〔第3実施形態の作用及び効果〕
 上述のように、第3実施形態では、通信元ノード10が予め把握し得る特定通信環境に、通信元ノード10が所属するサブネット内の通信環境に加えて、固定的に通信経路が決められている通信環境を含め、このような特定通信環境に存在する通信先ノード11との通信の通信パラメータには、特定パラメータ格納部25に格納される特定初期値が利用される。これにより、第3実施形態によれば、通信元ノード10と同一サブネット内に存在しなくとも、固定的に決められている通信経路を持つ通信先ノード11とのIP通信においても、汎用初期値よりもその通信環境に適合された特定初期値を設定することができる。これにより、第1実施形態及び第2実施形態に対して通信パラメータの効率的な設定対象を拡張することができる。
 [変形例]
 上述の各実施形態では、通信元ノード10が、初期値チェッカ22、汎用パラメータ格納部24及び特定パラメータ格納部25を有する例が示されたが、これら各処理部は、通信元ノード10及び通信先ノード11とは別の通信装置に設けられてもよい。この場合、通信元ノード10の通信処理部20は、当該別の通信装置の初期値チェッカ22に、通信先IPアドレスを含む初期値取得要求を送り、その初期値チェッカ22から初期値を取得するようにすればよい。
 なお、上述の説明で用いた複数のフローチャートでは、複数のステップ(処理)が順番に記載されているが、本実施形態で実行される処理ステップの実行順序は、その記載の順番に制限されない。本実施形態では、図示される処理ステップの順番を内容的に支障のない範囲で変更することができる。また、上述の各実施形態及び各変形例は、内容が相反しない範囲で組み合わせることができる。
 上記の各実施形態及び各変形例の一部又は全部は、以下の付記のようにも特定され得る。但し、各実施形態及び各変形例が以下の記載に限定されるものではない。
 (付記1)
 新たに開始されるIP(Internet Protocol)通信に関する通信先IPアドレスを取得するアドレス取得部と、
 前記通信先IPアドレスに基づいて、前記新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定する環境判定部と、
 前記新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、前記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と前記特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替えるパラメータ取得部と、
 を備える通信装置。
(付記2)
 前記特定パラメータ格納部に格納される前記特定初期値は、前記特定通信環境としての前記通信装置自身と同一サブネット内の通信環境に対応し、
 前記環境判定部は、前記通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノードが、前記特定通信環境としての通信元ノードと同一サブネット内に存在するか否かを判定し、
 前記パラメータ取得部は、前記環境判定部により、前記通信先ノードが前記通信元ノードと同一サブネット内に存在すると判定された場合に、前記通信パラメータの初期値として、前記特定パラメータ格納部から前記特定初期値を取得する、
 付記1に記載の通信装置。
(付記3)
 前記通信装置に搭載されるネットワークインタフェース装置に関する情報を取得し、該取得された情報に基づいて前記特定初期値を生成し、該生成された特定初期値を前記特定パラメータ格納部に格納する初期値生成部、
 を更に備える付記2に記載の通信装置。
(付記4)
 前記特定パラメータ格納部には、前記特定通信環境としての、前記通信装置と前記通信先ノードとの間の通信経路が固定的に割り当てられている通信環境に対応する前記特定初期値と、前記通信先ノードのIPアドレスとが関連付けられて格納されており、
 前記環境判定部は、前記通信先IPアドレスが前記特定パラメータ格納部に格納されているか否かを判定することにより、前記通信先ノードが、前記特定通信環境に存在するか否かを判定し、
 前記パラメータ取得部は、前記環境判定部により、前記通信先IPアドレスが前記特定パラメータ格納部に格納されていると判定された場合に、前記特定パラメータ格納部から、前記通信先IPアドレスと関連付けられた前記特定初期値を取得する、
 付記1から3のいずれか1つに記載の通信装置。
(付記5)
 前記汎用パラメータ格納部と、
 前記特定パラメータ格納部と、
 前記パラメータ取得部により取得された前記汎用初期値又は前記特定初期値を通信パラメータの初期値として用いて前記新たに開始されるIP通信を実行する通信処理部と、
 を更に備える付記1から4のいずれか1つに記載の通信装置。
(付記6)
 少なくとも1つの通信装置が、
 新たに開始されるIP(Internet Protocol)通信に関する通信先IPアドレスを取得し、
 前記通信先IPアドレスに基づいて、前記新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定し、
 前記新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、前記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と前記特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替え、
 取得された前記汎用初期値又は前記特定初期値を通信パラメータの初期値として用いて前記新たに開始されるIP通信を実行する、
 ことを含む通信パラメータ設定方法。
(付記7)
 前記特定パラメータ格納部に格納される前記特定初期値は、前記特定通信環境としての前記通信装置自身と同一サブネット内の通信環境に対応しており、
 前記判定は、前記通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノードが、前記特定通信環境としての通信元ノードと同一サブネット内に存在するか否かを判定し、
 前記取得先の切り替えは、前記環境判定部により、前記通信先ノードが前記通信元ノードと同一サブネット内に存在すると判定された場合に、前記通信パラメータの初期値として、前記特定パラメータ格納部から前記特定初期値を取得する、
 付記6に記載の通信パラメータ設定方法。
(付記8)
 前記少なくとも1つの通信装置が、
 前記通信装置に搭載されるネットワークインタフェース装置に関する情報を取得し、
 前記取得された情報に基づいて前記特定初期値を生成し、
 前記生成された特定初期値を前記特定パラメータ格納部に格納する、
 ことを更に含む付記7に記載の通信パラメータ設定方法。
(付記9)
 前記特定パラメータ格納部には、前記特定通信環境としての、前記通信装置と前記通信先ノードとの間の通信経路が固定的に割り当てられている通信環境に対応する前記特定初期値と、前記通信先ノードのIPアドレスとが関連付けられて格納されており、
 前記判定は、前記通信先IPアドレスが前記特定パラメータ格納部に格納されているか否かを判定することにより、前記通信先ノードが、前記特定通信環境に存在するか否かを判定し、
 前記取得先の切り替えは、前記通信先IPアドレスが前記特定パラメータ格納部に格納されていると判定された場合に、前記特定パラメータ格納部から、前記通信先IPアドレスと関連付けられた前記特定初期値を取得する、
 付記6から8のいずれか1つに記載の通信パラメータ設定方法。
(付記10)
 少なくとも1つのコンピュータに、付記6から9のいずれか1つに記載の方法を実行させるプログラム。
(付記11)
 付記10に記載のプログラムをコンピュータに読み取り可能に記録する記録媒体。
 この出願は、2012年6月25日に出願された日本出願特願2012-141987号を基礎とする優先権を主張し、その開示の全てをここに取り込む。

Claims (14)

  1.  新たに開始されるIP(Internet Protocol)通信に関する通信先IPアドレスを取得するアドレス取得部と、
     前記通信先IPアドレスに基づいて、前記新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定する環境判定部と、
     前記新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、前記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と前記特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替えるパラメータ取得部と、
     を備える通信装置。
  2.  前記特定パラメータ格納部に格納される前記特定初期値は、前記特定通信環境としての前記通信装置自身と同一サブネット内の通信環境に対応し、
     前記環境判定部は、前記通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノードが、前記特定通信環境としての通信元ノードと同一サブネット内に存在するか否かを判定し、
     前記パラメータ取得部は、前記環境判定部により、前記通信先ノードが前記通信元ノードと同一サブネット内に存在すると判定された場合に、前記通信パラメータの初期値として、前記特定パラメータ格納部から前記特定初期値を取得する、
     請求項1に記載の通信装置。
  3.  前記通信装置に搭載されるネットワークインタフェース装置に関する情報を取得し、該取得された情報に基づいて前記特定初期値を生成し、該生成された特定初期値を前記特定パラメータ格納部に格納する初期値生成部、
     を更に備える請求項2に記載の通信装置。
  4.  前記特定パラメータ格納部には、前記特定通信環境としての、前記通信装置と前記通信先ノードとの間の通信経路が固定的に割り当てられている通信環境に対応する前記特定初期値と、前記通信先ノードのIPアドレスとが関連付けられて格納されており、
     前記環境判定部は、前記通信先IPアドレスが前記特定パラメータ格納部に格納されているか否かを判定することにより、前記通信先ノードが、前記特定通信環境に存在するか否かを判定し、
     前記パラメータ取得部は、前記環境判定部により、前記通信先IPアドレスが前記特定パラメータ格納部に格納されていると判定された場合に、前記特定パラメータ格納部から、前記通信先IPアドレスと関連付けられた前記特定初期値を取得する、
     請求項1から3のいずれか1項に記載の通信装置。
  5.  前記汎用パラメータ格納部と、
     前記特定パラメータ格納部と、
     前記パラメータ取得部により取得された前記汎用初期値又は前記特定初期値を通信パラメータの初期値として用いて前記新たに開始されるIP通信を実行する通信処理部と、
     を更に備える請求項1から4のいずれか1項に記載の通信装置。
  6.  少なくとも1つの通信装置が、
     新たに開始されるIP(Internet Protocol)通信に関する通信先IPアドレスを取得し、
     前記通信先IPアドレスに基づいて、前記新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定し、
     前記新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、前記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と前記特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替え、
     取得された前記汎用初期値又は前記特定初期値を通信パラメータの初期値として用いて前記新たに開始されるIP通信を実行する、
     ことを含む通信パラメータ設定方法。
  7.  前記特定パラメータ格納部に格納される前記特定初期値は、前記特定通信環境としての前記通信装置自身と同一サブネット内の通信環境に対応しており、
     前記判定は、前記通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノードが、前記特定通信環境としての通信元ノードと同一サブネット内に存在するか否かを判定し、
     前記取得先の切り替えは、前記環境判定部により、前記通信先ノードが前記通信元ノードと同一サブネット内に存在すると判定された場合に、前記通信パラメータの初期値として、前記特定パラメータ格納部から前記特定初期値を取得する、
     請求項6に記載の通信パラメータ設定方法。
  8.  前記少なくとも1つの通信装置が、
     前記通信装置に搭載されるネットワークインタフェース装置に関する情報を取得し、
     前記取得された情報に基づいて前記特定初期値を生成し、
     前記生成された特定初期値を前記特定パラメータ格納部に格納する、
     ことを更に含む請求項7に記載の通信パラメータ設定方法。
  9.  前記特定パラメータ格納部には、前記特定通信環境としての、前記通信装置と前記通信先ノードとの間の通信経路が固定的に割り当てられている通信環境に対応する前記特定初期値と、前記通信先ノードのIPアドレスとが関連付けられて格納されており、
     前記判定は、前記通信先IPアドレスが前記特定パラメータ格納部に格納されているか否かを判定することにより、前記通信先ノードが、前記特定通信環境に存在するか否かを判定し、
     前記取得先の切り替えは、前記通信先IPアドレスが前記特定パラメータ格納部に格納されていると判定された場合に、前記特定パラメータ格納部から、前記通信先IPアドレスと関連付けられた前記特定初期値を取得する、
     請求項6から8のいずれか1項に記載の通信パラメータ設定方法。
  10.  少なくとも1つの通信装置に、
     新たに開始されるIP(Internet Protocol)通信に関する通信先IPアドレスを取得するアドレス取得部と、
     前記通信先IPアドレスに基づいて、前記新たに開始されるIP通信の通信先ノードが特定通信環境に存在するか否かを判定する環境判定部と、
     前記新たに開始されるIP通信で用いられる通信パラメータの初期値の取得先を、前記判定結果に基づいて、汎用的な通信環境に対応する汎用初期値を格納する汎用パラメータ格納部と前記特定通信環境に対応する特定初期値を格納する特定パラメータ格納部との間で切り替えるパラメータ取得部と、
     を実現させるプログラム。
  11.  前記特定パラメータ格納部に格納される前記特定初期値は、前記特定通信環境としての前記通信装置自身と同一サブネット内の通信環境に対応し、
     前記環境判定部は、前記通信先IPアドレスが示すネットワーク情報に基づいて、通信先ノードが、前記特定通信環境としての通信元ノードと同一サブネット内に存在するか否かを判定し、
     前記パラメータ取得部は、前記環境判定部により、前記通信先ノードが前記通信元ノードと同一サブネット内に存在すると判定された場合に、前記通信パラメータの初期値として、前記特定パラメータ格納部から前記特定初期値を取得する、
     請求項10に記載のプログラム。
  12.  前記少なくとも1つの通信装置に、
     前記通信装置に搭載されるネットワークインタフェース装置に関する情報を取得し、該取得された情報に基づいて前記特定初期値を生成し、該生成された特定初期値を前記特定パラメータ格納部に格納する初期値生成部、
     を更に実現させる請求項11に記載のプログラム。
  13.  前記特定パラメータ格納部には、前記特定通信環境としての、前記通信装置と前記通信先ノードとの間の通信経路が固定的に割り当てられている通信環境に対応する前記特定初期値と、前記通信先ノードのIPアドレスとが関連付けられて格納されており、
     前記環境判定部は、前記通信先IPアドレスが前記特定パラメータ格納部に格納されているか否かを判定することにより、前記通信先ノードが、前記特定通信環境に存在するか否かを判定し、
     前記パラメータ取得部は、前記環境判定部により、前記通信先IPアドレスが前記特定パラメータ格納部に格納されていると判定された場合に、前記特定パラメータ格納部から、前記通信先IPアドレスと関連付けられた前記特定初期値を取得する、
     請求項10から12のいずれか1項に記載のプログラム。
  14.  前記少なくとも1つの通信装置に、
     前記汎用パラメータ格納部と、
     前記特定パラメータ格納部と、
     前記パラメータ取得部により取得された前記汎用初期値又は前記特定初期値を通信パラメータの初期値として用いて前記新たに開始されるIP通信を実行する通信処理部と、
     を更に実現させる請求項10から13のいずれか1項に記載のプログラム。
PCT/JP2013/001910 2012-06-25 2013-03-21 通信装置及び通信パラメータ設定方法 WO2014002338A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014522375A JP6245172B2 (ja) 2012-06-25 2013-03-21 通信装置及び通信パラメータ設定方法

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012-141987 2012-06-25
JP2012141987 2012-06-25

Publications (1)

Publication Number Publication Date
WO2014002338A1 true WO2014002338A1 (ja) 2014-01-03

Family

ID=49782547

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/001910 WO2014002338A1 (ja) 2012-06-25 2013-03-21 通信装置及び通信パラメータ設定方法

Country Status (2)

Country Link
JP (1) JP6245172B2 (ja)
WO (1) WO2014002338A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114389723A (zh) * 2020-10-16 2022-04-22 展讯通信(上海)有限公司 通信方法、装置及设备

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008228219A (ja) * 2007-03-15 2008-09-25 Ricoh Co Ltd データ通信端末、データ通信方法、データ通信プログラム及び記録媒体
WO2010013469A1 (ja) * 2008-07-30 2010-02-04 パナソニック株式会社 Tcp送信制御装置及びtcp送信制御方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008228219A (ja) * 2007-03-15 2008-09-25 Ricoh Co Ltd データ通信端末、データ通信方法、データ通信プログラム及び記録媒体
WO2010013469A1 (ja) * 2008-07-30 2010-02-04 パナソニック株式会社 Tcp送信制御装置及びtcp送信制御方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114389723A (zh) * 2020-10-16 2022-04-22 展讯通信(上海)有限公司 通信方法、装置及设备
CN114389723B (zh) * 2020-10-16 2023-09-26 展讯通信(上海)有限公司 通信方法、装置及设备

Also Published As

Publication number Publication date
JP6245172B2 (ja) 2017-12-13
JPWO2014002338A1 (ja) 2016-05-30

Similar Documents

Publication Publication Date Title
JP5648926B2 (ja) ネットワークシステム、コントローラ、ネットワーク制御方法
WO2017000878A1 (zh) 报文处理
US7388829B2 (en) Method and apparatus for detecting and recovering from faults associated with transport protocol connections across network address translators
US8583831B2 (en) Thin client discovery
EP3595271B1 (en) Packet transmission method, apparatus and network
US10785137B2 (en) Dataplane-based seamless bidirectional forwarding detection monitoring for network entities
US20070016670A1 (en) Determining data flows in a network
WO2013053266A1 (zh) 一种报文的学习方法、装置和系统
WO2013186969A1 (ja) 通信情報検出装置及び通信情報検出方法
JP2011159247A (ja) ネットワークシステム、コントローラ、ネットワーク制御方法
WO2014142278A1 (ja) 制御装置、通信システム、通信方法及びプログラム
JP5850046B2 (ja) 通信装置、通信システム及び通信方法
JP6056857B2 (ja) 通信制御装置及び通信制御方法
WO2014156143A1 (ja) ホームゲートウェイ装置およびパケット転送方法
JP6245172B2 (ja) 通信装置及び通信パラメータ設定方法
Barré et al. Implementation and evaluation of the Shim6 protocol in the Linux kernel
US20110235641A1 (en) Communication apparatus, method of controlling the communication apparatus,and program
Schneider et al. Better ARP handling with InSPired SDN switches
CN109842692A (zh) 用于获得物理网络中主机信息的VxLAN交换机、系统和方法
WO2017219777A1 (zh) 一种报文处理方法及装置
JP4905376B2 (ja) 複数のネットワークプロトコルに対応した通信システムおよび通信方法
WO2013035311A1 (ja) エージェント装置及び通信中継方法
JP2020108011A (ja) マルウェア検査支援プログラム、マルウェア検査支援方法および通信装置
WO2016180142A1 (zh) 地址转换方法及装置
JP5805575B2 (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: 13810781

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2014522375

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: 13810781

Country of ref document: EP

Kind code of ref document: A1