Networking: Chapter 2 (The OSI Network Model) Flashcards
1
Q
What is the Open Systems Interconnection (OSI) model?
A
• The OSI model is a set of protocols which standardise the transmission of data between computer systems on a network.
2
Q
What is the correct order of the OSI model from top layer to bottom layer?
A
• Application, Presentation, Session, Transport, Network, Data Link then Physical.
3
Q
What is the Application layer?
A
- The Application layer provides interfaces for network applications.
- FTP, HTTP and SMTP operate at this layer.
4
Q
What is the Presentation layer?
A
- The Presentation layer manages the way data is represented so that the computer can understand this data.
- HTML and ASCII operate at this layer
5
Q
What is the Session layer?
A
- The Session layer creates a connection between the device and the network and maintains it
- The Session layer manages log on and password authentication.
6
Q
What is the Transport layer?
A
- The Transport layer breaks up files into segments for transport over a network and guarantees these segments are not lost.
- TCP/IP operates at this layer
7
Q
What is the Network layer?
A
- The network layer crates headers for packets of data and routes these packets.
- Routers operates at this layer
8
Q
What is the Data Link layer?
A
- The Data Link layer guarantees error free transmission.
* Switches operate at this layer
9
Q
What is the Physical layer?
A
- The Physical layer transmits bits over the physical characteristics of the network interface.
- Hubs and repeaters operate at this layer