0
0
Computer Networksknowledge~20 mins

Network topologies (star, bus, ring, mesh) in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Network Topology Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Star Topology
In a star network topology, what happens if the central device fails?
AAll devices lose communication because the central device controls all connections.
BThe devices continue communicating directly without the central device.
CThe network automatically reroutes data through other devices to maintain communication.
DOnly the device connected to the failed central device loses communication.
Attempts:
2 left
💡 Hint
Think about the role of the central device in a star topology.
📋 Factual
intermediate
2:00remaining
Identifying Bus Topology Characteristics
Which of the following is a key characteristic of a bus topology?
AEach device is connected to a single central cable called the bus.
BDevices are connected in a closed loop forming a ring.
CEvery device is connected to every other device directly.
DDevices connect to a central hub or switch.
Attempts:
2 left
💡 Hint
Recall the physical layout of a bus topology.
🔍 Analysis
advanced
2:00remaining
Comparing Ring and Mesh Topologies
Which statement correctly compares ring and mesh topologies in terms of fault tolerance?
ARing topology can continue working if one connection breaks, but mesh topology cannot.
BMesh topology provides higher fault tolerance because devices have multiple paths to communicate.
CBoth topologies fail completely if any single device fails.
DRing topology has better fault tolerance because data travels in both directions simultaneously.
Attempts:
2 left
💡 Hint
Consider how many connections each device has in both topologies.
🚀 Application
advanced
2:00remaining
Choosing a Topology for a Small Office
A small office wants a network that is easy to set up, cost-effective, and simple to troubleshoot. Which topology is the best choice?
AMesh topology because it offers multiple paths for data.
BBus topology because it requires a central device.
CRing topology because it uses less cable than star.
DStar topology because it is easy to manage and troubleshoot.
Attempts:
2 left
💡 Hint
Think about ease of troubleshooting and setup simplicity.
Reasoning
expert
2:00remaining
Impact of Adding Devices in Mesh Topology
In a fully connected mesh topology with 5 devices, how many direct connections exist? What happens to the number of connections if one more device is added?
AThere are 5 connections with 5 devices; adding one device increases connections to 6.
BThere are 20 connections with 5 devices; adding one device increases connections to 25.
CThere are 10 connections with 5 devices; adding one device increases connections to 15.
DThere are 15 connections with 5 devices; adding one device increases connections to 21.
Attempts:
2 left
💡 Hint
Use the formula for connections in a fully connected mesh: n(n-1)/2.