OSI Networking Model Flashcards
How does the OSI model differ from the TCP/IP model?
What is the function of the Physical layer of the OSI model? What is the corresponding layer in the TCP/IP model?
How does the Presentation layer ensure that data presented to the Application layer is in a compatible form?
Which protocols are used by the Data Link layer?
How are host-to-host connections managed?
Which protocols are used to determine the IP address of a known MAC address?
What is Secure Sockets Layer (SSL)
SSL is a data encrypting technology
What is Simple Mail Transport Protocol (SMTP)
SMTP is an email relay protocol
Trivial File Transfer Protocol (TFTP)
TFTP is a file transferring protocol that uses UDP
What is Secure Shell (SSH)
SSH is a remote device connectivity protocol
What is Simple Network Management Protocol (SNMP)
SNMP is a management and troubleshooting protocol
In the OSI model what does the presentation layer do?
Formats data
What does the session layer in the OSI model do?
Session Management - To keep track of sessions on particular systems
What is the OSI model and what does it do?
classifies and organizes the tasks that hosts perform to prepare data for transport across the network.
What are the reasons the OSI model is useful for?
Provides a common language or reference point between network professionals.
Divides networking tasks into logical layers for easier comprehension.
Allows specialization of features at different levels.
Aids in troubleshooting.
Promotes standards and interoperability between networks and devices.
Provides modularity in networking features. Developers can change features without changing the entire approach.
List the limitations of the OSI model
OSI layers are theoretical and do not actually perform real functions.
Industry implementations rarely have a layer-to-layer correspondence with the OSI layers.
Different protocols within the stack perform different functions that help send or receive the overall message.
A particular protocol implementation may not represent every OSI layer, or may spread across multiple layers.
Describe the Application layer in the OSI model
integrates network functionality into the host operating system and enables network services.
List the services of the application Layer
Interface- provides an interface for a service to operate
Communication - enables communication partner identification
File Services - transferring, storing, and updating data
Print Services - enabling network printers to be shared by multiple users.
Message services–transferring data in many formats (text, audio, video) from one location to another or from one user to another.
Application services–sharing application processing throughout the network and enabling specialized network servers to perform processing tasks.
Database services–storing, retrieving, and coordinating database information throughout the network.
What does the presentation layer do in the OSI model?
formats or presents data into a compatible form for receipt by the Application layer or the destination system.
List some of the things the Presentation layer does
Formatting and translation of data between systems.
Negotiation of data transfer syntax between systems by converting character sets to the correct format.
Compatibility with the host.
Encapsulation of data into message envelopes through encryption and compression.
Restoration of data through decryption and decompression.