Difference between revisions of "DHCPv6 lifetime"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
DHCPv6는 클라이언트에 IP 주소를 할당 할 때 기본시간(Preferred lifetime)과 유효시간(Valid lifetime)이 같이 전송된다.
+
The '''Preferred Lifetime''' is the length of time that a valid address is preferred. When the Preferred Lifetime expires, the address                  becomes deprecated.
기본시간은 DHCPv4의 임대시간과 유사하며 반드시 유효시간과 같거나 작아야합니다.
+
A preferred address means the host can send and receive traffic using this address. After the Preferred Lifetime has expired a host can no longer create new connections using this address.
  
주소를 할당 받은 클라이언트는 기본 시간이 경과되면 할당 받은 주소를 이용해 더 이상 새로운 네트워크 연결을 할 수 없게됩니다.
+
The '''Valid Lifetime''' is the length of time the address remains in the valid state. The Valid Lifetime MUST be greater than or                  equal to the Preferred Lifetime.  When the Valid Lifetime expires, the address becomes invalid.<ref>https://tools.ietf.org/html/draft-ietf-dhc-dhcpv6-03</ref><br>
따라서 클라이언트는 기본시간/2가 되는 시점에 서버에 주소를 계속 사용하기 위한 RENEW 메시지를 수신에 응답을 받아 주소 사용을 연장해야 합니다.
+
If the Preferred Lifetime expires the host will not be able to create any new connections using this address, but any existing connections are valid until the Valid Lifetime expires.<ref>https://tools.ietf.org/html/rfc4862#section-5.5.4</ref>.
 
 
만일 그렇지 않고 기본시간이 초과하면 Deprecated 상태로 진입합니다.
 
아래 그림과 같이 유효시간이 기본시간보다 큰 경우 클라이언트는 Deprecated 상태로 변경되는데 이때는 기존에 연결된 네트워크 통신은 유지되지만 새로운 네트워크 연결은 할 수 없게됩니다<ref>https://tools.ietf.org/html/rfc4862#section-5.5.4</ref>.
 
  
 
[[File:dhcp6_lifetime.png|600px]]
 
[[File:dhcp6_lifetime.png|600px]]

Latest revision as of 18:21, 13 April 2021

The Preferred Lifetime is the length of time that a valid address is preferred. When the Preferred Lifetime expires, the address becomes deprecated. A preferred address means the host can send and receive traffic using this address. After the Preferred Lifetime has expired a host can no longer create new connections using this address.

The Valid Lifetime is the length of time the address remains in the valid state. The Valid Lifetime MUST be greater than or equal to the Preferred Lifetime. When the Valid Lifetime expires, the address becomes invalid.[1]
If the Preferred Lifetime expires the host will not be able to create any new connections using this address, but any existing connections are valid until the Valid Lifetime expires.[2].

Dhcp6 lifetime.png