CCENT Concepts Pt. 2 Flashcards
CSMA/CD
- A device that wants to send a frame wait until the LAN is silent. In other
words, no frames are currently being sent. Before attempting to send an
electrical signal. - If a collision still occurs, the devices that caused the collision wait a random
amount of time and then try again.
EIA/TIA Standard Ethernet
Cabling Pinouts - T568A
1 - Green/White 2 - Green 3 - Orange/White 4 - Blue 5 - Blue/White
EIA/TIA Standard Ethernet
Cabling Pinouts - T568B
1 - Orange/White 2 - Orange 3 - Green/White 4 - Blue 5 - Blue/White
Devices that transmit on 1,2 and
Receive on 3,6
PC NICs, Routers, Wireless Access
Point (Ethernet interface), Networked
printers (printers that connected
directly to the LAN)
Devices that transmit on 3,6 and
Receive on 1,2
Hubs, Switches
Crossover Ethernet Cable
1 - 3 2 - 6 3 - 1 4 - 4 5 - 5
CSMA/CD algorithm
Step 1 - A device with a frame to send listens until the Ethernet is not busy.
Step 2 - When the Ethernet is not busy, the sender(s) begin(s) sending the
frame.
Step 3 - The sender(s) listen(s) to make sure that no collision occurred.
Step 4 - If a collision occurs, the devices that had been sending a frame each
send a jamming signal to ensure that all stations recognize the collision.
Step 5 - After the jamming is complete, each sender randomizes a timer and
waits that long before trying to resend the collided frame.
Structure of Unicast Ethernet
Addresses
Organizationally Unique Identifier (OUI), Vender
Assigned (NIC Cards, Interfaces)
Size, in bits - 24 Bits, 24 Bits
Size, in hex digits 6 Hex Digits, 6 Hex Digits
MAC
Media Access Control, 802.3
(Ethernet) defines the MAC sublayer of
IEEE Ethernet.
Ethernet Address, NIC address,
LAN address
Other name often used instead of MAC
address. These terms describe the
6-byte address of the LAN interface
card.
Burned-in address
The 6-byte address assigned by
the vendor making the card.
Unicast address
An address that means “all
devices that reside on this LAN
right now.”
Multicast address
On Ethernet, a multicast address
implies some subset of all devices
currently on the Ethernet LAN.
Full-Duplex
Generically, any communication in which two communication devices can
concurrently send and receive data. In Ethernet LANs, the allowance for both
devices to send and receive at the same time, allowed when both devices
disable their CSMA/CD logic.
Half-Duplex
Generically, any communication in which only one device at a time can send
data. In Ethernet LANs, the normal result of the CSMA/CD algoritm that
enforces the rule that only one device should send at a time.