Part 1 : Chapter 1 - Introduction to TCP/IP Networking Flashcards

1
Q

What is the most pervasive model used in the world?

A

TCP/IP

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

Layer 1 PDU

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

Layer 2 PDU

A

Frame

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

Layer 3 PDU

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

Layer 4 PDU

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

Layer 5 PDU

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

Layer 6 PDU

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

Layer 7 PDU

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

Which layer in TCP/IP Model adds header and trailer while sending the data?

A

The Data Link Layer

“ The Data link layer add LH (Link Header) and LT (Link Trailer) to the Ethernet frame.

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

What is the name of he process of putting headers (sometime trailers) to the data?

A

Data Encapsulation

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

Which networking model uses PDU?

A

OSI

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

What is Protocol Data Unit?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
Which of the following protocols are examples of TCP/IP transport layer protocols?
(Choose two answers.)
a. Ethernet
b. HTTP
c. IP
d. UDP
e. SMTP
f. TCP
A

UDP

TCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Which of the following protocols are examples of TCP/IP data-link layer protocols?
(Choose two answers.)
a. Ethernet
b. HTTP
c. IP
d. UDP
e. SMTP
f. TCP
g. PPP
A

Ethernet

PPP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
The process of HTTP asking TCP to send some data and making sure that it is received
correctly is an example of what?
a. Same-layer interaction
b. Adjacent-layer interaction
c. OSI model
d. All of these answers are correct.
A

b. Adjacent-layer interaction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
The process of TCP on one computer marking a TCP segment as segment 1, and the
receiving computer then acknowledging the receipt of TCP segment 1 is an example of
what?
a. Data encapsulation
b. Same-layer interaction
c. Adjacent-layer interaction
d. OSI model
e. All of these answers are correct.
A

b. Same-layer interaction

17
Q

The process of a web server adding a TCP header to the contents of a web page, followed
by adding an IP header and then adding a data-link header and trailer, is an
example of what?
a. Data encapsulation
b. Same-layer interaction
c. OSI model
d. All of these answers are correct.

A

a. Data encapsulation

18
Q

Which of the following terms is used specifically to identify the entity created when
encapsulating data inside data-link layer headers and trailers?
a. Data
b. Chunk
c. Segment
d. Frame
e. Packet

19
Q

Which OSI encapsulation term can be used instead of the term frame?

a. Layer 1 PDU
b. Layer 2 PDU
c. Layer 3 PDU
d. Layer 5 PDU
e. Layer 7 PDU

A

b. Layer 2 PDU

20
Q

What is Adjacent Layer Interaction?

A

The general topic of how on one computer, two adjacent layers in a networking architectural model work together, with the lower layer providing services to the higher layer.

21
Q

What is De-capsulation?

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.

22
Q

What is 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. For example, an IP packet could be encapsulated in an Ethernet header and trailer before being sent over an Ethernet.

23
Q

What is frame?

A

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

24
Q

What is 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 all the devices to communicate. Examples include TCP/IP and OSI.

25
What is packet?
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.
26
What is Protocol Data Unit (PDU)?
A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (and possibly trailer) of that layer, but specifically not including any lower-layer headers and trailers.