Computer Networking MCQs

Practice Computer Networking MCQs covering LAN, MAN, WAN, PAN, topology, modem, router, hub, switch and IP address concepts.

325 Total
Question #41 Report Error
Which of the following is not a network topology?
A. Star
B. Switch
C. Mesh
D. Ring

Correct Answer: Option B


Explanation:
Switch is a device, not a topology. Topologies include star, ring, bus, mesh, etc.

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

Correct Answer: Option D


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 #43 Report Error
What is the primary advantage of a switch over a hub?
A. Lower cost
B. Longer reach
C. Supports more devices
D. No collisions due to dedicated bandwidth per port

Correct Answer: Option D


Explanation:
Switches create separate collision domains per port, eliminating collisions and improving performance.

This question belongs to: Computer Computer Networking
Question #44 Report Error
Which address is used by a router to forward packets between networks?
A. Port number
B. IP address
C. Physical address
D. MAC address

Correct Answer: Option B


Explanation:
Routers use IP addresses (network layer) to determine the destination network and forward packets.

This question belongs to: Computer Computer Networking
Question #45 Report Error
What is the full form of MAN?
A. Medium Area Network
B. Multiple Area Network
C. Massive Area Network
D. Metropolitan Area Network

Correct Answer: Option D


Explanation:
MAN stands for Metropolitan Area Network, covering a city or large campus.

This question belongs to: Computer Computer Networking
Question #46 Report Error
Which class of IP address is used for multicast?
A. Class C
B. Class A
C. Class B
D. Class D

Correct Answer: Option D


Explanation:
Class D (224.0.0.0 to 239.255.255.255) is reserved for multicast groups.

This question belongs to: Computer Computer Networking
Question #47 Report Error
Which device connects a network to the Internet and often includes firewall functionality?
A. Router
B. Bridge
C. Hub
D. Switch

Correct Answer: Option A


Explanation:
A router often connects a local network to the internet and may include security features like firewalls.

This question belongs to: Computer Computer Networking
Question #48 Report Error
What is the maximum segment length for a 10BASE-T Ethernet network using twisted-pair cable?
A. 185 meters
B. 1000 meters
C. 500 meters
D. 100 meters

Correct Answer: Option D


Explanation:
10BASE-T specifies a maximum cable segment length of 100 meters.

This question belongs to: Computer Computer Networking
Question #49 Report Error
In ring topology, how is data transmitted?
A. In both directions simultaneously
B. In one direction around the ring
C. Through a central hub
D. Via broadcast

Correct Answer: Option B


Explanation:
In ring topology, data travels in one direction from node to node until it reaches the destination.

This question belongs to: Computer Computer Networking
Question #50 Report Error
Which network device is used to connect two different network segments and forward frames based on MAC addresses?
A. Hub
B. Repeater
C. Bridge
D. Router

Correct Answer: Option C


Explanation:
A bridge connects two network segments and forwards frames based on MAC addresses, operating at layer 2.

This question belongs to: Computer Computer Networking