JP2013042243A - Communication control device, communication control method, and communication control program - Google Patents

Communication control device, communication control method, and communication control program Download PDF

Info

Publication number
JP2013042243A
JP2013042243A JP2011176409A JP2011176409A JP2013042243A JP 2013042243 A JP2013042243 A JP 2013042243A JP 2011176409 A JP2011176409 A JP 2011176409A JP 2011176409 A JP2011176409 A JP 2011176409A JP 2013042243 A JP2013042243 A JP 2013042243A
Authority
JP
Japan
Prior art keywords
communication
data
computer
frequency
timing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2011176409A
Other languages
Japanese (ja)
Inventor
Ryosuke Yamagishi
良介 山岸
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Optim Corp
Original Assignee
Optim Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Optim Corp filed Critical Optim Corp
Priority to JP2011176409A priority Critical patent/JP2013042243A/en
Publication of JP2013042243A publication Critical patent/JP2013042243A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform communication while enhancing power-saving effect by switching between TCP communication and UDP communication according to data size to be transmitted/received, communication timing and a communication frequency between computers.SOLUTION: A communication control server 100 comprises: a data input module 120 for receiving input of data size, communication timing, and communication frequency of data to be transmitted to an information communication terminal 10; a communication selection module 121 for selecting whether to transmit data to the information communication terminal 10 by TCP communication or UDP communication on the basis of the dat size, timing, and frequency; and data transmission/reception module 122 for transmitting data to the information communication terminal 10 by the selected communication method at the input timing and frequency.

Description

本発明は、コンピュータ間での通信をする際の通信方式を選択する通信制御装置、通信制御方法、及び通信制御用プログラムに関する。   The present invention relates to a communication control device, a communication control method, and a communication control program for selecting a communication method for communication between computers.

インターネットで利用されるトランスポート層の標準プロトコルとして、TCP(Transmission Control Protocol/Internet Protocol)とUDP(User Datagram Protocol)が知られている。   TCP (Transmission Control Protocol / Internet Protocol) and UDP (User Datagram Protocol) are known as standard protocols for the transport layer used on the Internet.

TCPによる通信では、通信の信頼性を高めるため、コネクション型の通信を行う。したがって、サーバと端末間での通信パケット量が、UDPによる通信よりも多い。これに対して、UDPでは、サーバと端末間での通信パケット量が少ないが、信頼性が低いという欠点がある。   In TCP communication, connection-type communication is performed in order to improve communication reliability. Therefore, the communication packet amount between the server and the terminal is larger than the communication by UDP. In contrast, UDP has a small amount of communication packets between the server and the terminal, but has a drawback of low reliability.

一例として、TCPによる通信において、データを転送する際の通信シーケンスは、図1のようになる。すなわち、実際にデータの転送を行うまでに、コネクション確立要求であるSYNとその応答であるACKを繰り返した後に、初めて、データ転送が行われる。そして、データ転送が完了した後も、切断要求であるFINとその応答であるACKの通信を繰り返す。   As an example, a communication sequence when transferring data in TCP communication is as shown in FIG. That is, data transfer is performed only after repeating SYN as a connection establishment request and ACK as a response until data transfer is actually performed. After the data transfer is completed, the communication of FIN as a disconnection request and ACK as a response is repeated.

これに対して、UDPによってデータを転送する通信シーケンスは、図2のように、このようなSYNやACKのような事前の通信がなく、データ送信を行う。しかしながら、送信されたデータがエラーであっても、エラーが管理されることはなく、データが再送されるようなことはない。すなわち、UDPの場合は信頼性に課題がある。   On the other hand, the communication sequence for transferring data by UDP performs data transmission without such prior communication as SYN and ACK as shown in FIG. However, even if the transmitted data is an error, the error is not managed and the data is not retransmitted. That is, in the case of UDP, there is a problem in reliability.

今日、スマートフォン等の高機能携帯電話のサービスがSaaS(Software as a Service)で提供される場合に、端末であるスマートフォンとサーバとの間での通信が行われる。このサービスが適切に稼働するために、サーバの情報を端末に送信したり、端末の情報をサーバに送信するため、常に、サーバと端末間で頻繁な通信が行われる。   Today, when a service of a high-function mobile phone such as a smartphone is provided by SaaS (Software as a Service), communication between a smartphone as a terminal and a server is performed. In order for this service to operate properly, server information is transmitted to the terminal and terminal information is transmitted to the server, so frequent communication is always performed between the server and the terminal.

しかしながら、端末とサーバの間で通信する頻度が多いと、スマートフォンの電源が著しく減ってしまうという課題がある。すなわち、スマートフォンが頻繁に通信のための電波を発信することで、消費電力効率が下がってしまうという課題がある。   However, if the frequency of communication between the terminal and the server is high, there is a problem that the power supply of the smartphone is significantly reduced. That is, there is a problem that the power consumption efficiency is lowered when the smartphone frequently transmits radio waves for communication.

そこで、サーバとクライアント装置間で通信頻度を低減させて消費電力の低減を図る技術が知られている(特許文献1)。これにより、画像等を送信する際に通信による消費電力を抑えることが可能となる。しかしながら、この方法では、取り扱うデータが画像に限定される。   Therefore, a technique for reducing power consumption by reducing the frequency of communication between the server and the client device is known (Patent Document 1). This makes it possible to suppress power consumption due to communication when transmitting an image or the like. However, with this method, the data handled is limited to images.

特表2011−138552号公報Special table 2011-138552 gazette

一方、サーバから端末への通信を行う場合に、サーバにお知らせメッセージが記憶されていることのみを端末に知らせる場合がある。例えば、サーバが端末にメール等のメッセージがあることを知らせるためのメッセージ通知は、メッセージの有無のみを通知すればよいため送受信するデータサイズが小さい。しかも、このメッセージ通知のための通信頻度が頻繁であることが多いため、1回のUDPパケットの信頼性は、それほど高くなくてもよい。そのため、パケットサイズや通信頻度に応じて、TCPによる通信よりもUDPによる通信を利用したほうが、節電効果が高く、効率的な通信ができる場合があるという点に発明者は着目した。   On the other hand, when communication is performed from the server to the terminal, there is a case where only the notification message is stored in the server is notified to the terminal. For example, since the message notification for the server to notify that there is a message such as a mail in the terminal only needs to be notified of the presence or absence of a message, the data size to be transmitted and received is small. Moreover, since the communication frequency for this message notification is often frequent, the reliability of one UDP packet may not be so high. For this reason, the inventors have focused on the fact that, depending on the packet size and communication frequency, using UDP communication rather than TCP communication has a higher power saving effect and may enable efficient communication.

本発明は、このような課題に鑑み、サーバと端末間で送受信するデータサイズと、通信するタイミングと頻度に応じて、TCPによる通信か、UDPによる通信かを切替えて通信することで節電効果を高める通信制御装置、通信制御方法、及び通信制御用プログラムを提供することを目的とする。   In view of such problems, the present invention switches power between TCP communication and UDP communication according to the data size transmitted and received between the server and the terminal, and the communication timing and frequency, thereby reducing the power saving effect. An object is to provide a communication control device, a communication control method, and a communication control program that are enhanced.

本発明では、以下のような解決手段を提供する。   The present invention provides the following solutions.

第1の特徴に係る発明は、コンピュータ(例えば、情報通信端末10)と通信を行う際の通信制御装置(例えば、通信制御サーバ100)であって、
前記コンピュータに対して送信するデータのデータサイズ、通信するタイミング及び、通信する頻度の入力を受付けるデータ入力モジュールと、
前記データサイズ、前記タイミング及び、前記頻度に基づいて、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する通信選択モジュールと、
選択した通信方法で、前記コンピュータに対して、前記タイミング及び、前記頻度で、データを送信するデータ送受信モジュールと、を備える通信制御装置を提供する。
The invention according to the first feature is a communication control device (for example, the communication control server 100) when communicating with a computer (for example, the information communication terminal 10),
A data input module that accepts data size of data to be transmitted to the computer, timing of communication, and frequency of communication;
Based on the data size, the timing, and the frequency, a communication selection module that selects whether to transmit data to be transmitted to the computer by either TCP communication or UDP communication;
A communication control apparatus comprising: a data transmission / reception module that transmits data at the timing and the frequency to the computer by a selected communication method.

第1の特徴に係る発明によれば、コンピュータに対して送信するデータのデータサイズ、通信するタイミング及び、通信する頻度の入力を受付けて、データサイズ、タイミング及び、頻度に基づいて、コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択し、選択した通信方法で、コンピュータに対して、タイミング及び、頻度で、データを送信することが可能となる。したがって、データの特徴に応じて、TCP通信を行うかUDP通信を行うかを選択することで、コンピュータの節電効果を高めることが可能である。   According to the first aspect of the invention, the input of the data size of the data to be transmitted to the computer, the timing of communication, and the frequency of communication is accepted, and the data is transmitted to the computer based on the data size, timing, and frequency. It is possible to select whether to transmit data to be transmitted by TCP communication or UDP communication, and transmit the data to the computer at the timing and frequency by the selected communication method. Therefore, it is possible to enhance the power saving effect of the computer by selecting whether to perform TCP communication or UDP communication according to the characteristics of the data.

第1の特徴に係る発明は、発明のカテゴリにおいて端末のみならず、方法、プログラムにおいても同様の作用・効果を奏する。   The invention according to the first feature exhibits the same operations and effects not only in the terminal in the category of the invention but also in the method and the program.

第2の特徴に係る発明は、第1の特徴に係る発明であって、さらに、前記通信選択モジュールは、前記コンピュータの電池残存量に基づいて、さらに、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する通信制御装置を提供する。   The invention according to the second feature is the invention according to the first feature, wherein the communication selection module further transmits data to be transmitted to the computer based on a remaining battery amount of the computer. Provided is a communication control device for selecting whether to transmit by communication or UDP communication.

第3の特徴に係る発明は、第1又は第2の特徴に係る発明であって、さらに、前記通信選択モジュールは、前記コンピュータの電波強度に基づいて、さらに、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する通信制御装置を提供する。   The invention according to a third feature is the invention according to the first or second feature, wherein the communication selection module further transmits data to the computer based on a radio wave intensity of the computer. Provides a communication control device that selects whether to transmit TCP by either TCP communication or UDP communication.

本発明によれば、コンピュータ間で送受信するデータサイズと、通信するタイミングと頻度に応じて、TCPによる通信か、UDPによる通信かを切替えて、節電効果を高めた通信を行う通信制御サーバ、通信制御方法、及び通信制御用プログラムを提供することが可能である。   According to the present invention, a communication control server that performs communication with improved power saving effect by switching between TCP communication or UDP communication according to the data size to be transmitted and received between computers and the communication timing and frequency, communication It is possible to provide a control method and a communication control program.

図1は、TCP通信のシーケンス図である。FIG. 1 is a sequence diagram of TCP communication. 図2は、UDP通信のシーケンス図である。FIG. 2 is a sequence diagram of UDP communication. 図3は、通信制御システム1の構成図である。FIG. 3 is a configuration diagram of the communication control system 1. 図4は、通信制御サーバ100、情報通信端末10の機能ブロック図である。FIG. 4 is a functional block diagram of the communication control server 100 and the information communication terminal 10. 図5は、通信方法選択処理を示すフローチャートである。FIG. 5 is a flowchart showing the communication method selection process. 図6は、通信方法選択テーブルのテーブル図である。FIG. 6 is a table of a communication method selection table.

以下、本発明を実施するための最良の形態について図を参照しながら説明する。なお、これはあくまでも一例であって、本発明の技術的範囲はこれに限られるものではない。   Hereinafter, the best mode for carrying out the present invention will be described with reference to the drawings. This is merely an example, and the technical scope of the present invention is not limited to this.

[通信制御システムのシステム構成]
図3は、本発明の好適な実施形態である通信制御システム1のシステム構成図である。通信制御システム1は、情報通信端末10a、10b(以下、単に「10」とする)、通信制御サーバ100から構成される。これらの装置は、無線、有線を問わず互いに通信可能に接続されている。情報通信端末10は、通信制御サーバ100と、LAN(Local Area Network)で接続されていてもよいし、インターネット等の公衆回線網3を介して接続されていてもよい。
[System configuration of communication control system]
FIG. 3 is a system configuration diagram of the communication control system 1 which is a preferred embodiment of the present invention. The communication control system 1 includes information communication terminals 10 a and 10 b (hereinafter simply referred to as “10”) and a communication control server 100. These devices are connected so that they can communicate with each other regardless of whether they are wireless or wired. The information communication terminal 10 may be connected to the communication control server 100 via a LAN (Local Area Network) or may be connected via a public line network 3 such as the Internet.

情報通信端末10は、ユーザ端末と呼ばれる一般的なコンピュータであってよく、後述する機能を備える情報機器や電化製品である。情報通信端末10は、例えば、スレート端末10a、スマートフォン10b、携帯電話、ネットワーク機器、コンピュータに加えて、ネットブック端末、電子書籍端末、電子辞書端末、携帯型音楽プレーヤ、携帯型コンテンツ再生・録画プレーヤ等の一般的な情報家電であってよい。   The information communication terminal 10 may be a general computer called a user terminal, and is an information device or an electrical appliance having functions to be described later. The information communication terminal 10 includes, for example, a slate terminal 10a, a smartphone 10b, a mobile phone, a network device, a computer, a netbook terminal, an electronic book terminal, an electronic dictionary terminal, a portable music player, a portable content playback / recording player It may be a general information appliance such as.

通信制御サーバ100は、後述する機能を備えるサーバ(コンピュータ)であることを前提とするが、一般的なWebサーバ機能もあわせて有するサーバであってよい。通信制御サーバ100は、ゲートウェイやルータ(モバイルルータを含む)等のネットワーク機器であってもよいし、ホームサーバであってもよい。   The communication control server 100 is assumed to be a server (computer) having functions to be described later, but may be a server having a general Web server function. The communication control server 100 may be a network device such as a gateway or a router (including a mobile router), or may be a home server.

[各機能の説明]
図4は、通信制御サーバ100、情報通信端末10の機能ブロックと各機能の関係を示す図である。各装置のハードウェア構成について図4を用いて説明する。
[Description of each function]
FIG. 4 is a diagram showing the functional blocks of the communication control server 100 and the information communication terminal 10 and the relationship between the functions. The hardware configuration of each device will be described with reference to FIG.

情報通信端末10は、制御部11、データ記憶部12、データ通信部13、入出力部14を備えていれば、家庭用電化製品、業務用電化製品、携帯端末、業務用端末のいずれであってもよい。   If the information communication terminal 10 includes the control unit 11, the data storage unit 12, the data communication unit 13, and the input / output unit 14, the information communication terminal 10 is any of household appliances, commercial appliances, portable terminals, and commercial terminals. May be.

制御部11は、CPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)等を備え、データ通信部13として、例えば、IEEE802.11に準拠したWiFi(Wireless Fidelity)対応デバイス又は、第3世代移動通信システム等のIMT−2000規格に準拠した無線デバイス等を備える(有線によるLAN接続であってもよい)。さらに、データ記憶部12として、HDD(Hard Disk Drive)、SSD(Solid State Drive)等のいずれか又は双方を備える。さらに、入出力部14として、画像を表示する液晶モニタ等の表示部と、ユーザからの入力を受付けるキーボードやタッチパネル、音声入力等の入力部を備える。   The control unit 11 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and the like. Alternatively, a wireless device or the like conforming to the IMT-2000 standard such as a third generation mobile communication system is provided (may be a wired LAN connection). Furthermore, the data storage unit 12 includes one or both of an HDD (Hard Disk Drive) and an SSD (Solid State Drive). Further, the input / output unit 14 includes a display unit such as a liquid crystal monitor that displays an image, and an input unit such as a keyboard, a touch panel, and a voice input that accept input from the user.

制御部11は、所定のプログラムを読み込んで、データ通信部13と協働して、データ送受信モジュール22を実現する。さらに、データ送受信モジュール22は、通信制御サーバ100とTCP通信を行うTCP通信用モジュール23と、通信制御サーバ100とUDP通信を行うUDP通信用モジュール24とを含む。   The control unit 11 reads a predetermined program and realizes the data transmission / reception module 22 in cooperation with the data communication unit 13. Further, the data transmission / reception module 22 includes a TCP communication module 23 that performs TCP communication with the communication control server 100, and a UDP communication module 24 that performs UDP communication with the communication control server 100.

通信制御サーバ100は、制御部101、データ記憶部102、データ通信部103を備える。   The communication control server 100 includes a control unit 101, a data storage unit 102, and a data communication unit 103.

制御部101は、CPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)等を備え、データ通信部103として、有線又は無線対応の通信デバイスを備え、データ記憶部102として、HDD(Hard Disk Drive)、SSD(Solid State Drive)等のいずれか又は双方を備える。   The control unit 101 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and the like. The data communication unit 103 includes a wired or wireless communication device. , HDD (Hard Disk Drive), SSD (Solid State Drive), or the like.

制御部101は、所定のプログラムを読み込んで、データ通信部103と協働して、データ入力モジュール120、通信選択モジュール121、データ送受信モジュール122を実現する。さらに、データ送受信モジュール122は、情報通信端末10とTCP通信を行うTCP通信用モジュール123と、情報通信端末10とUDP通信を行うUDP通信用モジュール124とを含む。   The control unit 101 reads a predetermined program and cooperates with the data communication unit 103 to realize a data input module 120, a communication selection module 121, and a data transmission / reception module 122. Furthermore, the data transmission / reception module 122 includes a TCP communication module 123 that performs TCP communication with the information communication terminal 10, and a UDP communication module 124 that performs UDP communication with the information communication terminal 10.

[通信方法選択処理]
図5は、通信制御サーバ100が実行する通信方法選択処理のフローチャートである。このフローチャートに基づいて、通信方法選択処理について説明する。
[Communication method selection processing]
FIG. 5 is a flowchart of the communication method selection process executed by the communication control server 100. The communication method selection process will be described based on this flowchart.

最初に、通信制御サーバ100は、管理者から情報通信端末10へ送信するデータの入力を受け付ける。ここで、送信するデータとは、図6に示すようなデータである。たとえば、単に、メッセージの有無を示すパケットデータであって、データサイズは小さい(10byte)であるが、送信頻度が3分毎と回数が多く、送信するタイミングも情報通信端末10の電源がオンである時に常時送信するといったデータであってよい。また、音楽コンテンツのファイルが送信するデータである場合は、データサイズが300MByteと大きいが、送信頻度は1回だけであり、送信するタイミングもWi−Fi接続時と限定される。送信される対象となるデータは、このようにデータサイズ、送信頻度、送信タイミングで分類される。   First, the communication control server 100 receives an input of data to be transmitted from the administrator to the information communication terminal 10. Here, the data to be transmitted is data as shown in FIG. For example, it is simply packet data indicating the presence / absence of a message, and the data size is small (10 bytes), but the transmission frequency is as high as every 3 minutes, and the transmission timing is also high when the information communication terminal 10 is powered on. The data may be always transmitted at a certain time. In addition, when the music content file is data to be transmitted, the data size is as large as 300 MByte, but the transmission frequency is only once, and the transmission timing is limited to when Wi-Fi is connected. Data to be transmitted is classified in this way by data size, transmission frequency, and transmission timing.

したがって、通信制御サーバ100は、管理者から送信するデータのデータサイズ(ステップS01)及び、送信タイミング、送信頻度(ステップS02)の入力を受け付ける。ここで、これらの入力受付けは、管理者からマニュアルで入力されるのみではなく、これらのデータを他のサーバや端末から受信してもよいし、図6に示す通信方法選択テーブルの入力を管理者から受付けたり、通信方法選択テーブルを他のサーバや端末から受信することであってよい。   Therefore, the communication control server 100 accepts input of the data size (step S01), transmission timing, and transmission frequency (step S02) of data transmitted from the administrator. Here, these input acceptances are not only manually input from the administrator, but may also be received from other servers and terminals, and the input of the communication method selection table shown in FIG. 6 is managed. Or a communication method selection table may be received from another server or terminal.

次に、通信制御サーバ100は、入力されたデータサイズ、送信するタイミング、送信する頻度に応じて、TCP通信を行うか、UDP通信を行うかを選択する(ステップS03)。   Next, the communication control server 100 selects whether to perform TCP communication or UDP communication according to the input data size, transmission timing, and transmission frequency (step S03).

TCP通信、UDP通信のいずれかを選択するかを決定するアルゴリズムは、例えば、以下のように設けることができる。送信するデータのデータサイズが所定量以上である場合は、TCP通信を選択することが考えられる。例えば、IPネットワークを利用している場合に、UDP通信で送受信可能なデータ領域は最大1472バイトであることが知られている。したがって、データサイズが1472バイト以上を送信する場合は、1回のUDP送信では送信できず、かつ、データを分割する必要があるので、TCP通信を選択する。   For example, an algorithm for determining whether to select either TCP communication or UDP communication can be provided as follows. When the data size of the data to be transmitted is a predetermined amount or more, it is conceivable to select TCP communication. For example, when using an IP network, it is known that the maximum data area that can be transmitted and received by UDP communication is 1472 bytes. Therefore, when the data size is 1472 bytes or more, TCP communication is selected because the data cannot be transmitted by one UDP transmission and the data needs to be divided.

また、送信頻度が1回など少ない場合には、TCP通信を選択し、送信頻度が頻繁である場合は、UCP通信を選択するように設定してもよい。ここで、送信データの信頼性の基準は、通信を行うアプリケーション毎に異なるため、アプリケーション毎に、TCP通信を選択するか、UDP通信を選択するか設定可能であってよい。   Alternatively, the TCP communication may be selected when the transmission frequency is low, such as once, and the UCP communication may be selected when the transmission frequency is frequent. Here, since the reliability standard of transmission data is different for each application that performs communication, it may be possible to set whether to select TCP communication or UDP communication for each application.

また、データの送信タイミングとして、情報通信端末10の電源オンをしていれば、常時、データを送信するといった場合には、情報通信端末10の電池の消耗を抑えるために、UDP通信を選択してもよい(図6のメッセージ有り通知:アプリAの場合等)。   In addition, as the data transmission timing, when the information communication terminal 10 is powered on, when data is always transmitted, UDP communication is selected in order to suppress the battery consumption of the information communication terminal 10. (Notification that there is a message in FIG. 6: in the case of application A, etc.).

なお、TCP通信、UDP通信を選択する基準として、情報通信端末10の電池残存量に基づいてもよい。すなわち、情報通信端末10の電池残存量が所定量よりも少ない(電池の最大可能充電量の4分の1等)少ない場合は、電池消耗の少ないUDP通信を選択する。   In addition, you may be based on the battery remaining amount of the information communication terminal 10 as a reference | standard which selects TCP communication and UDP communication. That is, when the remaining battery amount of the information communication terminal 10 is smaller than a predetermined amount (such as a quarter of the maximum possible charge amount of the battery), UDP communication with less battery consumption is selected.

なお、他の選択基準として、情報通信端末10が通信制御サーバ100と通信するための無線電波が弱い場合(電波強度が所定量以下である場合)に、UDP通信を選択するようにしてもよい。すなわち、情報通信端末10の通信電波が弱い場合は、通信が途絶えてしまうため、事前準備となる通信が少ないUDP通信を選択することが望ましい。   As another selection criterion, UDP communication may be selected when the radio wave for information communication terminal 10 to communicate with communication control server 100 is weak (when the radio field intensity is a predetermined amount or less). . That is, when the communication radio wave of the information communication terminal 10 is weak, the communication is interrupted. Therefore, it is desirable to select the UDP communication with less communication to be prepared in advance.

このようなアルゴリズムの一つもしくは、複数を組み合わせて、TCP通信、UDP通信のいずれかを選択する。ここで、複数のアルゴリズムを組み合わせる場合は、これらのアルゴリズム毎に優先順位を設けて、優先順位が高いアルゴリズムが選択した通信方式を結果として選択するように構成してもよい。   One of such algorithms or a combination of a plurality of algorithms is selected to select either TCP communication or UDP communication. Here, when a plurality of algorithms are combined, a priority order may be provided for each of these algorithms, and a communication method selected by an algorithm having a higher priority order may be selected as a result.

通信制御サーバ100は、TCP通信を選択した場合(ステップS04)は、TCP通信用モジュール123を用いて、TCPによりデータを送信する(ステップS06)。   If the TCP control is selected (step S04), the communication control server 100 transmits data by TCP using the TCP communication module 123 (step S06).

通信制御サーバ100は、UDP通信を選択した場合(ステップS05)は、UDP通信用モジュール124を用いて、UDPによりデータを送信する(ステップS06)。   When the UDP communication is selected (step S05), the communication control server 100 transmits data by UDP using the UDP communication module 124 (step S06).

[情報通信端末の選択]
上述の例では、通信制御サーバ100がTCP通信、UDP通信を選択して、いずれかの方法で通信を行う例について説明したが、この通信方法選択処理は、情報通信端末10で実行されてもよい。すなわち、情報通信端末10がデータを通信制御サーバ100にアップロードする際や、小さなパケットデータを送信する際にも、通信方法選択処理が行われてよい。
[Select information communication terminal]
In the above-described example, the communication control server 100 selects the TCP communication and the UDP communication, and the communication is performed by either method. However, the communication method selection process may be executed by the information communication terminal 10. Good. That is, the communication method selection process may be performed when the information communication terminal 10 uploads data to the communication control server 100 or transmits small packet data.

この場合は、ユーザがデータサイズや送信頻度、送信タイミングの入力を行う。ここで、情報通信端末10にインストールされたアプリケーションが通信を行う際に、送信するデータのデータサイズや送信頻度、送信タイミングを指定することで、入力が行われてもよい。TCP通信、UDP通信を選択するアルゴリズムは、上述と同様であってよい。   In this case, the user inputs the data size, transmission frequency, and transmission timing. Here, when an application installed in the information communication terminal 10 performs communication, input may be performed by designating the data size, transmission frequency, and transmission timing of data to be transmitted. The algorithm for selecting TCP communication or UDP communication may be the same as described above.

上述した手段、機能は、コンピュータ(CPU,情報処理装置,各種端末を含む)が、所定のプログラムを読み込んで、実行することによって実現される。プログラムは、例えば、フレキシブルディスク、CD(CD−ROMなど)、DVD(DVD−ROM、DVD−RAMなど)等のコンピュータ読取可能な記録媒体に記録された形態で提供される。この場合、コンピュータはその記録媒体からプログラムを読み取って内部記憶装置または外部記憶装置に転送し記憶して実行する。また、そのプログラムを、例えば、磁気ディスク、光ディスク、光磁気ディスク等の記憶装置(記録媒体)に予め記録しておき、その記憶装置から通信回線を介してコンピュータに提供するようにしてもよい。   The means and functions described above are realized by a computer (including a CPU, an information processing apparatus, and various terminals) reading and executing a predetermined program. The program is provided in a form recorded on a computer-readable recording medium such as a flexible disk, CD (CD-ROM, etc.), DVD (DVD-ROM, DVD-RAM, etc.), for example. In this case, the computer reads the program from the recording medium, transfers it to the internal storage device or the external storage device, stores it, and executes it. The program may be recorded in advance in a storage device (recording medium) such as a magnetic disk, an optical disk, or a magneto-optical disk, and provided from the storage device to a computer via a communication line.

以上、本発明の実施形態について説明したが、本発明は上述したこれらの実施形態に限るものではない。また、本発明の実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、本発明の実施形態に記載されたものに限定されるものではない。   As mentioned above, although embodiment of this invention was described, this invention is not limited to these embodiment mentioned above. The effects described in the embodiments of the present invention are only the most preferable effects resulting from the present invention, and the effects of the present invention are limited to those described in the embodiments of the present invention. is not.

1 通信制御システム、3 公衆回線網、10 情報通信端末、100 通信制御サーバ   1 communication control system, 3 public line network, 10 information communication terminal, 100 communication control server

Claims (5)

コンピュータと通信を行う際の通信制御装置であって、
前記コンピュータに対して送信するデータのデータサイズ、通信するタイミング及び、通信する頻度の入力を受付けるデータ入力モジュールと、
前記データサイズ、前記タイミング及び、前記頻度に基づいて、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する通信選択モジュールと、
選択した通信方法で、前記コンピュータに対して、前記タイミング及び、前記頻度で、データを送信するデータ送受信モジュールと、
を備える通信制御装置。
A communication control device for communicating with a computer,
A data input module that accepts data size of data to be transmitted to the computer, timing of communication, and frequency of communication;
Based on the data size, the timing, and the frequency, a communication selection module that selects whether to transmit data to be transmitted to the computer by either TCP communication or UDP communication;
A data transmission / reception module for transmitting data to the computer at the timing and the frequency in the selected communication method;
A communication control device comprising:
前記通信選択モジュールは、前記コンピュータの電池残存量に基づいて、さらに、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する請求項1に記載の通信制御装置。   The communication control according to claim 1, wherein the communication selection module further selects whether to transmit data to be transmitted to the computer by TCP communication or UDP communication based on the remaining battery amount of the computer. apparatus. 前記通信選択モジュールは、前記コンピュータの電波強度に基づいて、さらに、前記コンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択する請求項1又は2に記載の通信制御装置。   The communication according to claim 1 or 2, wherein the communication selection module further selects whether to transmit data to be transmitted to the computer by TCP communication or UDP communication based on the radio wave intensity of the computer. Control device. コンピュータが互いに通信を行う際の通信制御方法であって、
一のコンピュータに対して送信するデータのデータサイズ、通信するタイミング及び、通信する頻度の入力を受付けるステップと、
前記データサイズ、前記タイミング及び、前記頻度に基づいて、前記一のコンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択するステップと、
選択した通信方法で、他のコンピュータが、前記一のコンピュータに対して、前記タイミング及び、前記頻度で、データを送信するステップと、
を備える通信制御方法。
A communication control method when computers communicate with each other,
Receiving input of data size of data to be transmitted to one computer, timing of communication, and frequency of communication;
Selecting whether to transmit data to be transmitted to the one computer by TCP communication or UDP communication based on the data size, the timing, and the frequency;
In another communication method, another computer transmits data to the one computer at the timing and the frequency.
A communication control method comprising:
コンピュータに、
他のコンピュータに対して送信するデータのデータサイズ、通信するタイミング及び、通信する頻度の入力を受付けるステップ、
前記データサイズ、前記タイミング及び、前記頻度に基づいて、前記他のコンピュータに対して送信するデータをTCP通信又はUDP通信のいずれかで送信するかを選択するステップ、
選択した通信方法で、前記他のコンピュータに対して、前記タイミング及び、前記頻度で、データを送信するステップ、を実行させるための通信制御用プログラム。
On the computer,
Receiving the data size of data to be transmitted to another computer, the timing of communication, and the frequency of communication;
Selecting whether to transmit data to be transmitted to the other computer by either TCP communication or UDP communication based on the data size, the timing, and the frequency;
A communication control program for causing the other computer to execute the step of transmitting data at the timing and the frequency with the selected communication method.
JP2011176409A 2011-08-11 2011-08-11 Communication control device, communication control method, and communication control program Withdrawn JP2013042243A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011176409A JP2013042243A (en) 2011-08-11 2011-08-11 Communication control device, communication control method, and communication control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011176409A JP2013042243A (en) 2011-08-11 2011-08-11 Communication control device, communication control method, and communication control program

Publications (1)

Publication Number Publication Date
JP2013042243A true JP2013042243A (en) 2013-02-28

Family

ID=47890269

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011176409A Withdrawn JP2013042243A (en) 2011-08-11 2011-08-11 Communication control device, communication control method, and communication control program

Country Status (1)

Country Link
JP (1) JP2013042243A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017057520A1 (en) * 2015-09-29 2017-04-06 Whill株式会社 Mobility, mobility maintenance system, and server apparatus
JP2018023148A (en) * 2013-06-25 2018-02-08 グーグル エルエルシー Efficient communication for device on housing network
JP7507826B2 (en) 2013-06-25 2024-06-28 グーグル エルエルシー Efficient communications for devices in a residential network - Patents.com

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018023148A (en) * 2013-06-25 2018-02-08 グーグル エルエルシー Efficient communication for device on housing network
US10320763B2 (en) 2013-06-25 2019-06-11 Google Inc. Efficient communication for devices of a home network
US10805200B2 (en) 2013-06-25 2020-10-13 Google Llc Efficient communication for devices of a home network
JP7507826B2 (en) 2013-06-25 2024-06-28 グーグル エルエルシー Efficient communications for devices in a residential network - Patents.com
WO2017057520A1 (en) * 2015-09-29 2017-04-06 Whill株式会社 Mobility, mobility maintenance system, and server apparatus
JPWO2017057520A1 (en) * 2015-09-29 2018-08-02 Whill株式会社 Mobility, mobility maintenance system, and server device
US10758438B2 (en) 2015-09-29 2020-09-01 Whill K.K. Mobility vehicle, mobility vehicle maintenance system, and server unit

Similar Documents

Publication Publication Date Title
US20200336550A1 (en) Multipath TCP Subflow Establishment and Control
CN106416207B (en) Managing connections of user equipment
US8713336B2 (en) Communication apparatus, power supply control method, display apparatus, communication method, and computer program product
EP3541010A1 (en) Reduced power state network processing
US20150350337A1 (en) Long-Lived MPTCP Sessions
US7600000B2 (en) Ultra wideband wireless storage device
JP2019149193A (en) Techniques for managing remote web client from application on mobile device
JP2009500891A (en) Local area network proxy for remotely connected mobile devices operating in reduced power mode
US20170359843A1 (en) Zero-Round-Trip-Time Connectivity over the Wider Area Network
JP2014528227A (en) System and method for reduced power wireless communication
US20080019334A1 (en) Minimization of In-Band Noise in a WLAN Network
US11659012B2 (en) Relayed communication channel establishment
JP2013042243A (en) Communication control device, communication control method, and communication control program
JP2012227804A (en) Information processing device, and control method for information processing device
JP5613009B2 (en) Method, computer program, and apparatus for energy efficient ETHERNET (R) link transition to prevent packet loss using fast failover
US9936459B2 (en) Data relay between communication devices
JP6524912B2 (en) Communication terminal connection control method
WO2019047786A1 (en) Unlicensed transmission method, base station and terminal
JP6640065B2 (en) Communication device, communication control device, communication method, communication control method, and program
US9774566B2 (en) Communication method and mobile electronic device using the same
Lewis et al. Mobile IP: Design Principles And Practice
JP4892634B1 (en) Appliance identification server, identification method, identification program, and identification system
JPWO2015004860A1 (en) Network configuration method
JP2009303175A (en) Communication apparatus, communication system, communication method and program
JP2016163177A (en) Information processing apparatus, information processing method and program to be executed by information processing apparatus

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20141104