Section 1.1 Flashcards

1
Q

Explain the Physical layer. Which layer number is this?

A

The physical layer deals with the actual method that data is transferred. Things like the cable, wireless signals and connectors. This is layer 1 of the OSI model.

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

Describe the Data Link layer. Which layer number is this?

A

Layer 2
Switching layer
Uses MAC addresses to route frames

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

What is the Network layer? Which layer number is this?

A

The network layer is also called the routing layer. It’s where IP addresses are used to determine the destination. This is layer 3 of the OSI model.

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

Explain the Transport layer. Which layer number is this?

A

The transport layer determines the what protocol is used to send data. Whether it’s by TCP or UDP. This is layer 4 of the OSI model.

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

What is the Session layer? Which layer number is this?

A

The session layer manages the starting and stopping of communication between devices. This is layer 5 of the OSI model.

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

Explain what the Presentation layer is used for. Which layer number is this?

A

The presentation layer deals with encoding and encrypting data. This is layer 6 of the OSI model.

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

What is the Application layer? Which layer number is this?

A

The application layer is what the user sees and interacts with. This is layer 7 of the OSI model.

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

How is data encapsulated?

A

The application data is encapsulated within a transfer protocol header (TCP/UDP), then within an IP header, and finally within a frame header and trailer

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

WAN

A

Wide Area Network

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

PAN

A

Personal Area Network

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

LAN

A

Local Area Network

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

MAN

A

Metro Area Network

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

WLAN

A

Wireless Local Area Network

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

CAN

A

Campus/Corporate Area Network

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

Demarcation Point

A

The point where you connect with the outside world

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

What is the max size of an ethernet frame?

A

1,500 bytes

17
Q

How large is a typical TCP Data packet?

A

1,460 bytes

18
Q

How many bytes is the TCP header?

A

20-60 bytes

19
Q

How many bytes is the IP header?

20
Q

How many bytes is the Frame/DLC header?

21
Q

What does DLC stand for?

A

Data Link Control

22
Q

How many bytes is the FCS trailer?

23
Q

What does FCS stand for, where is it, and why is it important?

A

Frame Check Sequence
It’s located in the Frame Trailer.
It’s used to check for errors in the data. If there is an error, the frame is discarded.

24
Q

What does MTU stand for?

A

Maximum Transmission Unit

25
How many bytes is the ICMP header?
8 bytes
26
How many bytes is a UDP header?
8 bytes
27
What is the "payload" in data transmission?
the application data
28
List all the TCP flags
SYN ACK FIN RST PSH URG
29
What OSI layers does QoS operate in?
3 and 2