What is the primary limitation of configuring a network using a point-to-point Full Mesh Topology as the number of nodes scales high? MCQ with Answer and Explanation

What is the primary limitation of configuring a network using a point-to-point Full Mesh Topology as the number of nodes scales high?
A. It lacks absolute security constraints.
B. The network performance decreases whenever a single cable drops.
C. The number of required physical cables and ports grows exponentially, making it highly expensive.
D. It cannot run modern routing software.
Answer: Option C
Solution (By JKSSB Mock Tests)
A full mesh layout requires n(n-1)/2 physical lines. As nodes (n) increase, the cabling overhead and hardware costs grow quadratically.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
What is the function of a load balancer?
A. Blocks malicious traffic
B. Resolves domain names
C. Distributes network traffic across multiple servers
D. Assigns IP addresses

Correct Answer: Option C


Explanation:
Load balancers distribute incoming requests across servers to ensure availability and performance.

This question belongs to: Computer Computer Networking
Question #2
In which topology is it possible to add or remove devices without disrupting the entire network?
A. Star
B. Bus
C. Ring
D. Mesh

Correct Answer: Option A


Explanation:
In star topology, each device is independently connected to the central hub, so adding/removing doesn't affect others.

This question belongs to: Computer Computer Networking
Question #3
Which networking device operates at the Data Link Layer (Layer 2) and uses MAC addresses to filter and forward data packets only to the specific destination port?
A. Hub
B. Repeater
C. Switch
D. Router

Correct Answer: Option C


Explanation:
A network switch is an intelligent Layer 2 device that learns MAC addresses and routes traffic exclusively to the intended device, unlike a hub which broadcasts to all ports.

This question belongs to: Computer Computer Networking