Computer Networking
Which of the following is true when describing a unicast address?

These are like private addresses in IPv4 in that they are not meant to be routed.
Packets addressed to a unicast address are delivered to a single interface.
These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224

ANSWER DOWNLOAD EXAMIANS APP