A network administrator is setting up infrastructure services for a new branch office subnet. Client workstations on this subnet must automatically receive dynamic IP address configurations upon booting and must also be able to translate human-readable domain names into IP addresses. Which of the following port numbers must be opened on internal network firewalls to support these required client capabilities? (Select TWO).
- UDP port 67Answer
- UDP and TCP port 53Answer
- CTCP port 80
- DUDP port 69
Answer
UDP port 67 (DHCP server destination) and UDP/TCP port 53 (DNS service queries).
DHCP enables automatic network configuration by communicating over UDP port 67 (server port) and UDP port 68 (client port). DNS translates domain names into IP addresses and operates on port 53 over UDP for standard name resolution queries and TCP for larger data exchanges. Both ports are required to meet the scenario's stated requirements.
Step-by-Step Solution
Key Concept
Core Network Service Port Assignments (DHCP on UDP 67/68 and DNS on UDP/TCP 53)