Computer Networking If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use? access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23 access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23 access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23 access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23 access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router?1. 172.16.1.1002. 172.16.1.1983. 172.16.2.2554. 172.16.3.0 2 and 3 only 3 and 4 only 1 only None of these 2 and 5 only 2 and 3 only 3 and 4 only 1 only None of these 2 and 5 only ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What can cause a problem with communication with a client by name but not by IP address? Subnet mask The IP address Static files such as an LMHOSTS file or a DNS database None of these The default gateway Subnet mask The IP address Static files such as an LMHOSTS file or a DNS database None of these The default gateway ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What is a stub network? A network with more than one exit point. A network with only one entry and no exit point. A network that has only one entry and exit point. A network with more than one exit and entry point. A network with more than one exit point. A network with only one entry and no exit point. A network that has only one entry and exit point. A network with more than one exit and entry point. ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which utility is useful for finding the local host name? None of these NBTSTAT PING Hostname Netstat None of these NBTSTAT PING Hostname Netstat ANSWER DOWNLOAD EXAMIANS APP
Computer Networking In cyclic redundancy checking, the divisor is _____ the CRC. two bits more None of these one bit less than one bit more than the same size as two bits more None of these one bit less than one bit more than the same size as ANSWER DOWNLOAD EXAMIANS APP