KR20080012103A - Communication apparatus for supporting multiple method to establish its network address - Google Patents

Communication apparatus for supporting multiple method to establish its network address Download PDF

Info

Publication number
KR20080012103A
KR20080012103A KR1020060113591A KR20060113591A KR20080012103A KR 20080012103 A KR20080012103 A KR 20080012103A KR 1020060113591 A KR1020060113591 A KR 1020060113591A KR 20060113591 A KR20060113591 A KR 20060113591A KR 20080012103 A KR20080012103 A KR 20080012103A
Authority
KR
South Korea
Prior art keywords
communication device
address
network address
message
field
Prior art date
Application number
KR1020060113591A
Other languages
Korean (ko)
Other versions
KR101210338B1 (en
Inventor
장희진
최진혁
Original Assignee
삼성전자주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to US11/806,910 priority Critical patent/US7852878B2/en
Publication of KR20080012103A publication Critical patent/KR20080012103A/en
Application granted granted Critical
Publication of KR101210338B1 publication Critical patent/KR101210338B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/659Internet protocol version 6 [IPv6] addresses

Abstract

A communication device for supporting plural address setup methods is provided to set an address of the communication device even without performing DAD(Duplicate Address Detection) in a communication environment where the DAD is not necessary, thereby reducing time for initialization of the communication device. An access router(101) periodically broadcasts an RA(Router Advertisement) message to communication devices(104) belonging to a network managed by the router. The router transmits the RA message by including information on an address setup method to be used by the communication devices in the first field of the RA message. The communication devices read the first field of the RA message, and determine address setup methods for setting self addresses according to the first field.

Description

복수의 주소 설정 방식을 지원하는 통신 장치{Communication Apparatus for Supporting Multiple Method to Establish its Network Address}Communication Apparatus for Supporting Multiple Method to Establish its Network Address

도 1은 본 발명의 일례에 따른 액세스 라우터 및 통신 장치의 통신 연결을 도시한 도면이다.1 is a diagram illustrating a communication connection between an access router and a communication device according to an example of the present invention.

도 2는 본 발명의 일례에 따른 RA 메시지를 도시한 도면이다.2 is a diagram illustrating an RA message according to an example of the present invention.

도 3은 본 발명의 제1 주소 설정 방식의 순서를 도시한 흐름도이다.3 is a flowchart illustrating a procedure of the first address setting method of the present invention.

도 4는 본 발명의 제2 주소 설정 방식의 순서를 도시한 흐름도이다.4 is a flowchart illustrating a procedure of a second address setting method of the present invention.

도 5는 본 발명의 제2 주소 설정 방식에 따른 RA 메시지를 도시한 도면이다.5 is a diagram illustrating an RA message according to a second address setting method of the present invention.

도 6은 본 발명의 제3 주소 설정 방식의 순서를 도시한 흐름도이다.6 is a flowchart illustrating a procedure of the third address setting method of the present invention.

도 7은 본 발명의 제4 주소 설정 방식의 순서를 도시한 흐름도이다.7 is a flowchart illustrating a procedure of the fourth address setting method of the present invention.

본 발명은 통신 장치의 주소를 설정하는 방법 및 장치에 한 것으로, 보다 구체적으로는 다양한 주소 설정 방식을 지원하는 통신 장치 및 방법에 관한 것이다.The present invention relates to a method and apparatus for setting an address of a communication apparatus, and more particularly, to a communication apparatus and method for supporting various address setting schemes.

IPv6 환경에서 통신 장치는 128비트의 주소를 가진다. IPv6 환경에서 상기 통신 장치에게 주소를 설정하는 방법은 크게 2가지가 있다.In an IPv6 environment, a communication device has an address of 128 bits. There are two ways to set an address for the communication device in an IPv6 environment.

첫 번째 방법은 RFC 2463에 의하여 제안된 것으로, 통신 장치 스스로 자신이 사용할 자신의 주소를 생성한다. 통신 장치는 액세스 라우터(access router)로부터 RA 메시지를 수신하는데, 상기 RA 메시지에 상기 주소의 생성에 사용할 프리픽스(prefix) 64비트가 포함되어 있다. 통신 장치는 상기 프리픽스 64비트에 스스로 생성한 64 비트를 결합하여 자신이 사용할 주소를 생성한다. 첫 번째 방법은 이렇게 생성한 통신 장치의 주소에 대해 DAD(duplicate address detection)를 수행하여 상기 주소의 유일함(uniqueness)이 확인되면 상기 생성된 주소를 자신의 주소로 설정한다.The first method is proposed by RFC 2463, and the communication device itself generates its own address for use. The communication device receives a RA message from an access router, which includes a prefix 64-bit for use in generating the address. The communication device combines the 64 bit generated by itself with the prefix 64 bit to generate an address for use. The first method performs a duplicate address detection (DAD) on the address of the communication device thus generated and sets the generated address as its own address when the uniqueness of the address is confirmed.

두 번째 방법은 RFC 3315에 의하여 제안된 것으로, 통신 장치는 DHCPv6 서버로부터 상기 통신 장치가 사용할 주소를 수신한다. 그 다음, 통신 장치는 상기 수신된 주소에 대해 DAD를 수행하여 상기 주소의 유일함(uniqueness)이 확인되면 상기 생성된 주소를 자신의 주소로 설정한다.The second method is proposed by RFC 3315, in which the communication device receives an address to be used by the communication device from a DHCPv6 server. Then, the communication device performs a DAD on the received address and sets the generated address as its own address when the uniqueness of the address is confirmed.

통신 장치를 이용하여 통신을 수행하기 위해서는 먼저 상기 통신 장치의 주소가 설정되어야 하는데, 위의 2 방법 모두는 항상 DAD를 수행하여야 한다. DAD의 수행 방법은 RFC 2461에 제안되어 있다. 그런데, 상기 DAD의 수행은 비교적 오랜 시간이 소요되기 때문에, 통신 장치를 사용하기 위한 초기화 시간이 오래 소요되는 단점이 있다.In order to perform communication using a communication device, an address of the communication device must first be set. Both of the above two methods must always perform DAD. The method of performing DAD is proposed in RFC 2461. However, since performing the DAD takes a relatively long time, there is a disadvantage that the initialization time for using the communication device takes a long time.

한편, 실제의 통신 환경에 있어서는 DAD를 수행하지 않아도 되는 경우가 존재하는데, 종래기술에 따르면, 이러한 경우에도 항상 DAD를 수행하여야 하는 문제점이 있다.On the other hand, there is a case where it is not necessary to perform the DAD in the actual communication environment, according to the prior art, there is a problem that the DAD should always be performed even in this case.

또한, 종래기술에서는 통신 장치가 사용할 수 있는 주소 설정 방식을 고정시킴으로써, 통신 장치가 속하게 되는 통신 환경에 따라 동적으로 주소 설정 방식을 변경할 수 있는 방법이 제공되지 않았다.In addition, in the related art, by fixing an address setting method that can be used by a communication device, a method of dynamically changing the address setting method according to the communication environment to which the communication device belongs is not provided.

따라서, 본 발명은 DAD를 수행하지 않아도 되는 통신 환경에서는 DAD를 수행하지 않고서도 통신 장치의 주소를 설정할 수 있도록 함으로써, 통신 장치의 초기화에 소요되는 시간을 절감하는 것을 목적으로 한다.Accordingly, an object of the present invention is to reduce the time required for initialization of a communication device by enabling the address of the communication device to be set without performing the DAD in a communication environment in which the DAD is not required.

또한, 본 발명은 통신 장치가 속하게 되는 통신 환경에 따라 동적으로 주소 설정 방식을 변경할 수 있도록 함으로써, 통신 환경에 따른 최적의 주소 설정 방식을 이용할 수 있도록 하는 것을 목적으로 한다.In addition, an object of the present invention is to be able to dynamically change the address setting method according to the communication environment to which the communication device belongs, thereby enabling to use the optimal address setting method according to the communication environment.

또한, 본 발명은 IPv6 환경에서 다양한 통신 단말의 주소 설정 방법을 실현하는 것을 목적으로 한다.In addition, an object of the present invention is to realize an address setting method of various communication terminals in an IPv6 environment.

상기와 같은 본 발명의 목적을 달성하기 위하여, RA 메시지를 수신할 통신 장치에게 상기 통신 장치가 사용할 주소 설정 방식에 관한 정보를 상기 RA 메시지의 제1 필드에 포함하여 송신하는 액세스 라우터가 제공된다. 상기 통신 장치는 복수 개의 주소 설정 방식을 지원하고, 상기 주소 설정 방식에 관한 정보는 상기 통신 장치가 상기 복수 개의 주소 설정 방식 중 상기 통신 장치가 사용할 주소 설정 방식에 관한 정보이다.In order to achieve the above object of the present invention, an access router is provided which transmits information on an address setting method to be used by the communication device to a communication device that will receive the RA message, in the first field of the RA message. The communication device supports a plurality of address setting methods, and the information about the address setting method is information about an address setting method to be used by the communication device among the plurality of address setting methods.

본 발명의 일측에 따르는 통신 장치는 복수 개의 주소 설정 방식을 지원하 고, 액세스 라우터로부터 수신한 RA 메시지의 제1 필드를 판독하고, 상기 제1 필드에 따라 상기 통신 장치의 주소를 설정하는 방식을 결정한다.According to an aspect of the present invention, a communication apparatus supports a plurality of address setting schemes, reads a first field of an RA message received from an access router, and sets an address of the communication apparatus according to the first field. Decide

본 발명의 또 다른 일측에 따르면, 통신 장치는 상기 제1 필드가 제1 값인 경우, DAD를 수행하지 않고, 상기 통신 장치에 할당된 네트워크 주소를 상기 통신 장치의 주소로 설정한다. 보다 구체적으로, 상기 통신 장치는 상기 RA 메시지를 수신한 인터페이스(interface)의 노드 변수(node variable)인 DupAddrDetectTransmits를 자동으로 0으로 설정함으로써, 상기 DAD를 수행하지 않도록 한다.According to another aspect of the present invention, when the first field is the first value, the communication device does not perform DAD and sets a network address assigned to the communication device as the address of the communication device. More specifically, the communication device does not perform the DAD by automatically setting DupAddrDetectTransmits, which is a node variable of an interface receiving the RA message, to 0.

본 발명의 또 다른 일측에 따르면, 상기 제1 필드가 제2 값인 경우, 상기 RA 메시지는 상기 통신 장치가 사용할 네트워크 주소를 포함하고, 상기 통신 장치는 DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정한다. 이때, 상기 통신 장치가 사용할 상기 네트워크 주소는 상기 RA 메시지의 프리픽스 인포메이션 옵션(Prefix Information Option) 필드에 포함된다.According to another aspect of the present invention, when the first field is the second value, the RA message includes a network address to be used by the communication device, the communication device does not perform a DAD, and communicates the network address to the communication. Set to the address of the device. In this case, the network address to be used by the communication device is included in a prefix information option field of the RA message.

본 발명의 또 다른 일측에 따르면, 상기 제1 필드가 제3 값인 경우, 통신 장치는 EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성하고, DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정한다.According to another aspect of the present invention, when the first field is the third value, the communication device generates an auto-configured network address using an EUI64 interface identifier, does not perform a DAD, and performs the network. Set the address to that of the communication device.

본 발명의 또 다른 일측에 따르면, 상기 제1 필드가 제4 값인 경우, 통신 장치는 상기 통신 장치에 할당된 네트워크 주소에 관한 NS 메시지를 송신하고, 상기 NS 메시지에 응답한 NA 메시지에 상기 네트워크 주소가 고유함(uniqueness)을 나타 내는 정보가 포함되어 있으면 상기 네트워크 주소를 상기 통신 장치의 주소로 설정한다.According to another aspect of the present invention, when the first field is a fourth value, the communication device transmits an NS message about a network address assigned to the communication device, and the network address in response to the NS message. Sets the network address to the address of the communication device if information indicating uniqueness is included.

이하 첨부 도면들 및 첨부 도면들에 기재된 내용들을 참조하여 본 발명의 바람직한 실시예를 상세하게 설명하지만, 본 발명이 실시예들에 의해 제한되거나 한정되는 것은 아니다. 각 도면에 제시된 동일한 참조부호는 동일한 부재를 나타낸다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings and the contents described in the accompanying drawings, but the present invention is not limited or limited to the embodiments. Like reference numerals in the drawings denote like elements.

도 1은 본 발명의 일례에 따른 액세스 라우터 및 통신 장치의 통신 연결을 도시한 도면이다.1 is a diagram illustrating a communication connection between an access router and a communication device according to an example of the present invention.

도 1에 도시된 바와 같이, 통신 장치(communication terminal)(104)는 기지국(base station)(102, 103)을 통하여 액세스 라우터(access router)(101)와 연결된다.As shown in FIG. 1, a communication terminal 104 is connected to an access router 101 through base stations 102 and 103.

본 발명에서 액세스 라우터(101)는, 용어와 무관하게, 통신 장치의 주소 설정 방식을 관리하는 장치를 의미한다. 액세스 라우터(101)는 상기 주소 설정 방식의 관리 기능에 추가하여 다른 기능들을 수행할 수도 있다. 예를 들어, 액세스 라우터(101)는 통신 단말(communication terminal)이나 통신 장치(communication device)로부터/에게 전송된 데이터를 라우팅할 수도 있다.In the present invention, the access router 101 refers to a device for managing an address setting scheme of a communication device, regardless of the term. The access router 101 may perform other functions in addition to the management function of the address setting method. For example, the access router 101 may route data sent to / from a communication terminal or communication device.

액세스 라우터(101)는 자신이 관리하는 네트워크에 속한 통신 장치들에게 주기적으로 RA 메시지(Router Advertisement Message)를 브로드캐스트한다. 이때, 액세스 라우터(101)는 RA 메시지(Router Advertisement Message)의 제1 필드에 통신 장치(104)가 사용할 주소 설정 방식에 관한 정보를 포함하여 통신 장치(104)에 게 송신한다. 상기 주소 설정 방식에 관한 정보는 통신 장치(101)가 지원하는 복수 개의 주소 설정 방식 중 하나가 된다.The access router 101 periodically broadcasts a Router Advertisement Message to communication devices belonging to the network managed by the access router 101. At this time, the access router 101 includes the information on the address setting method to be used by the communication device 104 in the first field of the RA Advertisement Message and transmits it to the communication device 104. The information about the address setting method is one of a plurality of address setting methods supported by the communication device 101.

액세스 라우터(101)가 관리하는 네트워크의 영역으로 진입한 통신 장치(104)는 통신을 수행하기 위하여 먼저 자신의 주소를 설정하여야 한다. 이때, 통신 장치(104)는 액세스 라우터(101)로부터 수신한 RA 메시지의 제1 필드를 판독하고, 상기 제1 필드에 따라 자신의 주소를 설정하는 주소 설정 방식을 결정한다. 이를 위하여 통신 장치(104)는 복수 개의 주소 설정 방식을 지원한다. 본 발명에서는 이러한 주소 설정 방식으로 4가지를 제안하는데, 본 발명의 범위 내에서 다른 주소 설정 방식도 추가로 사용될 수 있다.The communication device 104 entering the area of the network managed by the access router 101 must first set its own address in order to perform communication. At this time, the communication device 104 reads the first field of the RA message received from the access router 101, and determines an address setting method for setting its own address according to the first field. To this end, the communication device 104 supports a plurality of address setting schemes. The present invention proposes four types of such address setting methods, but other address setting methods may be additionally used within the scope of the present invention.

그 다음, 통신 장치(104)는 상기 결정된 주소 설정 방식에 따라 자신의 주소를 설정한다. 주소의 설정이 종료되면, 통신 장치(104)는 통신을 개시하게 된다.Then, the communication device 104 sets its own address in accordance with the determined address setting scheme. When the setting of the address is finished, the communication device 104 starts communication.

따라서, 통신 장치(104)가 다른 네트워크로 이동하고, 상기 네트워크에서는 다른 주소 설정 방식을 사용하는 경우, 통신 장치(104)는 새로운 주소 설정 방식을 사용하여 자신의 주소를 설정한다. 따라서, 통신 장치(104)의 주소 설정 방식은 동적으로 변경된다. 본 발명의 일 실시예에 따르면, 통신 장치(104)가 속한 네트워크는 변경되지 않더라도, 특별한 사정에 의하여, 액세스 라우터(101)는 자신의 네트워크에 속한 통신 장치(104)에게 새로운 주소 설정 방식에 의하여 새로운 주소를 설정하도록 할 수도 있다.Therefore, when the communication device 104 moves to another network and uses a different address setting method in the network, the communication device 104 sets its own address using the new address setting method. Thus, the address setting scheme of the communication device 104 changes dynamically. According to an embodiment of the present invention, even if the network to which the communication device 104 belongs does not change, due to special circumstances, the access router 101 may assign a new address setting method to the communication device 104 belonging to its own network. You can also set a new address.

도 2는 본 발명의 일례에 따라 액세스 라우터(101)가 송신하는 RA 메시지(201)를 도시한 도면이다.2 is a diagram illustrating an RA message 201 transmitted by an access router 101 according to an example of the present invention.

IPv6의 RA 메시지(201) 중 예약된 필드(reserved field)(202) 및 RA 메시지의 옵션 필드 중 일부(203)를 본 발명에 따른 통신 장치가 사용할 주소 설정 방식에 관한 정보를 저장하는 제1 필드로 사용할 수 있다. 본 발명에서 RA 메시지(201)의 옵션 필드 중 일부(203)는 DAD 코드 필드(203)로 부른다.A first field for storing information on an address setting method for a communication device according to the present invention to use a reserved field 202 of the RA message 201 of IPv6 and some of the option fields 203 of the RA message. Can be used as In the present invention, some of the option fields 203 of the RA message 201 are called a DAD code field 203.

IPv6의 RA 메시지(201) 중 예약된 필드의 1비트가 사용된다. 상기 비트의 값이 "0"이면, 종래기술에 따라 DAD를 사용하는 RFC 2461의 방법이 사용된다. 즉, 통신 장치(104)는 수신한 RA 메시지(201)의 예약된 필드 중 정해진 1 비트의 값을 판독한다. 만약, 상기 1비트의 값이 "0"이면, 통신 장치(104)는 RFC 2463 또는 RFC 3315에 의하여 자신의 주소를 얻고, RFC 2461에 따른 DAD를 수행한다. 그 다음, 상기 주소가 중복되지 않으면, 통신 장치(104)는 상기 주소를 자신의 주소로 설정한다.One bit of the reserved field of the RA message 201 of IPv6 is used. If the value of the bit is "0", the method of RFC 2461 using DAD according to the prior art is used. That is, the communication device 104 reads a value of one bit determined from the reserved fields of the received RA message 201. If the value of the one bit is "0", the communication device 104 obtains its address by RFC 2463 or RFC 3315 and performs a DAD according to RFC 2461. Then, if the addresses do not overlap, the communication device 104 sets the address as its own address.

상기 1비트의 값이 "1"이면, 통신 장치(104)는 추가로 DAD 코드 필드(203)를 판독한다. DAD 코드 필드(203)는 지원되는 주소 설정 방식의 수에 따라 n비트가 할당된다. 예를 들어, 추가로 지원되는 주소 설정 방식이 4개인 경우에는 DAD 코드 필드(203)는 2비트가 할당된다. 통신 장치(104)는 DAD 코드 필드(203)의 값에 따라 자신의 주소를 설정하는 주소 설정 방식을 결정한다. 즉, 통신 장치(104)는 DAD 코드 필드(203)에 따라 복수 개의 주소 설정 방식 중 선택된 하나의 주소 설정 방식을 이용하여 자신의 주소를 설정한다.If the one-bit value is "1", the communication device 104 further reads the DAD code field 203. The DAD code field 203 is allocated n bits according to the number of supported addressing schemes. For example, if four additional addressing schemes are supported, two bits are allocated to the DAD code field 203. The communication device 104 determines an address setting method for setting its own address according to the value of the DAD code field 203. That is, the communication device 104 sets its own address using one address setting method selected from among a plurality of address setting methods according to the DAD code field 203.

본 발명의 다른 실시예에 따르면, RA 메시지(201)의 다른 필드들이 본 발명에 따른 통신 장치가 사용할 주소 설정 방식에 관한 정보를 저장하는 제1 필드로 사용할 수 있다. 예를 들어, 앞의 실시예에서는 IPv6의 RA 메시지(201) 중 예약된 필드(reserved field)(202) 및 RA 메시지의 옵션 필드 중 일부(203)를 본 발명에 따른 제1 필드로 사용하였으나, 예약된 필드(202) 단독으로 상기 제1 필드로 사용할 수도 있다.According to another embodiment of the present invention, other fields of the RA message 201 may be used as a first field for storing information on an address setting method to be used by the communication device according to the present invention. For example, in the above embodiment, the reserved field 202 of the RA message 201 of IPv6 and the optional field 203 of the RA message are used as the first field according to the present invention. The reserved field 202 alone may be used as the first field.

이하에서는, 본 발명에 의하여 제안되는 4가지 주소 설정 방식을 차례대로 설명한다.Hereinafter, the four address setting methods proposed by the present invention will be described in order.

도 3은 본 발명의 제1 주소 설정 방식의 순서를 도시한 흐름도이다.3 is a flowchart illustrating a procedure of the first address setting method of the present invention.

제1 주소 설정 방식은 통신 장치(104)가 얻은 통신 장치(104)의 네트워크 주소를 DAD를 수행하지 않고, 통신 장치(104)의 주소로 설정하는 방식이다. 예를 들어, 통신 장치(104)가 수신한 RA 메시지(201)의 DAD 코드 필드(203)가 제1 값(예를 들어, "0")이면, 이는 제1 주소 설정 방식으로 통신 장치(104)의 주소를 설정할 것을 지시(indicate)하는 것이다.The first address setting method is a method of setting the network address of the communication device 104 obtained by the communication device 104 to the address of the communication device 104 without performing DAD. For example, if the DAD code field 203 of the RA message 201 received by the communication device 104 is a first value (eg, "0"), it is the communication device 104 in the first address setting manner. ) To set the address of the.

통신 장치(104)는, 단계(301)에서, 기지국(102)을 경유하여, 액세스 라우터(101)로부터 RA 메시지(201)를 수신한다. 그리고, 단계(302)에서 통신 장치(104)는 RA 메시지(201)의 DAD 코드 필드(203)를 판독한다. 단계(302)의 판단 결과, DAD 코드 필드(203)가 제1 값(예를 들어, "0")을 가지면, 통신 장치(104)는 제1 주소 설정 방식으로 자신의 주소를 설정한다. The communication device 104 receives, at step 301, the RA message 201 from the access router 101 via the base station 102. The communication device 104 then reads the DAD code field 203 of the RA message 201 at step 302. As a result of the determination of step 302, if the DAD code field 203 has a first value (eg, "0"), the communication device 104 sets its address in a first address setting manner.

먼저, 통신 장치(104)는, 단계(303)에서, 자신이 사용할 네트워크 주소를 얻는다(obtain). 상기 네트워크 주소는 IPv6 주소일 수 있다. 한 방법으로, 통신 장치(104)는 스스로 자신이 사용할 네트워크 주소를 생성할 수 있다. 예를 들어, 통신 장치(104)는 RFC 2463의 방법을 사용하여 자신이 사용할 네트워크 주소를 생성할 수 있다. 통신 장치(104)는 액세스 라우터(101)로부터 RA 메시지를 수신하는데, 상기 RA 메시지에 상기 네트워크 주소의 생성에 사용할 프리픽스(prefix) 64비트가 포함되어 있다. 통신 장치(104)는 상기 프리픽스 64비트에 스스로 생성한 64 비트를 결합하여 자신이 사용할 네트워크 주소를 생성한다. 다른 방법으로, 통신 장치(104)는 다른 장치로부터 자신이 사용할 네트워크 주소를 얻을 수 있다. 예를 들어, 통신 장치(104)는 RFC 3315의 방법을 사용하여 DHCPv6 서버로부터 자신이 사용할 네트워크 주소를 수신한다.First, in step 303, the communication device 104 obtains a network address for itself to use. The network address may be an IPv6 address. In one method, communication device 104 may generate a network address for itself to use. For example, the communication device 104 can generate a network address for use by using the method of RFC 2463. The communication device 104 receives a RA message from the access router 101, which contains a prefix 64-bit for use in generating the network address. The communication device 104 combines the 64 bits generated by the prefix with 64 bits to generate a network address for use. Alternatively, communication device 104 may obtain a network address for use from another device. For example, the communication device 104 receives a network address for its use from a DHCPv6 server using the method of RFC 3315.

그 다음, 통신 장치(104)는 DAD를 수행하지 않고, 상기 얻어진 네트워크 주소를 자신의 주소로 설정한다. 이를 위하여 통신 장치(104)는, 단계(304)에서, RA 메시지를 수신한 통신 인터페이스(communication interface)의 노드 변수(node variable)인 DupAddrDetectTransmits를 자동으로 "0"으로 설정한다. 즉, 통신 장치(104)가 수신한 RA 메시지(201)의 DAD 코드 필드(203)가 제1 값(예를 들어, "0")을 가지면, 통신 장치(104)는, 사용자의 명시적인 명령이 없더라도, 자동으로 노드 변수(node variable)인 DupAddrDetectTransmits를 "0"으로 설정하는 것이다. 그러면, 통신 장치(104)는 DAD를 수행하지 않게 된다. 단계(305)에서 통신 장치(104)는 상기 얻어진 네트워크 주소를 자신의 주소로 설정한다.Then, the communication device 104 does not perform the DAD and sets the obtained network address as its own address. To this end, the communication device 104 automatically sets DupAddrDetectTransmits, a node variable of the communication interface that received the RA message, to " 0 " That is, if the DAD code field 203 of the RA message 201 received by the communication device 104 has a first value (eg, "0"), then the communication device 104 may send an explicit command to the user. Even without this, it automatically sets the node variable DupAddrDetectTransmits to "0". The communication device 104 then does not perform a DAD. In step 305 the communication device 104 sets the obtained network address to its own address.

제1 주소 설정 방식은 3GPP2 모델과 같이 통신 장치(104)에게 유일한 프리픽스(unique prefix)를 할당하는 경우에 적용될 수 있다.The first address setting scheme may be applied to a case where a unique prefix is assigned to the communication device 104 as in the 3GPP2 model.

도 4는 본 발명의 제2 주소 설정 방식의 순서를 도시한 흐름도이다.4 is a flowchart illustrating a procedure of a second address setting method of the present invention.

제2 주소 설정 방식은 액세스 라우터(101)가 송신하는 RA 메시지에 통신 장치(104)가 사용할 네트워크 주소가 포함되어 있고, 통신 장치(104)는 DAD를 수행하지 않고, 상기 네트워크 주소를 통신 장치(104)의 주소로 설정하는 방식이다. 예를 들어, 통신 장치(104)가 수신한 RA 메시지(201)의 DAD 코드 필드(203)가 제2 값(예를 들어, "1")이면, 이는 제2 주소 설정 방식으로 통신 장치(104)의 주소를 설정할 것을 지시(indicate)하는 것이다.In the second address setting method, the RA message transmitted by the access router 101 includes a network address to be used by the communication device 104, and the communication device 104 does not perform a DAD and transmits the network address to the communication device ( 104). For example, if the DAD code field 203 of the RA message 201 received by the communication device 104 is a second value (eg, "1"), this is the communication device 104 in a second address setting manner. ) To set the address of the.

통신 장치(104)는, 단계(401)에서, 기지국(102)을 경유하여, 액세스 라우터(101)로부터 RA 메시지(201)를 수신한다. 그리고, 단계(402)에서 통신 장치(104)는 RA 메시지(201)의 DAD 코드 필드(203)를 판독한다. 단계(402)의 판단 결과, DAD 코드 필드(203)가 제2 값(예를 들어, "1")을 가지면, 통신 장치(104)는 제2 주소 설정 방식으로 자신의 주소를 설정한다. The communication device 104 receives, at step 401, the RA message 201 from the access router 101 via the base station 102. The communication device 104 then reads the DAD code field 203 of the RA message 201 at step 402. As a result of the determination of step 402, if the DAD code field 203 has a second value (e.g., "1"), the communication device 104 sets its address in a second address setting manner.

제2 주소 설정 방식에서는 통신 장치(104)가 수신한 RA 메시지에 통신 장치(104)가 사용할 네트워크 주소가 포함되어 있다. 제2 주소 설정 방식에 따른 RA 메시지(503)의 예가 도 5에 도시되어 있다. 도 5는 RA 메시지(503)의 일부를 도시한 것으로 RA 메시지(503)의 옵션 필드를 도시한 것이다. 본 발명의 일 실시예에 따르면, RA 메시지(503)의 옵션 필드 중 프리픽스 인포메이션 옵션(PIO: Prefix Information Option) 필드에 통신 장치(104)가 사용할 네트워크 주소가 포함된다. PIO 필드 중 예약된 필드(501) 중 플래그가 정의된다. 상기 플래그가 미리 결정된 값을 가지는 경우, PIO 필드의 데이터 필드(502)는 통신 장치(104)가 사용할 네트워크 주소를 포함한다.In the second address setting method, the RA message received by the communication device 104 includes a network address to be used by the communication device 104. An example of an RA message 503 according to a second addressing scheme is shown in FIG. 5. 5 shows a portion of RA message 503 and shows an optional field of RA message 503. According to an embodiment of the present invention, the prefix information option (PIO) field of the option field of the RA message 503 includes a network address to be used by the communication device 104. The flag of the reserved field 501 of the PIO field is defined. If the flag has a predetermined value, the data field 502 of the PIO field contains a network address for use by the communication device 104.

단계(402)의 판단 결과, DAD 코드 필드(203)가 제2 값(예를 들어, "1")을 가지면, 통신 장치(104)는 단계(403)에서 RA 메시지에 포함된 네트워크 주소를 추출한다. RA 메시지(503)에 통신 장치(104)가 사용할 네트워크 주소가 도 5와 같이 저장된다면, 통신 장치(104)는 먼저 PIO 필드 중 예약된 필드(510) 중 미리 정의된 플래그를 확인한다. 상기 플래그가 특정 값을 가지면, 통신 장치(104)는 PIO 필드의 데이터 필드(502)에 포함된 네트워크 주소를 추출한다. 상기 데이터 필드(502)에는 통신 장치(104)가 사용할 네트워크 주소가 포함되어 있다. 상기 네트워크 주소는 IPv6 주소일 수 있다. 단계(404)에서, 통신 장치(104)는 DAD를 수행하지 않고, 상기 RA 메시지에 포함된 네트워크 주소를 자신의 주소로 설정한다.As a result of the determination of step 402, if the DAD code field 203 has a second value (eg, "1"), the communication device 104 extracts the network address included in the RA message in step 403. do. If the network address to be used by the communication device 104 in the RA message 503 is stored as shown in FIG. 5, the communication device 104 first checks a predefined flag of the reserved field 510 in the PIO field. If the flag has a specific value, the communication device 104 extracts the network address included in the data field 502 of the PIO field. The data field 502 contains a network address for use by the communication device 104. The network address may be an IPv6 address. In step 404, the communication device 104 does not perform a DAD and sets the network address included in the RA message to its own address.

제2 주소 설정 방식은 WiMAX 또는 WiBro와 같이 통신 장치(104)의 주소 정보가 중앙집중적으로 관리되는 망(network)에서 유용하다.The second address setting scheme is useful in a network in which address information of the communication device 104 is centrally managed, such as WiMAX or WiBro.

도 6은 본 발명의 제3 주소 설정 방식의 순서를 도시한 흐름도이다.6 is a flowchart illustrating a procedure of the third address setting method of the present invention.

제3 주소 설정 방식은 통신 장치(104)가 EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성하고, 통신 장치(104)는 DAD를 수행하지 않고, 상기 네트워크 주소를 통신 장치(104)의 주소로 설정하는 방식이다. 예를 들어, 통신 장치(104)가 수신한 RA 메시지(201)의 DAD 코드 필드(203)가 제3 값(예를 들어, "2")이면, 이는 제3 주소 설정 방식으로 통신 장치(104)의 주소를 설정할 것을 지시(indicate)하는 것이다.In the third address setting scheme, the communication device 104 generates an auto-configured network address using an EUI64 interface identifier, and the communication device 104 does not perform a DAD, and the network address is assigned to the communication device. This is a method of setting the address to 104. For example, if the DAD code field 203 of the RA message 201 received by the communication device 104 is a third value (eg, "2"), then this is the communication device 104 in a third address setting manner. ) To set the address of the.

통신 장치(104)는, 단계(601)에서, 기지국(102)을 경유하여, 액세스 라우터(101)로부터 RA 메시지(201)를 수신한다. 그리고, 단계(602)에서 통신 장 치(104)는 RA 메시지(201)의 DAD 코드 필드(203)를 판독한다. 단계(602)의 판단 결과, DAD 코드 필드(203)가 제3 값(예를 들어, "2")을 가지면, 통신 장치(104)는 제3 주소 설정 방식으로 자신의 주소를 설정한다. The communication device 104 receives, at step 601, an RA message 201 from the access router 101 via the base station 102. The communication device 104 then reads the DAD code field 203 of the RA message 201 at step 602. As a result of the determination of step 602, if the DAD code field 203 has a third value (eg, “2”), the communication device 104 sets its address in a third address setting manner.

제3 주소 설정 방식에서는 통신 장치(104)가 자신이 사용할 네트워크 주소를 생성한다(단계 603). 본 발명의 일실시예에 따르면, 통신 장치(104)는 EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성한다. 상기 네트워크 주소가 IPv6 주소인 경우를 예로 들어 설명한다. IPv6 주소는 128비트로 구성된다. 통신 장치(104)가 액세스 라우터(101)로부터 수신한 RA 메시지(201)는 상기 네트워크 주소의 생성에 사용할 64비트의 프리픽스(prefix)가 포함되어 있다. 통신 장치(104)는 상기 64비트의 프리픽스를 상기 네트워크 주소의 상위 64비트로 사용한다. 그 다음, 48비트의 통신 장치(104)의 MAC 주소로부터 64비트의 EUI64 인터페이스 식별자(EUI64 interface identifier)를 생성한다. 통신 장치(104)는 상기 64비트의 EUI64 인터페이스 식별자를 상기 네트워크 주소의 하위 64비트로 사용한다. 이와 같이 RA 메시지에 포함된 64비트의 프리픽스와 64비트의 EUI64 인터페이스 식별자를 결합(concatenate)하여 128비트의 IPv6 주소를 생성한다. 물론 본 발명의 범위 내에서 상기 외에도 다양한 방법으로 통신 장치(104)에 의하여 네트워크 주소가 생성될 수 있다. 단계(604)에서, 통신 장치(104)는 DAD를 수행하지 않고, 자신이 생성한 네트워크 주소를 자신의 주소로 설정한다.In the third address setting method, the communication device 104 generates a network address to be used by the communication device 104 (step 603). According to one embodiment of the invention, the communication device 104 generates an auto-configured network address using the EUI64 interface identifier. A case where the network address is an IPv6 address will be described as an example. An IPv6 address consists of 128 bits. The RA message 201 received by the communication device 104 from the access router 101 includes a 64-bit prefix for use in generating the network address. The communication device 104 uses the 64-bit prefix as the upper 64 bits of the network address. Next, a 64-bit EUI64 interface identifier is generated from the MAC address of the 48-bit communication device 104. The communication device 104 uses the 64-bit EUI64 interface identifier as the lower 64-bit of the network address. As such, a 128-bit IPv6 address is generated by concatenating the 64-bit prefix and the 64-bit EUI64 interface identifier included in the RA message. Of course, within the scope of the present invention, the network address may be generated by the communication device 104 in various ways in addition to the above. In step 604, the communication device 104 does not perform the DAD, but sets the network address generated by itself as its own address.

제3 주소 설정 방식은 3GPP2 모델과 같이 통신 장치(104)에게 유일한 프리픽 스(unique prefix)를 할당하는 경우에 유용하다.The third address setting scheme is useful when assigning a unique prefix to the communication device 104 as in the 3GPP2 model.

도 7은 본 발명의 제4 주소 설정 방식의 순서를 도시한 흐름도이다.7 is a flowchart illustrating a procedure of the fourth address setting method of the present invention.

제4 주소 설정 방식은 통신 장치(104)가 통신 장치의 네트워크 주소를 포함한 NS 메시지에 응답한 NA 메시지에 상기 네트워크 주소가 고유함(uniqueness)을 나타내는 정보가 포함되어 있으면, 통신 장치(104)가 상기 네트워크 주소를 통신 장치(104)의 주소로 설정하는 방식이다. 예를 들어, 통신 장치(104)가 수신한 RA 메시지(201)의 DAD 코드 필드(203)가 제4 값(예를 들어, "3")이면, 이는 제4 주소 설정 방식으로 통신 장치(104)의 주소를 설정할 것을 지시(indicate)하는 것이다.In a fourth address setting scheme, if the NA message responsive to the NS message including the network address of the communication device includes information indicating that the network address is unique, the communication device 104 indicates that the network address is unique. The network address is set as the address of the communication device 104. For example, if the DAD code field 203 of the RA message 201 received by the communication device 104 is the fourth value (eg, "3"), it is the communication device 104 in the fourth address setting manner. ) To set the address of the.

통신 장치(104)는, 단계(701)에서, 기지국(102)을 경유하여, 액세스 라우터(101)로부터 RA 메시지(201)를 수신한다. 그리고, 단계(702)에서 통신 장치(104)는 RA 메시지(201)의 DAD 코드 필드(203)를 판독한다. 단계(702)의 판단 결과, DAD 코드 필드(203)가 제4 값(예를 들어, "3")을 가지면, 통신 장치(104)는 제3 주소 설정 방식으로 자신의 주소를 설정한다. The communication device 104 receives, at step 701, the RA message 201 from the access router 101 via the base station 102. The communication device 104 then reads the DAD code field 203 of the RA message 201 at step 702. As a result of the determination of step 702, if the DAD code field 203 has a fourth value (e.g., "3"), the communication device 104 sets its address in a third address setting manner.

먼저, 통신 장치(104)는, 단계(703)에서, 자신이 사용할 네트워크 주소를 얻는다(obtain). 상기 네트워크 주소는 IPv6 주소일 수 있다. 한 방법으로, 통신 장치(104)는 스스로 자신이 사용할 네트워크 주소를 생성할 수 있다. 예를 들어, 통신 장치(104)는 RFC 2463의 방법을 사용하여 자신이 사용할 네트워크 주소를 생성할 수 있다. 다른 방법으로, 통신 장치(104)는 다른 장치로부터 자신이 사용할 네트워크 주소를 얻을 수 있다. 예를 들어, 통신 장치(104)는 RFC 3315의 방법을 사용하여 DHCPv6 서버로부터 자신이 사용할 네트워크 주소를 수신한다.First, in step 703, the communication device 104 obtains a network address for itself to use. The network address may be an IPv6 address. In one method, communication device 104 may generate a network address for itself to use. For example, the communication device 104 can generate a network address for use by using the method of RFC 2463. Alternatively, communication device 104 may obtain a network address for use from another device. For example, the communication device 104 receives a network address for its use from a DHCPv6 server using the method of RFC 3315.

단계(704)에서 통신 장치(104)는 상기 네트워크 주소의 유일성(uniqueness)를 확인하기 위하여 NS 메시지(Neighbor Solicitation Message)를 송신한다. 상기 NS 메시지는 상기 생성된 네트워크 주소가 포함된다. 상기 NS 메시지는 브로드캐스트 될 수 있다.In step 704 the communication device 104 transmits a Neighbor Solicitation Message to confirm the uniqueness of the network address. The NS message includes the generated network address. The NS message may be broadcast.

만약 일정한 시간(예를 들어, 1초) 내에 아무런 응답도 없으면, 통신 장치(104)는 상기 네트워크 주소는 고유한(unique) 것으로 판단한다(단계 708). 이 경우, 통신 장치(104)는 상기 네트워크 주소를 자신의 주소로 설정한다(단계 707).If there is no response within a certain time (eg 1 second), the communication device 104 determines that the network address is unique (step 708). In this case, the communication device 104 sets the network address to its own address (step 707).

만약 상기 일정한 시간(예를 들어, 1초) 내에 NA 메시지(Neighbor Message)를 수신하면, 상기 NA 메시지를 판독한다(단계 705). 만약 상기 NA 메시지에 상기 네트워크 주소가 이미 사용 중이라는 정보가 포함되어 있는지 판단한다(단계 706). 만약 상기 네트워크 주소가 이미 사용 중이라면, 상기 네트워크 주소는 고유(unique)한 것이 아니므로, 통신 장치(104)는 다시 단계(703)으로 돌아가 다시 자신이 사용할 네트워크 주소를 얻는다.If a NA message is received within the predetermined time (eg, 1 second), the NA message is read (step 705). If it is determined whether the NA message includes information that the network address is already in use (step 706). If the network address is already in use, the network address is not unique, so the communication device 104 returns to step 703 to obtain the network address for its use again.

본 발명에서는 상기 NA 메시지는 상기 네트워크 주소가 고유한 것인 경우, 상기 네트워크 주소가 고유함을 나타내는 정보를 포함한다. 종래기술에서는 NA 메시지가 상기 네트워크 주소가 고유하지 않은 경우 이를 나타내는 정보는 포함하였지만, 상기 네트워크 주소가 고유한 경우 이를 나타내는 정보를 포함하지는 않았다. 따라서, 종래기술에서는 네트워크 주소가 고유한 경우, 통신 장치(104)가 일정한 시간을 대기하여야 했다. 그러나, 이 대기 시간이 길기 때문에, 이는 통신 장치(104)의 초기화 시간을 길게 하는 원인이 되었다. 본 발명에서는 NA 메시지는 상기 네트워크 주소가 고유한 것인 경우, 상기 네트워크 주소가 고유함을 나타내는 정보를 포함하므로, 이 경우 통신 장치(104)는 일정한 시간을 대기하지 않고도, 바로 상기 네트워크 주소를 자신의 주소로 설정할 수 있다.In the present invention, when the network address is unique, the NA message includes information indicating that the network address is unique. In the prior art, the NA message includes information indicating when the network address is not unique, but does not include information indicating when the network address is unique. Therefore, in the prior art, when the network address is unique, the communication device 104 had to wait a certain time. However, since this waiting time is long, this has caused a long initialization time of the communication device 104. In the present invention, since the NA message includes information indicating that the network address is unique when the network address is unique, in this case, the communication device 104 directly transmits the network address without waiting for a certain time. Can be set by address.

단계(706)에서의 판단 결과, NA 메시지는 상기 네트워크 주소가 고유함을 나타내는 정보를 포함하고 있으면, 통신 장치(104)는 일정한 시간을 대기하지 않고, 바로 상기 네트워크 주소를 자신의 주소로 설정한다(단계 707).As a result of the determination in step 706, if the NA message includes information indicating that the network address is unique, the communication device 104 does not wait for a certain time and immediately sets the network address as its own address ( Step 707).

제4 주소 설정 방식에서는 NS 메시지를 수신한 장치 중 일부(예를 들어, 액세스 라우터)가 네트워크에 할당된 주소들에 관한 정보를 알고 있다. 따라서, 상기 장치들은 NS 메시지를 수신하면, 상기 NS 메시지에 포함된 네트워크 주소가 고유한 것인지를 판단하여, 그 결과를 NA 메시지에 포함하여 통신 장치에게 송신한다.In the fourth address setting scheme, some of the devices that receive the NS message (for example, the access router) know information about addresses assigned to the network. Therefore, upon receiving the NS message, the devices determine whether the network address included in the NS message is unique, and include the result in the NA message to transmit to the communication device.

제4 주소 설정 방식에 따르면, 한 쌍의 메시지로 액세스 라우터의 도달가능성(reachability)과 주소 할당이 동시에 이루어지게 된다.According to the fourth address setting scheme, the reachability and address allocation of the access router are simultaneously performed with a pair of messages.

또한 본 발명의 실시예들은 다양한 컴퓨터로 구현되는 동작을 수행하기 위한 프로그램 명령을 포함하는 컴퓨터 판독 가능 매체를 포함한다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매 체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 상기 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다.Embodiments of the invention also include computer-readable media containing program instructions for performing various computer-implemented operations. The computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. The medium or program instructions may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. The medium may be a transmission medium such as an optical or metal wire, a waveguide, or the like including a carrier wave for transmitting a signal specifying a program command, a data structure, or the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.

본 발명에 따르면, DAD를 수행하지 않아도 되는 통신 환경에서는 DAD를 수행하지 않고서도 통신 장치의 주소를 설정할 수 있다. 따라서, 본 발명에 따르면, 통신 장치의 초기화에 소요되는 시간이 절감된다. 또한, DAD를 위해 송신하는 패킷이 불필요하게 됨으로써, 네트워크 부하도 감소하고, 브로드캐스트 메시지의 사용도 줄어든다.According to the present invention, in a communication environment in which a DAD is not required, an address of a communication device can be set without performing a DAD. Therefore, according to the present invention, the time required for the initialization of the communication device is reduced. In addition, unnecessary packets to be transmitted for DAD also reduce network load and reduce the use of broadcast messages.

또한, 본 발명에 따르면, 통신 장치가 속하게 되는 통신 환경에 따라 동적으로 통신 장치가 사용할 주소를 설정하는 주소 설정 방식을 변경할 수 있다. 따라서, 본 발명에 따르면, 통신 장치는 통신 환경에 따른 최적의 주소 설정 방식을 이용할 수 있게 된다. 마찬가지로 본 발명에 따르면, 네트워크의 관리자의 주소 할당 정책에 따라서, 네트워크 내 통신 장치들의 주소 설정 방식을 동적으로 변경할 수 있게 된다.In addition, according to the present invention, an address setting method for dynamically setting an address to be used by the communication device may be changed according to the communication environment to which the communication device belongs. Therefore, according to the present invention, the communication device can use the optimal address setting method according to the communication environment. Similarly, according to the present invention, the address setting method of communication devices in the network can be dynamically changed according to the address assignment policy of the administrator of the network.

또한, 본 발명에 따르면, IPv6 환경에서 통신 단말에 대해 다양하게 주소를 설정하는 방법이 실현된다.In addition, according to the present invention, a method of variously setting an address for a communication terminal in an IPv6 environment is realized.

이상과 같이 본 발명은 비록 한정된 실시예와 도면에 의해 설명되었으나, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. 그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다. As described above, although the present invention has been described with reference to limited embodiments and drawings, the present invention is not limited to the above embodiments, and those skilled in the art to which the present invention pertains various modifications and variations from such descriptions. This is possible. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined not only by the claims below but also by the equivalents of the claims.

Claims (24)

액세스 라우터에 있어서,In an access router, RA 메시지를 수신할 통신 장치에게 상기 통신 장치가 사용할 주소 설정 방식에 관한 정보를 상기 RA 메시지의 제1 필드에 포함하여 송신하는 것을 특징으로 하는 액세스 라우터.And transmitting information on the address setting method to be used by the communication device to the communication device to receive the RA message, in the first field of the RA message. 제1항에 있어서,The method of claim 1, 상기 통신 장치는 복수 개의 주소 설정 방식을 지원하고, 상기 주소 설정 방식에 관한 정보는 상기 통신 장치가 상기 복수 개의 주소 설정 방식 중 상기 통신 장치가 사용할 주소 설정 방식에 관한 정보인 것을 특징으로 하는 액세스 라우터.The communication device supports a plurality of address setting methods, and the information about the address setting method is information about an address setting method to be used by the communication device among the plurality of address setting methods. . 제1항에 있어서,The method of claim 1, 상기 통신 장치가 사용할 주소 설정 방식은 동적으로 변경되는 것을 특징으로 하는 액세스 라우터.And the address setting scheme to be used by the communication device is dynamically changed. 제1항에 있어서,The method of claim 1, 상기 제1 필드가 제1 값인 경우, 상기 통신 장치가 얻은 상기 통신 장치의 네트워크 주소를 DAD를 수행하지 않고 상기 통신 장치의 주소로 사용할 것을 지시(indicate)하는 것을 특징으로 하는 액세스 라우터.And when the first field is a first value, instructs the communication device to use the network address of the communication device obtained as the address of the communication device without performing a DAD. 제1항에 있어서,The method of claim 1, 상기 제1 필드가 제2 값인 경우, 상기 RA 메시지는 상기 통신 장치가 사용할 네트워크 주소를 포함하고, 상기 통신 장치는 DAD를 수행하지 않고 상기 네트워크 주소를 상기 통신 장치의 주소로 사용할 것을 지시(indicate)하는 것을 특징으로 하는 액세스 라우터.If the first field is a second value, the RA message includes a network address for use by the communication device, and the communication device indicates to use the network address as the address of the communication device without performing a DAD. An access router, characterized in that. 제5항에 있어서,The method of claim 5, 상기 통신 장치가 사용할 상기 네트워크 주소는 상기 RA 메시지의 프리픽스 인포메이션 옵션(Prefix Information Option) 필드에 저장되는 것을 특징으로 하는 액세스 라우터.And the network address to be used by the communication device is stored in a prefix information option field of the RA message. 제1항에 있어서,The method of claim 1, 상기 제1 필드가 제3 값인 경우, 상기 통신 장치가 EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성하고, 상기 통신 장치는 DAD를 수행하지 않고 상기 네트워크 주소를 상기 통신 장치의 주소로 사용할 것을 지시(indicate)하는 것을 특징으로 하는 액세스 라우터.If the first field is a third value, the communication device generates an auto-configured network address using an EUI64 interface identifier, and the communication device does not perform a DAD and sends the network address to the communication device. And an access router indicating that the address is to be used as an address. 제1항에 있어서,The method of claim 1, 상기 제1 필드가 제4 값인 경우, 상기 통신 장치의 네트워크 주소를 포함한 NS 메시지에 응답한 NA 메시지에 상기 네트워크 주소가 고유함(uniqueness)을 나타내는 정보가 포함되어 있으면 상기 통신 장치가 상기 네트워크 주소를 상기 통신 장치의 주소로 사용할 것을 지시하는 것을 특징으로 하는 액세스 라우터.If the first field is the fourth value, the communication device identifies the network address if the NA message responsive to the NS message including the network address of the communication device includes information indicating that the network address is unique. And an access router instructing to use the address of the communication device. 제4항, 제5항, 제7항 또는 제8항에 있어서,The method according to claim 4, 5, 7, or 8, 상기 네트워크 주소는 IPv6 주소인 것을 특징으로 하는 액세스 라우터.And said network address is an IPv6 address. 통신 장치에 있어서,In a communication device, 액세스 라우터로부터 수신한 RA 메시지의 제1 필드를 판독하고, 상기 제1 필드에 따라 상기 통신 장치의 주소를 설정하는 방식을 결정하는 것을 특징으로 하는 통신 장치.And reading a first field of the RA message received from an access router, and determining a method of setting the address of the communication device according to the first field. 제10항에 있어서,The method of claim 10, 상기 통신 장치는 복수 개의 주소 설정 방식을 지원하고, 상기 제1 필드에 따라 상기 복수 개의 주소 설정 방식 중 선택된 하나의 주소 설정 방식을 이용하여 상기 통신 장치의 주소를 설정하는 방식을 결정하는 것을 특징으로 하는 통신 장치.The communication device supports a plurality of address setting methods, and determines a method of setting an address of the communication device using one address setting method selected from among the plurality of address setting methods according to the first field. Communication device. 제10항에 있어서,The method of claim 10, 상기 제1 필드가 제1 값인 경우, DAD를 수행하지 않고, 상기 통신 장치가 얻 은 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.And when the first field is a first value, does not perform a DAD and sets a network address obtained by the communication device as an address of the communication device. 제12항에 있어서,The method of claim 12, 상기 통신 장치에서 상기 RA 메시지를 수신한 인터페이스(interface)의 노드 변수(node variable)인 DupAddrDetectTransmits를 자동으로 0으로 설정함으로써, 상기 DAD를 수행하지 않도록 하는 것을 특징으로 하는 통신 장치.And automatically setting DupAddrDetectTransmits, a node variable of an interface receiving the RA message, to 0, thereby preventing the DAD from being performed. 제10항에 있어서,The method of claim 10, 상기 제1 필드가 제2 값인 경우, 상기 RA 메시지는 상기 통신 장치가 사용할 네트워크 주소를 포함하고, 상기 통신 장치는 DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.If the first field is the second value, the RA message includes a network address to be used by the communication device, and the communication device sets the network address as the address of the communication device without performing a DAD. Communication device. 제14항에 있어서,The method of claim 14, 상기 통신 장치가 사용할 상기 네트워크 주소는 상기 RA 메시지의 프리픽스 인포메이션 옵션(Prefix Information Option) 필드에 포함되는 것을 특징으로 하는 통신 장치.The network address to be used by the communication device is included in a prefix information option field of the RA message. 제10항에 있어서,The method of claim 10, 상기 제1 필드가 제3 값인 경우, EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성하고, DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.When the first field is a third value, an auto-configured network address is generated using an EUI64 interface identifier, and the network address is set as the address of the communication device without performing a DAD. Communication device. 제10항에 있어서,The method of claim 10, 상기 제1 필드가 제4 값인 경우, 상기 생성된 네트워크 주소에 관한 NS 메시지를 송신하고, 상기 NS 메시지에 응답한 NA 메시지에 상기 네트워크 주소가 고유함(uniqueness)을 나타내는 정보가 포함되어 있으면 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.When the first field is the fourth value, the NS message about the generated network address is transmitted, and when the NA message responsive to the NS message includes information indicating that the network address is unique, the network address Set to the address of the communication device. 통신 장치에 있어서,In a communication device, 액세스 라우터로부터 수신한 RA 메시지의 제1 필드가 제1 값인 경우, DAD를 수행하지 않고, 상기 통신 장치가 얻은 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.And when the first field of the RA message received from the access router is a first value, does not perform DAD and sets the network address obtained by the communication device as the address of the communication device. 제18항에 있어서,The method of claim 18, 상기 통신 장치에서 상기 RA 메시지를 수신한 인터페이스(interface)의 노드 변수(node variable)인 DupAddrDetectTransmits를 자동으로 0으로 설정함으로써, 상기 DAD를 수행하지 않도록 하는 것을 특징으로 하는 통신 장치.And automatically setting DupAddrDetectTransmits, a node variable of an interface receiving the RA message, to 0, thereby preventing the DAD from being performed. 제18항에 있어서,The method of claim 18, 상기 통신 장치가 얻은 네트워크 주소는 RFC 2463 또는 RFC 3315에 의하여 할당되는 것을 특징으로 하는 통신 장치.The network address obtained by the communication device is assigned by RFC 2463 or RFC 3315. 통신 장치에 있어서,In a communication device, 상기 통신 장치가 사용할 네트워크 주소를 포함한 RA 메시지를 액세스 라우터로부터 수신하고, DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.And receiving an RA message from an access router including a network address to be used by the communication device and setting the network address as the address of the communication device without performing a DAD. 제21항에 있어서,The method of claim 21, 상기 통신 장치가 사용할 상기 네트워크 주소는 상기 RA 메시지의 프리픽스 인포메이션 옵션(Prefix Information Option) 필드에 포함되는 것을 특징으로 하는 통신 장치.The network address to be used by the communication device is included in a prefix information option field of the RA message. 통신 장치에 있어서,In a communication device, EUI64 인터페이스 식별자를 이용하여 자동 설정(auto-configuration)된 네트워크 주소를 생성하고, DAD를 수행하지 않고, 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.And generate an auto-configured network address using an EUI64 interface identifier, and set the network address as the address of the communication device without performing a DAD. 통신 장치에 있어서,In a communication device, 상기 통신 장치에 할당된 네트워크 주소에 관한 NS 메시지를 송신하고, 상기 NS 메시지에 응답한 NA 메시지에 상기 네트워크 주소가 고유함(uniqueness)을 나타내는 정보가 포함되어 있으면 상기 네트워크 주소를 상기 통신 장치의 주소로 설정하는 것을 특징으로 하는 통신 장치.Transmit an NS message about a network address assigned to the communication device, and if the NA message responsive to the NS message includes information indicating that the network address is unique, the network address is an address of the communication device; Communication device, characterized in that the setting.
KR1020060113591A 2006-08-01 2006-11-17 Communication Apparatus for Supporting Multiple Method to Establish its Network Address KR101210338B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/806,910 US7852878B2 (en) 2006-08-01 2007-06-05 Apparatus and method for supporting establishment of network address of communication apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US83448406P 2006-08-01 2006-08-01
US60/834,484 2006-08-01

Publications (2)

Publication Number Publication Date
KR20080012103A true KR20080012103A (en) 2008-02-11
KR101210338B1 KR101210338B1 (en) 2012-12-10

Family

ID=39340471

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060113591A KR101210338B1 (en) 2006-08-01 2006-11-17 Communication Apparatus for Supporting Multiple Method to Establish its Network Address

Country Status (1)

Country Link
KR (1) KR101210338B1 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7542458B2 (en) * 2003-11-25 2009-06-02 Qualcomm Incorporated Method and apparatus for efficiently using air-link resources to maintain IP connectivity for intermittently active wireless terminals

Also Published As

Publication number Publication date
KR101210338B1 (en) 2012-12-10

Similar Documents

Publication Publication Date Title
KR100657316B1 (en) A fast handover method in DHCPv4, handover apparatus thereof and recording medium thereof
US8260888B2 (en) Address configuration method, apparatus and system
CN101321111A (en) Communication method and device, server, and computer readable recording medium
US8107417B2 (en) Method and mobile terminal for allocating IP address in wireless network
EP1430695A2 (en) Addressing scheme for wireless mobile clients
KR100864158B1 (en) Address generation/allocation method based on wireless broadband access network, mobile resource configuration method using its
KR20060125630A (en) System for providing tunnel service capable of data communication between different type of networks
JP3806094B2 (en) Router device, network address management system, network address management method, and network address management program
CN103916484A (en) IP-address configuring method and device
US7852878B2 (en) Apparatus and method for supporting establishment of network address of communication apparatus
US7535878B2 (en) Method, apparatus and system for ensuring reliable access to a roaming mobile node
KR101213159B1 (en) Mobile terminal and method for assigning ip address in wireless network
JP3646936B2 (en) IPv4 management method and management apparatus in IPv6 wireless LAN environment
KR101210338B1 (en) Communication Apparatus for Supporting Multiple Method to Establish its Network Address
US20150049669A1 (en) Method and system for management of the mobility of a mobile network
US20050094606A1 (en) Method, apparatus and system for obtaining and retaining a mobile node home address
US20050136924A1 (en) Method, apparatus and system for enabling roaming mobile nodes to utilize private home IP addresses
KR100977399B1 (en) Method and apparatus of processing DHCP packet in dynamic IP address allocation for reducing network load
KR100687746B1 (en) Method and apparatus for preventing collision of address
JP2005252561A (en) Terminal unit and address setting method thereof, and control program
KR101221596B1 (en) Mobile terminal and method for notifying ip address to access router in wireless network
KR20120001585A (en) Flow mobility support mechanism
KR100942703B1 (en) Method for managing address to provide host mobility in network
KR100639960B1 (en) Method for delegating a hierarchical prefix and message structure for the same
JP2023170994A (en) Data processing device and data processing program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20151118

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20161121

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20171121

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20181119

Year of fee payment: 7