📦 Packets vs Frames
📦 Packets vs Frames
📘 Packets (Network Layer - Layer 3)
-
Contain logical addressing information such as IP addresses (source & destination).
-
Used for routing data between different networks.
-
Created at the Network Layer of the OSI model.
-
Protocols like IP (Internet Protocol) handle packet creation and delivery.
📗 Frames (Data Link Layer - Layer 2)
-
Contain physical addressing information such as MAC addresses.
-
Used for data transfer within the same local network (LAN).
-
Created at the Data Link Layer of the OSI model.
-
Protocols like Ethernet or Wi-Fi (802.11) define frame structure.
🧠 Quick Difference Summary
| Feature | Packet | Frame |
|---|---|---|
| OSI Layer | Network (Layer 3) | Data Link (Layer 2) |
| Address Type | IP Address | MAC Address |
| Purpose | Routing between networks | Delivery within a LAN |
| Example Protocol | IP | Ethernet |
Comments
Post a Comment