The document describes the steps involved in performing a ping test from a PC to a server to test network connectivity.
1. The PC builds an ICMP echo request packet with the source MAC and IP addresses of the PC and destination MAC and IP addresses of the server. The packet leaves the PC and enters the local switch.
2. The packet is received by the default gateway router, which checks the destination IP address and determines it is on a different subnet. It consults its routing table configured via static routing and identifies the next hop router and outgoing interface to use.
3. The packet passes through the next hop router and its directly connected switch to reach the server, completing the ping test. The server then