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

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

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Two computers that communicate with each other use a simple parity check to detect errors for ASCII transmissions. Which of the following events will always lead to an undeleted error?

two bits or any even number of bits inverted in a block during transmission
one bit or any odd number of bits inverted in a block of data during transmission
two bits or any even number of bits inverted in a byte during transmission
None of these
one bit or any odd number of bits inverted in a byte during transmission

ANSWER DOWNLOAD EXAMIANS APP