Dienste/Dynamic Host Configuration Protocol aktualisiert
parent
e53bc0b2a2
commit
6ba36c8bf9
1 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,19 @@ Das Hauptziel von **DHCP** ist es, die manuelle Zuweisung von **IP-Adressen** zu
|
||||||
Der Standard Port für **DHCP** ist `67` für den Server und `68` für den Client. <br>
|
Der Standard Port für **DHCP** ist `67` für den Server und `68` für den Client. <br>
|
||||||
Für die Kommunikation setzt **DHCP** auf [UDP](./Protokolle/User-Datagram-Protocol).
|
Für die Kommunikation setzt **DHCP** auf [UDP](./Protokolle/User-Datagram-Protocol).
|
||||||
|
|
||||||
|
## RFCs
|
||||||
|
- [RFC 2131 - Dynamic Host Configuration Protocol (DHCP)](https://tools.ietf.org/html/rfc2131)
|
||||||
|
- [RFC 2132 - DHCP Options and BOOTP Vendor Extensions](https://tools.ietf.org/html/rfc2132)
|
||||||
|
- [RFC 3046 - DHCP Relay Agent Information Option](https://tools.ietf.org/html/rfc3046)
|
||||||
|
- [RFC 3315 - Dynamic Host Configuration Protocol for IPv6 (DHCPv6)](https://tools.ietf.org/html/rfc3315)
|
||||||
|
- [RFC 4361 - DHCP Domain Search Option](https://tools.ietf.org/html/rfc4361)
|
||||||
|
- [RFC 4419 - DHCP Authentication for DHCPv6](https://tools.ietf.org/html/rfc4419)
|
||||||
|
- [RFC 4702 - IP Address Allocation for DHCPv6](https://tools.ietf.org/html/rfc4702)
|
||||||
|
- [RFC 5494 - DHCPv6 Security Issues and Solutions](https://tools.ietf.org/html/rfc5494)
|
||||||
|
- [RFC 6234 - DHCPv6 Prefix Delegation Option](https://tools.ietf.org/html/rfc6234)
|
||||||
|
- [RFC 6939 - DHCPv6 Reconfiguration Option](https://tools.ietf.org/html/rfc6939)
|
||||||
|
|
||||||
|
## DHCP Prozess
|
||||||
|
|
||||||
Der **DHCP-Prozess** besteht aus mehreren Phasen, die als **DORA** bezeichnet werden:
|
Der **DHCP-Prozess** besteht aus mehreren Phasen, die als **DORA** bezeichnet werden:
|
||||||
1. **Discover (D)**: Der Client sendet eine Anfrage (`DHCPDISCOVER`), um einen **DHCP-Server** zu finden.
|
1. **Discover (D)**: Der Client sendet eine Anfrage (`DHCPDISCOVER`), um einen **DHCP-Server** zu finden.
|
||||||
|
|
Loading…
Add table
Reference in a new issue