TCP IP Networking Model Flashcards

1
Q

Definition of Same-layer interaction on different computers.

A

Header information added by a layer of the sending

computer is processed by the same layer of the receiving computer.

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

Definition of Adjacent- layer interaction on the same

computer.

A

On a single computer, one layer provides a service to a higher layer. The software or hardware that implements the higher layer requests that the next lower layer perform the needed function.

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

Concepto general de Ip Routing

A

The TCP/IP network layer, using the IP protocol, provides a service of forwarding IP packets from one device to another.

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

Five Steps of Data Encapsulation: TCP/IP

A
Data -> Application
TCP -> Transport
IP -> Network
Data link -> Data Link
Transmits bits -> Pgysical Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe el paso 1 de la encapsulación TCP

A

Create and encapsulate the application data with any required application layer headers. For example, the HTTP OK message can be returned in an HTTP header, followed by part of the contents of a web page.

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

Describe el paso 2 de la encapsulación TCP

A

Encapsulate the data supplied by the application layer inside a transport layer header. For end-user applications, a TCP or UDP header is typically used.

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

Describe el paso 3 de la encapsulación TCP

A

Encapsulate the data supplied by the transport layer inside a network layer (IP) header. IP defines the IP addresses that uniquely identify each computer

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

Describe el paso 4 de la encapsulación TCP

A

Encapsulate the data supplied by the network layer inside a data link layer header and trailer. This layer uses both a header and a trailer.

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

Describe el paso 5 de la encapsulación TCP

A

Transmit the bits. The physical layer encodes a signal onto the medium to transmit the frame.

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

Shows the meaning of the terms segment, packet, and frame

A

TCP -> Segment
IP -> Packet
Link Layer/Link trailer -> Frame

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

Lists the benefits of using a layered networking model

A

Less complex: Compared to not using a layered model, network models break the concepts into smaller parts.
■ Standard interfaces: The standard interface definitions between each layer allow multiple vendors to create products that fill a particular role.
■ Easier to learn: Humans can more easily discuss and learn about the many details of a
protocol specification.
■ 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 networking gear from multiple vendors can work in the same
network.
■ Modular engineering: One vendor can write software that implements higher layers—for
example, a web browser—and another vendor can write software that implements the
lower layers—for example, Microsoft’s built-in TCP/IP software in its operating systems.
OSI Encapsulation Terminol

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