Chapter 3 Network Protocols and Communications Flashcards
What is the Layers of the OSI Model
- 2.4.4
- 2.4.1
- Application
- Presentation
- Session
- Transport
- Network
- Data Link Layer
- Physical Layer
What is the TCP/IP Model
3.2.4.4
- Application Layer
- Transport
- Internet
- Network Layer
What is the protocol data unit (PDU) for the Physical Layer?
3.3.1.2
Bits - A Physical layer PDU used when physically transmitting data over the medium
What is the protocol data unit (PDU) for the data Link Layer?
3.3.1.2
Frame – Data Link access layer PDU
What is the protocol data unit (PDU) for the Network Layer?
3.3.1.2
Packet - Network layer PDU
What is the protocol data unit (PDU) for the Transport Layer?
3.3.1.2
Segment - Transport layer PDU
What is the protocol data unit (PDU) for the Application Layer?
3.3.1.2
Data - The general term for the PDU used at the application layer
What order is the Encapsulation process
3.3.1.3
1) Data - User
2) Segment - Transport
3) Packet - IP
4) Frame - Ethernet
What is a physical address?
A Physical address is a 48-bit flat address burned into the ROM of the NIC card which is a Layer1 device of the OSI model. This is divided into 24-bit vendor code and 24-bit serial address
What is a Logical Address?
A Logical address is a 32- bit address assigned to each system in a network. This works in Layer-3 of OSI Model. This would be generally the IP address.