Lesson 4 — module 1-7 Flashcards
What address does the data link frame use when devices are on the same Ethernet network?
The actual MAC address of the destination NIC.
Where are MAC addresses stored?
MAC addresses are physically embedded into the Ethernet NIC and are used for local addressing.
What is the source MAC address in a data link frame on the same Ethernet network?
It is the MAC address of the device originating the frame on the link.
What is the destination MAC address in a data link frame when devices are on the same link?
It is the MAC address of a device on the same link as the source, even if the final destination is remote.
What does it mean when the source and destination have a different network portion?
This means they are on different networks.
What does Layer 3 provide to Layer 2 when the destination is on a different IP network?
The IP address of the local default gateway (router).
What is the role of the default gateway in a LAN?
It serves as the “door” or “gateway” to all remote networks beyond the local LAN.
Why must all devices on a LAN know the default gateway address?
So their traffic can reach destinations outside the LAN.
What happens after Layer 2 on a device like PC1 forwards the frame to the default gateway?
The router begins the routing process to deliver the data to the remote destination.
Is data link (Layer 2) addressing local or global?
It is local to each link or hop and changes at every segment.
In the first segment of communication, what are the source and destination MAC addresses?
No, Layer 3 addressing remains the same end-to-end.
Why does data link (Layer 2) addressing change at each hop?
Because it is local addressing, so each segment between devices (hops) has its own source and destination MAC addresses.
What are the source and destination MAC addresses for the first segment of the journey?
- Source: PC1 NIC (sending the frame)
- Destination: First router’s default gateway interface (receiving the frame)
What are the source and destination MAC addresses for the second segment (hop)?
- Source: First router’s exit interface (sending the frame)
- Destination: Second router (receiving the frame)
What are the source and destination MAC addresses for the final segment of the journey?
- Source: Second router’s exit interface (sending the frame)
- Destination: Web Server NIC (receiving the frame)
Does the Layer 3 (IP) address change from hop to hop?
No, the Layer 3 IP address stays the same throughout the journey.
What part of the data is modified at each hop during transmission?
The Layer 2 frame (including MAC addresses) is modified, not the Layer 3 packet.
What is the main function of the Physical Layer in the OSI model?
To transport bits across the network media.
What does the Physical Layer do with a complete frame from the Data Link Layer?
It encodes the frame as a series of signals to be transmitted over the local media.
At what point in the encapsulation process does the Physical Layer operate?
It is the final step in the encapsulation process.
What does the next device in the path do after receiving bits from the Physical Layer?
It re-encapsulates the frame and determines how to forward it.
What are the 3 types of copper cabling?
Un shielded Twisted-Pair (UTP) cable, Shielded Twisted-Pair (STP) cable, and Coaxial Cable
What is the most common type of networking media?
UTP Cable
What type of connector is used to terminate a UTP cable?
RJ-45 connector.