Computer Networking
Which two of the following are true regarding the distance-vector and link-state routing protocols?1. Link state sends its complete routing table out all active interfaces on periodic time intervals.2. Distance vector sends its complete routing table out all active interfaces on periodic time intervals.3. Link state sends updates containing the state of its own links to all routers in the internetwork.4. Distance vector sends updates containing the state of its own links to all routers in the internetwork.

2 and 3 only
None of these
1 only
3 only

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

ANSWER DOWNLOAD EXAMIANS APP