JP2008141466A - Method and apparatus of handling header compressed packet - Google Patents

Method and apparatus of handling header compressed packet Download PDF

Info

Publication number
JP2008141466A
JP2008141466A JP2006325480A JP2006325480A JP2008141466A JP 2008141466 A JP2008141466 A JP 2008141466A JP 2006325480 A JP2006325480 A JP 2006325480A JP 2006325480 A JP2006325480 A JP 2006325480A JP 2008141466 A JP2008141466 A JP 2008141466A
Authority
JP
Japan
Prior art keywords
header
session information
compressed packet
header compressed
value
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.)
Pending
Application number
JP2006325480A
Other languages
Japanese (ja)
Inventor
Yuichi Igarashi
悠一 五十嵐
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.)
Renesas Technology Corp
Original Assignee
Renesas Technology 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 Renesas Technology Corp filed Critical Renesas Technology Corp
Priority to JP2006325480A priority Critical patent/JP2008141466A/en
Publication of JP2008141466A publication Critical patent/JP2008141466A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Error Detection And Correction (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide technology for achieving processing efficiency and memory reduction in a method and apparatus of handling a packet of a compressed header. <P>SOLUTION: This header compressed packet communication equipment 101 has a header compressed packet processing part 102, a UDP/IP protocol processing part 103, an application processing part 104, a session information storing part 106, or the like. The equipment transmits and receives a header compressed packet without developing a compressed header to a full header. Session information including a fixed part checksum value related to a checksum calculation is stored in the session information storage part 106. The fixed part checksum value is calculated from fixed part information of the full header. Each processing part in the equipment shares the session information. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ネットワーク等の通信システムにおけるデータ送受信に関し、特に、ヘッダ圧縮技術を用いたパケット処理に関する。   The present invention relates to data transmission / reception in a communication system such as a network, and more particularly to packet processing using a header compression technique.

近年、ビルや家庭内の空調機器、照明機器、センサ等の制御系機器などの機器に対して、ネットワークを利用した高機能化と、その応用サービス・システムのニーズが高まっている。例えば、人感センサや温湿度センサが周辺情報を空調機器や照明機器に伝送し、電源のオン・オフや設定温度・照度の調整を自動で行う遠隔制御機能などである。   In recent years, there has been a growing demand for higher functionality using networks and applied service systems for devices such as air conditioning equipment in buildings and homes, lighting equipment, and control system equipment such as sensors. For example, a human sensor or a temperature / humidity sensor transmits a peripheral information to an air conditioner or a lighting device, and a remote control function for automatically turning on / off a power source and adjusting a set temperature / illuminance automatically.

このようにネットワークを介して情報を伝送する場合、対象となる情報・データ(ユーザデータと称する)に、送信元や受信先を特定するための情報などを示すヘッダを付加し、パケット化して伝送する方法が主流となっている。例えば、IP(Internet Protocol)ネットワーク上でパケットを伝送する際には、IPが通信プロトコルとして利用される。IPのヘッダは、IPv4の場合は20バイト、IPv6の場合は40バイトのデータ量である。   When information is transmitted through the network in this way, a header indicating information for specifying a transmission source and a reception destination is added to the target information / data (referred to as user data), and packetized transmission. The way to do it has become mainstream. For example, when a packet is transmitted on an IP (Internet Protocol) network, IP is used as a communication protocol. The IP header has a data amount of 20 bytes for IPv4 and 40 bytes for IPv6.

これらヘッダのデータ量は、ユーザデータのデータ量にかかわらず一定であるため、ユーザデータのデータ量が少ない場合は、パケットの大部分をヘッダが占めることとなる。特に上述の制御系機器の遠隔制御では、概してユーザデータのデータ量は少ない。   Since the amount of data in these headers is constant regardless of the amount of user data, the header occupies most of the packet when the amount of user data is small. In particular, the amount of user data is generally small in remote control of the above-described control system devices.

パケットのヘッダは、本来送受信の対象であるユーザデータではないため、ヘッダの占める割合が大きくなることは好ましいことではない。このため、ヘッダ本来の情報(フルヘッダ)のうち、固定的な情報を除いて構成(作成)した新たなヘッダである圧縮ヘッダを利用して、伝送データ量を少なくする方法が適用されることも多い。   Since the header of the packet is not user data that is originally the object of transmission / reception, it is not preferable that the header occupies a large proportion. For this reason, among the original header information (full header), a method of reducing the amount of transmission data by using a compressed header, which is a new header configured (created) by removing fixed information, may be applied. Many.

ヘッダ圧縮の方式には、IETF(Internet Engineering Task Force)で規定された複数の種類が存在する。例えば、プロトコルセットとしてTCP/UDP/IP、RTP/UDP/IPを対象としたIPヘッダ圧縮(非特許文献1)や、低消費電力ネットワーク上でIPv6パケットを伝送する規格である6LoWPAN(IPv6 over Low Power WPAN)で利用される方式(非特許文献2)等である。   There are a plurality of types of header compression methods defined by IETF (Internet Engineering Task Force). For example, IP header compression (Non-Patent Document 1) targeting TCP / UDP / IP and RTP / UDP / IP as protocol sets, and 6LoWPAN (IPv6 over Low, which is a standard for transmitting IPv6 packets over a low power consumption network) The method used in (Power WPAN) (Non-Patent Document 2).

6LoWPANのパケット処理では、UDP/IPv6の60バイトのヘッダを、最小で8バイトにまで圧縮することが可能である(図7)。   In 6LoWPAN packet processing, a 60-byte header of UDP / IPv6 can be compressed to a minimum of 8 bytes (FIG. 7).

また、非特許文献1の圧縮ヘッダ(IPヘッダ圧縮)を用いる手法(第1の技術とする)では、パケット(ユーザデータ)に対し、通常(圧縮ヘッダ無し)の形式のヘッダとほぼ同様の構成であるフルヘッダを散発的に付加し、それ以外の大部分のパケット(ユーザデータ)に対しては圧縮ヘッダを付加する。これにより、UDP/IPv6の60バイトのヘッダを最小で4バイトにまで圧縮でき、伝送する情報量を減少する(図8)。   Further, in the technique using the compressed header (IP header compression) of Non-Patent Document 1 (first technique), the packet (user data) has almost the same configuration as the header in the normal (no compressed header) format. A full header is sporadically added, and a compressed header is added to most other packets (user data). Thereby, the header of 60 bytes of UDP / IPv6 can be compressed to a minimum of 4 bytes, and the amount of information to be transmitted is reduced (FIG. 8).

また、非特許文献1のヘッダ圧縮パケットを処理する技術に対応する一構成例として、特開2005−252855号公報(特許文献1)に開示されているものがある。
特開2005−252855号公報 “IP Header Compression(RFC 2507)”、M. Degermark, B. Nordgren and S. Pink、IETF、February,1999 “Transmission of IPv6 Packets over IEEE 802.15.4 Networks draft-ietf-6lowpan-format-04(work in progress)”、G. Montenegro and N. Kushalnagar、IETF、August, 2006
Further, as a configuration example corresponding to the technique for processing the header compressed packet of Non-Patent Document 1, there is one disclosed in Japanese Patent Laid-Open No. 2005-252855 (Patent Document 1).
JP 2005-252855 A “IP Header Compression (RFC 2507)”, M. Degermark, B. Nordgren and S. Pink, IETF, February, 1999 “Transmission of IPv6 Packets over IEEE 802.15.4 Networks draft-ietf-6lowpan-format-04 (work in progress)”, G. Montenegro and N. Kushalnagar, IETF, August, 2006

前記第1の技術のような従来技術では、ヘッダ圧縮パケットの送受信において、圧縮ヘッダをフルヘッダに展開(再構成)してチェックサム計算等のプロトコル処理を行うので、データコピー等が発生し、その分メモリを消費し、処理効率が良くない、という問題がある。これは詳しくは以下である。   In the conventional technique such as the first technique, in the transmission / reception of the header compressed packet, the compressed header is expanded (reconstructed) into a full header and a protocol process such as checksum calculation is performed. There is a problem that the memory efficiency is consumed and the processing efficiency is not good. This is detailed below.

前記従来の構成(第1の技術)では、圧縮ヘッダの中にCID(Context Identifier:コンテキスト識別子)情報が格納されており(図8)、その情報をもとに、散発的に伝送されるフルヘッダとの関連付けを行っている。また、ヘッダ圧縮パケットを受信した際、圧縮ヘッダ中の情報であるCIDと、セッション情報記憶部に格納されている、該当CIDに関連付けられた該当セッション情報とを利用して、通常の形式(圧縮しない形式)のフルヘッダ(第1の技術では疑似UDP/IPヘッダ)を一旦構成し、チェックサム計算(誤り検出)等のプロトコル処理(ネットワークプロトコル処理)を行っている。そのため、セッション情報記憶部に格納されている該当セッション情報を、フルヘッダを構成(展開)するためのメモリ空間へデータコピーしなければならない。また、ヘッダ圧縮パケットを送信する際も、上記受信の際と同様に、フルヘッダの構成のためのデータコピーが発生する。上記フルヘッダの構成及びデータコピーのために、ワーキングメモリが必要になる。また、伝送される大部分のパケットが圧縮ヘッダであり、その圧縮ヘッダを送受信する度に前記データコピーが発生する。そのため、パケット処理装置内のプロトコル処理効率が良くない。換言すれば、パケット処理時間が長くなり、通信処理速度が低減する。   In the conventional configuration (first technique), CID (Context Identifier) information is stored in the compressed header (FIG. 8), and a full header transmitted sporadically based on the information. Is associated. When a header compressed packet is received, a normal format (compressed) is obtained by using the CID that is information in the compressed header and the corresponding session information stored in the session information storage unit and associated with the corresponding CID. A full header (in the first technique, a pseudo UDP / IP header) is once constructed, and protocol processing (network protocol processing) such as checksum calculation (error detection) is performed. For this reason, the corresponding session information stored in the session information storage unit must be copied to a memory space for constructing (decompressing) a full header. Also, when a header compressed packet is transmitted, a data copy for a full header configuration is generated as in the case of the reception. A working memory is required for the construction of the full header and data copying. Most packets transmitted are compressed headers, and the data copy occurs each time the compressed headers are transmitted / received. Therefore, the protocol processing efficiency in the packet processing device is not good. In other words, the packet processing time is lengthened and the communication processing speed is reduced.

本発明は以上のような問題に鑑みてなされたものであり、その目的は、上記のような問題を解決し、圧縮ヘッダのパケットを処理する方法及び装置における、処理効率向上及びメモリ削減を実現できる技術を提供することにある。   The present invention has been made in view of the above problems, and an object of the present invention is to solve the above problems and improve processing efficiency and memory reduction in a method and apparatus for processing a packet of a compressed header. It is to provide a technology that can be used.

本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、次のとおりである。前記目的を達成するために、本発明は、通信システムにおける、フルヘッダの代わりにフルヘッダよりもデータ量が少なくなるように圧縮(省略)構成されたヘッダ情報(圧縮ヘッダ)が付加されたデータ(ユーザデータ)からなるパケットデータ(ヘッダ圧縮パケット)を送受信処理する方法及び装置であって、以下の構成を特徴とする。   Of the inventions disclosed in the present application, the outline of typical ones will be briefly described as follows. In order to achieve the above-mentioned object, the present invention provides data (users) to which header information (compressed header) configured to be compressed (omitted) so that the data amount is smaller than the full header instead of the full header is added in the communication system. A method and apparatus for transmitting / receiving packet data (header compressed packet) composed of data), characterized by the following configuration.

本ヘッダ圧縮パケット処理方法は、ネットワーク等に対してヘッダ圧縮パケットを送受信する処理(ヘッダ圧縮パケット処理)、及び、トランスポート層及びネットワーク層に対応のプロトコル処理の工程を有して構成される。また、本ヘッダ圧縮パケット処理装置は、ネットワーク等に対してヘッダ圧縮パケットを送受信する処理(ヘッダ圧縮パケット処理)、及び、トランスポート層及びネットワーク層に対応のプロトコル処理の手段を有して構成される。またその他、上位のアプリケーション処理などの手段(工程)を備えてもよい。また、本装置内のいずれかの箇所には、セッション情報及びその他関連情報のテーブルを格納するセッション情報記憶手段(メモリ)を設ける。本装置内の各処理手段(工程)が、セッション情報記憶手段のテーブルの情報を共用する構成である。   This header compressed packet processing method is configured to include a process of transmitting / receiving a header compressed packet to / from a network or the like (header compressed packet processing) and protocol processing corresponding to the transport layer and the network layer. The header compressed packet processing apparatus includes processing for transmitting / receiving header compressed packets to / from a network or the like (header compressed packet processing), and protocol processing means corresponding to the transport layer and the network layer. The In addition, means (process) such as higher-level application processing may be provided. Also, session information storage means (memory) for storing a table of session information and other related information is provided at any location in the apparatus. Each processing means (process) in this apparatus is configured to share information in the table of the session information storage means.

セッション情報記憶手段のテーブルには、通信相手を特定するアドレス情報等を含む、通信相手とのセッション情報(換言すれば複数のパケットの送受信のフローに係わる情報)が格納される。なおその格納の際にセッション情報を作成することは条件ではなく、外部からセッション情報が与えられてもよい。セッション情報は、そのセッション情報を識別する情報(セッション識別子)を含むまたは関連付けされる。また、本テーブルのセッション情報に対し、ユーザデータを授受するアプリケーション(上位の処理部)を識別する情報(アプリケーション識別子)などが関連付けまたは含まれる。本装置内の各処理部が、セッション識別子などを用いて、テーブルの情報を共用する。   In the table of the session information storage means, session information with the communication partner (in other words, information related to the flow of transmission / reception of a plurality of packets) including address information for specifying the communication partner is stored. Note that creating session information at the time of storage is not a condition, and session information may be given from the outside. The session information includes or is associated with information (session identifier) that identifies the session information. In addition, information (application identifier) for identifying an application (upper processing unit) that exchanges user data is associated with or included in the session information of this table. Each processing unit in the apparatus shares table information using a session identifier or the like.

加えて、本テーブルには、チェックサム計算等の誤り検出処理の部分値(処理途中値であり最終的な計算値とは異なる)である、固定部チェックサム値(第1の計算値)を格納する。固定部チェックサム値は、フルヘッダのうちの固定部情報から計算される。フルヘッダのうちの固定部情報は、圧縮ヘッダではほぼ省略される可能性が高い情報である。これに対し、同様の処理の部分値である、可変部チェックサム値(第2の計算値)は、フルヘッダのうちの可変部情報から計算される。   In addition, in this table, a fixed part checksum value (first calculated value), which is a partial value of error detection processing such as checksum calculation (in-process value and different from the final calculated value), is stored. Store. The fixed part checksum value is calculated from the fixed part information in the full header. The fixed part information in the full header is information that is highly likely to be omitted in the compressed header. On the other hand, the variable part checksum value (second calculated value), which is a partial value of the same processing, is calculated from the variable part information in the full header.

本構成により、送受信パケットがヘッダ圧縮パケットである場合、本装置内の各処理部が自身の処理を行う際に、セッション情報記憶手段から、圧縮ヘッダに対応する該当セッション情報を入手して利用できる。また、フルヘッダには含まれるが圧縮ヘッダでは省略される情報に関しても、フルヘッダ相当の情報に対するチェックサム計算(誤り検出処理)を行うことができる。よって、本処理方法及び装置では、ヘッダ圧縮パケットのみの伝送であっても、パケット送受信及びプロトコル処理を遂行できる。   With this configuration, when the transmission / reception packet is a header compressed packet, each processing unit in the apparatus can obtain and use the corresponding session information corresponding to the compressed header from the session information storage means when performing its own processing. . Also, for information that is included in the full header but omitted in the compressed header, checksum calculation (error detection processing) can be performed on information corresponding to the full header. Therefore, in this processing method and apparatus, packet transmission / reception and protocol processing can be performed even when only header compressed packets are transmitted.

本処理方法及び装置では、ヘッダ圧縮パケットを或る通信相手に初めて送信する際には、対応するセッション情報を、セッション情報記憶手段のテーブルに格納する。圧縮ヘッダを構成する際は、このテーブルから必要な情報のみを取り出して利用する。また、既にテーブル内に情報として存在する通信相手に対しヘッダ圧縮パケットを送信する際には、引き続きそのテーブル内の該当セッション情報を利用する。   In this processing method and apparatus, when a header compressed packet is transmitted to a certain communication partner for the first time, the corresponding session information is stored in the table of the session information storage means. When configuring the compressed header, only necessary information is extracted from this table and used. Further, when a header compressed packet is transmitted to a communication partner already existing as information in the table, the corresponding session information in the table is continuously used.

ヘッダ圧縮パケットを受信した際は、そのパケットの圧縮ヘッダに格納されている情報と、セッション情報記憶手段のテーブル内の該当セッション情報とを比較する。既にテーブル内に該当セッション情報が存在する場合、そのセッション情報の識別子を本装置内の各処理部で受け渡し、該当セッション情報が存在しない場合、テーブル内に新たにセッション情報を格納し、そのセッション情報の識別子を本装置内の各処理部で受け渡す。このように、テーブル内の情報を装置内の各処理部で共用することにより、各処理部が必要なときに必要な情報のみを利用することができる。   When a header compressed packet is received, the information stored in the compressed header of the packet is compared with the corresponding session information in the session information storage means table. If the session information already exists in the table, the identifier of the session information is passed to each processing unit in the device. If the session information does not exist, the session information is newly stored in the table. Is transferred to each processing unit in the apparatus. In this way, by sharing the information in the table among the processing units in the apparatus, only the necessary information can be used when each processing unit is needed.

また、本処理装置及び方法では、フルヘッダ(一例として疑似UDP/IPヘッダ)内の固定部情報に対する部分的なチェックサム計算を予め行い、その結果である固定部チェックサム値(第1の計算値)をセッション情報記憶手段のテーブルに格納しておく(新たな通信相手に初めてパケットを送信する際など)。フルヘッダに含まれる固定部情報は、ほぼ省略されて圧縮ヘッダには含まれない場合が多いが(例えば6LoWPAN)、圧縮ヘッダのチェックサム計算を行う際に、テーブルに格納してある第1の計算値を利用することにより、わざわざ疑似ヘッダ(フルヘッダ)を構成することなく、第1と第2の計算値を合わせることでチェックサム計算を行うことができる。上記構成により、圧縮ヘッダをフルヘッダに一切展開することなく、チェックサム計算等のプロトコル処理を含むパケット処理を行うことができる。   Further, in the present processing apparatus and method, partial checksum calculation for the fixed part information in the full header (pseudo UDP / IP header as an example) is performed in advance, and the fixed part checksum value (first calculated value) as a result thereof is calculated. ) Is stored in the session information storage table (for example, when a packet is transmitted to a new communication partner for the first time). The fixed part information included in the full header is often omitted and not included in the compressed header in many cases (for example, 6LoWPAN), but the first calculation stored in the table when the checksum calculation of the compressed header is performed. By using the value, the checksum calculation can be performed by combining the first and second calculation values without bothering to construct a pseudo header (full header). With the above configuration, packet processing including protocol processing such as checksum calculation can be performed without expanding the compressed header into a full header.

本ヘッダ圧縮パケット処理方法は、例えば以下の構成である。本処理方法では、ヘッダ圧縮パケットの送受信に関する誤り検出処理として、フルヘッダのうちの、固定部情報についての第1の計算値と、可変部情報についての第2の計算値とを計算処理し、第1の計算値をセッション情報記憶手段に格納し、第2の計算値を含んだ圧縮ヘッダをユーザデータに付加したヘッダ圧縮パケットを構成(作成)する。そして、ヘッダ圧縮パケットの送受信の際、圧縮ヘッダに含まれる第2の計算値とセッション情報記憶手段の第1の計算値とを用いて誤り検出処理を行う。また、第1と第2の計算値を時間的に別のタイミングで計算し、後でそれら両者を加算等することにより、誤り検出処理の計算値を得る。ヘッダ圧縮パケットの送受信の際に、計算処理した第2の計算値と、セッション情報記憶手段に格納されている第1の計算値とを用いて、誤り検出処理の計算値を得る。   This header compressed packet processing method has the following configuration, for example. In the present processing method, as error detection processing related to transmission / reception of a header compressed packet, the first calculation value for the fixed part information and the second calculation value for the variable part information in the full header are calculated and processed. A calculated value of 1 is stored in the session information storage means, and a header compressed packet in which a compressed header including the second calculated value is added to user data is constructed (created). Then, when transmitting and receiving the header compressed packet, error detection processing is performed using the second calculated value included in the compressed header and the first calculated value of the session information storage means. Also, the first and second calculated values are calculated at different timings, and both are added later to obtain a calculated value for error detection processing. When the header compressed packet is transmitted / received, the calculated value of the error detection process is obtained using the calculated second calculated value and the first calculated value stored in the session information storage means.

また、本ヘッダ圧縮パケット処理装置は、例えば以下の構成である。本処理装置は、セッション情報記憶手段と、ヘッダ圧縮パケットの送受信に関する誤り検出処理では、第1の計算値と第2の計算値とを計算処理し、第1の計算値をセッション情報記憶手段のセッション情報に含んで格納し、第2の計算値を含んだ圧縮ヘッダをユーザデータに付加したヘッダ圧縮パケットを構成し、ヘッダ圧縮パケットの送受信の際、圧縮ヘッダに含まれる第2の計算値とセッション情報記憶手段の第1の計算値とを用いて誤り検出処理を行うことを含む、ヘッダ圧縮パケット処理及びプロトコル処理を行う手段とを有する。   Moreover, this header compression packet processing apparatus is the following structures, for example. In the processing information storage means and the error detection processing related to the transmission / reception of the header compressed packet, the processing apparatus calculates the first calculation value and the second calculation value, and the first calculation value is stored in the session information storage means. A header compressed packet is stored by including in session information, and a compressed header including the second calculated value is added to the user data. When the header compressed packet is transmitted and received, the second calculated value included in the compressed header is Means for performing header detection packet processing and protocol processing, including performing error detection processing using the first calculated value of the session information storage means.

また、ヘッダ圧縮パケット処理及びプロトコル処理を行う手段は、ヘッダ圧縮パケットを送信する際に、セッション情報をもとに圧縮ヘッダを構成する処理と、ヘッダ圧縮パケットを受信する際に、受信したヘッダ圧縮パケットの圧縮ヘッダとセッション情報記憶手段に格納されているセッション情報とをもとに圧縮ヘッダの情報を解釈する処理と、を行う圧縮ヘッダ処理手段(105)と、フルヘッダのうちの誤り検出処理の第1の計算値と第2の計算値とを用いて誤り検出処理の部分値を計算する部分値計算手段(107)と、誤り検出処理の第2の計算値を計算する処理(108)と、ヘッダ圧縮パケットを送信する際に、ユーザデータを送受信するアプリケーションの識別情報と、セッション情報記憶手段に格納されているセッション情報とを比較し、セッション情報の識別情報を抽出し、ヘッダ圧縮パケットを受信した際に、セッション情報の識別情報及びアプリケーションの識別情報に関連付けられたアプリケーションにユーザデータを受け渡す処理(109)と、を行うネットワーク層及びトランスポート層のプロトコル処理手段とを有する。   Further, the means for performing header compressed packet processing and protocol processing includes processing for constructing a compressed header based on session information when transmitting a header compressed packet, and header compression received when receiving the header compressed packet. A compressed header processing means (105) for interpreting the information of the compressed header based on the compressed header of the packet and the session information stored in the session information storage means, and error detection processing of the full header. A partial value calculating means (107) for calculating a partial value for error detection processing using the first calculated value and the second calculated value; and a processing (108) for calculating a second calculated value for error detection processing; When transmitting the header compressed packet, the identification information of the application that transmits / receives user data and the session information stored in the session information storage means A process (109) of comparing user information to the application associated with the session information identification information and the application identification information when the identification information of the session information is compared and the header compressed packet is received. Network layer and transport layer protocol processing means.

本願において開示される発明のうち、代表的なものによって得られる効果を簡単に説明すれば以下のとおりである。本発明によれば、圧縮ヘッダのパケットを処理する方法及び装置における、処理効率向上及びメモリ削減を実現できる。特に、圧縮ヘッダからフルヘッダを構成(展開)する必要なくプロトコル処理を行うので、パケット処理時間が短く通信処理速度を向上でき、またデータコピーに必要なメモリが不要になる。   Among the inventions disclosed in the present application, effects obtained by typical ones will be briefly described as follows. According to the present invention, it is possible to improve processing efficiency and reduce memory in a method and apparatus for processing a compressed header packet. In particular, protocol processing is performed without the need to construct (decompress) a full header from a compressed header, so that the packet processing time can be shortened and the communication processing speed can be improved, and the memory required for data copying is not required.

以下、本発明の実施の形態を図面に基づいて詳細に説明する。なお、実施の形態を説明するための全図において、同一部には原則として同一符号を付し、その繰り返しの説明は省略する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. Note that components having the same function are denoted by the same reference symbols throughout the drawings for describing the embodiment, and the repetitive description thereof will be omitted.

<従来技術例>
以下、図7〜図11を用いて、本発明及び実施の形態を従来技術と比較してわかりやすく説明するために、ヘッダ圧縮形式や装置構成例などに係わる各従来技術について簡単に説明する。
<Example of conventional technology>
Hereinafter, in order to explain the present invention and the embodiments more easily compared with the prior art, the respective prior arts related to the header compression format and the device configuration example will be briefly described with reference to FIGS.

<ヘッダ圧縮(6LoWPAN)>
図7を用いて、フルヘッダ及び圧縮ヘッダの一例として、6LoWPANの場合を説明する。図7において、6LoWPAN圧縮ヘッダ401は、圧縮ヘッダ符号402、圧縮IPv6ヘッダ403、圧縮UDPヘッダ404から構成されている。
<Header compression (6LoWPAN)>
The case of 6LoWPAN will be described with reference to FIG. 7 as an example of a full header and a compressed header. In FIG. 7, the 6LoWPAN compressed header 401 is composed of a compressed header code 402, a compressed IPv6 header 403, and a compressed UDP header 404.

圧縮ヘッダ符号402は、6LoWPANにおけるフルヘッダ(UDP/IPv6フルヘッダ(図8の501)に対応する)に含まれる情報(例として、情報406、情報407)から省略せずに圧縮ヘッダ部(403,404)に格納する情報を示す、2バイトの情報405である。圧縮ヘッダ符号402の情報405は、IPv6ヘッダ(図8の503)の圧縮情報(圧縮ヘッダに格納する情報)を示す符号:HC1と、UDPヘッダ(図8の504)の圧縮情報を示す符号:HC2とから構成される。情報406は、図8のIPv6ヘッダ503のうちの一部、情報407は、図8のUDPヘッダ504のうちの一部である。   The compressed header code 402 is not omitted from the information included in the full header (corresponding to the UDP / IPv6 full header (501 in FIG. 8)) in 6LoWPAN (for example, the information 406 and the information 407). 2 bytes of information 405 indicating information to be stored in (). The information 405 of the compressed header code 402 is a code indicating the compressed information (information stored in the compressed header) of the IPv6 header (503 in FIG. 8): HC1, and a code indicating the compressed information of the UDP header (504 in FIG. 8): HC2. Information 406 is a part of the IPv6 header 503 in FIG. 8, and information 407 is a part of the UDP header 504 in FIG.

圧縮IPv6ヘッダ403は、IPv6におけるホップ数、送信元アドレス、受信先アドレス、トラフィッククラス、フローラベル、及び次ヘッダの39バイトの情報406をもとに構成される。実際のパケットの圧縮IPv6ヘッダ403には、これらの情報406の中から前記HC1で指定されたもののみを含む、2〜39バイトの可変長の情報である。   The compressed IPv6 header 403 is configured based on the number of hops in IPv6, a source address, a destination address, a traffic class, a flow label, and 39-byte information 406 of the next header. The actual packet compressed IPv6 header 403 is variable-length information of 2 to 39 bytes including only the information designated by the HC1 from the information 406.

圧縮UDPヘッダ404は、UDPにおける送信元ポート番号、受信先ポート番号、データ長、及びチェックサムの8バイトの情報407をもとに構成される。実際のパケットの圧縮UDPヘッダ404には、これらの情報407の中から前記HC2で指定されたもののみを含む、4〜8バイトの可変長の情報である。   The compressed UDP header 404 is configured based on 8-byte information 407 of a transmission source port number, a reception destination port number, a data length, and a checksum in UDP. The compressed UDP header 404 of the actual packet is 4 to 8 byte variable length information including only the information 407 designated by the HC2.

これらの構成により、6LoWPANのパケット処理では、UDP/IPv6の60バイトのヘッダ(図8の501)を、6LoWPAN圧縮ヘッダ401のように最小で8バイト(2+2+4=8バイト)にまで圧縮することが可能である。   With these configurations, in 6LoWPAN packet processing, a 60-byte header (501 in FIG. 8) of UDP / IPv6 can be compressed to a minimum of 8 bytes (2 + 2 + 4 = 8 bytes) like the 6LoWPAN compressed header 401. Is possible.

なお、圧縮IPv6ヘッダ403及び圧縮UDPヘッダ404の中で、圧縮ヘッダ符号402で指定されない情報、即ちフルヘッダに対して圧縮(省略)により欠落した情報であっても、それらは不変的な情報や他の情報から導出可能なものであるため、フルヘッダに完全に復元可能である。   Note that, in the compressed IPv6 header 403 and the compressed UDP header 404, information that is not specified by the compressed header code 402, that is, information that is lost due to compression (omitted) with respect to the full header is not changed. Therefore, the full header can be completely restored.

なお、6LoWPAN自体は、フルヘッダと圧縮ヘッダの両方の処理が可能であるが、本実施の形態では、6LoWPANにおける圧縮ヘッダを扱う。   Note that 6LoWPAN itself can process both full headers and compressed headers, but in this embodiment, 6LoWPAN handles compressed headers in 6LoWPAN.

<ヘッダ圧縮(UDP/IP)>
図8を用いて、RFC2507(非特許文献1)におけるUDP/IPv6フルヘッダ501及びその圧縮ヘッダ502の構成を説明する。UDP/IPv6フルヘッダ501は、RFC2460で規定されているIPv6ヘッダ503とUDPヘッダ504とを組み合わせて成るものである。
<Header compression (UDP / IP)>
The configuration of the UDP / IPv6 full header 501 and its compressed header 502 in RFC 2507 (Non-Patent Document 1) will be described with reference to FIG. The UDP / IPv6 full header 501 is a combination of the IPv6 header 503 and the UDP header 504 defined by RFC2460.

UDP/IPv6フルヘッダ501におけるレングス(レングス#1,#2)部分に、CID(Context Identifier:コンテキスト識別子)505含む情報が書き込まれるものである(図示していない)。なお、レングス#1,#2は、通常(圧縮ヘッダ無し)のヘッダ形式のUDP/IPv6ヘッダの場合では、ペイロード長及びデータグラム長がそれぞれ書き込まれる部分であり、CID505は書き込まれない。CID505は、従来技術として、フローを特定するための識別情報、換言すればフルヘッダを特定するための識別情報である。なお、レングス#1,#2内のCID505と、圧縮ヘッダ502内のCID505とで対応付け可能である。   Information including a CID (Context Identifier) 505 is written in a length (length # 1, # 2) portion of the UDP / IPv6 full header 501 (not shown). Note that the lengths # 1 and # 2 are portions where the payload length and the datagram length are written in the case of a UDP / IPv6 header in the normal (no compressed header) header format, and the CID 505 is not written. The CID 505 is identification information for specifying a flow, in other words, identification information for specifying a full header, as a conventional technique. The CID 505 in the lengths # 1 and # 2 can be associated with the CID 505 in the compressed header 502.

圧縮ヘッダ502は、通常(圧縮ヘッダ無し)のUDP/IPv6ヘッダを構成する情報のうち、可変的な部分であるチェックサムとCID505とを含む情報から構成されるものである。   The compressed header 502 is composed of information including a checksum and a CID 505, which are variable parts, of information constituting a normal (no compressed header) UDP / IPv6 header.

前記RFC2507(非特許文献1)の圧縮ヘッダを用いる手法(第1の技術)では、通常(圧縮ヘッダ無し)の形式とほぼ同様の構成であるフルヘッダを散発的に付加し、それ以外の大部分のパケットに対しては圧縮ヘッダを付加する。これにより、UDP/IPv6の60バイトのヘッダを最小で4バイトにまで圧縮でき、伝送する情報・データ量を減少する。   In the technique (first technique) using the compressed header of RFC2507 (Non-Patent Document 1), a full header having a configuration almost the same as the normal (no compressed header) format is sporadically added, and most of the other parts are added. A compressed header is added to the packet. Thereby, the header of 60 bytes of UDP / IPv6 can be compressed to a minimum of 4 bytes, and the amount of information and data to be transmitted is reduced.

なお、公知技術であるチェックサム(チェックサム計算)は、データ送受信における誤り検出方法の1つである。即ち、送信側では、対象データの各ブロックの数値の合計などをとり、それ(チェックサム値)を対象データに付加して送信する。受信側では、受信データから同様にチェックサム値を計算し、それと受信チェックサム値とが一致するかどうかを検査する。両者が異なる場合、伝送路で対象データに誤りが生じていることになる。   The checksum (checksum calculation), which is a known technique, is one of error detection methods in data transmission / reception. That is, on the transmission side, the sum of the numerical values of each block of the target data is taken, and this (checksum value) is added to the target data for transmission. On the receiving side, a checksum value is similarly calculated from the received data, and it is checked whether or not it matches the received checksum value. If both are different, an error has occurred in the target data in the transmission path.

<疑似UDP/IPヘッダ>
図9において、後述の従来技術例の処理に係わる、疑似UDP/IPヘッダ601の構成を示している。疑似UDP/IPヘッダ601は、疑似IPヘッダ602とUDPヘッダ603から構成される。疑似UDP/IPヘッダ601及びユーザデータを16ビットずつ加算して得られる総和の1の補数が、チェックサム値である。疑似UDP/IPヘッダ601は、ネットワーク上での伝送は行われず、チェックサム計算処理のために構成される。疑似IPヘッダ602は、チェックサム計算処理に必要な情報のみで構成される。なお、疑似ヘッダとは、当該情報をネットワークで伝送しないことからそのように呼称している。
<Pseudo UDP / IP header>
FIG. 9 shows the configuration of a pseudo UDP / IP header 601 related to the processing of the prior art example described later. The pseudo UDP / IP header 601 includes a pseudo IP header 602 and a UDP header 603. The checksum value is the one's complement of the sum obtained by adding the pseudo UDP / IP header 601 and user data 16 bits at a time. The pseudo UDP / IP header 601 is configured for checksum calculation processing without being transmitted over the network. The pseudo IP header 602 includes only information necessary for the checksum calculation process. The pseudo header is so called because the information is not transmitted over the network.

<ヘッダ圧縮パケット処理装置例>
図10,図11を用いて、前記特許文献1記載の従来技術例であるヘッダ圧縮パケット処理及び装置について簡単に説明する。図10,図11に示す構成例は、図8のパケット及びヘッダ構成を処理する一例となっている。これら構成は、ヘッダ圧縮パケットの受信処理の場合を示している。
<Example of header compressed packet processing device>
The header compressed packet processing and apparatus, which is a prior art example described in Patent Document 1, will be briefly described with reference to FIGS. The configuration example shown in FIGS. 10 and 11 is an example of processing the packet and header configuration of FIG. These configurations show the case of header compressed packet reception processing.

図10における本従来技術例のヘッダ圧縮パケット処理装置(ヘッダ圧縮パケット受信装置901)の概略構成を示している。ヘッダ圧縮パケット受信装置901は、PPPフレーム受信部902、圧縮ヘッダ受信処理部903、UDP/IP受信処理部904、疑似UDP受信処理部905、セッション情報記憶部906、及びユーザデータ出力部907から構成されている。ユーザデータ出力部907から、それぞれのUDP/IPアプリケーション908に対して出力する。   The schematic structure of the header compression packet processing apparatus (header compression packet receiving apparatus 901) of this prior art example in FIG. 10 is shown. The header compressed packet receiver 901 includes a PPP frame receiver 902, a compressed header reception processor 903, a UDP / IP reception processor 904, a pseudo UDP reception processor 905, a session information storage unit 906, and a user data output unit 907. Has been. The data is output from the user data output unit 907 to each UDP / IP application 908.

図11の詳細構成において、圧縮ヘッダ受信処理部903は、フルヘッダ受信部1001、圧縮ヘッダ受信部1002、及びコンテキスト情報記憶部1003から構成されている。UDP/IP受信処理部904は、IP受信処理部1004、及びUDP受信処理部1005から構成されている。疑似UDP受信処理部905は、チェックサム確認部1007、及び疑似UDP/IPヘッダ生成部1008から構成されている。   In the detailed configuration of FIG. 11, the compressed header reception processing unit 903 includes a full header receiving unit 1001, a compressed header receiving unit 1002, and a context information storage unit 1003. The UDP / IP reception processing unit 904 includes an IP reception processing unit 1004 and a UDP reception processing unit 1005. The pseudo UDP reception processing unit 905 includes a checksum confirmation unit 1007 and a pseudo UDP / IP header generation unit 1008.

PPPフレーム受信部902は、外部装置から送信されてきたPPPフレームを受信し、その中に含まれるPPPヘッダを解析する。   The PPP frame receiving unit 902 receives a PPP frame transmitted from an external device, and analyzes a PPP header included therein.

圧縮ヘッダ受信処理部903は、ユーザデータに付加されているヘッダが、フルヘッダであるか圧縮ヘッダであるかを判断・区分して、後段の処理部でそれぞれに対し異なる処理を行わせる。   The compressed header reception processing unit 903 determines and classifies whether the header added to the user data is a full header or a compressed header, and causes a subsequent processing unit to perform different processing.

UDP/IP受信処理部904は、フルヘッダ即ち通常のUDP/IPヘッダが付加されているパケット(UDP/IPパケット)を処理(UDP/IP受信処理)し、当該パケットに対応するアプリケーション(908)を選定する。   The UDP / IP reception processing unit 904 processes a packet (UDP / IP packet) to which a full header, that is, a normal UDP / IP header is added (UDP / IP reception processing), and displays an application (908) corresponding to the packet. Select.

疑似UDP受信処理部905は、圧縮ヘッダ(CIDとチェックサムを含む)と、セッション情報記憶部906に格納されているセッション情報とから、図9の疑似UDP/IPヘッダ601を生成して受信処理(疑似UDP受信処理)を行い、当該パケットに対応するアプリケーション(908)を選定する。   The pseudo UDP reception processing unit 905 generates the pseudo UDP / IP header 601 of FIG. 9 from the compressed header (including CID and checksum) and the session information stored in the session information storage unit 906, and performs reception processing. (Pseudo UDP reception processing) is performed, and an application (908) corresponding to the packet is selected.

セッション情報記憶部906は、IPアドレスとUDPポート番号との組み合わせに対応するセッション情報、及び対応するアプリケーションを識別する情報(アプリケーション識別子:AIDとする)を記憶する。   The session information storage unit 906 stores session information corresponding to a combination of an IP address and a UDP port number, and information for identifying a corresponding application (application identifier: AID).

ユーザデータ出力部907は、受信したユーザデータを、指定されたUDP/IPアプリケーション908へと出力する。   The user data output unit 907 outputs the received user data to the designated UDP / IP application 908.

次に、本従来技術例のパケット受信時の動作の概略を説明する。パケットを受信した際には、PPPフレーム受信部902が、これに付加されているヘッダが圧縮ヘッダであるかフルヘッダであるかを判断する。フルヘッダが付加されているユーザデータについては、フルヘッダ受信部1001に渡す。フルヘッダ受信部1001では、そのフルヘッダに含まれる情報と、セッション情報を特定するための識別情報(セッション識別子:SIDとする)とを比較して、そのフルヘッダが付加されているユーザデータの受け渡し先となるアプリケーション(908)を選択する。この際、チェックサム確認部1006において、そのヘッダ中のチェックサムを確認(計算)し、受信したパケットに誤りが無いかを検査する。そのチェックサム計算の結果、異常が無ければ、UDP/IP受信処理部904は、ユーザデータ出力部907に、ユーザデータとアプリケーション識別子(AID)とを渡す。それと共に、コンテキスト情報記憶部1003に、セッション識別子(SID)と、フルヘッダ中のコンテキスト識別子(CID)とを、関連付けて記憶する。   Next, an outline of the operation at the time of packet reception in this prior art example will be described. When a packet is received, the PPP frame receiving unit 902 determines whether the header added to the packet is a compressed header or a full header. The user data to which the full header is added is passed to the full header receiving unit 1001. The full header receiving unit 1001 compares the information included in the full header with the identification information (session identifier: SID) for specifying the session information, and receives the user data delivery destination to which the full header is added. Application (908) is selected. At this time, the checksum confirmation unit 1006 confirms (calculates) the checksum in the header and checks whether there is an error in the received packet. If there is no abnormality as a result of the checksum calculation, the UDP / IP reception processing unit 904 passes the user data and the application identifier (AID) to the user data output unit 907. At the same time, the session identifier (SID) and the context identifier (CID) in the full header are stored in the context information storage unit 1003 in association with each other.

一方、圧縮ヘッダが付加されている際には、PPPフレーム受信部902は、そのパケットを、圧縮ヘッダ受信部1002に渡す。圧縮ヘッダ受信部1002では、圧縮ヘッダからCIDを抽出し、そのCIDに関連付けられたSIDを、コンテキスト情報記憶部1003から読み出す。そして、読み出したSIDに対応したセッション情報に基づいて、一旦、疑似UDP/IPヘッダ601を生成し、そのSID及び疑似UDP/IPヘッダ601を、疑似UDP受信処理部905に渡す。疑似UDP受信処理部905(チェックサム確認部1007)では、フルヘッダの場合と同様にチェックサムの計算を行い、異常が無ければ、そのセッション情報に基づいて圧縮ヘッダが付加されていたユーザデータを受け渡すアプリケーション(908)を決定し、ユーザデータ出力部907にそのユーザデータ及びAIDを渡す。このような構成例により、圧縮ヘッダが付加されたパケットの処理が可能である。   On the other hand, when the compressed header is added, the PPP frame receiving unit 902 passes the packet to the compressed header receiving unit 1002. The compressed header receiving unit 1002 extracts the CID from the compressed header, and reads the SID associated with the CID from the context information storage unit 1003. Based on the session information corresponding to the read SID, a pseudo UDP / IP header 601 is once generated, and the SID and the pseudo UDP / IP header 601 are passed to the pseudo UDP reception processing unit 905. The pseudo UDP reception processing unit 905 (checksum confirmation unit 1007) calculates the checksum as in the case of the full header, and if there is no abnormality, receives the user data to which the compressed header is added based on the session information. The application (908) to be passed is determined, and the user data and AID are passed to the user data output unit 907. With such a configuration example, it is possible to process a packet to which a compressed header is added.

<問題点等>
しかしながら、上述した従来技術は、本実施の形態の技術と、ヘッダ圧縮パケットを処理する点で共通するが、フルヘッダを処理する点などで異なる。前記従来の構成(第1の技術)では、圧縮ヘッダの中にCID情報が格納されており(図8)、その情報をもとに、散発的に伝送されるフルヘッダとの関連付けを行っていた。しかしながら、6LoWPANのように、パケットに付加される全てのヘッダが圧縮ヘッダであるような場合、前記第1の技術のようにフルヘッダを処理する装置構成はそもそも不要である。
<Problems etc.>
However, the above-described conventional technique is common to the technique of the present embodiment in that it processes header compressed packets, but differs in that it processes a full header. In the conventional configuration (first technique), the CID information is stored in the compressed header (FIG. 8), and the association with the full header transmitted sporadically is performed based on the information. . However, when all headers added to a packet are compressed headers as in 6LoWPAN, the device configuration for processing a full header as in the first technique is not necessary in the first place.

また、前記第1の技術では、ヘッダ圧縮パケットを受信した際、圧縮ヘッダ中の情報であるCIDと、セッション情報記憶部に格納されている、該当CIDに関連付けられた該当セッション情報とを利用して、通常の形式(圧縮しない形式)のフルヘッダ(第1の技術では疑似UDP/IPヘッダ601)を一旦構成し、チェックサム計算等のプロトコル処理を行う。そのため、セッション情報記憶部に格納されている該当セッション情報を、フルヘッダを構成するためのメモリ空間へデータコピーしなければならない。また、ヘッダ圧縮パケットを送信する際も、セッション情報からフルヘッダを構成し、チェックサム計算等を行い、圧縮ヘッダを構成して送信するので、上記ヘッダ圧縮パケット受信の際と同様のデータコピーが発生していた。フルヘッダの構成(展開)及びデータコピーのためには、ワーキングメモリが必要になる。   In the first technique, when a header compressed packet is received, the CID, which is information in the compressed header, and the corresponding session information associated with the corresponding CID stored in the session information storage unit are used. Thus, a full header (pseudo UDP / IP header 601 in the first technique) of a normal format (a format that is not compressed) is once configured, and protocol processing such as checksum calculation is performed. For this reason, the corresponding session information stored in the session information storage unit must be copied to a memory space for forming a full header. Also when sending header compressed packets, a full header is constructed from the session information, checksum calculation, etc. is performed, and a compressed header is constructed and sent, so the same data copy as when receiving the header compressed packet occurs Was. Working memory is required for full header construction (development) and data copying.

また、前記第1の技術では、伝送される大部分のパケットが圧縮ヘッダであり、その圧縮ヘッダを送受信する度に前記データコピーが発生する。そのため、パケット処理装置内のプロトコル処理効率が良くない。換言すれば、パケット処理時間が長くなり、通信処理速度が低減する。   In the first technique, most transmitted packets are compressed headers, and the data copy occurs each time the compressed headers are transmitted and received. Therefore, the protocol processing efficiency in the packet processing device is not good. In other words, the packet processing time is lengthened and the communication processing speed is reduced.

<実施の形態>
上述した技術を踏まえ、図1〜図6、並びに前記従来技術例と共通の図7〜図9を用いて、本発明の一実施の形態におけるヘッダ圧縮パケット処理方法及びその方法を用いるヘッダ圧縮パケット処理装置を説明する。本方法及び装置では、特徴として、6LoWPANにおけるパケット(ヘッダ圧縮パケット)の送受信(送信・受信の両方)の機能を備える構成において、本装置内の各処理部で、固定部チェックサム値を含ませたセッション情報を共用する。そして、各パケットの送受信の際のプロトコル処理では、可変部チェックサム値を計算し、固定部チェックサム値と加算することで、チェックサム値を取得する。これにより、圧縮ヘッダを一切フルヘッダに展開することなく、ヘッダ圧縮パケットの送受信処理が実現される。
<Embodiment>
Based on the above-described technique, a header compressed packet processing method and a header compressed packet using the method according to an embodiment of the present invention are described with reference to FIGS. 1 to 6 and FIGS. A processing apparatus will be described. As a feature of the present method and apparatus, in a configuration having a function of transmitting / receiving (both transmitting and receiving) a packet (header compressed packet) in 6LoWPAN, each processing unit in the apparatus includes a fixed part checksum value. Share session information. Then, in the protocol processing at the time of transmission / reception of each packet, the checksum value is obtained by calculating the variable portion checksum value and adding it to the fixed portion checksum value. Thereby, transmission / reception processing of the header compressed packet is realized without expanding the compressed header into a full header at all.

<概略構成>
図1において、本実施の形態のヘッダ圧縮パケット処理装置であるヘッダ圧縮パケット通信装置(通信装置と略称する)101の概略構成を示している。通信装置101は、主に、ヘッダ圧縮パケット処理部102、UDP/IPプロトコル処理部103、及びアプリケーション処理部104から構成されている。
<Outline configuration>
FIG. 1 shows a schematic configuration of a header compressed packet communication device (abbreviated as a communication device) 101 which is a header compressed packet processing device of the present embodiment. The communication device 101 mainly includes a header compressed packet processing unit 102, a UDP / IP protocol processing unit 103, and an application processing unit 104.

ヘッダ圧縮パケット処理部102は、圧縮ヘッダ処理部105、セッション情報記憶部106、及びチェックサム部分値加算部107から構成されている。UDP/IPプロトコル処理部103は、チェックサム計算部108、及びUDP/IP処理部109から構成されている。アプリケーション処理部104は、UDP/IPを利用するそれぞれのUDP/IPアプリケーション110(110−1,110−2,110−3)を含むものである。   The header compressed packet processing unit 102 includes a compressed header processing unit 105, a session information storage unit 106, and a checksum partial value addition unit 107. The UDP / IP protocol processing unit 103 includes a checksum calculation unit 108 and a UDP / IP processing unit 109. The application processing unit 104 includes each UDP / IP application 110 (110-1, 110-2, 110-3) that uses UDP / IP.

本通信装置101は、特徴的な部位は、ヘッダ圧縮パケット処理部102、UDP/IPプロトコル処理部103である。本通信装置101は、ソフトウェア/ハードウェア(回路ICなど)で実装構成されるが、どの部分をIC化するか等、実装詳細は各種可能である。また、各処理部は、分けずに1つの処理部として構成することもできる。また、各処理部内には、圧縮ヘッダの処理に必要な分のワークメモリ(図示しない)等も有する。   The communication apparatus 101 is characterized by a header compressed packet processing unit 102 and a UDP / IP protocol processing unit 103. The communication apparatus 101 is implemented by software / hardware (circuit IC or the like), but there are various implementation details such as which part is integrated into an IC. In addition, each processing unit can be configured as one processing unit without being divided. Each processing unit also has a work memory (not shown) for processing the compressed header.

セッション情報記憶部106には、図2のようなセッション情報(セッション情報テーブル)が格納される。なお、圧縮ヘッダ処理部105、UDP/IP処理部109等では、必要に応じてセッション情報を作成することが可能である。   The session information storage unit 106 stores session information (session information table) as shown in FIG. The compressed header processing unit 105, the UDP / IP processing unit 109, and the like can create session information as necessary.

UDP/IPプロトコル処理部103は、トランスポート層/ネットワーク層処理部に相当する。ヘッダ圧縮パケット処理部102は、上位のUDP/IPプロトコル処理部103(トランスポート層/ネットワーク層処理部)と下位の図示しない物理/MAC層との間に設ける適応部(アダプタ)である。   The UDP / IP protocol processing unit 103 corresponds to a transport layer / network layer processing unit. The header compressed packet processing unit 102 is an adaptation unit (adapter) provided between the upper UDP / IP protocol processing unit 103 (transport layer / network layer processing unit) and the lower physical / MAC layer (not shown).

なお、説明の必要に応じて、P:パケット(ヘッダ圧縮パケット)、D:ユーザデータ、H1:フルヘッダ、H2:圧縮ヘッダ、S:セッション情報、C:チェックサム値などとして表す。   Note that, as necessary for explanation, P: packet (header compressed packet), D: user data, H1: full header, H2: compressed header, S: session information, C: checksum value, etc.

<詳細構成>
次に、図2において、通信装置101の詳細構成を示している。特にパケット処理例における各処理部間のデータ・情報の受け渡しも示している。圧縮ヘッダ処理部105は、ネットワークからパケット(P)を受信し、あるいはネットワークへとパケット(P)を送信する、処理部位である。圧縮ヘッダ処理部105は、パケット(P)を送信する際には、セッション情報(S)をもとに、圧縮ヘッダ(H2)を構成(作成)する。また、圧縮ヘッダ処理部105は、パケット(P)を受信した際には、セッション情報(S)と、圧縮ヘッダ(H2)が付加されたパケット(P)とをもとに、圧縮ヘッダ(H2)の情報を解釈する。
<Detailed configuration>
Next, FIG. 2 shows a detailed configuration of the communication apparatus 101. In particular, it also shows the exchange of data and information between processing units in a packet processing example. The compressed header processing unit 105 is a processing part that receives the packet (P) from the network or transmits the packet (P) to the network. When transmitting the packet (P), the compressed header processing unit 105 configures (creates) the compressed header (H2) based on the session information (S). When receiving the packet (P), the compressed header processing unit 105 receives the compressed header (H2) based on the session information (S) and the packet (P) to which the compressed header (H2) is added. ) Information.

セッション情報記憶部106のセッション情報テーブルには、セッション情報(S)、更にそれに対応付けされるアプリケーション識別子(AID)等の情報を格納する。本例では、セッション情報(S)としては、セッション識別子(SID)(当該セッション情報(S)内に含む)、送信元IPアドレス(A1)、受信先IPアドレス(A2)、送信元UDPポート番号(n1)、受信先UDPポート番号(n2)、及び、固定部チェックサム値(Ca)から構成される。本セッション情報テーブル内には、従来技術例で用いるCIDは不要である。なお、本セッション情報テーブルのデータ構造は、図2に示すものに限定されるものではない。   The session information table of the session information storage unit 106 stores information such as session information (S) and an application identifier (AID) associated therewith. In this example, the session information (S) includes a session identifier (SID) (included in the session information (S)), a source IP address (A1), a destination IP address (A2), and a source UDP port number. (N1), destination UDP port number (n2), and fixed part checksum value (Ca). In this session information table, the CID used in the prior art example is not necessary. Note that the data structure of the session information table is not limited to that shown in FIG.

セッション情報記憶部106では、パケット(P)を送信する際には、UDP/IP処理部109から受け取ったセッション情報(S)がセッション情報テーブルに記憶され、パケット(P)を受信した際には、圧縮ヘッダ処理部105から受け取ったセッション情報(S)がセッション情報テーブルに記憶される。   In the session information storage unit 106, when transmitting the packet (P), the session information (S) received from the UDP / IP processing unit 109 is stored in the session information table, and when the packet (P) is received. The session information (S) received from the compressed header processing unit 105 is stored in the session information table.

チェックサム部分値加算部107は、パケット(P)を送信する際には、UDP/IP処理部109から受け取ったチェックサム値(C)に、セッション情報記憶部106から受け取ったチェックサム部分値(C1)を加算し、パケット(P)を受信した際には、圧縮ヘッダ処理部105から受け取ったチェックサム値(C)に、セッション情報記憶部106から受け取ったチェックサム部分値(C1)を加算する、処理部位である。   When transmitting the packet (P), the checksum part value adding unit 107 adds the checksum part value (C) received from the UDP / IP processing unit 109 to the checksum part value ( C1) is added, and when the packet (P) is received, the checksum value (C1) received from the session information storage unit 106 is added to the checksum value (C) received from the compressed header processing unit 105. It is a processing site.

チェックサム計算部108は、チェックサム計算の対象となるデータ(チェックサム計算対象データ:C2)を、UDP/IP処理部109から受け取り、チェックサム計算し、チェックサム計算結果(C3)を返答する。   The checksum calculation unit 108 receives data to be subjected to checksum calculation (checksum calculation target data: C2) from the UDP / IP processing unit 109, performs checksum calculation, and returns a checksum calculation result (C3). .

UDP/IP処理部109は、パケット(P)の送受信の際に、チェックサム計算やアプリケーション判断などのプロトコル処理を行い、対応するUDP/IPアプリケーション110とユーザデータ(D)の受け渡しを行う処理部位である。   The UDP / IP processing unit 109 performs protocol processing such as checksum calculation and application determination when transmitting and receiving a packet (P), and passes the user data (D) to and from the corresponding UDP / IP application 110. It is.

セッション情報(S)は、アドレス(A1,A2)やポート番号(n1,n2)を主にして、加えて、固定部チェックサム値(Ca)が含まれる。固定部チェックサム値(Ca)は、チェックサム部分値、即ち、パケット(P)のチェックサム処理の部分的な処理途中の計算値である。更に、これらのセッション情報(S)(特に受信先UDPポート番号:n2)に対して、アプリケーション識別子(AID)が対応付けされる例である。   The session information (S) mainly includes an address (A1, A2) and a port number (n1, n2), and additionally includes a fixed part checksum value (Ca). The fixed portion checksum value (Ca) is a checksum partial value, that is, a calculated value during partial processing of the checksum processing of the packet (P). Furthermore, in this example, an application identifier (AID) is associated with the session information (S) (particularly, the receiving destination UDP port number: n2).

従来技術では、パケットの送受信の都度、パケットの全部のデータに対してチェックサム処理を行っている。一方、本実施の形態では、フルヘッダ(H1)のうちの固定部の情報のみを予めチェックサム処理して固定部チェックサム値(Ca)としてセッション情報テーブルに格納しておき、各部で共用する。そして、パケット送受信の際は、圧縮ヘッダ(H2)に含まれる、フルヘッダ(H1)の可変部の情報を、その都度チェックサム処理し、固定部チェックサム値(Ca)と可変部チェックサム値(Cb)との両者を加算して完全なチェックサム値(C)を得るものである。   In the prior art, every time a packet is transmitted / received, checksum processing is performed on all data in the packet. On the other hand, in the present embodiment, only the information of the fixed part of the full header (H1) is pre-checksummed and stored in the session information table as a fixed part checksum value (Ca) and shared by each part. At the time of packet transmission / reception, the information of the variable part of the full header (H1) included in the compressed header (H2) is checksummed each time, and the fixed part checksum value (Ca) and the variable part checksum value ( Cb) is added to obtain a complete checksum value (C).

<送信処理動作>
次に、図3,図4を用いて、本実施の形態における、圧縮ヘッダ(H2)を付加したユーザデータ(D)からなるヘッダ圧縮パケット(P)の送受信処理の概略動作を説明する。
<Transmission processing operation>
Next, a schematic operation of the transmission / reception process of the header compressed packet (P) composed of user data (D) to which the compressed header (H2) is added according to the present embodiment will be described with reference to FIGS.

まず、図3のフローにおいて、パケット(ユーザデータ)の送信処理の動作を説明する。S301(Sは処理ステップを表す)において、UDP/IPアプリケーション110は、送信するユーザデータ(D)を、UDP/IP処理部109に渡す。   First, the operation of packet (user data) transmission processing in the flow of FIG. 3 will be described. In S301 (S represents a processing step), the UDP / IP application 110 passes the user data (D) to be transmitted to the UDP / IP processing unit 109.

S302において、UDP/IP処理部109は、UDP/IPアプリケーション110から受け取ったユーザデータ(D)、及び図9の疑似UDP/IPヘッダ601の可変部情報であるデータ長を、チェックサム計算対象データ(C2)として、チェックサム計算部108に渡す。チェックサム計算部108は、これらのデータ(C2)から、可変部チェックサム値(Cb)を計算し、その結果(C3)を、UDP/IP処理部109に返答する。   In S302, the UDP / IP processing unit 109 uses the user data (D) received from the UDP / IP application 110 and the data length that is the variable part information of the pseudo UDP / IP header 601 in FIG. As (C2), it is passed to the checksum calculator 108. The checksum calculator 108 calculates the variable part checksum value (Cb) from these data (C2), and returns the result (C3) to the UDP / IP processor 109.

S303において、UDP/IP処理部109は、ユーザデータ(D)を受け取ったUDP/IPアプリケーション110から判断したセッション情報(S)がセッション情報記憶部106のテーブルに既に存在しているか否かを確認する。存在している場合(Y)は、S308に進み、それ以外の場合(N)は、S304に進む。   In S303, the UDP / IP processing unit 109 checks whether or not the session information (S) determined from the UDP / IP application 110 that has received the user data (D) already exists in the table of the session information storage unit 106. To do. If it exists (Y), the process proceeds to S308, and otherwise (N), the process proceeds to S304.

S304において、UDP/IP処理部109は、ユーザデータ(D)を受け取ったUDP/IPアプリケーション110から判断したセッション情報(S)をセッション情報記憶部106のテーブルに格納し、セッション識別子(SID)をセッション情報記憶部106から受け取る。   In S304, the UDP / IP processing unit 109 stores the session information (S) determined from the UDP / IP application 110 that received the user data (D) in the table of the session information storage unit 106, and stores the session identifier (SID). Received from the session information storage unit 106.

次にS305において、UDP/IP処理部109は、セッション情報記憶部106のテーブルに、疑似UDP/IPヘッダ601の固定部情報である、送信元IPアドレス(A1)、受信先IPアドレス(A2)、送信元UDPポート番号(n1)、次ヘッダ、及び受信先UDPポート番号(n2)から計算した固定部チェックサム値(Ca)が、既に存在しているか否かを確認する。存在している場合(Y)は、S308に進み、それ以外の場合(N)は、S306に進む。   In step S <b> 305, the UDP / IP processing unit 109 stores a source IP address (A1) and a destination IP address (A2) that are fixed part information of the pseudo UDP / IP header 601 in the table of the session information storage unit 106. It is confirmed whether the fixed part checksum value (Ca) calculated from the transmission source UDP port number (n1), the next header, and the reception destination UDP port number (n2) already exists. If it exists (Y), the process proceeds to S308, and otherwise (N), the process proceeds to S306.

S306において、UDP/IP処理部109は、疑似UDP/IPヘッダ601の固定部情報を、チェックサム計算対象データ(C2)としてチェックサム計算部108に渡す。チェックサム計算部108は、これらのデータ(C2)から固定部チェックサム値(Ca)を計算し、その結果(C3)を、UDP/IP処理部109に返答する。   In S306, the UDP / IP processing unit 109 passes the fixed part information of the pseudo UDP / IP header 601 to the checksum calculation unit 108 as checksum calculation target data (C2). The checksum calculator 108 calculates the fixed part checksum value (Ca) from these data (C2), and returns the result (C3) to the UDP / IP processor 109.

S307において、UDP/IP処理部109は、S306で計算した固定部チェックサム値(Ca)を、セッション識別子(SID)に関連するセッション情報テーブルに格納する。   In S307, the UDP / IP processing unit 109 stores the fixed part checksum value (Ca) calculated in S306 in the session information table related to the session identifier (SID).

S308において、チェックサム部分値加算部107は、UDP/IP処理部109から、セッション識別子(SID)と可変部チェックサム値(Cb)及びユーザデータ(D)を受け取る。そして、セッション情報テーブルからセッション識別子(SID)に関連する固定部チェックサム値(Ca)を取り出し、それに可変部チェックサム値(Cb)を加算し、圧縮ヘッダ(H2)に格納するチェックサム値(C)を算出する。そして、セッション識別子(SID)、チェックサム値(C)、及びユーザデータ(D)を、圧縮ヘッダ処理部105に渡す。   In S <b> 308, the checksum partial value adding unit 107 receives the session identifier (SID), variable portion checksum value (Cb), and user data (D) from the UDP / IP processing unit 109. Then, the fixed part checksum value (Ca) related to the session identifier (SID) is extracted from the session information table, the variable part checksum value (Cb) is added to the checksum value (C2) and stored in the compressed header (H2). C) is calculated. The session identifier (SID), checksum value (C), and user data (D) are passed to the compressed header processing unit 105.

S309において、圧縮ヘッダ処理部105は、セッション識別子(SID)に関連するセッション情報(S)、チェックサム値(C)、及びユーザデータ(D)から、圧縮ヘッダ(H2)を生成し、圧縮ヘッダ(H2)を付加したユーザデータ(D)からなるヘッダ圧縮パケット(P)をネットワークへ送信する。   In S309, the compressed header processing unit 105 generates a compressed header (H2) from the session information (S) related to the session identifier (SID), the checksum value (C), and the user data (D). A header compressed packet (P) composed of user data (D) with (H2) added is transmitted to the network.

<受信処理動作>
次に、図4のフローにおいて、パケット(ユーザデータ)の受信処理の動作を説明する。S401において、圧縮ヘッダ処理部105は、ネットワークから受信したヘッダ圧縮パケット(P)から、セッション情報(S)である、送信元IPアドレス(A1)、受信先IPアドレス(A2)、送信元UDPポート番号(n1)、及び受信先UDPポート番号(n2)を取り出す。
<Reception processing operation>
Next, the operation of packet (user data) reception processing in the flow of FIG. 4 will be described. In S401, the compressed header processing unit 105 transmits the session information (S) from the header compressed packet (P) received from the network, the source IP address (A1), the destination IP address (A2), and the source UDP port. The number (n1) and the destination UDP port number (n2) are extracted.

S402において、圧縮ヘッダ処理部105は、受信したヘッダ圧縮パケット(P)のセッション情報(S)がセッション情報記憶部106のテーブルに既に存在しているか否かを確認する。存在している場合(Y)は、セッション識別子(SID)、受信したヘッダ圧縮パケット(P)内のチェックサム値(C)、及びユーザデータ(D)を、チェックサム部分値加算部107に渡し、S404に進み、それ以外の場合(N)は、S403に進む。   In S <b> 402, the compressed header processing unit 105 confirms whether the session information (S) of the received header compressed packet (P) already exists in the table of the session information storage unit 106. If it exists (Y), the session identifier (SID), the checksum value (C) in the received header compressed packet (P), and the user data (D) are passed to the checksum partial value adding unit 107. , S404, otherwise (N), the process proceeds to S403.

S403において、圧縮ヘッダ処理部105は、受信パケット(P)のセッション情報(S)を、セッション情報記憶部106のテーブルに格納し、セッション識別子(SID)をセッション情報記憶部106から受け取り、セッション識別子(SID)、受信パケット(P)内のチェックサム値(C)、及びユーザデータ(D)を、チェックサム部分値加算部107に渡す。   In S403, the compressed header processing unit 105 stores the session information (S) of the received packet (P) in the table of the session information storage unit 106, receives the session identifier (SID) from the session information storage unit 106, and receives the session identifier. (SID), the checksum value (C) in the received packet (P), and user data (D) are passed to the checksum partial value adding unit 107.

S404において、チェックサム部分値加算部107は、セッション情報記憶部106のテーブルに、疑似UDP/IPヘッダ601の固定部情報である、送信元IPアドレス(A1)、受信先IPアドレス(A2)、送信元UDPポート番号(n1)、次ヘッダ、及び受信先UDPポート番号(n2)から計算した固定部チェックサム値(Ca)が、既に存在しているか否かを確認する。存在している場合(Y)は、S407に進み、それ以外の場合(N)は、S405に進む。   In S404, the checksum partial value addition unit 107 adds the source IP address (A1), the destination IP address (A2), which are fixed part information of the pseudo UDP / IP header 601, to the table of the session information storage unit 106. It is confirmed whether the fixed part checksum value (Ca) calculated from the transmission source UDP port number (n1), the next header, and the reception destination UDP port number (n2) already exists. If it exists (Y), the process proceeds to S407, and otherwise (N), the process proceeds to S405.

S405において、チェックサム部分値加算部107は、受信パケット(P)の疑似UDP/IPヘッダ601の固定部情報についての固定部チェックサム値(Ca)を計算する。   In S405, the checksum partial value adding unit 107 calculates a fixed part checksum value (Ca) for the fixed part information of the pseudo UDP / IP header 601 of the received packet (P).

S406において、チェックサム部分値加算部107は、S405で計算した固定部チェックサム値(Ca)を、セッション識別子(SID)に関連するセッション情報テーブルに格納する。   In S406, the checksum partial value adding unit 107 stores the fixed part checksum value (Ca) calculated in S405 in the session information table related to the session identifier (SID).

S407において、チェックサム部分値加算部107は、受信パケット(P)のチェックサム値即ちチェックサム部分値(C1)に対し、セッション情報テーブルからセッション識別子(SID)に関連する固定部チェックサム値(Ca)を取り出し、チェックサム値部分値(C1)に加算する。そして、その加算結果であるチェックサム部分値(C1)、セッション識別子(SID)、及びユーザデータ(D)を、UDP/IP処理部109に渡す。   In S407, the checksum partial value adding unit 107, for the checksum value of the received packet (P), that is, the checksum partial value (C1), the fixed part checksum value (SID) associated with the session identifier (SID) from the session information table. Ca) is taken out and added to the checksum value partial value (C1). Then, the checksum partial value (C1), the session identifier (SID), and the user data (D), which are the addition results, are passed to the UDP / IP processing unit 109.

S408において、UDP/IP処理部109は、疑似UDP/IPヘッダ601の可変部情報であるデータ長、及びチェックサム部分値加算部107から受け取ったユーザデータ(D)を、チェックサム計算対象データ(C2)としてチェックサム計算部108に渡す。チェックサム計算部108は、これらのデータ(C2)から可変部チェックサム値(Cb)を計算し、その結果(C3)を、UDP/IP処理部109に返答する。   In S408, the UDP / IP processing unit 109 converts the data length, which is the variable part information of the pseudo UDP / IP header 601, and the user data (D) received from the checksum partial value adding unit 107 into the checksum calculation target data ( C2) is passed to the checksum calculator 108. The checksum calculator 108 calculates the variable part checksum value (Cb) from these data (C2) and returns the result (C3) to the UDP / IP processor 109.

S409において、UDP/IP処理部109は、受信パケット(P)のチェックサム値即ちチェックサム部分値(C1)に、S408で計算した可変部チェックサム値(Cb)を加算する。   In S409, the UDP / IP processing unit 109 adds the variable part checksum value (Cb) calculated in S408 to the checksum value of the received packet (P), that is, the checksum part value (C1).

S410において、UDP/IP処理部109は、S409で計算したチェックサム計算結果が0(OK)であるか否かを確認する。0(OK)である場合(Y)は、S412に進み、それ以外(NG)の場合(N)は、S411に進む。S411において、UDP/IP処理部109は、受信パケット(P)のユーザデータ(D)を破棄し、受信処理を終了する。   In S410, the UDP / IP processing unit 109 checks whether or not the checksum calculation result calculated in S409 is 0 (OK). When it is 0 (OK) (Y), the process proceeds to S412. When it is not (NG) (N), the process proceeds to S411. In S411, the UDP / IP processing unit 109 discards the user data (D) of the received packet (P) and ends the receiving process.

S412において、UDP/IP処理部109は、セッション情報テーブルからセッション識別子(SIv)に関連するアプリケーション識別子(AID)を取り出し、対応するUDP/IPアプリケーション110にユーザデータ(D)を渡し、受信処理を終了する。   In S412, the UDP / IP processing unit 109 extracts the application identifier (AID) related to the session identifier (SIv) from the session information table, passes the user data (D) to the corresponding UDP / IP application 110, and performs reception processing. finish.

<効果>
本実施の形態による主な効果としては以下である。従来技術では、圧縮ヘッダを含むパケットを受信した際には、そのパケットのヘッダをフルヘッダ(一例として疑似UDP/IPヘッダ601)に展開し、プロトコル処理を行っている。また、圧縮ヘッダを含むパケットを送信する場合も同様にフルヘッダを処理している。そのため、圧縮ヘッダを処理する際には、セッション情報テーブルから必要な情報を取り出し、フルヘッダを構成するためのデータコピーや、フルヘッダの格納のためのメモリ空間が必要であった。
<Effect>
The main effects of the present embodiment are as follows. In the prior art, when a packet including a compressed header is received, the header of the packet is expanded into a full header (pseudo UDP / IP header 601 as an example) and protocol processing is performed. Similarly, when a packet including a compressed header is transmitted, the full header is processed. Therefore, when processing the compressed header, necessary information is extracted from the session information table, and a data copy for configuring a full header and a memory space for storing the full header are required.

これに対し、本通信装置101では、圧縮ヘッダ(H2)を含むヘッダ圧縮パケット(P)を送受信する際、本装置内の各処理部がセッション情報記憶部106のセッション情報テーブルから必要な情報のみを取り出すことで、フルヘッダ(H1)に相当する疑似UDP/IPヘッダ601に展開(構成)する必要は無い。また、チェックサム計算(誤り検出処理)においても、疑似UDP/IPヘッダ601の固定部情報に対する固定部チェックサム値(Ca)をセッション情報テーブルに格納することで、チェックサム計算時の加算回数を削減する。これにより、同じ通信相手、即ち過去に通信しセッション情報テーブルにセッション情報(S)が格納されている相手と通信する際のチェックサム計算処理を軽減している。   On the other hand, in the communication apparatus 101, when transmitting / receiving the header compressed packet (P) including the compressed header (H2), each processing unit in the apparatus only requires necessary information from the session information table of the session information storage unit 106. It is not necessary to expand (configure) the pseudo UDP / IP header 601 corresponding to the full header (H1). Also in the checksum calculation (error detection process), the fixed part checksum value (Ca) for the fixed part information of the pseudo UDP / IP header 601 is stored in the session information table, so that the number of additions during the checksum calculation can be calculated. Reduce. This reduces the checksum calculation processing when communicating with the same communication partner, that is, the partner who has communicated in the past and whose session information (S) is stored in the session information table.

従って、本通信装置101及び方法では、圧縮ヘッダ(H2)を含むパケット(P)を送受信する際の送受信処理を軽減して処理時間の短縮及び処理速度を向上することができ、本通信装置101に具備する必要なメモリ(ワークメモリやセッション情報記憶部106を含む)が少なくて済む。   Therefore, in this communication apparatus 101 and method, it is possible to reduce the transmission / reception processing when transmitting / receiving the packet (P) including the compressed header (H2), thereby shortening the processing time and improving the processing speed. The required memory (including work memory and session information storage unit 106) can be reduced.

<変形例>
図5,図6において、上述した一実施の形態(第1の構成)のヘッダ圧縮パケット処理装置(通信装置101)の別の構成(変形例)を示している。これらは、セッション情報記憶部106の位置が異なる。これらの構成における、各処理部の機能やヘッダ圧縮パケット(P)の送受信処理の動作等は同様である。
<Modification>
5 and 6, another configuration (modification) of the header compressed packet processing device (communication device 101) of the above-described embodiment (first configuration) is shown. These differ in the position of the session information storage unit 106. In these configurations, the function of each processing unit, the operation of transmission / reception processing of the header compressed packet (P), and the like are the same.

図5において、第2の構成における通信装置101Bは、ヘッダ圧縮パケット処理部102B、UDP/IPプロトコル処理部103B、アプリケーション処理部104を有し、ヘッダ圧縮パケット処理部102Bではなく、UDP/IPプロトコル処理部103B内に、セッション情報記憶部106Bを有する。例えば、圧縮ヘッダ処理部105は、UDP/IPプロトコル処理部103B内のセッション情報記憶部106Bにアクセスして情報を読み書きする。   In FIG. 5, the communication apparatus 101B in the second configuration includes a header compression packet processing unit 102B, a UDP / IP protocol processing unit 103B, and an application processing unit 104, and not the header compression packet processing unit 102B but the UDP / IP protocol. The processing unit 103B includes a session information storage unit 106B. For example, the compressed header processing unit 105 accesses the session information storage unit 106B in the UDP / IP protocol processing unit 103B to read / write information.

図6において、第3の構成における通信装置101Cは、ヘッダ圧縮パケット処理部102C、UDP/IPプロトコル処理部103C、アプリケーション処理部104を有し、ヘッダ圧縮パケット処理部102C及びUDP/IPプロトコル処理部103Cの外に、セッション情報記憶部106Cを有する。例えば、圧縮ヘッダ処理部105やUDP/IP処理部109は、通信装置101内にあるセッション情報記憶部106Bにアクセスして情報を読み書きする。   In FIG. 6, the communication apparatus 101C in the third configuration includes a header compressed packet processing unit 102C, a UDP / IP protocol processing unit 103C, and an application processing unit 104. The header compressed packet processing unit 102C and the UDP / IP protocol processing unit In addition to 103C, a session information storage unit 106C is provided. For example, the compressed header processing unit 105 and the UDP / IP processing unit 109 access the session information storage unit 106B in the communication apparatus 101 to read / write information.

<その他>
上記の他に可能な構成などについて説明する。他の構成として、ヘッダ圧縮パケット(P)の送信・受信の処理の一方の機能のみを備える装置構成も可能である。
<Others>
Other possible configurations will be described. As another configuration, an apparatus configuration including only one function of transmission / reception processing of the header compressed packet (P) is also possible.

また、例えば圧縮ヘッダ処理部105に、処理対象パケットについて圧縮ヘッダ(H2)かフルヘッダ(H1)かを判断する機能、及び対応するフルヘッダ処理部を追加した構成にすれば、圧縮ヘッダ(H2)だけでなくフルヘッダ(H1)の送受信等の処理も合わせて可能となる。   For example, if the compressed header processing unit 105 is configured to add a function for determining whether the packet to be processed is a compressed header (H2) or a full header (H1) and a corresponding full header processing unit, only the compressed header (H2) is added. In addition, processing such as transmission / reception of the full header (H1) is also possible.

また、本構成で適用可能な圧縮ヘッダ形式としては、6LoWPANに限定されない。また、本構成で適用可能な通信プロトコルとしては、UDP/IPに限定されず、例えばTCP/IP等も可能である。   Further, the compressed header format applicable in this configuration is not limited to 6LoWPAN. Further, the communication protocol applicable in this configuration is not limited to UDP / IP, and for example, TCP / IP or the like is also possible.

以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は前記実施の形態に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることは言うまでもない。   As mentioned above, the invention made by the present inventor has been specifically described based on the embodiment. However, the present invention is not limited to the embodiment, and various modifications can be made without departing from the scope of the invention. Needless to say.

本発明は、例えば無線通信システムにおけるパケットデータ通信を行う装置などに利用可能である。   The present invention can be used for an apparatus that performs packet data communication in a wireless communication system, for example.

本発明の一実施の形態におけるヘッダ圧縮パケット通信装置の構成を示す図である。It is a figure which shows the structure of the header compression packet communication apparatus in one embodiment of this invention. 本発明の一実施の形態のヘッダ圧縮パケット通信装置において、主要部(ヘッダ圧縮パケット処理部及びUDP/IPプロトコル処理部)の詳細構成を示す図である。It is a figure which shows the detailed structure of the principal part (a header compression packet process part and a UDP / IP protocol process part) in the header compression packet communication apparatus of one embodiment of this invention. 本発明の一実施の形態のヘッダ圧縮パケット通信装置において、ユーザデータ送信処理(ヘッダ圧縮パケット送信処理)の動作フローを示す図である。It is a figure which shows the operation | movement flow of a user data transmission process (header compression packet transmission process) in the header compression packet communication apparatus of one embodiment of this invention. 本発明の一実施の形態のヘッダ圧縮パケット通信装置において、ヘッダ圧縮パケット受信処理(ユーザデータ受信処理)の動作フローを示す図である。It is a figure which shows the operation | movement flow of a header compression packet reception process (user data reception process) in the header compression packet communication apparatus of one embodiment of this invention. 本発明の一実施の形態のヘッダ圧縮パケット通信装置において、ヘッダ圧縮パケット通信装置の別の構成(その1)を示す図である。It is a figure which shows another structure (the 1) of a header compression packet communication apparatus in the header compression packet communication apparatus of one embodiment of this invention. 本発明の一実施の形態のヘッダ圧縮パケット通信装置において、ヘッダ圧縮パケット通信装置の別の構成(その2)を示す図である。It is a figure which shows another structure (the 2) of a header compression packet communication apparatus in the header compression packet communication apparatus of one embodiment of this invention. 従来技術例である、及び本発明の一実施の形態で扱う、6LoWPANにおける圧縮ヘッダ(6LoWPAN圧縮ヘッダ)の構成を示す図である。It is a figure which shows the structure of the compression header (6LoWPAN compression header) in 6LoWPAN which is a prior art example and is handled by one embodiment of the present invention. 従来技術例である、及び本発明の一実施の形態で参照する、UDP/IPv6フルヘッダ及びその圧縮ヘッダの構成を示す図である。It is a figure which shows the structure of a UDP / IPv6 full header and its compression header which is a prior art example, and is referred in one embodiment of the present invention. 従来技術例である、及び本発明の一実施の形態で参照する、疑似UDP/IPヘッダの構成を示す図である。It is a figure which shows the structure of a pseudo | simulated UDP / IP header which is a prior art example and is referred in one embodiment of this invention. 従来技術例における、ヘッダ圧縮パケット受信装置の構成を示す図である。It is a figure which shows the structure of the header compression packet receiver in a prior art example. 従来技術例における、ヘッダ圧縮パケット受信装置の詳細構成を示す図である。It is a figure which shows the detailed structure of the header compression packet receiver in a prior art example.

符号の説明Explanation of symbols

101,101B,101C…ヘッダ圧縮パケット通信装置(ヘッダ圧縮パケット処理装置)、102,102B,102C…ヘッダ圧縮パケット処理部、103,103B,103C…UDP/IPプロトコル処理部、104…アプリケーション処理部、105…圧縮ヘッダ処理部、106,106B,106C…セッション情報記憶部、107…チェックサム部分値加算部、108…チェックサム計算部、109…UDP/IP処理部、110(110−1,110−2,110−3)…アプリケーション(UDP/IPアプリケーション)、401…6LoWPAN圧縮ヘッダ、402…圧縮ヘッダ符号、403…圧縮IPv6ヘッダ、404…圧縮UDPヘッダ、405…情報、406…情報、407…情報、501…UDP/IPv6フルヘッダ、502…圧縮ヘッダ(UDP/IPv6圧縮ヘッダ)、503…IPv6ヘッダ、504…UDPヘッダ、505…CID(コンテキスト識別子)、601…疑似UDP/IPヘッダ、602…疑似IPヘッダ、603…UDPヘッダ、901…ヘッダ圧縮パケット受信装置、902…PPPフレーム受信部、903…圧縮ヘッダ受信処理部、904…UDP/IP受信処理部、905…疑似UDP受信処理部、906…セッション情報記憶部、907…ユーザデータ出力部、908…UDP/IPアプリケーション、1001…フルヘッダ受信部、1002…圧縮ヘッダ受信部、1003…コンテキスト情報記憶部、1004…IP受信処理部、1005…UDP受信処理部、1006,1007…チェックサム確認部、1008…疑似UDP/IPヘッダ生成部。   101, 101B, 101C ... header compressed packet communication device (header compressed packet processing device), 102, 102B, 102C ... header compressed packet processing unit, 103, 103B, 103C ... UDP / IP protocol processing unit, 104 ... application processing unit, 105 ... compressed header processing unit, 106, 106B, 106C ... session information storage unit, 107 ... checksum partial value addition unit, 108 ... checksum calculation unit, 109 ... UDP / IP processing unit, 110 (110-1, 110-) 2, 110-3) ... Application (UDP / IP application), 401 ... 6LoWPAN compressed header, 402 ... Compressed header code, 403 ... Compressed IPv6 header, 404 ... Compressed UDP header, 405 ... Information, 406 ... Information, 407 ... Information 501 ... UDP / IP 6 full header, 502 ... compressed header (UDP / IPv6 compressed header), 503 ... IPv6 header, 504 ... UDP header, 505 ... CID (context identifier), 601 ... pseudo UDP / IP header, 602 ... pseudo IP header, 603 ... UDP Header, 901... Header compressed packet receiver, 902. PPP frame receiving unit, 903... Compressed header reception processing unit, 904... UDP / IP reception processing unit, 905 .. pseudo UDP reception processing unit, 906. ... User data output unit, 908 ... UDP / IP application, 1001 ... Full header receiving unit, 1002 ... Compressed header receiving unit, 1003 ... Context information storage unit, 1004 ... IP reception processing unit, 1005 ... UDP reception processing unit, 1006,1007 ... Checksum confirmation part, 008 ... pseudo UDP / IP header generating unit.

Claims (12)

フルヘッダの代わりにデータ量が少なくなるように圧縮構成された圧縮ヘッダが付加されたユーザデータからなるヘッダ圧縮パケットが伝送される通信システムで用いられる、前記ヘッダ圧縮パケットを送信する処理及び受信する処理を含むパケット処理を行う装置におけるヘッダ圧縮パケット処理方法であって、
前記装置内に備えるセッション情報記憶手段に、前記ユーザデータの送受信先を特定する情報を含むセッション情報が格納され、その情報を前記装置内の各処理部で共用し、
前記ヘッダ圧縮パケットの送受信に関する誤り検出処理として、前記フルヘッダのうちの、固定部情報についての第1の計算値と、可変部情報についての第2の計算値とを計算処理し、前記第1の計算値を前記セッション情報記憶手段に格納し、前記第2の計算値を含んだ前記圧縮ヘッダを前記ユーザデータに付加した前記ヘッダ圧縮パケットを構成し、
前記ヘッダ圧縮パケットの送受信の際、前記圧縮ヘッダに含まれる前記第2の計算値と前記セッション情報記憶手段の前記第1の計算値とを用いて前記誤り検出処理を行うことを特徴とするヘッダ圧縮パケット処理方法。
Process for transmitting and receiving the header compressed packet used in a communication system in which a header compressed packet made up of user data to which a compressed header compressed so as to reduce the amount of data instead of the full header is transmitted is transmitted A header compressed packet processing method in a device that performs packet processing including:
The session information storage means provided in the device stores session information including information for specifying a transmission / reception destination of the user data, and the information is shared by each processing unit in the device.
As the error detection processing related to transmission / reception of the header compressed packet, the first calculation value for the fixed portion information and the second calculation value for the variable portion information in the full header are calculated and processed. Storing the calculated value in the session information storage means, and configuring the header compressed packet in which the compressed header including the second calculated value is added to the user data,
The header performing the error detection process using the second calculated value included in the compressed header and the first calculated value of the session information storage unit when transmitting and receiving the header compressed packet Compressed packet processing method.
請求項1記載のヘッダ圧縮パケット処理方法において、
前記ヘッダ圧縮パケットを送信する処理において、前記第2の計算値を計算し、前記セッション情報記憶手段に当該通信相手に対応するセッション情報が格納されていない場合は当該セッション情報を格納し、前記第1の計算値が格納されていない場合はそれを計算して格納し、前記セッション情報記憶手段の前記セッション情報を用いて、前記第1の計算値と前記第2の計算値とを用いて前記誤り検出処理の計算値とし、前記誤り検出処理の計算値を含んだ前記圧縮ヘッダを構成し、それを前記ユーザデータに付加して前記ヘッダ圧縮パケットを構成して当該通信相手に送信し、
前記ヘッダ圧縮パケットを受信する処理において、当該通信相手から受信した前記ヘッダ圧縮パケットの前記圧縮ヘッダの情報を解釈してセッション情報を取り出し、前記セッション情報記憶手段に、その取り出したセッション情報に対応する該当セッション情報が格納されていない場合は、その取り出したセッション情報を格納し、前記セッション情報記憶手段に、その取り出したセッション情報に対応する前記第1の計算値が格納されていない場合は、それを計算して格納し、前記受信したヘッダ圧縮パケットにおける前記誤り検出処理の計算値における前記第2の計算値に対し、前記セッション情報記憶手段に格納されている前記第1の計算値を用いて前記誤り検出処理を行い、その結果を確認して前記ユーザデータを得ることを特徴とするヘッダ圧縮パケット処理方法。
The header compressed packet processing method according to claim 1,
In the process of transmitting the header compressed packet, the second calculation value is calculated, and if the session information corresponding to the communication partner is not stored in the session information storage unit, the session information is stored, If the calculated value of 1 is not stored, it is calculated and stored, and using the session information stored in the session information storage means, the first calculated value and the second calculated value are used. As a calculated value of error detection processing, configure the compressed header including the calculated value of error detection processing, add it to the user data and configure the header compressed packet to transmit to the communication partner,
In the process of receiving the header compressed packet, the compressed header information of the header compressed packet received from the communication partner is interpreted to extract session information, and the session information storage means corresponds to the extracted session information. If the corresponding session information is not stored, the extracted session information is stored. If the first calculated value corresponding to the extracted session information is not stored in the session information storage means, it is stored. And using the first calculated value stored in the session information storage means for the second calculated value in the calculated value of the error detection processing in the received header compressed packet. The error detection process is performed, and the result is confirmed to obtain the user data. Header compressed packet processing method.
請求項1記載のヘッダ圧縮パケット処理方法において、
前記誤り検出処理は、チェックサム計算処理であり、前記第1の計算値は、固定部チェックサム値であり、前記第2の計算値は、可変部チェックサム値であり、前記第1と第2の計算値を加算することによりチェックサム計算値を得ることを特徴とするヘッダ圧縮パケット処理方法。
The header compressed packet processing method according to claim 1,
The error detection process is a checksum calculation process, the first calculation value is a fixed part checksum value, the second calculation value is a variable part checksum value, and the first and first 2. A header compressed packet processing method, wherein a checksum calculation value is obtained by adding two calculation values.
請求項1記載のヘッダ圧縮パケット処理方法において、
前記第1の計算値の計算処理を予め行って、前記第1の計算値を前記セッション情報記憶手段のセッション情報に含んでもしくは関連付けて格納しておき、
前記ヘッダ圧縮パケットの送受信の際に、計算処理した前記第2の計算値と、前記セッション情報記憶手段に格納されている前記第1の計算値とを用いて、前記誤り検出処理の計算値を得ることを特徴とするヘッダ圧縮パケット処理方法。
The header compressed packet processing method according to claim 1,
The calculation process of the first calculation value is performed in advance, and the first calculation value is included in or associated with the session information of the session information storage unit, and stored.
When the header compressed packet is transmitted / received, the calculated value of the error detection process is calculated using the second calculated value calculated and the first calculated value stored in the session information storage unit. A method for processing a header compressed packet, characterized by comprising:
請求項1記載のヘッダ圧縮パケット処理方法において、
前記ヘッダ圧縮パケットを新たな通信相手に対して初めて送信する際または受信した際には、前記ヘッダ圧縮パケットの前記圧縮ヘッダの情報に対応する前記セッション情報を前記セッション情報記憶手段に格納し、以後そのセッション情報を同じ通信相手に対して使用することを特徴とするヘッダ圧縮パケット処理方法。
The header compressed packet processing method according to claim 1,
When the header compressed packet is transmitted or received for the first time to a new communication partner, the session information corresponding to the compressed header information of the header compressed packet is stored in the session information storage means, and thereafter A header compressed packet processing method characterized by using the session information for the same communication partner.
請求項1記載のヘッダ圧縮パケット処理方法において、
前記セッション情報記憶手段に格納される情報は、当該セッション情報の識別情報、前記ヘッダ圧縮パケットの送信元ネットワーク層アドレス、送信元トランスポート層ポート番号、受信先ネットワーク層アドレス、受信先トランスポート層ポート番号、前記第1の計算値、及び前記アプリケーションの識別情報を有することを特徴とするヘッダ圧縮パケット処理方法。
The header compressed packet processing method according to claim 1,
The information stored in the session information storage means includes identification information of the session information, a source network layer address of the header compressed packet, a source transport layer port number, a destination network layer address, a destination transport layer port A header compressed packet processing method comprising: a number, the first calculated value, and identification information of the application.
フルヘッダの代わりにデータ量が少なくなるように圧縮構成された圧縮ヘッダが付加されたユーザデータからなるヘッダ圧縮パケットが伝送される通信システムで用いられる、前記ヘッダ圧縮パケットを送信する処理及び受信する処理を含むパケット処理を行うヘッダ圧縮パケット処理装置であって、
前記ユーザデータの送受信先を特定する情報を含むセッション情報が格納されその情報が本装置内の各処理部で共用されるセッション情報記憶手段と、
前記ヘッダ圧縮パケットの送受信に関する誤り検出処理では、前記フルヘッダのうちの、固定部情報についての第1の計算値と、可変部情報についての第2の計算値とを計算処理し、前記第1の計算値を前記セッション情報記憶手段に格納し、前記第2の計算値を含んだ前記圧縮ヘッダを前記ユーザデータに付加した前記ヘッダ圧縮パケットを構成し、前記ヘッダ圧縮パケットの送受信の際、前記圧縮ヘッダに含まれる前記第2の計算値と前記セッション情報記憶手段の前記第1の計算値とを用いて前記誤り検出処理を行うことを含む、ヘッダ圧縮パケット処理及びプロトコル処理を行う手段とを有することを特徴とするヘッダ圧縮パケット処理装置。
Process for transmitting and receiving the header compressed packet used in a communication system in which a header compressed packet made up of user data to which a compressed header compressed so as to reduce the amount of data instead of the full header is transmitted is transmitted A header compressed packet processing device that performs packet processing including:
Session information storage means for storing session information including information for specifying the transmission / reception destination of the user data, the information being shared by each processing unit in the apparatus,
In the error detection processing related to transmission / reception of the header compressed packet, the first calculation value for the fixed part information and the second calculation value for the variable part information in the full header are calculated and processed. A calculated value is stored in the session information storage means, the header compressed packet is configured by adding the compressed header including the second calculated value to the user data, and the compression is performed when the header compressed packet is transmitted and received. Means for performing header compression packet processing and protocol processing, including performing the error detection processing using the second calculation value included in the header and the first calculation value of the session information storage means. A header compressed packet processing apparatus.
請求項7記載のヘッダ圧縮パケット処理装置において、
前記ヘッダ圧縮パケット処理及びプロトコル処理を行う手段は、
前記ヘッダ圧縮パケットを送信する際に、前記セッション情報をもとに前記圧縮ヘッダを構成する処理と、前記ヘッダ圧縮パケットを受信する際に、受信したヘッダ圧縮パケットの前記圧縮ヘッダと前記セッション情報記憶手段に格納されている前記セッション情報とをもとに前記圧縮ヘッダの情報を解釈する処理と、を行う圧縮ヘッダ処理手段と、
前記フルヘッダのうちの前記誤り検出処理の前記第1の計算値と前記第2の計算値とを用いて前記誤り検出処理の部分値を計算する部分値計算手段と、
前記誤り検出処理の前記第2の計算値を計算する処理と、前記ヘッダ圧縮パケットを送信する際に、前記ユーザデータを送受信するアプリケーションの識別情報と、前記セッション情報記憶手段に格納されている前記セッション情報とを比較し、前記セッション情報の識別情報を抽出し、前記ヘッダ圧縮パケットを受信した際に、前記セッション情報の識別情報及び前記アプリケーションの識別情報に関連付けられたアプリケーションに前記ユーザデータを受け渡す処理と、を行うネットワーク層及びトランスポート層のプロトコル処理手段と、を有することを特徴とするヘッダ圧縮パケット処理装置。
The header compressed packet processing device according to claim 7, wherein
Means for performing the header compressed packet processing and protocol processing,
Processing for configuring the compressed header based on the session information when transmitting the header compressed packet, and storing the compressed header and the session information of the received header compressed packet when receiving the header compressed packet Processing for interpreting the information of the compressed header based on the session information stored in the means;
Partial value calculating means for calculating a partial value of the error detection process using the first calculated value and the second calculated value of the error detection process of the full header;
Processing for calculating the second calculation value of the error detection processing, identification information of an application for transmitting / receiving the user data when transmitting the header compressed packet, and the session information storage means The session information is compared, the identification information of the session information is extracted, and when the header compressed packet is received, the user data is received by the application associated with the identification information of the session information and the identification information of the application. And a network layer and transport layer protocol processing means for performing a passing process.
請求項7記載のヘッダ圧縮パケット処理装置において、
前記誤り検出処理は、チェックサム計算処理であり、前記第1の計算値は、固定部チェックサム値であり、前記第2の計算値は、可変部チェックサム値であり、前記第1と第2の計算値を加算することによりチェックサム計算値を得ることを特徴とするヘッダ圧縮パケット処理装置。
The header compressed packet processing device according to claim 7, wherein
The error detection process is a checksum calculation process, the first calculation value is a fixed part checksum value, the second calculation value is a variable part checksum value, and the first and first 2. A header compression packet processing apparatus, wherein a checksum calculation value is obtained by adding two calculation values.
請求項7記載のヘッダ圧縮パケット処理装置において、
前記ヘッダ圧縮パケット処理及びプロトコル処理を行う手段は、
前記第1の計算値の計算処理を予め行って、前記第1の計算値を前記セッション情報記憶手段のセッション情報に含んでもしくは関連付けて格納しておき、
前記ヘッダ圧縮パケットの送受信の際に、計算処理した前記第2の計算値と、前記セッション情報記憶手段に格納されている前記第1の計算値とを用いて、前記誤り検出処理の計算値を得ることを特徴とするヘッダ圧縮パケット処理装置。
The header compressed packet processing device according to claim 7, wherein
Means for performing the header compressed packet processing and protocol processing,
The calculation process of the first calculation value is performed in advance, and the first calculation value is included in or associated with the session information of the session information storage unit, and stored.
When the header compressed packet is transmitted / received, the calculated value of the error detection process is calculated using the second calculated value calculated and the first calculated value stored in the session information storage unit. A header-compressed packet processing device characterized in that:
請求項7記載のヘッダ圧縮パケット処理装置において、
前記ヘッダ圧縮パケットを新たな通信相手に対して初めて送信する際または受信した際には、前記ヘッダ圧縮パケットの前記圧縮ヘッダの情報に対応する前記セッション情報を前記セッション情報記憶手段に格納し、以後そのセッション情報を同じ通信相手に対して使用することを特徴とするヘッダ圧縮パケット処理装置。
The header compressed packet processing device according to claim 7, wherein
When the header compressed packet is transmitted or received for the first time to a new communication partner, the session information corresponding to the compressed header information of the header compressed packet is stored in the session information storage means, and thereafter A header compressed packet processing apparatus using the session information for the same communication partner.
請求項7記載のヘッダ圧縮パケット処理装置において、
前記セッション情報記憶手段に格納される情報は、当該セッション情報の識別情報、前記ヘッダ圧縮パケットの送信元ネットワーク層アドレス、送信元トランスポート層ポート番号、受信先ネットワーク層アドレス、受信先トランスポート層ポート番号、前記第1の計算値、及び前記アプリケーションの識別情報を有することを特徴とするヘッダ圧縮パケット処理装置。
The header compressed packet processing device according to claim 7, wherein
The information stored in the session information storage means includes identification information of the session information, a source network layer address of the header compressed packet, a source transport layer port number, a destination network layer address, a destination transport layer port A header compressed packet processing apparatus comprising a number, the first calculated value, and identification information of the application.
JP2006325480A 2006-12-01 2006-12-01 Method and apparatus of handling header compressed packet Pending JP2008141466A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006325480A JP2008141466A (en) 2006-12-01 2006-12-01 Method and apparatus of handling header compressed packet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006325480A JP2008141466A (en) 2006-12-01 2006-12-01 Method and apparatus of handling header compressed packet

Publications (1)

Publication Number Publication Date
JP2008141466A true JP2008141466A (en) 2008-06-19

Family

ID=39602480

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006325480A Pending JP2008141466A (en) 2006-12-01 2006-12-01 Method and apparatus of handling header compressed packet

Country Status (1)

Country Link
JP (1) JP2008141466A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012182855A (en) * 2012-06-29 2012-09-20 Nippon Hoso Kyokai <Nhk> Transmission terminal for use in unidirectional transmission line, reception terminal and transmission system
JP2013502833A (en) * 2009-08-17 2013-01-24 クゥアルコム・インコーポレイテッド Header compression for relay nodes
JP2013045876A (en) * 2011-08-24 2013-03-04 Nuflare Technology Inc Shot data creation method, charged particle beam lithography and charged particle beam lithography method
JP2013510524A (en) * 2009-11-09 2013-03-21 華為技術有限公司 Data transmission method, apparatus and system
WO2014096505A1 (en) * 2012-12-20 2014-06-26 Nokia Corporation Method and apparatus for handling messages
CN113438160A (en) * 2020-03-23 2021-09-24 中兴通讯股份有限公司 Routing method, routing device and computer readable storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013502833A (en) * 2009-08-17 2013-01-24 クゥアルコム・インコーポレイテッド Header compression for relay nodes
JP2013510524A (en) * 2009-11-09 2013-03-21 華為技術有限公司 Data transmission method, apparatus and system
US9055471B2 (en) 2009-11-09 2015-06-09 Huawei Technologies Co., Ltd. Data transmission method, apparatus and system
JP2013045876A (en) * 2011-08-24 2013-03-04 Nuflare Technology Inc Shot data creation method, charged particle beam lithography and charged particle beam lithography method
JP2012182855A (en) * 2012-06-29 2012-09-20 Nippon Hoso Kyokai <Nhk> Transmission terminal for use in unidirectional transmission line, reception terminal and transmission system
WO2014096505A1 (en) * 2012-12-20 2014-06-26 Nokia Corporation Method and apparatus for handling messages
CN113438160A (en) * 2020-03-23 2021-09-24 中兴通讯股份有限公司 Routing method, routing device and computer readable storage medium
CN113438160B (en) * 2020-03-23 2024-05-31 中兴通讯股份有限公司 Routing method, routing device and computer readable storage medium

Similar Documents

Publication Publication Date Title
JP6817174B2 (en) Propagation of data frames across communication networks using incompatible network routing protocols
US7653864B2 (en) Method and apparatus to perform error control
JP2008141466A (en) Method and apparatus of handling header compressed packet
US7269661B2 (en) Method using receive and transmit protocol aware logic modules for confirming checksum values stored in network packet
CN102300256A (en) Method and device for feeding back header compression and feedback information
US9215716B2 (en) Wireless communication apparatus and non-transitory computer readable storage medium
US7733865B2 (en) Communication apparatus and method
Pediredla et al. A 6LoWPAN implementation for memory constrained and power efficient wireless sensor nodes
TWI493948B (en) System, device and method for reducing network address header
Harvan Connecting wireless sensor networks to the internet-a 6lowpan implementation for tinyos 2.0
US7440473B2 (en) Apparatus and method for compressing a header of a packet
JP2005252855A (en) Apparatus and method of handling header-compressed packet
JP3017217B1 (en) IPv4-IPv6 conversion device
CN111181823B (en) Network transmission system based on CAN bus and robot system
JP2005252647A (en) Radio communication equipment
JP2006165847A (en) Packet length controller and packet length control method and router device
WO2023175705A1 (en) Communication control device, communication device, communication control system, communication control method, and program
Chan et al. Development of 6LoWPAN adaptation layer with fragmentation and reassembly mechanisms by using Qualnet Simulator
Herrero et al. Network and Transport Layers
US20220182320A1 (en) Secure data connections in low data rate networks
JP2007074198A (en) Network communication system
JP7008714B2 (en) Communication device
JP2007074170A (en) Data transfer device and method
KR20020070180A (en) Apparatus For Implementing IPv6 Protocol and Physical Media Interface Unit, IPv6 Header Processing Unit and Upper Layer Interface Unit Suitable For Use in Such an Apparatus
Fuchs IP-based communication in wireless sensor network