Chapter 2 - The OSI Reference Model Flashcards
Application layer (OSI model)
Layer 7 of the OSI model, it provides application services to a network. An important, and an often-misunderstood concept, is that end-user applications do not reside at the application layer. Instead, the application layer supports services used by end-user applications. Another function of the application layer is advertising available services.
Application layer (TCP/IP stack)
Addresses concepts described by Layers 5, 6, and 7 (that is, the session, presentation, and application layers) of the OSI model.
Current state modulation
One way to electrically or optically represent a binary 1 or 0 is to use current state modulation, which represents a binary 1 with the presence of voltage (on a copper cable) or the presence of light (on a fiber-optic cable). Similarly, the absence of light or voltage represents a binary 0.
Cyclic redundancy check (CRC)
A mathematical algorithm that is executed on a data string by both the sender and the receiver of the data string. If the calculated CRC values match, the receiver can conclude that the data string was not corrupted during transmission.
Data link layer
As Layer 2 of the OSI model, this layer is concerned with the packaging of data into frames and transmitting those frames on a network, performing error detection/correction, uniquely identifying network devices with an address, and handling flow control.
Internet layer
This layer of the TCP/IP stack maps to Layer 3 (network layer) of the OSI model. Although multiple routed protocols (for example, IPv4 and IPv6) may reside at the OSI model’s network layer, the Internet layer of the TCP/IP stack focuses on IP as the protocol to be routed through a network.
Network interface layer
The network interface layer of the TCP/IP stack (also known as the network access layer) encompasses the technologies addressed by Layers 1 and 2 (that is, the physical and data link layers) of the OSI model.
Network layer
Layer 3 of the OSI model, it is primarily concerned with forwarding data based on logical addresses.
Open Systems Interconnection (OSI) reference model
Commonly referred to as the OSI model or the OSI stack. This seven-layer model categorizes various network technologies.
Physical layer
Layer 1 of the OSI model, it is concerned with the transmission of bits on a network.
Presentation layer
Layer 6 of the OSI model, it is responsible for the formatting of data being exchanged and securing the data with encryption.
Protocol data unit (PDU)
The name given to data at different layers of the OSI model. Specifically, the PDU for Layer 4 is segment. The Layer 3 PDU is packet, the Layer 2 PDU is frame, and the Layer 1 PDU is bit.
Session layer
As Layer 5 of the OSI model, it’s responsible for setting up, maintaining, and tearing down sessions.
State transition modulation
One way to electrically or optically represent a binary 1 or 0 is to use the transition between a voltage level (for example, going from a state of no voltage to a state of voltage, or vice versa, on a copper cable) or the transition of having light or no light on a fiber optic cable to represent a binary 1. Similarly, a binary 0 is represented by having no transition in a voltage level or light level from one time period to the next. This approach of representing binary digits is called state transition modulation.
TCP/IP stack
Also known as the DoD model, this four-layer model (as opposed to the seven-layer OSI model) targets the suite of TCP/IP protocols.
Time-division multiplexing (TDM)
Transmits and receives independent signals over a common signal path by means of synchronized switches
Transmission Control Protocol (TCP)
A connection-oriented transport protocol. Connection-oriented transport protocols provide reliable transport, in that if a segment is dropped, the sender can detect that drop and retransmit that dropped segment. Specifically, a receiver acknowledges segments that it receives. Based on those acknowledgments, a sender can determine which segments were successfully received.
Transport layer (OSI model)
As Layer 4 of the OSI model, it acts as a dividing line between the upper layers and the lower layers. Specifically, messages are taken from the upper layers (Layers 5–7) and encapsulated into segments for transmission to the lower layers (Layers 1–3). Similarly, data streams coming from lower layers are decapsulated and sent to Layer 5 (the session layer) or some other upper layer, depending on the protocol.
Transport layer (TCP/IP stack)
The transport layer of the TCP/IP stack maps to Layer 4 (transport layer) of the OSI model. The two primary protocols found at the TCP/IP stack’s transport layer are TCP and UDP.
User Datagram Protocol (UDP)
A connectionless transport protocol. Connectionless transport protocols provide unreliable transport, in that if a segment is dropped, the sender is unaware of the drop, and no retransmission occurs.
Statistical time-division multiplexing
Transmits several types of data simultaneously across a single transmission cable or line
Frequency-division multiplexing
Divides a medium’s frequency range into channels and transmits their data over different channels
Isochronous
Determines free space availability within a time slot and inserts data into an available time slot.
Asynchronous
Transmits the data without the use of an external clock signal, where data can be transmitted intermittently.
Synchronous
Transfers data method in which a continuous stream of data signals is accompanied by timing signals.