OSI and TCP/IP Flashcards
How many and what are the layers of the OSI model?
7 Layers: 7-Application 6-Presentation 5-Session 4-Transport 3-Network 2-Data Link 1-Physical
What does OSI in OSI model stand for?
Open Systems Interconnection model
How many and what are the layers of the TCP/IP model?
4 Layers: 4-Application Layer 3-Transport Layer 2-Internet Layer 1-Network Interface Layer/ AKA Link Layer
What Does ISO stand for?
International Organization for Standardization
The ____ layer is responsible for error free transfer of data frames. This layer provides synchronization for the physical layer.
data-link
This layer also contains two sub layers, what are they?
Data Link Layer:
MAC sub-layer
LLC sub-layer
What does LLC stand for in the data link sub layer?
Logical Link Control
What does MAC stand for in the data link sub layer?
Media Access Control
The ____ layer is responsible for packaging and transmitting data on the physical media.
physical
The____ layer conveys the bit stream through a network at the electrical and mechanical level.This includes the layout of pins, voltages, cable specifications, hubs, repeaters, network adapters, host bus adapters
physical
The____ layer controls the operation of the subnet. It determines the physical path that data takes on the basis of network conditions, priority of service, and other factors.
network
The____ layer is responsible for routing and forwarding data packets.
network
The____ layer ensures that messages are delivered in the order in which they are sent and that there is no loss or duplication. It ensures complete data transfer.
transport
The____ layer establishes communication between processes running on different communication entities in a network and can support a message-mode data transfer. It deals with connection an coordination.
session
The____ layer serves as the data translator for a network. It’s usually a part of an operating system and converts incoming and outgoing data from one viewable format to another. This layer is also known as the syntax layer.
presentation
The____ layer serves as a window for users and program processes to access network services. It handles issues, such as network transparency, resource allocation, etc.
application
The ____ layer is responsible for putting frames on the wire and pulling frames off the wire. It is equivalent to the data-link and physical layers of the OSI model. This layer is also known as Link layer.
Network Access
The____ layer provides three services - a connectionless delivery service, a mechanism to break data into individual packets or frames on the transmitting side and put them back together on the receiving side, and the routing functions necessary to interoperate with other networks. It is equivalent to the network layer of the OSI model.
Internet
The____ layer provides communication sessions between connected computers. This layer is responsible for error detection and correction. It is also known as host-to-host or transmission layer and is equivalent to the transport layer of the OSI model
transport
The ____ layer serves as a window for users and application processes to access network services. Several standard TCP/IP utilities and services exist at the application layer. It is equivalent to the application, presentation, and session layers of the OSI model
application
Which two layers of the OSI model is the Network Access (or Link) layer equivalent to?
Data Link Layer
Physical Layer
Which three layers of the OSI model is the Application Layer of the TCP/IP layer equivalent to?
Application Layer
Presentation Layer
Session Layer
At which OSI layer(s) does hypertext transfer protocol (HTTP) function?
Application
Presentation
Session
At which OSI layer(s) does file transfer protocol (FTP) function?
Application
Presentation
Session
At which OSI layer(s) does Telnet function?
Application
Presentation
Session
At which OSI layer(s) does simple mail transfer protocol (SMTP) function?
Application
Presentation
Session
At which OSI layer(s) does post office protocol 3 (POP3) mail function?
Application
Presentation
Session
At which OSI layer does transmission control protocol (TCP) function?
Transport