What condition happens in a standard unidirectional Ring Topology if a single computer terminal loses power or its cable breaks? MCQ with Answer and Explanation

What condition happens in a standard unidirectional Ring Topology if a single computer terminal loses power or its cable breaks?
A. The remaining nodes configure themselves into a star topology.
B. The network automatically transitions to wireless transmission.
C. Data frames flow twice as fast in the opposite direction.
D. The network communication loop is broken, stopping data traffic across the entire ring.
Answer: Option D
Solution (By JKSSB Mock Tests)
Because data travels sequentially around a unidirectional ring network, any single broken link breaks the circuit and disrupts the entire network.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which system assigns dynamic, temporary IP addresses automatically to client workstations whenever they connect to a local area network?
A. DHCP
B. ARP
C. NAT
D. DNS

Correct Answer: Option A


Explanation:
DHCP (Dynamic Host Configuration Protocol) automates the allocation of IP addresses, subnet masks, and gateway pointers to connecting clients.

This question belongs to: Computer Computer Networking
Question #2
Which mechanism enables an internet router to modify packet headers, allowing thousands of private internal LAN hosts to navigate the web through a single public IP address?
A. Network Address Translation (NAT)
B. Domain Name mapping
C. Address Resolution lookup
D. DHCP lease management

Correct Answer: Option A


Explanation:
NAT converts private internal IP addresses to a public IP address, conserving IPv4 space and adding an extra layer of internal security.

This question belongs to: Computer Computer Networking
Question #3
Which device operates at the data link layer and uses MAC addresses to forward data?
A. Router
B. Switch
C. Gateway
D. Hub

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