CompTIA Network + Lesson 1 Flashcards
Compare and contrast OSI model layers, Configure SOHO networks
What does OSI stand for?
Open Systems Interconnection
Explain what the OSI model is
The OSI model breaks down the data communication process into discrete layers.
It is not a standard or specification, but it serves as a functional guideline for designing network protocols, software, and appliances. It’s also used for troubleshooting networks
How many layers are there to the OSI model?
7
List all of the layers in the OSI model
Application
Presentation
Session
Transport
Network
Data Link
Physical
What is a network protocol and what are their two principal functions?
A network protocol is a set of rules for exchanging data in a structured format. Its two principal functions are Addressing and Encapsulation.
Addressing describes where data messages should go.
Encapsulation describes how data messages should be packaged for transmission.
What is Addressing in terms of the function of a network protocol?
Addressing describes where data messages should go. At each layer there are different mechanisms for identifying nodes, and rules for how they can send and receive messages.
What is Encapsulation in terms of the function of a network protocol?
Encapsulation describes how data messages should be packaged for transmission. Encapsulation is like an envelope for a letter, with the distinction that each layer requires its own envelope. At each layer, the protocol adds fields in a header to whatever data (payload) it receives from an application or other protocol.
How do nodes communicate with each other?
At each layer, for two nodes to communicate they must be running running the same protocol. The protocol running at each layer communicates with its equivalent layer on the other node. This communication between nodes at the same layer is described as a same layer interaction.
What is a same layer interaction?
When two nodes running the same protocol communicate with each other. The protocol running at each layer communicates with its equivalent layer on the other node.
What is adjacent layer interaction?
To transmit or receive a communication, on each node, each layer provides services for the layer above and uses the services of the layer below.
What does PDU stand for and what does it do?
Protocol Data Unit - A PDU is a chunk of data that is formed from the sending node adding a header to the data payload at each layer as it travels down the stack.