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.
What is a virtual circuit? Is it called connection-oriented or connectionless?
When the sender’s TCP process contacts the destination’s TCP process to establish a connection, the resulting creation is called “a virtual circuit”.
This type of communication is connection-oriented.
After all of this required synchronization occurs, a connection is fully established and the data transfer begins. This virtual circuit setup is called overhead.
Describe the steps of the TCP three-way handshake:
In simple words: SYN, SYN/ACK, ACK.
- The first “connection agreement” segment is a request for synchronization.
- The next segments acknowledge the request and establish connection parameters - the rules - between hosts. These segments request that the receiver’s sequencing is synchronized here as well so that a bidirectional connection is formed.
- The final segment is also an acknowledgment. It notifies the host that the connection agreement has been accepted and that the connection has been established. Data transfer can now begin.
What is a router? What layer does it use?
Routers are layer 3 devices that are specified at the Network layer and provide the routing services within the internetwork.
What is a Data Link layer (2) responsible for?
The Data Link layer (2) is responsible for the unique identification of each device that resides on a local network.
What does LLC stand for?
LLC - Logical Link Control
In the IEEE 802 reference model computer networking, the logical link control data communication protocol layer is the upper sublayer of the data link layer of the seven-layer OSI models.
LLC sublayer acts as an interface between the media access control sublayer and the network layer.
What is an encapsulation order?
Data, segment, packet, frame, bits.
What does CSMA/CD stand for and which IEEE standard specifies the protocol for it?
The 802.3 standard, commonly associated with Ethernet specifies the media-access method used by Ethernet, which is known as Carrier Sense Multiple Access with Collision Detection (CSMA/CD).
What does FQDN stand for?
FQDN stands for Fully Qualified Domain Name.
It includes all the components from the top of DNS Namespace to the host.