osi model

0.0(0)
Studied by 2 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:51 PM on 12/1/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Open Systems Interconnection (OSI) Model

A conceptual framework used to understand how network communication functions, published by ISO in 1984.

2
New cards

What are the seven layers of the OSI model?

Physical, Data Link, Network, Transport, Session, Presentation, Application.

3
New cards

What does the physical layer handle?

The physical layer deals with the physical transmission of data over the network medium.

4
New cards

What is encapsulation in the OSI model?

Encapsulation is the process of wrapping data with the necessary protocol information at each layer.

5
New cards

What is the primary function of the Data Link Layer?

To ensure reliable transmission of data frames between directly connected nodes.

6
New cards

What is the difference between TCP and UDP?

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

7
New cards

What does the Transport Layer do?

It ensures end-to-end communication, manages flow control, error detection, and data segmentation.

8
New cards

What are routing protocols used for?

Routing protocols determine how data gets to its destination and help make the routing process efficient.

9
New cards

Data Link Layer Sublayers

The Data Link Layer consists of two sublayers: LLC (Logical Link Control) and MAC (Media Access Control).

10
New cards

What is the main role of the Network Layer?

To route packets between different networks and manage logical addressing.

11
New cards

Framing in the Data Link Layer

Framing is when the Data Link Layer divides a stream of bits into manageable data units called frames.

12
New cards

What is the mnemonic device for remembering the OSI layers?

"Please Do Not Throw Sausage Pizza Away".

13
New cards

What is the function of the Application Layer?

The Application Layer provides network services directly to end-user applications.

14
New cards

Advantages of a Layered Model

Facilitates change, specializes design, reduces learning complexity, eases troubleshooting, and provides standards.

15
New cards

What is session management?

Session management involves establishing, maintaining, and terminating communication sessions between devices.

16
New cards

What does the Physical Layer define?

It defines the characteristics of the physical interface, the type of transmission medium and the representation of bits.