Ethernet Networking and Data Encapsulation - PL Flashcards
This is a contention-based media access method that allows all hosts on a network to share the same link’s bandwidth.
Ethernet
Ethernet uses both of these layers’ specifications, presented with information relative to both layers, and need to effectively implement, troubleshoot, and maintain an Ethernet network.
Data Link and Physical Layer
refers to a network scenario wherein one device sends a frame out on a physical network segment forcing every other device on the same segment to pay attention to it.
Collision Domain
What happens when two devices on a single physical segment transmit simultaneously?
When two devices on a single physical segment transmit simultaneously, a collision occurs, requiring the devices to retransmit their data.
refers to a group of devices on a specific network segment that hear all the broadcasts sent out on that specific network segment
Broadcast Domain
This is usually a boundary delimited by physical media like switches and routers.
Broadcast Domain
This refer to a logical division of a network segment, where all host can communicate via a Data Link layer, hardware address broadcast
Broadcast Domain
This refers to a group of devices on a specific network segment that hear all the broadcasts sent out on that specific network segment
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
This was actually created to overcome the problem of the collisions that occur when packets are transmitted from different nodes at the same time.
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
What occurs when there is a collision on an Ethernet LAN?
- A jam signal informs all devices that a collision occurred.
- The collision invokes a random back-off algorithm
- Each device on the Ethernet segment stops transmitting for a short time until its back-off timer expires
- All host have equal priority to transmit after the timers have expired.
This is defined in the original IEEE 802.3 Ethernet specification, Cisco says Ethernet uses only one wire pair with a digital signal running in both directions on the wire.
Half-duplex Ethernet
This uses the CSMA/CD protocol I just discussed to help prevent collisions and to permit retransmitting if one occurs.
Half-Duplex
If a hub is attached to a switch, why must it operate in half-duplex mode?
A hub must operate in half-duplex mode because the end stations need to detect collisions, as hubs do not separate collision domains like switches do.
What are the six situation you can full-duplex ethernet
- With a connection from a switch to a host
- With a connection from a switch to a switch
- With a connection from a host to a host
- With a connection from a switch to a router to a router
- With a connection from a switch to router
- With a connection from a router to a host
This decides on the exchange capability, which means it checks to see if it can run at 10, 100, or even 1000 Mbps. It then checks to see if it can run full-duplex, and if it can’t, it will run half-duplex.
Auto-detect Mechanism
- There are no collisions in full-duplex mode.
- A dedicated switch port is required for each full-duplex node.
- The host network card and the switch port must be capable of operating in full-duplex mode.
- The default behavior of 10Base-T and 100Base-T hosts is 10 Mbps half-duplex if the autodetect mechanism fails, so it is always good practice to set the speed and duplex of each port on a switch if you can
This is responsible for Ethernet addressing, commonly referred to as MAC or hardware addressing.
Ethernet at the Data Link Layer
This is responsible for framing packets received from the
Network layer and preparing them for transmission on the local network through the Ethernet contention-based media access method.
Ethernet at the Data Link Layer
It uses the Media Access Control (MAC) address burned into each and every Ethernet network interface card (NIC).
Ethernet Addressing
What is a MAC (hardware) address, and how is it formatted?
A MAC (Media Access Control) address is a 48-bit (6-byte) address used to uniquely identify network devices. It is written in hexadecimal format (e.g., 00:1A:2B:3C:4D:5E).
This is assigned by the IEEE to an organization. It’s composed of 24 bits, or 3 bytes, and it in turn assigns a globally administered address also made up of 24 bits, or 3 bytes, that’s supposedly unique to each and every adapter an organization manufactures.
Organizationally Unique Identifier
What is the function of the high-order bit in a MAC address, and what does a value of 0 indicate?
it indicates that the address is a unicast MAC address assigned to a specific device and may appear in the source portion of the MAC header.
What does it mean when the high-order bit in a MAC address is set to 1?
It indicates that the address is either a broadcast or multicast address in Ethernet, meaning it is intended for multiple devices rather than a single recipient.
What is the function of the Global/Local (G/L or U/L) bit in a MAC address?
The Global/Local (G/L or U/L) bit in a MAC address determines whether the address is universally or locally administered.