chapter6 Flashcards
local area networks
why are switches preferred
they limit the collision domain
ethernet
standard LAN implementation. IEEE 802.3 specifies standards for physical and data link layers
CSMA/CD protocol
- carrier sense multiple access/collison detect. PREVENTS COLLISONS
1) perform carrier sense
2) wait a little longer
3) if wait is interrupted send a jam signal. jam signal causes all hosts to wait for random period of time
4) host timeout if 15 collisions in a row
carrier sense
listen to the wire and wait until the line is clear
half-duplex
devices CANNOT send and recieve at same time. only about half of theoretical speed. ethernet coaxial is half-duplex
full-duplex ethernet
send data in both direction over two pairs of wires. most ethernet cable support this, especially twisted pair. eliminates data collisons
10BASE5
-thicknet, thick coaxial cable
OBSOLETE
10BASE2
Thinnet, thinner cable, easier to connect bc of T adapter
10BASE-T
most common for 10Mbps networks. star topology. uses twisted pair cabling
baseband
transmit signal at single low frequency
fast ethernet
100Mbps
100BASE-TX
norm for fast ethernet. uses cat 5 cable but only uses 2 pairs.
100BASE-FX
fiber optical cabling. supports much longer distances
100BASE-SX
fiber optical cable, uses shorter wavelength but is much cheaper. tradeoff is less distance
1000BASE-T
able to use cheaper cat5 cables. uses all four pairs.
1000BASE-TX
has to use more expensive cat6 or cat7 cables.
MAC address
used to route frames on the local level. contains info about device/vendor.
data-link frame
contain data from network level, info about sender, reciever, and control
logical link control (LLC)
header that contains extra info contained in the data frame
MTU
maximum transmission unit. configure the data size in the frame. leave the same on network to avoid unneccesary segmentation
channel attenuation
loss of signal strength over distance
crosstalk
signal interference between close cables. twisting eliminates this effect.
STP
shielded twisted pair. best for industrial applications, shields electromagetism better
straight through cable
T568A at both ends. connect sending device to recieving device
crossover cable
T568A and one end and T568B on another. connect similar devices
rollover cable
invert pinnings (pin 1 becomes pin 8)
CSMA/CD back-off algorithm
controls how much time to wait when frame collision occurs