Medium Access Protocols Quiz
40 Questions
0 Views

Medium Access Protocols Quiz

Created by
@OrderlyMoldavite1116

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary function of Medium Access Protocols?

  • To encrypt data transmitted over the network
  • To enhance the speed of network communication
  • To establish a secure connection between nodes
  • To manage the usage of a common broadcast channel (correct)
  • Which of the following standards is NOT classified under the IEEE standards for Medium Access Protocols?

  • Slotted Aloha
  • Token Ring
  • FDDI (correct)
  • CSMA/CD
  • What type of addressing is implemented within the Network Interface Controller (NIC)?

  • Logical addressing
  • Dynamic addressing
  • Physical addressing (correct)
  • Remote addressing
  • What happens if an acknowledgment (ACK) is not received after a data transmission in the ALOHA protocol?

    <p>The sender resends the data</p> Signup and view all the answers

    How does access to the medium occur in the ALOHA protocol?

    <p>Randomly by each node at any point in time</p> Signup and view all the answers

    What is a characteristic feature of the ALOHA protocol?

    <p>It has no central control and allows random data transmission</p> Signup and view all the answers

    Which of the following best describes the delay mechanism in ALOHA after sending data?

    <p>The sender listens for twice the time it would take to reach the farthest node</p> Signup and view all the answers

    Which network topology does the ALOHA protocol primarily support?

    <p>Broadcast topology</p> Signup and view all the answers

    What is the main improvement of slotted ALOHA over pure ALOHA?

    <p>It reduces collisions by organizing time into slots.</p> Signup and view all the answers

    In CSMA/CD, what is the first action taken by a host wanting to transmit?

    <p>Sense the carrier for a free medium.</p> Signup and view all the answers

    What happens when a collision is detected in CSMA/CD?

    <p>The station waits for a predefined time and reattempts transmission.</p> Signup and view all the answers

    What does each station in slotted ALOHA wait for before transmitting?

    <p>The beginning of the next time slot.</p> Signup and view all the answers

    What is the outcome of too many collisions occurring in pure ALOHA?

    <p>Degraded throughput.</p> Signup and view all the answers

    Which mechanism is used to detect collisions in CSMA/CD?

    <p>Observing voltage changes on the line.</p> Signup and view all the answers

    In pure ALOHA, when can collisions occur?

    <p>At any time during transmission.</p> Signup and view all the answers

    What does the algorithm in CSMA/CD do after too many collisions are detected?

    <p>It calculates a random backoff time.</p> Signup and view all the answers

    What is the maximum frame size for Ethernet II?

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

    What does CSMA/CD stand for in the context of Ethernet?

    <p>Carrier Sense Multiple Access/Collision Detection</p> Signup and view all the answers

    Which field indicates the start of a frame in the Ethernet 802.3 Frame Format?

    <p>Start Frame Delimiter (SFD)</p> Signup and view all the answers

    In an Ethernet MAC address, what does OUI stand for?

    <p>Organizationally Unique Identifier</p> Signup and view all the answers

    What is the data transmission speed of standard Fast Ethernet?

    <p>100 Mbps</p> Signup and view all the answers

    Which topology is used by Ethernet?

    <p>Bus topology</p> Signup and view all the answers

    What is the purpose of the Control Field in the 802.2 LLC Header?

    <p>To indicate supervisory or information frames</p> Signup and view all the answers

    What is the delay time between Ethernet frames?

    <p>9.6 μs</p> Signup and view all the answers

    What does CSMA/CD stand for?

    <p>Carrier Sense, Multiple Access/Collision Detection</p> Signup and view all the answers

    Which IEEE standard is associated with Wireless PANs?

    <p>IEEE 802.15</p> Signup and view all the answers

    Who developed Ethernet and in what year?

    <p>Dr. Robert Metcalfe in 1976</p> Signup and view all the answers

    What was the operating speed of the original Ethernet introduced by Dr. Metcalfe?

    <p>2.94 Mbps</p> Signup and view all the answers

    Which standard laid out the 10Mbps Ethernet specification?

    <p>Ethernet II</p> Signup and view all the answers

    Which of the following is NOT part of the IEEE 802 standards for networking?

    <p>Protocol Data Unit (PDU)</p> Signup and view all the answers

    The IEEE 802.4 standard is designed for which type of network?

    <p>Token Bus Network</p> Signup and view all the answers

    What layer is covered by the IEEE 802.2 standard?

    <p>Logical Link Control (LLC)</p> Signup and view all the answers

    What does the acronym PMA stand for in Gigabit Ethernet?

    <p>Physical Media Attachment</p> Signup and view all the answers

    How many octets does the Destination Address field occupy in the IEEE 802.3 frame format?

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

    Which layer is responsible for the mapping between physical layer signaling primitives and signals on GMII?

    <p>Reconciliation</p> Signup and view all the answers

    Which of these components is part of the architecture for Gigabit Ethernet?

    <p>Physical Media Attachment</p> Signup and view all the answers

    In the Gigabit Ethernet frame format, how many octets are used for the Length/Type field?

    <p>2 octets</p> Signup and view all the answers

    What is the purpose of the Start-of-Frame Delimiter in Ethernet frames?

    <p>To mark the beginning of the frame</p> Signup and view all the answers

    Which of the following correctly describes the Medium Access Control layer?

    <p>It facilitates the transmission of frames over the local network.</p> Signup and view all the answers

    What medium speed does the Gigabit Ethernet frame format target?

    <p>1 Gbps</p> Signup and view all the answers

    Study Notes

    Medium Access Protocols

    • Medium Access Protocols (MAC Protocols) are used to control how devices share a common communication channel in a network.
    • MAC protocols define addressing systems that make it possible for each node on a network to be uniquely identified.
    • Wired networks use cabling, while wireless networks use radio waves as their shared medium for communication.
    • MAC protocols are essential for managing communication in networks with multiple devices sharing resources.

    Addressing

    • Each Network Interface Controller (NIC) contains the hardware to carry out addressing.
    • A MAC header is added to the beginning of each packet to ensure it reaches the correct node on the network.
    • This header contains address fields for both the sender (source) and receiver (destination) of the packet.

    Access Methods

    • Access methods used by MAC protocols are standardized by organizations such as the IEEE, ATM Forum, and ANSI.
    • Common IEEE standards include Aloha (pure and slotted), CSMA/CD, Token Bus, Token Ring, and 802.11 (Wi-Fi).
    • The ANSI standard is FDDI, Fiber Distributed Data Interface.
    • ATM Forum developed the Asynchronous Transfer Mode (ATM) standard.

    Aloha

    • Aloha is the earliest MAC protocol and was devised by Norman Abramson and colleagues at the University of Hawaii in the early 1970s.
    • Aloha operates at layer 2 (Data Link Layer) of the OSI model and uses broadcast topology.
    • There is no central control with Aloha, and access to the medium is random.
    • Stations can send data at any time.
    • After transmission, the sender listens to the channel for a period equal to twice the time it takes for a packet to reach the furthest node.
    • If no acknowledgement (ACK) is received within a certain time, the packet is re-transmitted.
    • All stations use the same frequency in Aloha.
    • Ethernet evolved from Aloha.

    Slotted Aloha

    • Pure Aloha suffers from decreased throughput when a large number of stations are connected to the network.
    • Slotted Aloha organizes the channel time into uniform time slots, where the duration of each slot is equal to packet transmission time.
    • Stations must wait until the start of the next slot to send data, eliminating overlapping of packets and reducing collisions.

    CSMA/CD

    • CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection.
    • This protocol encapsulates data into frames and waits for the network to be free before beginning transmission.
    • Transmission starts after the network has been idle for a period known as the Interframe Gap (IFG).
    • If a collision is detected during transmission, a jam signal is sent and the station waits for a random amount of time before trying again.
    • Collisions are detected by monitoring changes in voltage.

    IEEE LAN Standards

    • IEEE 802.3 defines CSMA/CD.
    • IEEE 802.4 defines Token Bus.
    • IEEE 802.5 defines Token Ring.
    • IEEE 802.11 defines Wireless Local Area Networks (Wi-Fi).
    • IEEE 802.15 defines Wireless Personal Area Networks (WPANs).
    • IEEE 802.16 defines WiMAX, a broadband wireless access technology.

    Ethernet

    • Ethernet was developed by Robert Metcalfe while he was a researcher at Xerox PARC in 1976.
    • The first iterations of Ethernet had a data rate of 2.94 Mbps, which is significantly slower than contemporary networks.

    Ethernet Versions

    • Ethernet II was developed in 1980 by a consortium of companies (DEC, Intel, Xerox) called DIX.
    • Ethernet II was an early standard that used thick coaxial multidrop cables and supported 10 Mbps data rates.
    • Ethernet in conjunction with IEEE 802.3 standardizes the PMD, PHY, and MAC layers of Ethernet.
    • The LLC layer of Ethernet conforms to the IEEE 802.2 standard, which is used for a variety of networking technologies.

    Ethernet II

    • Ethernet II utilizes Manchester coding for signaling and operates at a fixed rate of 10 Mbps.
    • The protocol uses CSMA/CD for bandwidth sharing and supports frames between 64 and 1518 bytes.
    • Additionally, the protocol uses a 64-bit preamble at the beginning of a frame and requires a gap of 9.6μs between frames.
    • Ethernet uses bus topology and is considered a passive network, meaning only transmitting stations are detectable.

    Ethernet 802.3 Frame Format

    • Ethernet 802.3 frames have the following components:
      • Preamble: 7 bytes for synchronization.
      • Start Frame Delimiter (SFD): 1 byte to mark the beginning of a frame.
      • Destination Address: 6 bytes.
      • Source Address: 6 bytes.
      • Length/Type: 2 bytes, where type describes the protocol in the frame and length indicates the size of the data.
      • Data: 46 to 1500 bytes, containing the actual information being transmitted.
      • Frame Check Sequence (FCS): 4 bytes, used to error detection.
    • The IEEE 802.2 Logical Link Control (LLC) header is added within the data, containing:
      • Destination Service Access Point (DSAP): 1 byte that identifies the receiving protocol.
      • Source Service Access Point (SSAP): 1 byte that identifies the sending protocol.
      • Control Field: 1 to 2 bytes that represent the message type (e.g., supervisory, information, or unnumbered).

    The 802.3 MAC Address

    • The 802.3 MAC address is 48 bits long and divided into three sections:
      • Individual/Group (I/G): 1 bit that indicates whether the address is for an individual station or a group of stations.
      • Universal/Local (U/L): 1 bit that indicates the scope of the address (universal: global scope; local; local network)
      • Organizationally Unique Identifier (OUI): 22 bits, identifies the manufacturer of the NIC.
    • MAC addresses are unique and are assigned to each NIC by the manufacturer.

    Gigabit Ethernet

    • Gigabit Ethernet is a high-speed evolution of Ethernet that provides data rates of 1 Gbps (1000 Mbps), significantly faster than traditional Ethernet.
    • Gigabit Ethernet incorporates the GMII (Gigabit Media Independent Interface) and includes a separate physical layer for signaling at higher speeds.
    • The reconciliation layer in Gigabit Ethernet maps signals between the GMII and the physical layer of the network.
    • The physical layer of Gigabit Ethernet is subdivided into PMA, PCS, and PMD:
      • PMA: Physical Media Attachment, responsible for controlling the physical interface.
      • PCS: Physical Coding Sublayer, performs data encoding and decoding.
      • PMD: Physical Media Dependent, manages transmission and reception of signals over the medium.

    Studying That Suits You

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

    Quiz Team

    Related Documents

    ECEN335-4-MAC Protocols.pdf

    Description

    Test your knowledge on Medium Access Protocols and their role in network communication. This quiz covers MAC protocols, addressing methods, and access methods that facilitate network resource sharing. Understand how devices are uniquely identified and how they communicate over wired and wireless networks.

    More Like This

    Wireless Networking Quiz
    5 questions

    Wireless Networking Quiz

    UnwaveringSerpentine9573 avatar
    UnwaveringSerpentine9573
    Protocolos de Acceso al Medio en Redes
    18 questions
    Use Quizgecko on...
    Browser
    Browser