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

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

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
CSMA (Carrier Sense Multiple Access) is

None of these
a method access control technique for multiple-access transmission media.
network access standard for connecting stations to a circuit-switched network
a method of determining which device has access to the transmission medium at any time
a very common bit-oriented data link protocol issued by ISO.

ANSWER DOWNLOAD EXAMIANS APP