10
0
Fork 0

Dienste/Dynamic Host Configuration Protocol aktualisiert

Snoweuph 2025-02-25 14:05:51 +00:00 committed by Euph Forge
parent e53bc0b2a2
commit 6ba36c8bf9
Signed by: Euph Forge
GPG key ID: 85A06461FB6BDBB7

@ -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>
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:
1. **Discover (D)**: Der Client sendet eine Anfrage (`DHCPDISCOVER`), um einen **DHCP-Server** zu finden.