Topic 1A: Compare and Contrast OSI Model Layers Flashcards
What is the mnemonic for remembering the OSI Model?
All People Seem To Need Data Processing
What does the OSI in the OSI reference model stand for?
Open Systems Interconnection
Define the OSI reference model.
Assigns network and hardware components and functions at seven discrete layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Define a network.
Two or more computer systems linked by a transmission medium, sharing one or more protocols that enable them to exchange data.
How should one look at a network?
A network should be looked at in terms of nodes and links.
What are nodes?
Nodes are devices that send, receive, and forward data.
What are links?
Links are the communications pathways between nodes.
What organization developed the OSI reference model?
The ISO.
What does ISO stand for?
International Organization for Standardization
Why was the OSI reference model created?
To promote understanding of how components in a network system work.
If the OSI model is not a standard or a specification; then what is it?
A functional guideline for designing network protocols, software, and appliances and for troubleshooting networks.
Define a network protocol.
A network protocol is a set of rules for exchanging data in a structured format.
A network protocol has two principal functions; what are they?
Addressing and Encapsulation
Define addressing.
Unique identifier for a network node, such as a MAC address, IPv4 address, or IPv6 address.
Define encapsulation.
A method by which protocols build data packets by adding headers and trailers to existing data.
Define same layer interaction.
The protocol running at each layer communicates with its equivalent (or peer) layer on the other node.
Define 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 OSI model layer does not add a header to the data?
Physical, layer 1
What does PDU stand for?
Protocol Data Unit
What does HTTP stand for?
HyperText Transfer Protocol
What does TCP stand for?
Transmission Control Protocol
What OSI model layer adds a TCP header to the data?
Transport, layer 4
What is layer 1 of the OSI model?
Physical
What is layer 2 of the OSI model?
Data Link
What is layer 3 of the OSI model?
Network
What is layer 4 of the OSI model?
Transport
What is layer 5 of the OSI model?
Session
What is layer 6 of the OSI model?
Presentation
What is layer 7 of the OSI model?
Application
What layer of the OSI model is Application?
Layer 7
What layer of the OSI model is Presentation?
Layer 6
What layer of the OSI model is Session?
Layer 5
What layer of the OSI model is Transportation?
Layer 4
What layer of the OSI model is Network?
Layer 3
What layer of the OSI model is Data Link?
Layer 2
What layer of the OSI model is Physical?
Layer 1
At what OSI model layer is the TCP segment wrapped in an IP header?
Network, layer 3
What are a network protocols two principal functions?
Addressing and encapsulation.
For two nodes to communicate what must they do?
They must be running the same protocol.
A TCP header is added to application data at what OSI model layer?
At the transport layer.
At what layer of the OSI model is a TCP segment wrapped in an IP header?
At the network layer.