Module 7: The Access Layer Flashcards
Explain how communication occurs on Ethernet networks.
___ is technology commonly used in local area networks.
Ethernet
Devices access the Ethernet LAN using an ___.
Ethernet Network Interface Card (NIC)
Each Ethernet NIC has a unique address permanently embedded on the card known as a ___.
Media Access Control (MAC) address
The MAC address for both the source and destination are fields in an Ethernet frame.
7.1.1 Video - The Fields of the Ethernet Frame
Fields of an Ethernet Frame
Ethernet is a Layer 2 protocol that facilitates communication between Network Interface Cards (NICs) on the same network. Each Ethernet frame consists of multiple fields, each with a specific size and function.
1. Preamble (7 bytes)
- Used to synchronize the receiving NIC with the incoming bits.
- Ensures the receiver is ready for data transmission.
2. Start Frame Delimiter (SFD) (1 byte)
- Signals to the receiving NIC that the actual Ethernet frame starts after this field.
3. Destination MAC Address (6 bytes)
- Identifies the MAC address of the recipient NIC on the network.
- Specifies where the Ethernet frame is being sent.
4. Source MAC Address (6 bytes)
- Contains the MAC address of the device that originated the Ethernet frame.
5. Length/Type (2 bytes)
- Can serve two purposes:
- Length: Specifies the size of the data (payload) in the frame.
- Type: Identifies the type of protocol being carried (e.g., IPv4, IPv6).
6. Data (Payload) (46–1500 bytes)
- Contains the actual encapsulated data, which may include:
- IP packets (IPv4/IPv6)
- Transport layer headers (TCP, UDP, etc.)
- Application layer protocols (HTTP, FTP, etc.)
- Ethernet itself does not interpret this data; it only ensures delivery from NIC to NIC.
7. Frame Check Sequence (FCS) (4 bytes)
- Used for error detection by the receiving device.
- Ensures the frame was transmitted correctly without corruption.
Conclusion
Each Ethernet frame follows a structured format to ensure efficient data transmission, error detection, and proper addressing within a network. The combination of synchronization, addressing, payload transmission, and error-checking makes Ethernet the backbone of wired networking.
Noted
Fields of an Ethernet Frame
- Preamble (7 bytes)
- Start Frame Delimiter (SFD) (1 byte)
- Destination MAC Address (6 bytes)
- Source MAC Address (6 bytes)
- Length/Type (2 bytes)
- Data (Payload) (46–1500 bytes)
- Frame Check Sequence (FCS) (4 bytes)
Ethernet is a ___ that facilitates communication between ___ on the same network. Each Ethernet frame consists of multiple fields, each with a specific size and function.
Layer 2 protocol,
Network Interface Cards (NICs)
Fields of Ethernet Frame
- Used to synchronize the receiving NIC with the incoming bits.
- Ensures the receiver is ready for data transmission.
Preamble (7 bytes)
Fields of Ethernet Frame
Signals to the receiving NIC that the actual Ethernet frame starts after this field.
Start Frame Delimiter (SFD) (1 byte)
Fields of Ethernet Frame
- Identifies the MAC address of the recipient NIC on the network.
- Specifies where the Ethernet frame is being sent.
Destination MAC Address (6 bytes)
Fields of Ethernet Frame
Contains the MAC address of the device that originated the Ethernet frame.
Source MAC Address (6 bytes)
Fields of Ethernet Frame
Can serve two purposes:
- ___: Specifies the size of the data (payload) in the frame.
- ___: Identifies the type of protocol being carried (e.g., IPv4, IPv6).
Length/Type (2 bytes)
Fields of Ethernet Frame
Contains the actual encapsulated data, which may include:
- IP packets (IPv4/IPv6)
- Transport layer headers (TCP, UDP, etc.)
- Application layer protocols (HTTP, FTP, etc.)
Data (Payload) (46–1500 bytes)
Ethernet itself does not interpret this data; it only ensures delivery from NIC to NIC.
Fields of Ethernet Frame
___ itself does not interpret this data; it only ensures delivery from NIC to NIC.
Ethernet
Fields of Ethernet Frame
- Used for error detection by the receiving device.
- Ensures the frame was transmitted correctly without corruption.
Frame Check Sequence (FCS) (4 bytes)
7.1.2 Encapsulation
When sending a letter, the letter writer uses an accepted format to ensure that the letter is delivered and understood by the recipient. In the same way, a message that is sent over a computer network follows specific format rules in order for it to be delivered and processed.
The process of placing one message format (the letter) inside another message format (the envelope) is called encapsulation. De-encapsulation occurs when the process is reversed by the recipient and the letter is removed from the envelope. Just as a letter is encapsulated in an envelope for delivery, so computer messages are encapsulated.
Each computer message is encapsulated in a specific format, called a frame, before it is sent over the network. A frame acts like an envelope; it provides the address of the intended destination and the address of the source host. The format and contents of a frame are determined by the type of message being sent and the channel over which it is communicated. Messages that are not correctly formatted are not successfully delivered to or processed by the destination host.
///
A common example of requiring the correct format in human communications is when sending a letter.
An envelope has the address of the sender and receiver, each located at the proper place on the envelope. If the destination address and formatting are not correct, the letter is not delivered.
The process of placing one message format (the letter) inside another message format (the envelope) is called encapsulation. De-encapsulation occurs when the process is reversed by the recipient and the letter is removed from the envelope.
///
Similar to sending a letter, a message that is sent over a computer network follows specific format rules for it to be delivered and processed.
Internet Protocol (IP) is a protocol with a similar function to the envelope example. In the figure, the fields of the Internet Protocol version 6 (IPv6) packet identify the source of the packet and its destination. IP is responsible for sending a message from the message source to destination over one or more networks.
Noted
The process of placing one message format inside another message format.
Encapsulation
___ occurs when the process is reversed by the recipient and the letter (message format) is removed from the envelope (another message format).
De-encapsulation
Each computer message is encapsulated in a specific format, called a ___, before it is sent over the network.
frame
A ___ acts like an envelope; it provides the address of the intended destination and the address of the source host.
frame
The format and contents of a frame are determined by the ___ being sent and the channel over which it is communicated.
message type
Messages that are not correctly formatted are not successfully delivered to or processed by the destination host.
___ is a protocol that is responsible for sending a message from the message source to destination over one or more networks.
Internet Protocol (IP)
7.1.3 Check Your Understanding - Encapsulation and the Ethernet Frame
The process of prepending protocol information with information from another protocol is called
◯ packetizing
◯ framing
◯ encoding
◯ encapsulation
encapsulation
Encapsulation is the process of prepending protocol information with information from another protocol.
7.1.3 Check Your Understanding - Encapsulation and the Ethernet Frame
When an Ethernet frame is sent out an interface, the destination MAC address indicates:
◯ The MAC address of the router.
◯ The MAC address of the NIC card that sent the Ethernet frame.
◯ The MAC address of the device, which is on this network, that will receive the Ethernet frame.
◯ The MAC address of the NIC card of a device, which is on this network or another network, that will receive the Ethernet frame.
The MAC address of the device, which is on this network, that will receive the Ethernet frame.
When an Ethernet frame is sent out an interface, the Destination MAC address indicates the MAC address of the device, which is on this network, that will receive the Ethernet frame.
7.1.3 Check Your Understanding - Encapsulation and the Ethernet Frame
Which Ethernet frame field indicates the beginning of an Ethernet frame?
◯ Destination MAC Address
◯ FCS
◯ Preamble and SFD
◯ Type/Length
Preamble and SFD
The Preamble and Start Frame Delimiter (SFD) indicate the beginning of an Ethernet frame.