Which network topology provides the highest level of redundancy and fault tolerance by physically connecting every individual node directly to every other node? MCQ with Answer and Explanation

Which network topology provides the highest level of redundancy and fault tolerance by physically connecting every individual node directly to every other node?
A. Tree Topology
B. Bus Topology
C. Full Mesh Topology
D. Star Topology
Answer: Option C
Solution (By JKExamLibrary)
In a full mesh topology, every node has a point-to-point connection to every other node, ensuring multiple alternative pathways if a link fails.

This question belongs to: Computer Computer Networking

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1 Report Error
Which network topology layout connects adjacent devices in a continuous line with no central controller, terminating cleanly at two distinct endpoints?
A. Mesh Topology
B. Linear Bus Topology
C. Ring Topology
D. Star Topology

Correct Answer: Option B


Explanation:
A linear bus topology links all nodes in a sequential chain along a single cable path that features endpoints at both ends.

This question belongs to: Computer Computer Networking
Question #2 Report Error
What is the subnet mask for a Class B network?
A. 255.255.255.0
B. 255.255.255.255
C. 255.0.0.0
D. 255.255.0.0

Correct Answer: Option D


Explanation:
Class B default subnet mask is 255.255.0.0 (16 bits for network).

This question belongs to: Computer Computer Networking
Question #3 Report Error
What is the default protocol for secure web browsing?
A. HTTP
B. FTP
C. SSH
D. HTTPS

Correct Answer: Option D


Explanation:
HTTPS is the secure version of HTTP, using SSL/TLS encryption.

This question belongs to: Computer Computer Networking