Computer Networking MCQs

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

325 Total
Question #71 Report Error
What is the range of dynamic ports in TCP/UDP?
A. 1024-49151
B. 1-65535
C. 49152-65535
D. 0-1023

Correct Answer: Option C


Explanation:
Dynamic or private ports are from 49152 to 65535, used for temporary sessions.

This question belongs to: Computer Computer Networking
Question #72 Report Error
Which network device can operate at multiple layers of the OSI model?
A. Switch
B. Router
C. Hub
D. Repeater

Correct Answer: Option B


Explanation:
Routers operate at layer 3 (network) and sometimes higher, while switches at layer 2 and hubs at layer 1.

This question belongs to: Computer Computer Networking
Question #73 Report Error
What is the main disadvantage of a ring topology?
A. Difficult to manage
B. A single break in the ring can disable the entire network
C. Requires a central hub
D. Expensive cabling

Correct Answer: Option B


Explanation:
In ring topology, if one link fails, the entire network fails unless it uses a dual-ring design.

This question belongs to: Computer Computer Networking
Question #74 Report Error
Which protocol is used for sending email between servers?
A. HTTP
B. POP3
C. SMTP
D. IMAP

Correct Answer: Option C


Explanation:
SMTP (Simple Mail Transfer Protocol) is used for sending email from client to server and between servers.

This question belongs to: Computer Computer Networking
Question #75 Report Error
What is the network address for a network with IP 192.168.1.150 and subnet mask 255.255.255.0?
A. 192.168.1.255
B. 192.168.0.0
C. 192.168.1.150
D. 192.168.1.0

Correct Answer: Option D


Explanation:
With a /24 mask, the network address is obtained by ANDing the IP with mask, resulting in 192.168.1.0.

This question belongs to: Computer Computer Networking
Question #76 Report Error
Which device is used to connect a computer to a digital subscriber line (DSL) service?
A. Switch
B. DSL modem
C. Cable modem
D. Router

Correct Answer: Option B


Explanation:
A DSL modem connects a computer or router to the telephone line for DSL internet.

This question belongs to: Computer Computer Networking
Question #77 Report Error
What is the purpose of a proxy server?
A. To assign IP addresses
B. To connect network segments
C. To forward packets based on IP
D. To act as an intermediary for client requests to servers

Correct Answer: Option D


Explanation:
A proxy server forwards requests and can provide caching, anonymity, and filtering.

This question belongs to: Computer Computer Networking
Question #78 Report Error
Which topology is most suitable for fault-tolerant networks?
A. Mesh
B. Ring
C. Bus
D. Star

Correct Answer: Option A


Explanation:
Mesh topology provides multiple paths, so failure of one link does not disconnect the network.

This question belongs to: Computer Computer Networking
Question #79 Report Error
What is the primary function of a switch's MAC address table?
A. To store mappings between MAC addresses and ports
B. To store IP addresses
C. To store domain names
D. To store routing information

Correct Answer: Option A


Explanation:
A switch's MAC address table learns which MAC address is associated with which port for efficient forwarding.

This question belongs to: Computer Computer Networking
Question #80 Report Error
Which command is used to test network connectivity between two hosts?
A. ping
B. ipconfig
C. nslookup
D. tracert

Correct Answer: Option A


Explanation:
ping sends ICMP echo requests to test connectivity.

This question belongs to: Computer Computer Networking