The 7 Layers of the OSI Model Flashcards

(39 cards)

1
Q

Why does networking exist in the first place?

A

To allow one device or person to speak with another device or person in another location.

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

Do the individual OSI layers care about the way other layers work?

A

No, only that the inputs and outputs are as expected

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

What does the physical layer concern itself with?

A

The ingestion of data.

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

How does the physical layer work?

A

Through a predefined electrical format such as voltage and frequency.

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

At what layer can one machine talk directly to another machine?

A

At the datalink layer.

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

What is the hardware address called that each machine or network interface have?

A

the MAC address

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

What does MAC stand for?

A

Media access control

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

What is the data encapsulation at the datalink layer called?

A

Frames

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

What types of information are contained in a frame

A

source and destination MAC address

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

At what layer is sequencing and flow control handled?

A

datalink

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

What is sequencing and flow control?

A

Controls transmission speeds and sequencing of data packets.

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

What layer handles error correction?

A

Datalink

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

What is error correction?

A

Datalink knows when data is damaged at the physical layer, and can resend the corrected packet(s).

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

What is the data encaspulation at the network layer?

A

Packets

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

What adressing is used at the network layer?

A

IP addresses

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

Does the networking layer handle error checking?

17
Q

What are some common protocols used at the networking layer?

18
Q

What is the data encaspulation at the transport layer?

A

data segments

19
Q

At what layer is host to host flow control added?

A

At the transport layer

20
Q

True or false: Transport layer provides some error correction?

A

True, only in some cases.

21
Q

What common protocols are used at the transport layer?

22
Q

What transport layer protocol is designed for reliability over speed?

23
Q

What transport layer is designed for speed over reliability?

24
Q

When would TCP be used?

A

where accurate data is required, such as requesting a web page, or downloading a file.

25
When might UDP be used?
Where datapackets can be lost, such as Voice over Internet.
26
At what layer allows for ongoing connection of communication between to machines?
At the session layer.
27
At what layer are communication ports opened? (Think ports in security groups)
At the session layer.
28
What common protocols are used in the session layer?
``` TCP/IP AT (used by HTTP) UDP 53 (used by DNS) ```
29
At what layer to services understand the protocols being used?
At the application layer
30
What are the processes known as that allow one layer to submit information to another?
Data encapsulation | Data de-encapsulation
31
What protocol is used to discover the IP address associated to a MAC address?
ARP - Address Resolution Protocol
32
What is does a fully encapsulated packet look like?
| data || TCP Header || IP || RMAC |
33
What is Layer 1?
Physical
34
What is layer 2?
Datalink
35
What is layer 3?
Network
36
What is layer 4?
Transport
37
What is layer 5?
Session
38
What is layer 6?
Presentation
39
What is layer 7?
Application