OSI Flashcards
(74 cards)
OSI meaning
Open System Interconnection
The _______________ model is a
conceptual model created by the International
Organization for Standardization which enables
diverse communication systems to communicate
using standard protocols.
Open Systems Interconnection (OSI)
The open systems interconnection (OSI) model is a
conceptual model created by the ________ which enables diverse communication systems to communicate using standard protocols.
International Organization for Standardization
can be seenas a universal language for computer networking. It is based on the concept of splitting up a
communication system into seven abstract layers,
each one stacked upon the last
OSI Model
This is the only layer that directly interacts with data from the user. Software applications like web browsers and email clients rely on the ____________ to initiate communications.
Application Layer
But it should be made clear that client software
applications are not part of the application layer
is responsible for the protocols and data manipulation that the software relies on to present meaningful data to the user
Application Layer
Application layer protocols include ________ as well as __________
HTTP and SMTP
SMTP
Simple Mail Transfer Protocol
is one of the protocols that enables email communications
Simple Mail Transfer Protocol (SMTP)
Prepares data for the application layer by translating, encrypting, and compressing it. It ensures that data from different devices using different encoding methods is converted into a format the receiving device’s application layer can understand.
PRESENTATION LAYER
If the communication is encrypted, it
handles both encryption on the sender’s side and decryption on the receiver’s side, presenting unencrypted, readable data. Additionally, it
compresses data to improve transfer speed and efficiency
PRESENTATION LAYER
manages the opening and closing of communication
between two devices, ensuring the session stays open long enough to transfer all data and then closes to save resources.
SESSION LAYER
manages the opening and closing of communication
between two devices, ensuring the session stays open long enough to transfer all data and then closes to save resources.
SESSION LAYER
handles end-to-end communication between devices. It breaks data from the session layer into segments before sending it to layer 3, and on the receiving device, it reassembles these segments.
TRANSPORT LAYER
also manages flow control, ensuring the sender’s speed doesn’t overwhelm the receiver, and error control, ensuring data integrity by requesting retransmissions if necessary.
TRANSPORT LAYER
Key protocols of transport layer include
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol)
handles data transfer between different networks. If the devices are on the same network, this layer isn’t needed.
NETWORK LAYER
It breaks down transport layer segments into smaller packets for transmission and reassembles them on the receiving device
NETWORK LAYER
The network layer also determines the best route for data to reach its destination, a process known as __________
routing
determines the best route for data to reach its destination
NETWORK LAYER
Key protocols of network layer include
IP, ICMP, IGMP, and the IPsec suite
MAC
Media Access Control
IP
Internet Protocol