The Data Link Layer (TCP/IP) Flashcards
What is the most common protocol to send data across individual links?
Ethernet
What is one of the primary purposes of the Data Link Layer?
To abstract away the need for any other layer to care about the physical layer and what hardware is in use
What problem did the Ethernet protocol solve?
Collision domains in Hubs
What is CSMA/CD?
A technique used to determine when the communications channels are clear and when the device to free to transmit data
What is the size of a MAC address and what is it made up of? (Sections excluded)
Its 48 bits long and represented by six groupings of two hexadecimal numbers called Octets
In computer networking, what is an Octet?
Any number that can be represented by 8 bits
What are the sections of a MAC address?
The first three octets of a MAC address are know as the Organizationally Unique Identifier (OUI), which are assigned to manufacturers by the IEEE. The last three octets determined by the manufacturer
What is a Unicast transmission?
A transmission that’s always meant for just one receiving address
At the Ethernet level, how does a transmission know whether to send data to one address or multiple?
This is done by looking at a special bit in the destination MAC address. If the least significant bit in the first octet of a destination address is set to zero, it means that Ethernet frame is intended for only the destination address. If the least significant bit in the first octet of a destination address is set to one, it means you’re dealing with a multicast frame
What is a Multicast Frame?
A multicast frame is a transmission intended to be sent some MAC addresses on a network
What is an Ethernet Broadcast?
An Ethernet transmission sent to every single device on a LAN
What is the Ethernet broadcast address literally made up of?
A MAC address but with all Fs
What are Data Packets referred to as on the Ethernet level?
Ethernet Frames
What is an Ethernet Frame?
An Ethernet frame is a highly structured collection of information presented in a specific order
What is the first part of an Ethernet Frame? How large is it?
The preamble, which is 8 bytes long