Lesson 2: The OSI and TCP/IP Models Flashcards
The top layer of the OSI model. This layer is the closest to the end user. I synchronizes software applications and end-user processes.
Application Layer
The basic unit of information storage; a single binary digit that is either 0 or 1. The term ____ is also used to describe the encapsulation component when data reaches the Physical layer of the OSI model.
Bits
A method for compacting data by removing redundant information, so that systems can send more data along the network in a given amount of time without making any changes to the hardware.
Compression
A network communications protocol that does not ask for verification that a data packet has successfully reached it’s destination.
Connectionless Protocol
A type of network communications prorocol that asks for verification that a packet has successfully reached it’s destination before sending another packet out.
Connection-Oriented Protocol
The infornation that a computer program, software application or networking device operates on. In the top 3 levels of the OSI model (Application, Presentation, and Session layers), the encapsulation unit is referred to as data. In all other OSI levels, the encapsulation unit goes by other names. (See also “Bits,” “Frame,” “Packet,” and “Segment.”)
Data
The second layer of the OSI model, concerned with the protocols and transferring data frames between network nodes. This layer is divided into 2 sublayers: the Logical Link Control (LLC) sublayer and the Media Access Control (MAC) layer.
Data Link Layer
The reverse process of capsulation.
De-Encapsulation
True 2-way communications between 2 devices that can transmit or receive at the same time.
Duplex
The process of taking data from a previous layer of the OSI model and carrying it forward into the next layer.
Encapsulation
A process which allows either the header or the entire data packet to be encoded using a predetermined algorithm in such a way that if an eaves-dropper on the network can intercept the data as it’s transmitted, he still can’t understand it without knowing how to decode it.
Encryption
What a data packet becomes known as when it reaches the Data Link layer of the OSI model (See also “bits,” “data,” and “segment.”)
Frame
A method that a specific frame type or protocol uses to delineate, or define, to the computer the beginning and end of any given frame.
Frame Synchronization
A category of communication in which both devices can send and receive communication at the same time.
Full-Duplex
A category of communication in which a device can either send communication or receive communication, but cannot do both at the same time.
Half-Duplex