Packets And Jumbo Frames Flashcards

1
Q

packet

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

frame composition

A

frame header
frame/user data
preamble
FCS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

frame header

A

contains destination/source mac address and type/length

type/length: defines packet type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

frame/user data

A

min picket size = 64 bytes (max 1500)

pad with 0s to reach min

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

preamble

A

sync and frame beginning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

fcs

A

frame checking sequence

error checking, crc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ethernet frame reception

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Ethernet frame advantages

A

universally accepted
support any type of package
process completed at layer 2 (data), protocol independent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ethernet frame disadvantages

A

low data load support
increased issues with adding more data
increased processing/packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Ethernet Jumbo Frames

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Jumbo frame types

A
baby giant (1998), multiple lang switching
mini jumbo (2500), fiber
giant frame (9000)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

jumbo frame advantages

A

decrease # of frames

decreased processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

jumbo frame disadvantages

A

data load limited by lowest common denominator
network equipment must support crc check change
lack of standard data size
increased transmission time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly