Computer Networking
You want to improve network performance by increasing the bandwidth available to hosts and limit the size of the broadcast domains. Which of the following options will achieve this goal?

Managed hubs
Switches configured with VLANs
Switches
Bridges

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true when describing an anycast address?

This address identifies multiple interfaces and the anycast packet is only delivered to one address. This address can also be called one-to-one-of-many.
Packets are delivered to all interfaces identified by the address. This is also called one-to-many addresses.
Packets addressed to a unicast address are delivered to a single interface.
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
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 196.15.7.0 0.0.0.255 eq www
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www

ANSWER DOWNLOAD EXAMIANS APP