Ethernet
When a host already knows the destination IP, and maybe even the next hop, the packet does not leave the NIC as an IP packet first. What lands on the wire is an Ethernet frame. Problems like “same subnet but no connectivity”, “ARP never gets an answer”, or “DHCP broadcast went out but nobody replied” are not mainly Layer 3 problems. They usually fail earlier, at the Layer 2 hop.
Read More