🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Ethernet Switching Module 7
40 Questions
1 Views

Ethernet Switching Module 7

Created by
@ResilientRealism

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which layer of the OSI model does Ethernet operate in?

  • Data link layer and physical layer (correct)
  • Session layer
  • Network layer
  • Transport layer
  • What is the primary function of the LLC sublayer?

  • Identifying network layer protocols (correct)
  • Media access control
  • Providing data link layer addressing
  • Data encapsulation
  • What is the responsibility of the MAC sublayer?

  • Identifying network layer protocols
  • Data encapsulation and media access control (correct)
  • Providing data link layer addressing
  • Providing physical layer addressing
  • Which standard defines the Ethernet technology?

    <p>IEEE 802.2 and 802.3</p> Signup and view all the answers

    What is the primary function of a switch in a switched network?

    <p>Forwarding frames</p> Signup and view all the answers

    What is the term for the process of a switch building its MAC address table?

    <p>MAC address learning</p> Signup and view all the answers

    What is the primary function of the data link layer?

    <p>Data encapsulation and media access control</p> Signup and view all the answers

    What is the term for the division of the data link layer into two sublayers?

    <p>Data link sublayers</p> Signup and view all the answers

    What is the purpose of the frame check sequence (FCS) trailer in an Ethernet frame?

    <p>To detect errors in the frame</p> Signup and view all the answers

    What is the minimum size of an Ethernet frame?

    <p>64 bytes</p> Signup and view all the answers

    What happens to frames less than 64 bytes in length?

    <p>They are automatically discarded</p> Signup and view all the answers

    What is the function of the MAC sublayer in IEEE 802.3?

    <p>To specify Ethernet communications standards</p> Signup and view all the answers

    What is the access method used in legacy Ethernet over a half-duplex medium?

    <p>Carrier sense multiple access with collision detection (CSMA/CD)</p> Signup and view all the answers

    What is the maximum size of an Ethernet frame?

    <p>1518 bytes</p> Signup and view all the answers

    What happens to frames with more than 1500 bytes of data?

    <p>They are considered jumbo or baby giant frames</p> Signup and view all the answers

    Why are dropped frames likely to occur?

    <p>Due to collisions or other unwanted signals</p> Signup and view all the answers

    What is the length of an Ethernet MAC address in bytes?

    <p>6 bytes</p> Signup and view all the answers

    What is the purpose of MAC addressing in an Ethernet LAN?

    <p>To provide a method for device identification</p> Signup and view all the answers

    How many bits is an Ethernet MAC address?

    <p>48 bits</p> Signup and view all the answers

    What is the range of hexadecimal values that can be represented by one byte of a MAC address?

    <p>00 to FF</p> Signup and view all the answers

    Why are leading zeroes always displayed in hexadecimal representation of a MAC address?

    <p>To complete the 8-bit representation</p> Signup and view all the answers

    What is the notation used to distinguish hexadecimal values from decimal values in documentation?

    <p>0x or subscript 16</p> Signup and view all the answers

    What is the number of hexadecimal digits used to express an Ethernet MAC address?

    <p>12 hexadecimal digits</p> Signup and view all the answers

    What type of Ethernet frames are usually supported by most Fast Ethernet and Gigabit Ethernet switches and NICs?

    <p>Jumbo frames</p> Signup and view all the answers

    What happens when the MAC address table of the switch contains the destination MAC address?

    <p>The switch filters the frame and forwards it out a single port.</p> Signup and view all the answers

    What is the main topic of the video 'MAC Address Tables on Connected Switches'?

    <p>How switches build MAC address tables and forward frames</p> Signup and view all the answers

    What happens when the destination MAC address is not listed in the switch's MAC address table?

    <p>The switch sends the frame to the default gateway.</p> Signup and view all the answers

    What is the purpose of the lab 'View the Switch MAC Address Table'?

    <p>To examine the switch's MAC address table</p> Signup and view all the answers

    What is store-and-forward switching?

    <p>A method of switching that receives the entire frame and computes the CRC</p> Signup and view all the answers

    What is the main topic of the section 'Switch Speeds and Forwarding Methods'?

    <p>Switch speeds and forwarding methods</p> Signup and view all the answers

    What is the purpose of the MAC address table?

    <p>To make forwarding decisions</p> Signup and view all the answers

    What happens when the source MAC address is not listed in the switch's MAC address table?

    <p>The switch learns the source MAC address and adds it to the table</p> Signup and view all the answers

    What happens to a frame with errors in a store-and-forward switching method?

    <p>The frame is discarded</p> Signup and view all the answers

    What is the primary advantage of cut-through switching?

    <p>Low latency</p> Signup and view all the answers

    What is the purpose of store-and-forward switching in converged networks?

    <p>To provide quality of service analysis</p> Signup and view all the answers

    What happens to a frame in a cut-through switching method?

    <p>The frame is forwarded before it is entirely received</p> Signup and view all the answers

    What is the minimum information required to forward a frame in a cut-through switching method?

    <p>Destination MAC address</p> Signup and view all the answers

    What is the typical cut-through method of switching?

    <p>Fast-forward switching</p> Signup and view all the answers

    What is the advantage of store-and-forward switching over cut-through switching?

    <p>Error detection and correction</p> Signup and view all the answers

    What type of traffic requires priority over web-browsing traffic?

    <p>Voice over IP traffic</p> Signup and view all the answers

    Study Notes

    Ethernet Frames

    • Ethernet operates in the data link layer and the physical layer.
    • It is a family of networking technologies defined in the IEEE 802.2 and 802.3 standards.
    • The 802 LAN/MAN standards, including Ethernet, use two separate sublayers of the data link layer to operate:
      • LLC Sublayer (IEEE 802.2): Places information in the frame to identify which network layer protocol is used for the frame.
      • MAC Sublayer (IEEE 802.3, 802.11, or 802.15): Responsible for data encapsulation and media access control, and provides data link layer addressing.
    • IEEE 802.3 data encapsulation includes:
      • Ethernet frame: The internal structure of the Ethernet frame.
      • Ethernet Addressing: The Ethernet frame includes both a source and destination MAC address to deliver the Ethernet frame from Ethernet NIC to Ethernet NIC on the same LAN.
      • Ethernet Error detection: The Ethernet frame includes a frame check sequence (FCS) trailer used for error detection.
    • The minimum Ethernet frame size is 64 bytes and the maximum is 1518 bytes.
    • Any frame less than 64 bytes in length is considered a “collision fragment” or “runt frame” and is automatically discarded.
    • Frames with more than 1500 bytes of data are considered “jumbo” or “baby giant frames”.

    Ethernet MAC Address

    • An Ethernet MAC address consists of a 48-bit binary value, expressed using 12 hexadecimal values.
    • MAC addressing provides a method for device identification at the data link layer of the OSI model.
    • An Ethernet MAC address is a 48-bit address expressed using 12 hexadecimal digits.
    • Because a byte equals 8 bits, a MAC address is 6 bytes in length.
    • When the MAC address table of the switch contains the destination MAC address, it is able to filter the frame and forward out a single port.

    The MAC Address Table

    • A switch builds its MAC address table by learning the source MAC address of incoming frames and associating them with the port on which they were received.
    • The switch forwards frames based on the content of their MAC address tables.
    • When the destination MAC address is not listed in the switch’s MAC address table, it sends the frame to the default gateway.
    • When the source MAC address is not listed in the switch’s MAC address table, it adds the source MAC address to the table.

    Switch Speeds and Forwarding Methods

    • Switches use one of the following forwarding methods for switching data between network ports:
      • Store-and-forward switching: Receives the entire frame and computes the CRC. If the CRC is valid, the switch looks up the destination address, which determines the outgoing interface. Then the frame is forwarded out of the correct port.
      • Cut-through switching: Forwards the frame before it is entirely received. At a minimum, the destination address of the frame must be read before the frame can be forwarded.
    • Cut-through switching has two variants:
      • Fast-forward switching: Offers the lowest level of latency by immediately forwarding a packet after reading the destination address. Because fast-forward switching starts forwarding before the entire packet has been received, there may be times when packets are relayed with errors. The destination NIC discards the faulty packet upon receipt.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    This quiz covers the basics of Ethernet switching in a network, including the Ethernet sublayers, frame fields, and MAC addresses. Learn how Ethernet works in a switched network and how a switch builds a MAC address table.

    More Quizzes Like This

    Ethernet Switching and LAN Technologies
    40 questions
    Ethernet Flashcards Chapter 5
    48 questions
    Ethernet LAN Module 5 Quiz
    32 questions

    Ethernet LAN Module 5 Quiz

    IndulgentOctagon6691 avatar
    IndulgentOctagon6691
    Use Quizgecko on...
    Browser
    Browser