Difference between revisions of "DUID and IAID"

(Created page with "DUID(DHCP unique identifier)는 DHCPv6 서버를 통해 주소를 할당 받을때 클라이언트를 식별하기 위해 사용도비니다. 이 값은 128바이트 길이까...")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DUID(DHCP unique identifier)는 DHCPv6 서버를 통해 주소를 할당 받을때 클라이언트를 식별하기 위해 사용도비니다.
+
Every DHCPv6 client has a '''DUID(DHCP unique identifier)''' that uniquely identifies the device. The DUID allows the clients and servers to identify each other. A DUID consists of a 2 byte code followed by a variable number of bytes that make up the actual identifier. A DUID can be no more than 128 octets long (not including the type code.<br>
이 값은 128바이트 길이까지 여러 형태로 존재 할 수 있으며 클아이언트 운영체제에 의해 자동으로 생성됩니다.
+
The DUID is designed to be unique across all DHCP clients and servers, and stable for any specific client or server - that is, the DUID used by a client or server SHOULD NOT change over time if at all possible; for example, a device's DUID should not change as a result of a change in the device's network hardware.<ref>https://tools.ietf.org/html/rfc3315#page-19</ref>
  
더 많은 정보는 https://en.wikipedia.org/wiki/DHCPv6를 통해 확인 할 수 있습니다.
+
'''Identity Association (IA)''' is a collection of addresses assigned to a client. Each IA has an associated IAID. A client may have more than one IA assigned to it; for example, one for each of its interfaces.<br>
 +
'''IAID(Identity association identifier)''' is an identifier for an IA, chosen by the client. EACH IA has an IAID, which is chosen to be unique among all IAIDs for IAs belonging to that client.<ref>https://tools.ietf.org/html/rfc3315#page-11</ref>
  
Windows 운영체제어서 ipconfig /all로 DUID를 확인 할 수 있습니다.
+
[[File:duid_iaid.png|400px | ipconfig /all(Windows 10)]]
 
 
[[File:duid-kr.png|400px]]
 

Latest revision as of 10:24, 14 April 2021

Every DHCPv6 client has a DUID(DHCP unique identifier) that uniquely identifies the device. The DUID allows the clients and servers to identify each other. A DUID consists of a 2 byte code followed by a variable number of bytes that make up the actual identifier. A DUID can be no more than 128 octets long (not including the type code.
The DUID is designed to be unique across all DHCP clients and servers, and stable for any specific client or server - that is, the DUID used by a client or server SHOULD NOT change over time if at all possible; for example, a device's DUID should not change as a result of a change in the device's network hardware.[1]

Identity Association (IA) is a collection of addresses assigned to a client. Each IA has an associated IAID. A client may have more than one IA assigned to it; for example, one for each of its interfaces.
IAID(Identity association identifier) is an identifier for an IA, chosen by the client. EACH IA has an IAID, which is chosen to be unique among all IAIDs for IAs belonging to that client.[2]

ipconfig /all(Windows 10)