Introduction to Ethernet Flashcards
What are the components of a simple home LAN?
Internet - Router - Switch (Access Point) - Devices
What are the components of the Ethernet frame?
Preamble - SFD (Start Frame Delimiter) - Destination MAC - Source MAC - Type - Payload - FCS (Frame Check Sequence)
Describe Preamble.
Preamble, 7 bytes. 56 alternating ones and zeros used for synchronization.
Describe SFD.
SFD, 1 byte. Start Frame Delimiter designates the end of the preamble.
Describe Destination MAC Address.
Destination MAC Address, 6 bytes. Ethernet MAC address of the destination device.
Describe Source MAC Address.
Source MAC Address, 6 bytes. Ethernet MAC address of the source device.
Describe EtherType.
EtherType, 2 bytes. Describes the data contained in the payload.
Describe Payload.
Payload, 46-1500 bytes. Layer 3 and higher data.
Describe FCS.
Frame Check Sequence - Looks at all the data and comes up with a checksum.
What is a MAC address?
Ethernet Media Access Control address. The physical address of a network adapter. Unique to a device. 48 bits / 6 bytes long. Displayed in hexadecimal.
What is half-duplex?
Device cannot send and receive data simultaneously. One or the other.
What is full-duplex?
Data can be sent and received at the same time.
What is CSMA/CD?
Carrier Sense Multiple Access Collision Detect
- Is there a carrier?
- Is there a signal available?
- More than one device on the network
- Two stations talking at once
- Usually used with half-duplex
Main purpose is to listen for an opening (don’t transmit if network is busy), send a frame of data whenever possible, and if a collision of data occurs then it will transmit a jam signal, wait a random amount of time, then retry.
What is CSMA/CA?
Carrier Sense Multiple Access Collision Avoidance
- This is common on wireless networks
- Collision detection isn’t possible
- Uses RTS (ready to send) and CTS (clear to send) to communicate