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

Packets addressed to a unicast address are delivered to a single interface.
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.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
A front-end processor is

None of these
a minicomputer that relieves main-frame computers at a computer centre of communications control functions
preliminary processor of batch jobs.
a processor in a large-scale computer that executes operating system instructions
a user computer system

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

ANSWER DOWNLOAD EXAMIANS APP