Computer Networking
Which statements are true regarding ICMP packets?1. They acknowledge receipt of a TCP segment.2. They guarantee datagram delivery.3. They can provide hosts with information about network problems.4. They are encapsulated within IP datagrams.

1 only
2 and 3
2, 3 and 4
3 and 4

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 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 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