diff --git a/Dienste%2FDynamic-Host-Configuration-Protocol.md b/Dienste%2FDynamic-Host-Configuration-Protocol.md index 0852ba5..34ec9c0 100644 --- a/Dienste%2FDynamic-Host-Configuration-Protocol.md +++ b/Dienste%2FDynamic-Host-Configuration-Protocol.md @@ -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.
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.