Computer Networking MCQs

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

325 Total
Question #31 Report Error
What is the purpose of a router's routing table?
A. Stores MAC addresses
B. Stores IP addresses and next-hop information for forwarding packets
C. Stores domain name mappings
D. Stores security policies

Correct Answer: Option B


Explanation:
A routing table contains destination networks and the next hop to forward packets.

This question belongs to: Computer Computer Networking
Question #32 Report Error
Which type of network is the Internet considered?
A. LAN
B. MAN
C. PAN
D. WAN

Correct Answer: Option D


Explanation:
The Internet is the largest example of a WAN, spanning the entire globe.

This question belongs to: Computer Computer Networking
Question #33 Report Error
What does the acronym ARP stand for?
A. Address Resolution Protocol
B. Access Resolution Protocol
C. Advanced Routing Protocol
D. Address Routing Protocol

Correct Answer: Option A


Explanation:
ARP is used to map an IP address to a physical MAC address in a local network.

This question belongs to: Computer Computer Networking
Question #34 Report Error
Which topology requires a central controller (like a hub or switch) to manage data transmission?
A. Ring
B. Star
C. Mesh
D. Bus

Correct Answer: Option B


Explanation:
Star topology relies on a central device to which all nodes connect.

This question belongs to: Computer Computer Networking
Question #35 Report Error
What is the size of an IPv4 address in bits?
A. 32
B. 16
C. 64
D. 128

Correct Answer: Option A


Explanation:
IPv4 addresses are 32 bits long, typically expressed in dotted decimal.

This question belongs to: Computer Computer Networking
Question #36 Report Error
Which protocol is used for reliable, connection-oriented data transmission?
A. ICMP
B. TCP
C. IGMP
D. UDP

Correct Answer: Option B


Explanation:
TCP (Transmission Control Protocol) provides reliable, ordered, and error-checked delivery of data.

This question belongs to: Computer Computer Networking
Question #37 Report Error
Which device can be used to extend the length of a network segment by regenerating the signal?
A. Router
B. Switch
C. Gateway
D. Repeater

Correct Answer: Option D


Explanation:
A repeater amplifies and regenerates signals to extend the distance of a network.

This question belongs to: Computer Computer Networking
Question #38 Report Error
What is the binary equivalent of the subnet mask 255.255.255.0?
A. 11111111.11111111.11111111.00000000
B. 00000000.00000000.00000000.11111111
C. 11111111.00000000.00000000.00000000
D. 11111111.11111111.00000000.00000000

Correct Answer: Option A


Explanation:
255.255.255.0 in binary is 24 ones followed by 8 zeros.

This question belongs to: Computer Computer Networking
Question #39 Report Error
Which of the following is a broadcast address for a network with subnet mask 255.255.255.0 and network IP 192.168.1.0?
A. 192.168.1.255
B. 192.168.1.1
C. 192.168.1.254
D. 192.168.1.0

Correct Answer: Option A


Explanation:
The broadcast address is the highest address in the subnet, i.e., 192.168.1.255 for a /24 network.

This question belongs to: Computer Computer Networking
Question #40 Report Error
What does the acronym NIC stand for?
A. Network Interface Card
B. Network Internet Controller
C. Network Integrated Circuit
D. Network Interconnect Card

Correct Answer: Option A


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

This question belongs to: Computer Computer Networking