Computer Networking You want to ping the loopback address of your local host(with IPv6). What will you type? ping 0.0.0.0 ping 127.0.0.1 ping ::1 trace 0.0.::1 ping 0.0.0.0 ping 127.0.0.1 ping ::1 trace 0.0.::1 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Devices on one network can communicate with devices on another network via a file server printer server None of these gateway utility server file server printer server None of these gateway utility server ANSWER DOWNLOAD EXAMIANS APP
Computer Networking What command is used to create a backup configuration? config mem copy running-config startup-config copy running backup wr mem config mem copy running-config startup-config copy running backup wr mem ANSWER DOWNLOAD EXAMIANS APP
Computer Networking A 4 KHz noise less channel with one sample ever 125 per sec is used to transmit digital signals. If Delta modulation is selected, then how many bits per second are actually sent? 8 kbps 64 kbps. 32 kbps None of these 128 kbps 8 kbps 64 kbps. 32 kbps None of these 128 kbps ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following is true when describing a unique local address? These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4. Packets addressed to a unicast address are delivered to a single interface. These are like private addresses in IPv4 in that they are not meant to be routed. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap. These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4. Packets addressed to a unicast address are delivered to a single interface. These are like private addresses in IPv4 in that they are not meant to be routed. These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap. 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