OSI Model Flashcards
How many layers are in the OSI model?
7
What is layer 7’s name and function?
Application: The Application layer provides services to the software through which the user requests network services. Your computer application software is not on the Application layer. This layer isn’t about applications and doesn’t contain any applications. In other words, programs such as Microsoft Word or Corel are not at this layer, but browsers, FTP clients, and mail clients are.
What is layer 6’s name and function?
Presentation: This layer is concerned with data representation and code formatting.
What is layer 5’s name and function?
Session: The Session layer establishes, maintains, and manages the communication session between computers.
What is layer 4’s name and function?
Transport: The functions defined in this layer provide for the reliable transmission of data segments, as well as the disassembly and assembly of the data before and after transmission.
What is layer 3’s name and function?
Network: This is the layer on which routing takes place. The Network layer defines the processes used to route data across the network and the structure and use of logical addressing.
What is layer 2’s name and function?
Data Link: As its name suggests, this layer is concerned with the linkages and mechanisms used to move data about the network, including the topology, such as Ethernet or Token Ring, and deals with the ways in which data is reliably transmitted.
What is layer 1’s name and function?
Physical: The Physical layer’s name says it all. This layer defines the electrical and physical specifications for the networking media that carry the data bits across a network.
What is PDU?
Protocol Data Unit. The package of data that moves through the layers. As the data is reformatted and repackaged, it takes on unique names on certain layers.
PDU name at application layer?
Data
PDU name at presentation layer?
Data
PDU name at session layer?
Data
PDU name at transport layer?
Segment
PDU name at network layer?
Packet
PDU name at data link layer?
Frame