Chapter 3 - Ethernet Basics Flashcards
Frames
Operate at Layer 2 and use MAC addresses for destination and source
Packets
Operate at Layer 3 and use IP addresses for destination and source
The five fields of a basic ethernet frame
Destination Address
Source Address
Type
Data
Frame Check Sequence (FCS)
Preamble
Added to frame by sending NIC
Gives receiving NIC time to realize a frame is coming and to know exactly where it starts
7 byte series of alt. 1s and 0s
Size of MAC Address
48-bit (6 byte)
Type field
Helps receiving computer interpret the frame contents at a very basic level (IPv4 or IPv6 for example)
Does NOT tell you if the frame carries higher level data such as an email message or web page
Data field
Contains whatever payload the frame carries
Minimum ethernet frame size
64 bytes
Pad
Extra data added to ethernet frame if it contains less than the minimum requirement of 64 bytes
FCS
Frame Check Sequence
Used to “recognize when bad things happen to good data”
Creating using Cyclic Redundancy Check (CRC) to ensure data arrives correctly
CRC
Cyclic Redundancy Check
When ethernet frame sent, sending machine runs this math formula and attaches the result as the Frame Check Sequence (FCS)
The receiving computer then performs the same math and if the answers don’t match, the frame is dropped
NICs that can only communicate in one direction at a time run in ___
Half-duplex mode
NICs that can send and receive at the same time run in ___
Full-duplex mode
RJ-45 Connector
Plastic connector with 8 pins. Each pin connects to a single wire inside the cable
Enables devices to put voltage on the individual wires within the cable
An RJ-45 connector is sometimes called a ___, and the act of installing it on the end of UTP cable is called ___
Crimp
Crimping