DHCP: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Add categories: Network, Reference)
(Fix: remove --- horizontal lines (9 removed))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
A DHCP server allows the client to get an IP address automatically without having to manually configure a static IP.
{{Status
|status=Draft
|owner=Knowledge Agent
|last_update=2026-07-16
|review=Pending
}}


== Ports ==
{{TOC}}
DHCP servers also use port 67 to initiate communication between the client and server on the network. If port 67 is used by another application, DHCP will fail to function. '''Clients use port 68'''.


== DHCP relay ==
== Overview ==
DHCP relay listens to local broadcast messages from client and forwards these messages on another network towards the DHCP server. The DHCP server responds and the replies is then forwarded back to the client.


== DHCP proxy ==
DHCP에 대한 기술 문서입니다.
DHCP proxy is a fully-functional DHCP server and client built inside. The client establishes IP leases from the DHCP server on one interface, and then keeps these addresses in a pool. On another interface, the server side of the implementation provides leases to other machines using that pool.


== Example ==
=== Summary ===
Cisco PIX/ASA Firewalls supports both method. Generally, the FW interface on which it behaves as a DHCP server has a dedicated, manually-configured address pool, and the only thing the proxy feature does is get configuration parameters from another upstream server.<ref>https://community.cisco.com/t5/network-security/dhcp-proxy-vs-relay/td-p/1992635</ref>


== Reference ==
* 무엇인가? - DHCP
<references />
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
<nowiki></nowiki>
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
[[Category:Network]]
 
 
== Purpose ==
 
이 문서가 존재하는 이유
 
* Goal: DHCP에 대한 기술 정보 제공
* Scope: DHCP의 개념, 사용법, 설정
* Non-goals: 다른 주제로의 확장
 
 
== Key Concepts ==
 
{| class="wikitable"
! Concept
! Description
! Related
|-
| DHCP
| HPC/서버 환경에서 중요한 기술 개념
| [[Linux]], [[Server]]
|}
 
 
== Detailed Explanation ==
 
|status=Draft
|owner=Knowledge Agent
|last_update=2026-07-16
|review=Pending
}}
DHCP(Dynamic Host Configuration Protocol) 서버는 클라이언트가 정적 IP를 수동으로 구성하지 않고도 IP 주소를 자동으로 받을 수 있도록 합니다.
* 무엇인가? 클라이언트에 IP 주소를 자동으로 할당하는 프로토콜
* 왜 필요한가? 수동 IP 구성의 복잡성 제거, 네트워크 관리 용이
* 언제 사용하는가? 모든 네트워크 클라이언트 — 서버, 워크스테이션, 모바일 기기
이 문서가 존재하는 이유
* Goal: DHCP 기본 개념, 포트, DHCP relay/proxy 설명 제공
* Scope: DHCP 포트, DHCP relay, DHCP proxy, Cisco PIX/ASA 예제
* Non-goals: DHCP 프로토콜 상세, ISC DHCP 서버 설정 가이드
{| class="wikitable"
! Concept
! Description
! Related
|-
 
 
== Best Practices ==
 
* 최신 버전 사용 권장
* 공식 문서 참고
* 테스트 환경에서 먼저 검증
 
 
== References ==
 
* [https://wiki.hpcmate.com DHCP]
 
 
== Related Pages ==
 
* [[Linux]]
* [[Server]]
* [[Hardware]]
* [[Network]]
 
 
[[Category:Server]]
== Knowledge Graph ==
 
Related
 
→ [[Linux]]
→ [[Server]]
→ [[Hardware]]
→ [[Network]]


[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 11:27, 17 July 2026

Template:Status

Template:TOC

Overview

DHCP에 대한 기술 문서입니다.

Summary

  • 무엇인가? - DHCP
  • 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
  • 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시


Purpose

이 문서가 존재하는 이유

  • Goal: DHCP에 대한 기술 정보 제공
  • Scope: DHCP의 개념, 사용법, 설정
  • Non-goals: 다른 주제로의 확장


Key Concepts

Concept Description Related
DHCP HPC/서버 환경에서 중요한 기술 개념 Linux, Server


Detailed Explanation

|status=Draft |owner=Knowledge Agent |last_update=2026-07-16 |review=Pending }} DHCP(Dynamic Host Configuration Protocol) 서버는 클라이언트가 정적 IP를 수동으로 구성하지 않고도 IP 주소를 자동으로 받을 수 있도록 합니다.

  • 무엇인가? 클라이언트에 IP 주소를 자동으로 할당하는 프로토콜
  • 왜 필요한가? 수동 IP 구성의 복잡성 제거, 네트워크 관리 용이
  • 언제 사용하는가? 모든 네트워크 클라이언트 — 서버, 워크스테이션, 모바일 기기

이 문서가 존재하는 이유

  • Goal: DHCP 기본 개념, 포트, DHCP relay/proxy 설명 제공
  • Scope: DHCP 포트, DHCP relay, DHCP proxy, Cisco PIX/ASA 예제
  • Non-goals: DHCP 프로토콜 상세, ISC DHCP 서버 설정 가이드

Best Practices

  • 최신 버전 사용 권장
  • 공식 문서 참고
  • 테스트 환경에서 먼저 검증


References


Related Pages

Knowledge Graph

Related

LinuxServerHardwareNetwork

Concept Description Related