LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are Layer 2 addresses and how do they differ from Layer 3 addresses?

Layer 2 (physical/MAC) addresses handle local delivery on a single link and change at every hop; Layer 3 addresses handle end-to-end delivery and stay the same the whole way.

Layer 2 addresses (also called physical addresses or MAC addresses):

A packet crossing two routers: the L2/MAC address changes on every link while the L3/IP source and destination stay the same end to end

* The Layer 2 MAC address is rewritten at every hop; the Layer 3 IP addresses stay constant end to end. *

Characteristic Layer 2 Address Layer 3 Address
Purpose Local delivery of frame on the link End-to-end delivery across networks
Location Frame header Packet header
Scope Used only on the local link Used for routing between networks
Changes Updated by each device that forwards the frame Remains the same from source to destination

Key insight: As a frame travels through a network, the Layer 2 addresses change at each hop (router), but the Layer 3 addresses stay constant.

Go deeper:

From Quiz: NETW1 / Data Link Layer | Updated: Jul 14, 2026