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 tcp 192.168.10.0 0.255.255.255 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 255.255.255.0 eq telnet access-list 100 deny tcp 192.168.10.0 0.255.255.255 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 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking A group of 2m - 1 routers are interconnected in a centralized binary tree, with router at each tree node. Router I communicate with router J by sending a message to the root of the tree. The root then sends the message back down to J. Then find the mean router-router path length. (2m - l)/mJ 2 (m - 2) 2 (2m - 1) m - 1 (2m - l)/mJ 2 (m - 2) 2 (2m - 1) m - 1 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following would be good reasons to run NAT?1. You need to connect to the Internet and your hosts don't have globally unique IP addresses.2. You change to a new ISP that requires you to renumber your network.3. You don't want any hosts connecting to the Internet.4. You require two intranets with duplicate addresses to merge. 2 and 4 1, 2 and 4 3 only All of these 2 and 4 1, 2 and 4 3 only All of these 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? Dynamic NAT Static PAT Dynamic NAT Static PAT ANSWER DOWNLOAD EXAMIANS APP
Computer Networking When a group of computers is connected together in a small area without the help of telephone lines, it is called Wide area network (WAN) None of these Value added network (VAN) Local area network(LAN) Remote communication network (RCN) Wide area network (WAN) None of these Value added network (VAN) Local area network(LAN) Remote communication network (RCN) ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which statement(s) about IPv6 addresses are true?1. Leading zeros are required.2. Two colons (::) are used to represent successive hexadecimal fields of zeros.3. Two colons (::) are used to separate fields.4. A single interface will have multiple IPv6 addresses of different types. 1, 3 and 4 2 and 4 1 and 3 All of these 1, 3 and 4 2 and 4 1 and 3 All of these ANSWER DOWNLOAD EXAMIANS APP