Computer Networking
What command will permit SMTP mail to only 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 10 permit smtp host 1.1.1.1
access-list 110 permit tcp any host 1.1.1.1 eq smtp

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
"BAUD" rate means

The number of bits transmitted per unit time.
The rate at which the signal changes.
None of these
The number of bytes transmitted per unit time.

ANSWER DOWNLOAD EXAMIANS APP