Chapter 1 - TCP/IP and OSI Networking Models Flashcards
What is the concept when two computers use a protocol (an agreed-to set of rules) to communicate with the same layer on another computer?
Same layer interaction on different computers.
What is the concept when on a single computer, one layer provides a service to a higher layer?
Adjacent-layer interaction on the same computer.
What is the 5-step process in which a TCP/IP host sends data?
- Application layer - create and encapsulate the application data with any required application layer headers.
- Transport layer - encapsulate the data supplied by the application layer inside a transport layer header.
- Network layer - Encapsulate the data supplied by the transport layer inside a network layer (IP) header.
- Data Link layer - Encapsulate the data supplied by the network layer inside a data link layer header and trailer.
- Physical layer - Transmit the bits.
What is the data encapsulated in the transport layer called?
Segment
What is the data encapsulated in the network layer called?
Packet
What is the data encapsulated in the data link layer called?
Frame
Which layer encapsulates data with both a header and a trailer?
Data link adds both a header and a trailer
What are the 7 layers of the OSI Model?
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
What are the 5 layers of the TCP/IP Model?
- Application
- Transport
- Network
- Data Link
- Physical
What are 6 benefits of a layered protocol specification?
- Less complex
- Standard interfaces - Allowing multiple vendors to create products that fill a particular role
- Easier to learn
- Easier to develop - Reduced complexity allows easier program changes and faster product development.
- Multivendor interoperability - Creating products to meet the same networking standards means that computers and network gear from multiple vendors can work in the same network.
- Modular engineering - One vendor can write software that implements higher layers
The TCP/IP model uses terms like segment, packet, and frame. What terms does the OSI model use?
PDU or protocol data unit
What is the term that refers to the process of putting headers (and sometimes trailers) around some data?
encapsulation