Computer Networking Which protocol does Ping use? TCP BootP ARP ICMP TCP BootP ARP ICMP ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which utility is useful for finding the local host name? Hostname NBTSTAT Netstat None of these PING Hostname NBTSTAT Netstat None of these PING ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model? Internet Application Network Access Host-to-Host Internet Application Network Access Host-to-Host ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet? NAT Static PAT Dynamic NAT Static PAT Dynamic ANSWER DOWNLOAD EXAMIANS APP
Computer Networking The IEEE 802 project of the 1980s involved further defining the lower two layers of the OSI model. A number of standards were agreed upon during that time. Which of the following is the standard for Ethernet? 802.5 802.2 802.6 802.4 802.3 802.5 802.2 802.6 802.4 802.3 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 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 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 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp 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 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 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any ANSWER DOWNLOAD EXAMIANS APP