A network administrator is configuring firewall access control lists (ACLs) between a workstation VLAN and a dedicated server VLAN hosting network services. The administrator creates a rule allowing inbound traffic on UDP port 67 from the workstation subnet to the server, but client computers are still unable to acquire dynamic IP address assignments and default to APIPA addresses (). Which additional firewall rule must be configured to permit successful DHCP address allocation?
- Permit outbound traffic on UDP port 68 from the DHCP server to the workstation subnetCevap
- BPermit outbound traffic on TCP port 67 from the DHCP server to the workstation subnet
- CPermit inbound traffic on UDP port 53 from the workstation subnet to the DHCP server
- DPermit inbound traffic on TCP port 68 from the workstation subnet to the DHCP server
Cevap
Permit outbound traffic on UDP port 68 from the DHCP server to the workstation subnet
DHCP uses a two-port UDP structure for client-server communication. DHCP servers listen for incoming client broadcast requests on UDP port 67, while clients receive server broadcast/unicast responses (DHCPOFFER and DHCPACK) on UDP port 68. Permitting outbound UDP port 68 ensures server responses can pass through the firewall back to client workstations.
Adım Adım Çözüm
Anahtar Kavram
DHCP Port Allocation (UDP 67 / UDP 68)
Tahmini Süre:1m 30s