1.1 OSI And Encapsulation Flashcards

1
Q

Layer 1

A

Physical
-this layer not about protocols
-signaling, cabling, connectors
(Cable, NIC, Hub)

-loopback tests, swap adapters, replace cables

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

OSI

A

Open Systems Interconnection reference

-not a protocol suite
-more of a guide
-each layer has unique protocols

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

Layer 2

A

Data Link

-basic network “language”
-data link control (DLC) protocols
-MAC on on Ethernet
- switching layer

-Ethernet,

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

Ethernet header

A

Preamble - 7 bytes
Start of frame delimiter - 1 byte
Dest. MAC - 6 bytes
Source MAC - 6 bytes
Type - 2 bytes
Data - 42 to 1500 bytes
CRC - 4 bytes
Inter-frame gap - 12 bytes

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

IP header

A

V4
Version | ihl | type of service | tot Len
Identification | flags | fragment offset
TTL | protocol | header checksum
Source address
Destination address
Options | padding

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

TCP header

A

Source port | destination port
Sequence number
Acknowledgment number
Data offset | res | flags | window size
Header&data checksum|urgent ptr
Options

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

UDP datagram header

A

Source port | Destination port
Length | header and data checksum

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

MTU

A

Maximum Transmission Unit

-max packet size where it doesn’t fragment
-usually configured once
-can use ping to find the right size
-ping -f -l 1472 8.8.8.8
-fragments are always in multiples of 8 because of the # of fragmentation offset bits in the IP header.

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