Osi Model Flashcards
What is a node?
Devices that send,receive,and forward data and the links take the communications pathways between them.
What does OSI model stand for and what is it for?
Open Systems Interconnection, to show and create an understanding of how components in a network system work. It’s a guide for designing network protocols, software, appliances, and for troubleshooting.
What are the 7 layers of the OSI model?
- Physical
2.datalink
3.network
4.transport
5.session
6.presentation
7.application
What is a network protocol?
Set of rules for exchanging data in a structured format.
What is addressing?
Describes where data messages should go. Each layer has different mechanisms for identifying nodes and rule for how they can send or receive messages.
What is encapsulation?
Describes how data messages should be packaged for transmission. At each layer it adds fields in a header to whatever data [payload] it receives from an application or other protocol.
At each layer, how many nodes do you need to communicate?
2 and they need to run the same protocol
What is it described as when 2 nodes communicate with each other at the same layer?
Same layer interaction
To transmit or receive communication with each node what do each layers need to do?
Each layer provides services for layer above and uses the services from the layers below.
What is it referred as when each layer provides services for the layer above and uses the layers services below?
Adjacent layer interaction
What does a message do when it’s sent from one node to another?
- travels down the stack of layers on the sending node
-reaches the receiving node using transmission media
-passes up the stack on that node
Which layer doesn’t send a node that adds a header to a data payload?
Physical layer
What is it called when a sending node adds a header to a data payload forming a Chunk? What is this process called?
PDU - Protocol Data Unit
Process is called Encapsulation
What is an example of Encapsulation?
On a sending node, data is generated by an application (like the HyperText Transfer Protocol, HTTP) which will include its own application header.
At the Transport Layer what protocol header is added to its application data?
TCP - Transmission Control Protocol
At what layer is the TCP protocol segment wrapped in the IP,Internet Protocol, header?
The Network Layer
What layer is the IP packet encapsulated in an Ethernet frame? Then a stream of bits making of the frame transmitted over the network as a modulated electrical signal happens at which layer?
Q(1) - Layer 2 : Data Link
Q(2) - layer 1 : Physical
What is it called when stream of bits arrive at the physical layer and then decodes an Ethernet frame; then extracts the IP packet from the frame and resolves the info in the IP header, then does the same for the TCP and application headers, eventually the HTTP application data for processing by a software program, such as ___ ____ or ____ ____?
Q(1) - Decapsulation
Q(2) - web browser
web server
What layers is responsible for the transmission and receipt of the signal that represent bits of data from one node to another node? Choose the correct answer.
A) Data link layer
B) Application layer
C) Network layer
D) Session Layer
E) Physical Layer CORRECT ANSWER
F) Transport layer
What is a physical conductor that provides between two nodes and is described as a bounded media? Choose the correct answer.
A) Wireless
B) Cabled Correct