Computer Networking
If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?

access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any
access-list 198 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftpaccess-list 198 permit ip any 0.0.0.0 255.255.255.255
access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp
access-list 110 deny 200.200.10.0 to network 200.199.11.0 eq ftpaccess-list 111 permit ip any 0.0.0.0 255.255.255.255

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true regarding VTP?

All switches are VTP clients by default.
VTP is on by default with a domain name of Cisco on all Cisco switches.
All switches are VTP servers by default.
All switches are VTP transparent by default.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
The MAC (Media Access Control) address of the network card is used in both Ethernet and Token-Ring networks and is essential for communication. What does MAC provide?

A logical address that identifies the workstation
An alias for the computer name
The logical domain address for the workstation
A physical address that is randomly assigned each time the computer is started
A physical address that is assigned by the manufacturer

ANSWER DOWNLOAD EXAMIANS APP