Design and Implementation of DHCP with Minimized Broadcasting Traffic

브로드캐스팅 트래픽을 최소화한 DHCP의 설계 및 구현

  • Published : 1996.07.01

Abstract

DHCP(Dynamic Host Configuration Protocol)is a protocol which dynamically allocates an IP address and/or host configuration parameters to a host. But because this protocol uses broadcasting for message exchange, it causes heavy traffic and overload on the network. By avoiding unnecessary broadcasting and using a simple and efficient implementation model, we can reduce such heavy traffic and overload. We have studied on characteristics of the broadcasting the traffic caused by DHCP, and implement the model which can reduce traffic by improving algorithm and unicasting messages.

DHCP는 호스트에게 IP(Internet Protocol) 주소나 구성 파라미터 (Configuration Parameter) 등을 동적으로 할당해주는 프로토콜이다. 그러나 이프로토콜은 메시지를 교환하기 위해 브로드캐스팅을 이용하기 때문에 네트워크에 과중한 트래픽의 발생 요인이 된다. 이러한 오버헤드를 줄이기 위해 메시지 교환시에 가능하면 브로드 캐스 팅을 피하고, 간결하고 효율적인 클라이언트-서버의 동작 메처니즘을 설계하였다. 본 연구에서는 DHCP가 유발하는 브로드캐스팅 트래픽 특성을 고찰하여 메시지를 유치캐스트 할 수 있는 방안과 트래픽을 줄일 수 있도록 알고리즘을 개선한 DHCP의 모델을 구현하였다.

Keywords