Computer Networking
Which of the following statements are true regarding the command ip route 172.16.4.0 255.255.255.0 192.168.4.2?1. The command is used to establish a static route.2. The default administrative distance is used.3. The command is used to configure the default route.4. The subnet mask for the source address is 255.255.255.0.

3 and 4
2 and 4
1 and 2
All of these

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?

access-list 110 permit ip any 196.15.7.0 0.0.0.255
access-list 10 deny tcp any 196.15.7.0 eq www
access-list 100 permit 196.15.7.0 0.0.0.255 eq www
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true when describing a unicast address?

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.
These are like private addresses in IPv4 in that they are not meant to be routed.
Packets addressed to a unicast address are delivered to a single interface.

ANSWER DOWNLOAD EXAMIANS APP