Networks Models Flashcards

1
Q

Name the 5 Layers of TCP/IP protocol (ordered)

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

What is the communication type for the top 3 layers (application, transport, and network) and what does it mean?

A

The top 3 layers are considered end-to-end meaning that the data unit exchanged should not be changed by any router or link-layer switch.

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

What is the communication type for the bottom 2 layers (Physical and Data Link) and what does it mean?

A

The bottom 2 layers are considered hop-to-hop meaning that the packet created by the host is changed only by routers (NOT Link-Layer switches), and passed from one hop to another (hop meaning one host or router)

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

Describe the Physical Layer and name its unit of travel.

A

The physical layer connects through a transmission medium that carries electrical or optical signals.
The physical layer carries individual bits in a frame across the link.

The unit of travel are bits.

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

Describe the Data-Link Layer and name its unit of travel

A

The data link layer is responsible for moving a packet through the link.
A router chooses the best link, but the data-link layer actually moves the datagram across the link.

Unit of travel is a Frame.

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

Describe the Network Layer and its unit of travel

A

The Network Layer is responsible for creating a connection between the source computer and the host computer and it is also responsible of making a route between host and destination.

The main unit of travel is Datagram

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

Describe the Transport Layer and its main unit of travel

A

The transport layer gets the message from the application layer then encapsulates it into a transport layer packet and sends it through a logical (imaginary) connection to the transport layer at the destination host.

The unit of travel would be a segment or user datagram.

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

Describe the application layer and its unit of travel.

A

The application layer’s communication is process-to-process with an exchange of messages making its unit of travel

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

In what trend does encapsulation occur in the TCP/IP suite?

A

Encapsulation occurs downward (Application layer message is encapsulated in a transport-layer segment (or user datagram). Whereas decapsulation occur upward.

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