A small office reports that internal users can access the internet but cannot resolve domain names to IP addresses. The DNS server is configured correctly. Which port should be checked on the firewall?
Trap 1: Port 80
Port 80 is for HTTP web traffic, not DNS.
Trap 2: Port 443
Port 443 is for HTTPS, not DNS.
Trap 3: Port 67
Port 67 is used for DHCP server, not DNS.
- A
Port 80
Why wrong: Port 80 is for HTTP web traffic, not DNS.
- B
Port 53
Port 53 is the standard port for DNS queries and zone transfers.
- C
Port 443
Why wrong: Port 443 is for HTTPS, not DNS.
- D
Port 67
Why wrong: Port 67 is used for DHCP server, not DNS.