wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICMP and Networking Concepts Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

ICMP operates at which OSI layer?

a)

Transport Layer

b)

Network Layer

c)

Data Link Layer

d)

Application Layer

2.

Which ICMP message is used by the Traceroute utility?

a)

Destination Unreachable

b)

Echo Request

c)

Time Exceeded

d)

Source Quench

3.

Why is ICMP considered an error-reporting protocol but not error-correcting?

a)

It can only detect corrupted frames

b)

It only informs about problems but does not resolve them

c)

It modifies corrupted packets automatically

d)

It retries packet transmission

4.

At the Data Link layer, the PDU is called:

a)

Frame

b)

Packet

c)

Segment

d)

Cell

5.

Which of the following PDUs are correctly matched?

a)

Transport - Frame

b)

Network - Packet

c)

Application - Segment

d)

Physical - Packet

6.

If an application sends a 2 MB file, how many PDUs are generated across different OSI layers?

a)

Only one PDU across all layers

b)

Each layer encapsulates the higher layer's PDU into its own

c)

Only Network layer produces PDUs

d)

PDUs are generated only at Transport and Network layers

7.

Which tool is most commonly used by students for visualizing packet flow in LAN/WAN topologies?

a)

Wireshark

b)

Cisco Packet Tracer

c)

NS-3

d)

MATLAB

8.

Which ICMP message indicates that the destination host is unreachable?

a)

Echo Request

b)

Destination Unreachable

c)

Source Quench

d)

Redirect

9.

The ICMP "Redirect" message is used to:

a)

Drop corrupted packets

b)

Inform a host of a better route to a destination

c)

Terminate TCP connection

d)

Reassign MAC address mapping

10.

Why was the ICMP Source Quench message deprecated?

a)

It was unreliable in UDP

b)

It increased congestion instead of reducing it

c)

It was incompatible with IPv6

d)

It could not be transmitted through routers

11.

ARP is used to find:

a)

IP address from domain name

b)

MAC address from IP address

c)

Port number from IP address

d)

IP address from MAC address

12.

What happens if two hosts simultaneously send ARP requests for the same IP address?

a)

Both will update ARP cache correctly

b)

Only one host will succeed

c)

It leads to an ARP storm and cache inconsistency

d)

ARP will auto-resolve using TCP retransmission

13.

A switch table maps:

a)

IP addresses to ports

b)

MAC addresses to switch ports

c)

Domain names to IP addresses

d)

Protocols to applications

14.

How does a switch learn MAC addresses?

a)

From ARP packets only

b)

By manually configuring MAC-port mapping

c)

By examining the source MAC address of incoming frames

d)

From the routing protocol updates

15.

If a frame arrives at a switch with a destination MAC not present in the switch table, what does the switch do?

a)

Drops the frame

b)

Forwards the frame to all ports (flooding)

c)

Sends it to the default gateway

d)

Requests ARP resolution

16.

Which of the following correctly pairs protocol and its role?

a)

ARP - Resolves MAC to IP

b)

ICMP - Error reporting and diagnostics

c)

Switch Table - Maps IP addresses to ports

d)

PDU - Only exists at Transport layer

17.

In a network simulation, a packet is dropped due to TTL expiry. Which of the following sequence of protocols/features is involved?

a)

PDU → ARP → Switch Table

b)

ICMP (Time Exceeded) → Router → Simulation Tool

c)

TCP → DHCP → Router

d)

ARP → ICMP → Frame

18.

IPV6 address size

a)

64 bit

b)

128 bit

c)

32 bit

d)

256 bit

19.

2001:0fb0::0001 is an example for

a)

IPV6

b)

IPV4

c)

Subnet

d)

mask

20.

192.168 is an example for

a)

public network

b)

private network

c)

public/private

d)

None