Network Protocols: OSI Layers, Addressing, and Encapsulation Processes

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What is a network protocol?

A set of rules for exchanging data in a structured format.

2
New cards

What are the two principal functions of a network protocol?

Addressing and encapsulation.

3
New cards

What does the addressing function in a network protocol do?

Describes where data messages should go, identifying nodes and rules for sending and receiving messages.

4
New cards

What is encapsulation in the context of network protocols?

Describes how data messages should be packaged for transmission, adding headers to the payload data.

5
New cards

What is a protocol data unit (PDU)?

A 'chunk' of data formed by adding headers to the data payload at each layer.

6
New cards

What is the process called when a message is sent from one node to another?

Encapsulation: The message travels down the stack of layers on the sending node, reaches the receiving node, and then passes up the stack.

7
New cards

What happens at each layer during the sending process? (except Physical)

Each layer adds a header to the data payload, forming a protocol data unit (PDU).

8
New cards

What is the role of the Physical layer in data transmission?

It transmits the stream of bits making up the frame as a modulated electrical signal.

9
New cards

What is decapsulation?

The reverse process of encapsulation where the receiving node extracts headers and data from the received stream.

10
New cards

How does the receiving node process the incoming data? (Decapsulation)

It decodes the Ethernet frame, extracts the IP packet, resolves the IP header, and continues to extract TCP and Application headers until it retrieves the application data.

11
New cards

What is meant by same layer interaction in network protocols?

Communication between nodes at the same layer, requiring both nodes to run the same protocol.

12
New cards

What is adjacent layer interaction?

When each layer provides services for the layer above and uses the services of the layer below.

13
New cards

What is an example of an application protocol mentioned in the notes?

HyperText Transfer Protocol (HTTP).

14
New cards

What protocol adds a header at the Transport layer?

Transmission Control Protocol (TCP).

15
New cards

What protocol wraps the TCP segment at the Network layer?

Internet Protocol (IP).

16
New cards

What is the Data Link layer responsible for?

Encapsulating the IP packet in an Ethernet frame.

17
New cards

What is the significance of using the same protocol at each layer for communication?

It ensures that two nodes can communicate effectively.

18
New cards

What happens to the headers added during encapsulation when data is received?

They are removed in the decapsulation process.

19
New cards

Why is encapsulation compared to an envelope?

Because each layer requires its own 'envelope' to package the data for transmission.

20
New cards

What is the first step in the sending process of a message?

Data is generated by an application, such as HTTP.

21
New cards

What is the last step in the receiving process of a message?

The extracted HTTP application data is processed by a software program, such as a web browser or web server.