Which hardware device works at Layer 1 of the OSI model to repeat network traffic across all ports, making all connected hosts share a single collision domain? MCQ with Answer and Explanation

Which hardware device works at Layer 1 of the OSI model to repeat network traffic across all ports, making all connected hosts share a single collision domain?
A. Hub
B. Switch
C. Router
D. Bridge
Answer: Option A
Solution (By JKSSB Mock Tests)
A network hub acts as a simple Layer 1 repeater, broadcasting incoming data to all connected ports and placing them in a single collision domain.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
Which of the following represents a valid IPv6 address string format?
A. [http://www.google.com/ipv6](https://www.google.com/search?q=http://www.google.com/ipv6)
B. 00-14-22-01-23-45
C. 192.168.1.256
D. 2001:0db8:85a3:0000:0000:8a2e:0370:7334

Correct Answer: Option D


Explanation:
IPv6 addresses are written as groups of four hexadecimal digits separated by colons, encompassing eight separate structural blocks.

This question belongs to: Computer Computer Networking
Question #2
Which address space can be used by any network client to check the internal functionality of its own local TCP/IP network software stack?
A. 255.255.255.255
B. 127.0.0.1
C. 0.0.0.0
D. 192.168.1.1

Correct Answer: Option B


Explanation:
127.0.0.1 is the standard loopback address. It lets a device route diagnostic traffic back through its internal software layer without hitting physical network lines.

This question belongs to: Computer Computer Networking
Question #3
What happens on a shared Ethernet network using a Bus Topology layout if a data frame reaches either extreme physical endpoint without encountering a terminator component?
A. The data frame loops back through the local host interface automatically.
B. The data frame is safely archived on the primary server.
C. The signal bounces back along the cable, creating interference that corrupts ongoing network traffic.
D. The signal transforms into an analog wave profile.

Correct Answer: Option C


Explanation:
Without a terminator to absorb signals at the endpoints of a bus network, signal bounce creates interference that corrupts data traffic.

This question belongs to: Computer Computer Networking