Computer Networking MCQs

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

325 Total
Question #81 Report Error
What does the term packet refer to in networking?
A. A unit of data at the application layer
B. A unit of data at the network layer
C. A unit of data at the data link layer
D. A unit of data at the physical layer

Correct Answer: Option B


Explanation:
A packet is a formatted unit of data at the network layer (layer 3).

This question belongs to: Computer Computer Networking
Question #82 Report Error
Which of the following is a connection-oriented protocol?
A. TCP
B. ICMP
C. UDP
D. DNS

Correct Answer: Option A


Explanation:
TCP is connection-oriented; it establishes a session before sending data.

This question belongs to: Computer Computer Networking
Question #83 Report Error
What is the role of a network interface card (NIC)?
A. Routes packets between networks
B. Filters traffic
C. Assigns IP addresses
D. Provides physical connection to the network

Correct Answer: Option D


Explanation:
A NIC is hardware that connects a computer to a network media.

This question belongs to: Computer Computer Networking
Question #84 Report Error
In a bus topology, how are signals transmitted?
A. Through point-to-point links
B. Through a central hub
C. In a ring
D. Along a single cable in both directions

Correct Answer: Option D


Explanation:
In bus topology, all devices share a single communication line, and signals travel in both directions.

This question belongs to: Computer Computer Networking
Question #85 Report Error
What is the range of Class C IP addresses?
A. 128.0.0.0 to 191.255.255.255
B. 224.0.0.0 to 239.255.255.255
C. 1.0.0.0 to 126.255.255.255
D. 192.0.0.0 to 223.255.255.255

Correct Answer: Option D


Explanation:
Class C ranges from 192.0.0.0 to 223.255.255.255.

This question belongs to: Computer Computer Networking
Question #86 Report Error
What is the function of a modem's modulation?
A. Amplifies signals
B. Converts analog to digital
C. Filters signals
D. Converts digital signals to analog for transmission

Correct Answer: Option D


Explanation:
Modulation converts digital data from a computer into analog signals suitable for transmission over telephone lines.

This question belongs to: Computer Computer Networking
Question #87 Report Error
Which network device operates at the OSI model's physical layer and can regenerate signals?
A. Router
B. Repeater
C. Switch
D. Gateway

Correct Answer: Option B


Explanation:
Repeaters work at the physical layer to regenerate and amplify signals to extend cable length.

This question belongs to: Computer Computer Networking
Question #88 Report Error
Which topology is a combination of two or more topologies?
A. Hybrid topology
B. Ring topology
C. Mesh topology
D. Star topology

Correct Answer: Option A


Explanation:
Hybrid topology combines different topologies to meet specific network requirements.

This question belongs to: Computer Computer Networking
Question #89 Report Error
What is the role of a DHCP server?
A. To resolve domain names
B. To filter traffic
C. To route packets
D. To assign IP addresses dynamically

Correct Answer: Option D


Explanation:
DHCP server automatically assigns IP addresses and other network configuration to clients.

This question belongs to: Computer Computer Networking
Question #90 Report Error
Which of the following is a protocol used for secure communication over the internet?
A. Telnet
B. HTTPS
C. HTTP
D. FTP

Correct Answer: Option B


Explanation:
HTTPS (HTTP Secure) uses SSL/TLS to encrypt data for secure communication.

This question belongs to: Computer Computer Networking