ICMP
Everything on SkillVeris tagged ICMP — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Interview Questions(6)
What is the Network Layer (OSI Layer 3)?
The Network layer is OSI Layer 3 — it is responsible for logical addressing (IP addresses) and routing, deciding the best path to move a packet from a source h…
What is ICMP (Internet Control Message Protocol)?
ICMP (Internet Control Message Protocol) is a Network-layer protocol used by routers and hosts to send diagnostic and error-reporting messages — such as 'desti…
What is MTU (Maximum Transmission Unit)?
MTU (Maximum Transmission Unit) is the largest size, in bytes, that a single packet can have on a given network link without needing to be split, commonly 1500…
What is Ping and How Does It Work?
Ping is a network diagnostic utility that sends ICMP Echo Request packets to a target host and measures whether it replies with an ICMP Echo Reply, reporting r…
What is Traceroute and How Does It Work?
Traceroute is a network diagnostic tool that reveals the sequence of routers (hops) a packet passes through to reach a destination, by sending probe packets wi…
What is Path MTU Discovery (PMTUD)?
Path MTU Discovery (PMTUD) is the process a sending host uses to find the smallest MTU along the entire route to a destination, by sending packets with the Don…