CHAPTER 1 KEY TOPICS Flashcards

This deck covers the key topics from chapter 1

1
Q

What is Same-layer interaction on different computers?

A

The 2 computers use a protocol to communicate with the same layer on another computer.

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

What is Adjacent-layer interaction on the same computers?

A

On a single computer, one layer provides a service to a higher layer

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

What are the 4 steps if Larry uses Ethernet to forward an IP packet to Router R1?

A
  1. Larry encapsulates the IP packet between an Ethernet header and Ethernet trailer, creating an Ethernet frame
  2. Larry physically transmits the bits of the frame using electricity over the Ethernet cabling.
  3. Router R1 physically receives the electrical signal over a cable, and re-creates the same bits by interpreting the meaning of the electrical signals.
  4. Router R1 deencapsulates the IP packet from the Ethernet frame by removing and discarding the Ethernet header and footer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the path for basic routing between 2 workstations of 2 separate networks.

A
  1. Workstation 1 sends data to Router 1.
  2. Router 1 acts as a post office and determines which route to forward the data to.
  3. Router 2 receives the data and determines the route to send it to reach workstation 2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 5 steps of encapsulation?

A
  1. Create and encapsulate the application data with any required application layer header.
  2. Encapsulate the data supplied by the application layer inside a transport layer header.
  3. Encapsulate the data supplied by the transport layer in side a network layer (IP) header.
  4. Encapsulate the data supplied by the network layer inside a data link layer header and footer.
  5. Transmit the bits.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Identify the TCP/IP message in the Transport layer of the TCP/IP module.

A

Segment

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

Identify the TCP/IP message in the Network layer of the TCP/IP module.

A

Packet

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

Identify the TCP/IP message in the Data link of the TCP/IP module.

A

Frame

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

how many layers are there in the OSI module?

A

7

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

What are the 7 layers of the OSI model?

A

Application, Presentation, Session, Transport, Network, Data link, Physical

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

What are the 4 layers of the 4-layer TCP/IP Model?

A

Application, Transport, Internet, Link

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

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

A

Application, Transport, Network, Data link, Physical

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

What are 6 benefits to using a layered protocol specification?

A
Less complex, 
Standard interfaces, 
Easier to learn, 
Easier to develop, 
Multivender interoperability, 
Modular engineering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is deencapsulation?

A

The process in which a device interprets the lower layer headers, removes the previous header to reveal the next higher PDU.

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

What encapsulation?

A

The process of taking data from a higher layer and placing a header and sometimes a trailer of the next lower layer.

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

What is protocol data unit (PDU)?

A

A generic term for the header, data, and sometimes trailer of a layer.