Packets And Jumbo Frames Flashcards
packet
frame/block/cell used to send data around network varying # of packets = full data from application broken down further if necessary packets vary depending on protocol
frame composition
frame header
frame/user data
preamble
FCS
frame header
contains destination/source mac address and type/length
type/length: defines packet type
frame/user data
min picket size = 64 bytes (max 1500)
pad with 0s to reach min
preamble
sync and frame beginning
fcs
frame checking sequence
error checking, crc
ethernet frame reception
receive frame: my mac address? no? discard yes? frame to small (<64 bytes)? yes? discard no? crc ok? no? discard yes? frame < 1518 byes? no? discard yes? process data
Ethernet frame advantages
universally accepted
support any type of package
process completed at layer 2 (data), protocol independent
Ethernet frame disadvantages
low data load support
increased issues with adding more data
increased processing/packets
Ethernet Jumbo Frames
1500-9000 bytes
used for gigabit and high speed networks
vendor dependent, supported by most networks
how? crc calculations done by later 1 (network card)
Jumbo frame types
baby giant (1998), multiple lang switching mini jumbo (2500), fiber giant frame (9000)
jumbo frame advantages
decrease # of frames
decreased processing
jumbo frame disadvantages
data load limited by lowest common denominator
network equipment must support crc check change
lack of standard data size
increased transmission time