Network+ 1.1 & 1.5 & 1.6 Flashcards
What does OSI model stand for?
OSI Model - Open Systems Interconnection Reference Model
How many layers are in OSI model?
Name all of them.
Also, say a sentence that is used as a “hint” to remember the layers.
There are 7 layers in the OSI model. Layer 1 - Physical Layer 2 - Data Link Layer 3 - Network Layer 4 - Transport Layer 5 - Session Layer 6 - Presentation Layer 7 - Application
7 -> 1 “All People Seem To Need Data Processing” A P S T N D P
Application, Presentation, Session, Transport, Network, Data Link, Physical
What is a Layer 1 (physical) for?
Layer 1 - Physical - for Cables, fiber, and the signal itself - electrical signals
Phyisical topology.
Moves bits between devices.
Specifies voltage, wire speed, and pin-out of cables.
“You have a physical layer problem”
- Fix cabling, punch-downs, etc.
- Run loopback tests, test/replace cables, swap adapter cards
What is a Layer 2 (Data Link Layer)?
Layer 2 - Data Link Layer or “the switching layer” - Ethernet - Frame, MAC Address, Extended Unique Identified (EUO-48, EUI-64), Switch
Combines packets into bytes and bytes into frames.
Provides access to media using MAC address.
Performs error detection, not correction.
The foundation of communication at the data link.
Data Link Control (DLC) protocols - MAC (Media Access Control) address on Ethernet
What is a Layer 3 (Network Layer)?
Layer 3 - Network Layer or the “routing layer” - Network: IP encapsulation - for IP Address, Router, Packet
Routing.
Provides logical addressing, which routers use for path determination.
Internet Protocol (IP) Fragments frames to traverse different networks.
What is a Layer 4 (Transport Layer)?
Layer 4 - Transport Layer - TCP encapsulation - for TCP segment, UDP datagram
End-to-end connection.
Provides reliable or unreliable delivery.
Performs error correction before retransmit.
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol)
What is a Layer 5 (Session Layer)?
Layer 5 - Session Layer - Link the presentation to the transport
Dialog control.
Keeps different applications’ data separate.
Communicating management between devices (Start, stop, restart)
Control Protocols, tunneling protocols
What is a Layer 6 (Presentation Layer)?
Layer 6 - Presentation Layer - SSL encryption - for application encryption (SSL/TLS)
Data encryption, compression, and translation services.
Presents data.
Handles processing such as encryption.
Character encoding
Application encryption
Often combined with the Application Layer
What is a Layer 7 (Application layer)?
Layer 7 - Application Layer - https://mail.google.com - for your EYES
File, print, message, database, and application services.
Provides a user interface.
The layer we see.
HTTP, FTP, DNS, POP3
What is encapsulation?
Encapsulation is the process of encoding data as it goes down the Open Systems Interconnection (OSI) stack.
What is the central purpose of the OSI model?
Like all networking models, the purpose of OSI model is to allow different vendors’ networks to interoperate smoothly.
What are mnemonics to remember the OSI model?
Please Do Not THrow Sausage Pizza Away - Physical, Data Link, Network, Transport, Session, Presentation, Application
All People Seem To Need Data Processing - Application Presentation Session Transport Network DataLink Physical
Does the upper layer know anything about network addresses?
No.
The upper layers (5 - 7) (Session, Presentation, Application) don’t know anything about networking or network addresses.
What does the bottom 4 layer know about networking or data?
It’s the responsibility of the bottom 4 layers to know networking and networking addresses.
These bottom layers determine how to rebuild a data stream from a transmitting host to a destination hosts’s application.
How do users communicate on the application layer?
API - Application Programming Interfaces
APplication processes, interfaces.