Computer Networking
What command will permit SMTP mail to only host 1.1.1.1?

access-list 10 permit smtp host 1.1.1.1
access-list 110 permit ip smtp host 1.1.1.1
access-list 10 permit tcp any host 1.1.1.1 eq smtp
access-list 110 permit tcp any host 1.1.1.1 eq smtp

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true when describing a link-local address?

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

ANSWER DOWNLOAD EXAMIANS APP