Quiz 2 - Ethernet (Ch. 4-5) Flashcards
What is a LAN?
- the most relevant definition of a LAN is by link ownership
- LANs are owned by businesses
- WAN links are owned by public carriers
Where are LANs in the OSI Model?
- LAN hardware and software are the concern of the bottom two layers
- Data link
- Physical
What is the most widely-installed LAN technology?
- Ethernet
What are the Ethernet physical layer standards?
- UTP
- Fiber Media Standards
- Ethernet-Specific Signaling Standards
Who is in charge of creating Ethernet signaling standards?
- IEEE 802.3 Working Group
802.3 is synonymous with _____________ ?
- Ethernet
In what year was Ethernet invented?
- 1973
Who designed Ethernet?
- Bob Metcalfe
The Ethernet Frame is made of how many parts?
- 11
The parts of the Ethernet Frame are grouped into what sections?
- Header
- Data Field
- Trailer
What parts compose the Header section of the Ethernet Frame?
- Preamble
- Start of Frame Delimiter
- Destination MAC Address
- Source MAC Address
- Tag Protocol ID
- Tag Control Information
- Length
The Data Field section of the Ethernet Frame is composed of what parts?
- Logical Control Link (LLC) Subheader
- Packet
What parts compose the Trailer section of an Ethernet Frame?
- PAD
- Frame Check Sequence
What parts of the Ethernet Frame make up the Address Fields and what section of the frame are they in?
- Destination MAC Address
- Source MAC Address
- They are located in the Header
What is the error check field of the Ethernet Frame called?
- Frame Check Sequence
How long is each part of an Ethernet Frame?
- Preamble = 7 octets
- Start of Frame Delimiter = 1 octet
- Destination MAC Address = 48 bits
- Source MAC Address = 48 bits
- Tag Protocol ID = 2 octets
- Tag Control Information = 2 octets
- Length = 2 octets
- LLC Subheader = 7 octets
- Packet = variable
- PAD = situation-specific
- Frame Check Sequence = 4 octets
What topology is traditional Ethernet?
- logical bus
What physical cabling does traditional Ethernet use?
- thick coaxial
How is traditional Ethernet denoted?
- 10Base5
What doe 10Base5 indicate?
- 10 Mbps
- Baseband signaling
- 500 meter maximum segment span
What is the maximum number of nodes that traditional Ethernet supports?
- 100
How does traditional Ethernet operate?
- A station transmits a frame with the MAC address of the destination station
- The frame travels along the bus in both directions
- Each station reads the frame’s destination address and discards any frame not addressed to it
- Stations operate independently of each other– with no central controller
Does traditional Ethernet have a central controller?
- No
Does traditional Ethernet avoid collisions?
- No, it detects collisions
What protocol does traditional Ethernet use to handle communication on the bus?
- CSMA/CD