Chapter 1-4 Flashcards
(5 cards)
1
Q
Ethernet
A
- A carrier sense multiple access with detection (CSMA/CD) protocol for local area networks.
- listens for data traffic, allows any computers on LAN to access the network and detect data collisions
2
Q
Frame
A
- The way in which information in a Ethernet network is exchanged in a frame
- Frame groups the information for a transmission into a header, data, and trailer.
- Header consists the information and destination + source information
- Data is then transmitted
3
Q
Data structure for Ethernet frame
A
- Preamble
- Start frame delimiter
- Destination MAC address
- Source MAC address
- Length type
- Data.
- Pad
- Frame check sequence
4
Q
Preamble
A
- Alternating pattern of 0’s and 1’s that is used for synchronization
5
Q
Start frame delimiter
A
- The binary 8-bit sequence 1 0 1 0 1 0 1 1, which indicates the start of the frame.