OSI Layers Flashcards
OSI
Open Systems Interconnection
What are the OSI Layers?
Physical
Datalink
Network
Transport
Session
Presentation
Application
is the lowest layer in the OSI model
Physical Layer
serves as the interface between the data transmission equipment and the physical transmission medium
Physical Layer
Converting the data into a stream of bits and modulating them onto a carrier signal.
Signal Encoding
Includes factors such as distance, bandwidth, noise immunity, and cost.
Transmission Media
Converting the digital signal into an analog signal and amplifying it.
Signal Transmission
Receiving the modulated signal from the physical medium and converting it back into a digital signal for transmission
Signal Reception
Physical Layer Protocols
Ethernet, Wi-Fi, Bluetooth
Second layer of the OSI model
Data-Link Layer (DLL)
transports data between network nodes in WAN or LAN
Protocol Layer
The primary function of this layer is to ensure error-free data transfer from one node to another across the physical layer.
Data-Link Layer
Data-Link Layer is divided into two sublayers:
Logic Link Control (LLC)
Media Access Control (MAC)
are used by DLL to define how data is transmitted over the physical layer, such as the type of media access method, data framing format, and error detection and correction techniques
Protocols
Common DLL protocols
SDLC, HDLC, SLIP, PPP, LCP, LAP, NCP, Ethernet, Token Ring, ATM
is a collection of a data field in which a network layer datagram is put along with a number of data fields.
Frame
The packet received from the Network layer is divided into frames depending on the frame size of ____
Network Interface Card (NIC)
The data-link layer ensures _______, allowing two machines to transmit data simultaneously.
Flow Control
Error Detection Techniques
Parity Check, Checksum, CRC
Types of Errors
Single Bit, Multiple Bit, Burst
the receiving node not only detects errors but also determines where the faults occurred in the frame
Error Detection
involves determining the exact number of corrupted bits and the location of the corrupted bits.
Error Correction
maintains the communication link between two network devices
Logical Link Control (LLC)
regulates data transmission between two devices
Media Access Control (MAC)
Third layer of the OSI model
Network Layer
This is the place where most routing and network stuff resides and controls the logical boundaries of the network
Network Layer
The main aim of this layer is to deliver packets from source to destination across multiple links or networks.
Network Layer
The network layer divides segments from the transport layer into smaller units called _____ on the sender’s device and reassembles these packets on the receiving device.
packets
Its main job is to get packets from one network to another
Router
convey data packets from the source to the destination through a variety of hops or links. It also manages how the subnet works.
Network Layer
Network Layer Protocols
IPv4, IPv6, RIP, OSPF, EIGRP, BGP, ICMP, IPsec, IPX, NAT, GRE
Fourth layer of the OSI model
Transport Layer