Which of the following devices is NOT used to create separate collision domains for each interface in an Ethernet network?
A) Hub
B) Router
C) Bridge
D) Switch
A
Explanation: A) Out of the devices listed (router, bridge, switch), only the hub does not create separate collision domains by interface.
You might also like to view...
Which of the following commands will provide an administrator with the number of hops a packet takes from host to host?
A. nslookup B. ping C. traceroute D. route
To find the minimum element stored in a heap
A) you should start at the root, and then keep passing from each node to its left child until you come to a node with no left child B) you should start at the root, and then keep passing from each node to its right child until you come to a node with no right child C) you should look at the root of the binary tree D) you need to examine every node, and then pick the one with the least value