Chapter 1 Flashcards

Chapter 1 Review

1
Q

When 2 computers use a protocol to communicate with the same layer on another computer. The protocol defines a header that communicates what each computer wants to do.

A

Same-layer interaction on different computers.

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

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

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

On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and when finished with each header, removes the header, revealing the next-higher-layer PDU.

A

de-encapsulation

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

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
5
Q

A term referring to a data-link header and trailer, plus the data encapsulated between the header and trailer.

A

frame

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

A logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include any headers and trailers below the network layer.

A

packet

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

The communication between two networking devices for the purposes of the functions defined at a particular layer of a networking model, with that communication happening by using a header defined by that layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving devices interpreting the header to decide what action to take.

A

same-layer interaction

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

In TCP, a term used to describe a TCP header and its encapsulated data (also called an L4PDU). Also in TCP, the process of accepting a large chunk of data from the application layer and breaking it into smaller pieces that fit into TCP segments. In Ethernet, a segment is either a single Ethernet cable or a single collision domain (no matter how many cables are used).

A

segment

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

The process by which a TCP/IP host sends data can be viewed as a five-step process. The first four steps relate to the encapsulation performed by the four TCP/IP layers, and the last step is the actual physical transmission of the data by the host. In fact, if you use the five-layer TCP/IP model, one step corresponds to the role of each layer. The steps are summarized in the following list:

A

Step 1. 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.
Step 2. 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.
Step 3. Encapsulate the data supplied by the transport layer inside a network layer (IP) header. IP defines the IP addresses that uniquely identify each computer.
Step 4. 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.
Step 5. 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

____________ is used to refer to any message defined by a protocol.

A

PDU or Protocol Data Unit

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

The __________ model defines how devices should transmit data between them and enables communication over networks and large distances. The model represents how data is exchanged and organized over networks.

A

TCP\IP

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

List each of the Layers in order from top to bottom, of the 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

List each of the Layers in order from top to bottom, 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
14
Q

The term _________ refers to any device, regardless of size or power, that has an IP address and connects to any TCP/IP network.

A

IP host

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

process of forwarding the IP packet is called IP ____________

A

Routing

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

Each layer of the TCP/IP model broadly defines a set of functions that helps create a working communication system, and each __________ gives the specifics about an option to implement one or more of the functions at some layer of the model.

A

Request for Comments (RFC)

17
Q

To help people understand a networking model, each model breaks the functions into a small number of categories called _________.

A

Layers

18
Q

________________________ protocols provide services to the software running on a computer.

A

Application Layer

19
Q

The ________________ includes a small number of protocols, but only one major protocol: the Internet Protocol (IP). In fact, the name TCP/IP is simply the names of the two most common protocols (TCP and IP) separated by a /

A

Network Layer