Computer Networking Which command would you place on interface on a private network? ip inside local ip nat outside ip nat inside ip outside global ip inside local ip nat outside ip nat inside ip outside global ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following TCP/IP protocol is used for transferring files from one machine to another? RARP ARP TCP FTP None of these RARP ARP TCP FTP None of these ANSWER DOWNLOAD EXAMIANS APP
Computer Networking The channel in the data communication model can be postal mail service telephone lines radio signals All of these None of these postal mail service telephone lines radio signals All of these None of these ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What two multicast addresses does OSPFv3 use?1. FF02::A2. FF02::93. FF02::54. FF02::6 3 only 1 and 3 3 and 4 2 only 3 only 1 and 3 3 and 4 2 only ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following are disadvantages of using NAT?1. Translation introduces switching path delays.2. Conserves legally registered addresses.3. Causes loss of end-to-end IP traceability.4. Increases flexibility when connecting to the Internet.5. Certain applications will not function with NAT enabled.6. Reduces address overlap occurrence. 2, 4 and 5 1 and 3 3 and 4 1, 3 and 5 2, 4 and 5 1 and 3 3 and 4 1, 3 and 5 ANSWER DOWNLOAD EXAMIANS APP
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 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 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 1 deny ftp 200.200.10.0 200.199.11.0 any any 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 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 1 deny ftp 200.200.10.0 200.199.11.0 any any access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp ANSWER DOWNLOAD EXAMIANS APP