Refer to the exhibit. Which two configurations allow clients to get dynamic IP addresses assigned? (Choose two.)
Refer to the exhibit. Which two configurations allow clients to get dynamic IP addresses assigned? (Choose two.)
In the context of allowing DHCP communication, DHCP clients use UDP port 68 to receive requests from DHCP servers, and DHCP servers use UDP port 67 to receive requests from DHCP clients. To ensure that clients can receive dynamic IP addresses, the access list needs to permit DHCP messages to and from both of these ports. Therefore, configuring `access-list 100 permit udp any any eq 68` and `access-list 100 permit udp any any eq 67` addresses both sides of the DHCP communication process.
DHCP servers have a UDP port number of 67 DHCP clients have the UDP port number 68
Don't see why we need two answers, WE only need port 67 for server access.
you're right. The Client listens on 68 for the offer and ack parts of DORA, and because this ACL is inbound, port 68 should not matter as a destination port, it would matter as a source port.
exactly we only need 67 here
A & E are corerct
another amazing quesitons, we only need 67..but it asks for 2 so hey!