OSI And TCP/IP Flashcards

1
Q

OSI: Application Layer

A

HTTP, provides network services directly to users. Web browsers are network applications which are dependent on this layer’s protocols to function. Response handling and network access.

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

OSI: Presentation Layer

A

Concerns the data format between peers. It translates, compresses, encrypts/ decrypts data so other applications can understand it. Sender side encrypts the data and the receiver side decrypts the data.

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

OSI: Session Layer

A

Ties different transport streams that are part of same app. (EX: audio and video streams for zoom). Does session management, authentication, and authorization.

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

OSI: Transport Layer

A

Implements a process to process channel. Controls the reliability of communication through segmentation, flow control, and error control.

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

OSI: Network Layer

A

Handles routing among nodes in a packet switched network. It’s data delivery, routing for moving a data packet to source from destination, logical addressing for assigning unique identifiers, and path determination where computer can be on internet or server.

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

OSI: Data Link

A

Collects a stream of bits into frames, network adaptors and device drivers. Ensures reliable frame transmission. LLC does error detection and flow control but MAC assigns addresses and manages access to physical mediums.

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

OSI: Physical Layer

A

Handles transmission of raw bits over a communication link. (EX: Ethernet, WiFi, fiber optics)

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

OSI vs TCP/IP

A

OSI has 7 layers, TCP/IP has 4.
OSI is conceptual (for learning) and TCP/IP is used for IRL networking.
OSI is mainly for reference but TCP/IP powers the internet.

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

Transport Layer of IP

A

TCP: reliable, connection oriented
UDP: best effort delivery, connectionless.

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