1.1 Understanding the OSI Model Flashcards

N10-009 Obj. 1.1: Explain concepts related to the Open Systems Interconnection (OSI) reference model (33 cards)

1
Q

What is the purpose of the OSI model?

A

To standardize and describe how data travels through a network in seven distinct layers.

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

What is the mnemonic for remembering the OSI layers from top to bottom?

A

“All people seem to need data processing.”
Application, Presentation, Session, Transport, Network, Data Link, Physical

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

Which OSI layer handles IP addressing and routing?

A

Layer 3 - Network

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

Which OSI layer is responsible for MAC addresses and switching?

A

Layer 2 - Data Link

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

At which layer does encryption like SSL/TLS take place?

A

Layer 6 - Presentation

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

What protocols operate at the Transport Layer?

A

TCP and UDP

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

Which layer is the “post office” of the OSI model and ensures reliable delivery?

A

Layer 4 - Transport

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

Which layer is responsible for starting and ending sessions between two hosts?

A

Layer 5 - Session

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

What kind of issues are related to the Physical layer?

A

Bad cables, signal interference, and broken connectors.

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

DNS operates at which OSI layer?

A

Layer 7 - Application

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

What OSI layer is responsible for transmitting raw bits over a physical medium?

A

Layer 1 – Physical

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

What are examples of technologies at the Physical layer?

A

Cables (copper/fiber), connectors, radio frequencies, electrical signals, hubs, and loopback tests.

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

What OSI layer deals with MAC addresses and framing of data?

A

Layer 2 – Data Link

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

What protocol is commonly used at the Data Link layer for LANs?

A

Ethernet

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

What are examples of Layer 2 addresses?

A

MAC addresses, EUI-48, and EUI-64

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

What devices operate at Layer 2?

A

Switches and bridges

17
Q

What is the main responsibility of the Network layer?

A

Logical addressing and routing of packets between networks.

18
Q

What protocols operate at Layer 3?

A

IP (Internet Protocol), ICMP, IGMP

19
Q

What device operates at the Network layer?

20
Q

What key addressing method is used at Layer 3?

A

IP addresses (IPv4/IPv6) and subnet masks

21
Q

What does the Transport layer handle?

A

Reliable delivery, segmentation, error correction, and flow control.

22
Q

Which protocols operate at Layer 4?

A

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol)

23
Q

What is the difference between TCP and UDP?

A

TCP is connection-oriented and reliable; UDP is connectionless and faster but unreliable.

24
Q

What elements are used to track communications at Layer 4?

A

Port numbers (e.g., TCP 80, UDP 53)

25
What is the role of the Session layer?
Establishing, managing, and terminating sessions between systems.
26
What protocols or technologies may operate at Layer 5?
Control protocols, tunneling protocols
27
What kind of problems are associated with Layer 5?
Session timeouts, reconnect loops, or failed VPN tunneling initiation.
28
What are the responsibilities of the Presentation layer?
Data translation, encryption/decryption, compression, character encoding.
29
What protocols or technologies are associated with Layer 6?
SSL (Secure Sockets Layer), TLS (Transport Layer Security), ASCII, JPEG, MP4
30
At which layer does HTTPS encryption happen?
Layer 6 – Presentation
31
What does the Application layer provide?
Interfaces for end-user applications to access network services.
32
What are examples of protocols at the Application layer?
HTTP, HTTPS, FTP, DNS, POP3, IMAP, SMTP
33
When you're interacting with an email client or browser, which layer are you using?
Layer 7 – Application