Session Protocols Flashcards

(15 cards)

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

What are session service protocols in networking?

A

Session service protocols manage the setup, coordination, and termination of communication sessions between applications. They operate at Layer 5 of the OSI model.

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

What OSI layer do session protocols operate at?

A

They operate at Layer 5 — the Session Layer — of the OSI model.

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

What is the main role of the Session Layer?

A

The Session Layer establishes, manages, and terminates sessions between applications. It ensures synchronized and organized communication, especially in long-lasting or stateful interactions.

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

What is a session in networking?

A

A session is a semi-permanent, interactive exchange of information between two or more devices or applications. It’s like a phone call that starts, continues, and ends in a structured way.

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

What is session establishment?

A

Session establishment is the process of setting up a session between two applications, including any authentication and agreement on communication parameters.

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

What is session maintenance?

A

Session maintenance keeps the session active, handles communication control, and maintains synchronization to ensure data is exchanged in the correct order.

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

What is session termination?

A

Session termination is the process of closing an active session in a controlled and synchronized manner after communication is complete.

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

What is checkpointing and recovery in session protocols?

A

Checkpointing inserts synchronization points in a session, allowing communication to resume from the last checkpoint in case of failure, instead of starting over.

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

What is full-duplex and half-duplex communication?

A

Full-duplex allows simultaneous two-way communication. Half-duplex allows one-way communication at a time, like a walkie-talkie.

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

Give examples of session layer protocols.

A

Examples include NetBIOS, RPC (Remote Procedure Call), and PPTP (Point-to-Point Tunneling Protocol).

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

What is NetBIOS used for?

A

NetBIOS (Network Basic Input/Output System) provides services for network communication between applications on different computers within a local area network (LAN).

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

What is PPTP used for?

A

PPTP (Point-to-Point Tunneling Protocol) is used for implementing VPN sessions by encapsulating and securing data over IP networks.

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

What is RPC in the context of session protocols?

A

RPC (Remote Procedure Call) allows a program to request a service from a program located on another computer on the network, as if it were local.

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

What are some applications that depend on session protocols?

A

Applications like remote desktops, video conferencing, online gaming, and secure VPNs rely on session protocols to manage consistent and stable sessions.

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