1.1 - Understanding the OSI Model: Professor Messer

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering OSI model concepts, layer functions, and common networking terms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

OSI model

Open Systems Interconnection reference model used to describe how data traverses a network; not a protocol suite, but applicable to many protocols (including TCP/IP).

2
New cards

Layer 7 – Application layer

Layer where user-facing applications operate; examples include HTTP, HTTPS, FTP, DNS, and POP3.

3
New cards

Layer 6 – Presentation layer

Layer responsible for data formatting, encryption/decryption, and character encoding; often discussed with layer 7.

4
New cards

Layer 5 – Session layer

Layer that manages sessions between devices, including initiation, maintenance, and termination of communication.

5
New cards

Layer 4 – Transport layer

Layer that transfers data between devices; protocols include TCP (reliable) and UDP (connectionless).

6
New cards

Layer 3 – Network layer

Layer that handles routing and forwarding using IP addresses, and can perform fragmentation of packets.

7
New cards

Layer 2 – Data Link layer

Layer that deals with MAC addresses and switching; frames are formed and forwarded based on MAC addresses.

8
New cards

Layer 1 – Physical layer

Layer that concerns the actual physical signals and transmission media (cables, fiber, air); no protocols at this layer.

9
New cards

Mnemonic: All People Seem To Need Data Processing

A phrase to memorize the OSI layer order from Application down to Physical (A, P, S, T, N, D, P).

10
New cards

MAC address

Media Access Control address; the hardware address of a network interface used by switches to forward frames.

11
New cards

DLC (Data Link Control)

The concept at Layer 2 associated with MAC addressing and the data link processes.

12
New cards

EUI-48 / EUI-64

Formats of hardware addresses (48-bit or 64-bit) used for MAC addresses.

13
New cards

Switching layer

Layer 2; switches forward traffic based on destination MAC addresses.

14
New cards

IP address

Layer 3 address used to route packets; supports IPv4 and IPv6.

15
New cards

Subnet mask

Defines the network portion of an IP address to determine the size of the destination network.

16
New cards

TCP

Transmission Control Protocol; reliable, connection-oriented transport at Layer 4.

17
New cards

UDP

User Datagram Protocol; connectionless, best-effort transport at Layer 4.

18
New cards

SSL/TLS

Encryption protocols used at the presentation layer (Layer 6) to secure data in transit.

19
New cards

HTTPS

HTTP over TLS/SSL; secure web traffic.

20
New cards

DNS

Domain Name System; translates human-readable domain names to IP addresses.

21
New cards

Wireshark

Network protocol analyzer that captures and decodes traffic, presenting data in layered views (frame, details, hex/ASCII).