Chapter 1 - TCP/IP and OSI Networking Models Flashcards

1
Q

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?

A

Same layer interaction on different computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the concept when on a single computer, one layer provides a service to a higher layer?

A

Adjacent-layer interaction on the same computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the 5-step process in which a TCP/IP host sends data?

A
  1. Application layer - create and encapsulate the application data with any required application layer headers.
  2. Transport layer - encapsulate the data supplied by the application layer inside a transport layer header.
  3. Network layer - Encapsulate the data supplied by the transport layer inside a network layer (IP) header.
  4. Data Link layer - Encapsulate the data supplied by the network layer inside a data link layer header and trailer.
  5. Physical layer - Transmit the bits.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the data encapsulated in the transport layer called?

A

Segment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the data encapsulated in the network layer called?

A

Packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the data encapsulated in the data link layer called?

A

Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which layer encapsulates data with both a header and a trailer?

A

Data link adds both a header and a trailer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 7 layers of the OSI Model?

A
  1. Application
  2. Presentation
  3. Session
  4. Transport
  5. Network
  6. Data Link
  7. Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 5 layers of the TCP/IP Model?

A
  1. Application
  2. Transport
  3. Network
  4. Data Link
  5. Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are 6 benefits of a layered protocol specification?

A
  1. Less complex
  2. Standard interfaces - Allowing multiple vendors to create products that fill a particular role
  3. Easier to learn
  4. Easier to develop - Reduced complexity allows easier program changes and faster product development.
  5. 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.
  6. Modular engineering - One vendor can write software that implements higher layers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The TCP/IP model uses terms like segment, packet, and frame. What terms does the OSI model use?

A

PDU or protocol data unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the term that refers to the process of putting headers (and sometimes trailers) around some data?

A

encapsulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly