Which device uses a bridge layer to segment a local network into independent collision domains for each physical port while maintaining a single shared broadcast domain? MCQ with Answer and Explanation

Which device uses a bridge layer to segment a local network into independent collision domains for each physical port while maintaining a single shared broadcast domain?
A. Layer 1 Hub
B. Layer 3 Router
C. Layer 2 Switch
D. Analog Modem
Answer: Option C
Solution (By JKSSB Mock Tests)
A switch separates each port into its own dedicated collision domain, preventing collisions while passing broadcast traffic to all ports.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which device operates at the data link layer and uses MAC addresses to forward data?
A. Gateway
B. Switch
C. Hub
D. Router

Correct Answer: Option B


Explanation:
A switch uses MAC addresses to forward frames within a local network, operating at layer 2.

This question belongs to: Computer Computer Networking
Question #2
Which command is used to test network connectivity between two hosts?
A. ipconfig
B. nslookup
C. ping
D. tracert

Correct Answer: Option C


Explanation:
ping sends ICMP echo requests to test connectivity.

This question belongs to: Computer Computer Networking
Question #3
How many total bits comprise a standard physical hardware MAC address etched into a network interface chip?
A. 128 bits
B. 32 bits
C. 64 bits
D. 48 bits

Correct Answer: Option D


Explanation:
A MAC address is a permanent 48-bit physical hardware identifier, usually represented as 12 hexadecimal characters.

This question belongs to: Computer Computer Networking