Chapter 1 Flashcards

1
Q

Networking Model

A

A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed by the devices in a network, allows the devices to communicate.

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

Protocol Data Unit (PDU)

A

An OSI term to refer generically to a grouping of information by a particular layer of the OSI model. More specifically, an LxPDU would imply the data and headers as defined by Layer x.

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

de-encapsulation

A

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.

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

encapsulation

A

The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol.

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

Adjacent-layer interaction

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 level preform the needed function.

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

Frame

A

Data Link layer (LH, LT, Ethernet, PPP) header and trailer around Data, L2PDU.

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

Segment

A

Transport layer (TCP, UDP) header and Data, L4PDU. In Ethernet, it is either a single Ethernet cable or a single collision domain.

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

Same-layer interaction

A

The two computers use a protocol to communicate with the same layer on another computer. The protocol defined by each layer uses a header that is transmitted between the computers, to communicate what each computer wants to do.

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

Packet

A

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

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