1.1 Understanding the OSI Model

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

What does OSI Model stand for?

Open Systems Interconnection Reference Model.

2
New cards

What is the OSI Model?

Describes the process data takes as it traverses the network.

3
New cards

What is a mneumonic for all layers?

All People Seem To Need Data Processing.

4
New cards

What is Layer 1 known as?

The physical layer.

5
New cards

What happens in Layer 1 (physical layer)?

Physical signals are sent between cables and fibers on the network.

6
New cards

How do you troubleshoot Layer 1 (physical layer) issues?

Run loopback tests, test and replace cables, and swap adapted cards.

7
New cards

What is Layer 2 known as?

Data Link Layer.

8
New cards

What happens in Layer 2 (data link layer)?

Responsible for communication between two devices on the network.

9
New cards

What are some other common names for Layer 2?

Data Link Control (DLC) layer, Media Access Control (MAC) layer, and switching layer.

10
New cards

What is Layer 3 known as?

Network Layer.

11
New cards

What happens in Layer 3 (network layer)?

Looks at the destination IP address for the next hop, fragmenting frames to traverse different networks.

12
New cards

What is Layer 3 (network layer) also known as and why is it known like that?

Called the routing layer because routers are used to figure out how to forward traffic.

13
New cards

What is Layer 4 known as?

Transport Layer.

14
New cards

What happens in Layer 4 (transport layer)?

Information is transported from one device to the other.

15
New cards

What is Layer 4 (Transport Layer) also called?

The post office layer.

16
New cards

What protocols are used in Layer 4 (transport layer)?

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are used.

17
New cards

What is Layer 5 known as?

Session Layer.

18
New cards

What happens in Layer 5 (session layer)?

Provides communication management between two points.

19
New cards

What is Layer 6 known as?

Presentation Layer.

20
New cards

What happens in Layer 6 (presentation layer)?

Puts data into a format we can see, using character encoding and application encryption.

21
New cards

What is Layer 6 (presentation layer) often combined with?

Application layer.

22
New cards

What is Layer 7 known as?

Application Layer.

23
New cards

What happens in layer 7 (application layer)?

It’s the layer that we see and can interact with.

24
New cards

What ports are used in Layer 7 (application layer)?

HTTP, HTTPS, FTP, DNS, and POP3.

25
New cards

What are the real world uses of layer 1 (physical)?

Cables, fiber optics, and signals.

26
New cards

What are the real world uses of layer 2 (data link)?

Frames, MAC address, extended unique identifier (EUI-48, EUI-64), and switches.

27
New cards

What are the real world uses of layer 3 (network)?

IP Addresses, routers, and packets.

28
New cards

What are the real world uses of layer 4 (transport)?

TCP segments and UDP datagrams.

29
New cards

What are the real world uses of layer 5 (session)?

Control protocols and tunneling protocols.

30
New cards

What are the real world uses of layer 6 (presentation)?

Application encryption (SSL/TLS).

31
New cards

What are the real world uses of layer 7 (application)?

It’s the actual use of the application by you.