Computer Networking
What is route poisoning?

It prevents regular update messages from reinstating a route that has just come up.
It is information received from a router that can't be sent back to the originating router.
It sends back the protocol received from a router as a poison pill, which stops the regular updates.
It describes when a router sets the metric for a downed link to infinity.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
When setting up Frame Relay for point-to-point subinterfaces, which of the following must not be configured?

The subinterface type as point-to-point
The Frame Relay encapsulation on the physical interface
An IP address on the physical interface
PAP
The local DLCI on each subinterface

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 100 permit 196.15.7.0 0.0.0.255 eq www
access-list 10 deny tcp any 196.15.7.0 eq www
access-list 110 permit ip any 196.15.7.0 0.0.0.255
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www

ANSWER DOWNLOAD EXAMIANS APP