2 - Networking Models Flashcards
What does OSI stand for?
Open Systems Interconnection
What are the two network models?
- OSI or open systems internconnection model
2 TCP/IP model
What are the seven layers of the OSI model?
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
What is a PDU or Protocol Data Unit?
What the information or data is called at each layer, it changes as it moves through each layer
What is the pdu for layer 1 of the OSI model?
Bit
What is the pdu for layer 2 of the OSI model?
Frame
What is the pdu for layer 3 of the OSI model?
Packet
What is the pdu for layer 4 of the OSI model?
Segment
What are some examples of protocols used at the Application Layer of the OSI model?
- http
- ftp
- tftp
- dhcp
- dns
- smtp
- pop
- telnet
- ssh
What is the Application Layer of the OSI model responsible for?
Converting data into a format that is usable by applications and directing the data to the proper application window.
What is the Presentation Layer of the OSI model responsible for?
Converting and representing the payload in different formats including data-based, character-based, image-based, audio-based, and video based
What layer of the OSI model handles compression and encryption?
Presentation Layer
What are some examples of formats used by the Presentation layer of the OSI model?
- Gif
- jpeg
- mpeg
- quicktime
What is the Session Layer of the OSI model responsible for?
For establishing, maintaining, and terminating data communications between applications or devices.
What is a session made up of?
Requests and responses
What are some examples of protocols that operate at the Session layer of the OSI model?
- PAP or password Authentication Protocol
2. RPC or Remote Procedure Call
What is the Transport layer of the OSI model responsible for?
Error-free delivery of information between devices
What layer of the OSI model is responsible for flow control and sequencing?
Transport Layer
What are some examples of Protocols used at the Transport Layer of the OSI model?
- UDP or User Datagram Protocol
2. TCP or Transmission Control Protocol
What protocol provides connectionless, unreliable data transfers between networked computers?
UDP or User Datagram Protocol