Computer Networking MCQs

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

325 Total
Question #61 Report Error
Which topology is most commonly used in wireless networks?
A. Star
B. Bus
C. Ring
D. Mesh

Correct Answer: Option D


Explanation:
Wireless networks often use mesh or star-based topologies; mesh is common for Wi-Fi extended networks.

This question belongs to: Computer Computer Networking
Question #62 Report Error
What is a network gateway?
A. A device that stores web pages
B. A device that amplifies signals
C. A device that connects two different networks with different protocols
D. A device that connects computers in a LAN

Correct Answer: Option C


Explanation:
A gateway acts as an entrance to another network, often translating protocols.

This question belongs to: Computer Computer Networking
Question #63 Report Error
Which protocol is connectionless and does not guarantee delivery?
A. UDP
B. HTTP
C. TCP
D. FTP

Correct Answer: Option A


Explanation:
UDP (User Datagram Protocol) is connectionless and provides no guarantees of delivery, order, or error checking.

This question belongs to: Computer Computer Networking
Question #64 Report Error
What is the purpose of a VLAN (Virtual LAN)?
A. To assign IP addresses
B. To encrypt data
C. To increase physical cable distance
D. To logically segment a network without physical separation

Correct Answer: Option D


Explanation:
VLANs divide a physical network into multiple logical networks for better management and security.

This question belongs to: Computer Computer Networking
Question #65 Report Error
Which device is used to connect multiple computers in a LAN using twisted-pair cables?
A. Modem
B. Router
C. Firewall
D. Hub or switch

Correct Answer: Option D


Explanation:
Hubs and switches are used to interconnect devices within a LAN.

This question belongs to: Computer Computer Networking
Question #66 Report Error
What does the acronym ISP stand for?
A. Integrated Service Protocol
B. Internet Service Provider
C. Interconnection Service Provider
D. Internal Service Protocol

Correct Answer: Option B


Explanation:
ISP is a company that provides internet access to customers.

This question belongs to: Computer Computer Networking
Question #67 Report Error
Which class of IP address has the first octet ranging from 128 to 191?
A. Class B
B. Class D
C. Class A
D. Class C

Correct Answer: Option A


Explanation:
Class B addresses have first octet between 128 and 191.

This question belongs to: Computer Computer Networking
Question #68 Report Error
What is the purpose of a network bridge?
A. To connect a LAN to the internet
B. To assign IP addresses
C. To amplify signals
D. To connect two network segments and reduce traffic by filtering

Correct Answer: Option D


Explanation:
Bridges filter and forward frames based on MAC addresses, connecting segments.

This question belongs to: Computer Computer Networking
Question #69 Report Error
Which of the following is a valid MAC address format?
A. 2001:0db8:85a3:0000:0000:8a2e:0370:7334
B. 192.168.1.1
C. 255.255.255.0
D. 00:1A:2B:3C:4D:5E

Correct Answer: Option D


Explanation:
MAC addresses are 6 bytes (48 bits) in hexadecimal, separated by colons or hyphens.

This question belongs to: Computer Computer Networking
Question #70 Report Error
In which type of network topology is a token used to control transmission?
A. Star
B. Ring
C. Bus
D. Mesh

Correct Answer: Option B


Explanation:
Token Ring networks use a token-passing mechanism in a ring topology.

This question belongs to: Computer Computer Networking