Chapter 1 - Book Flashcards

1
Q

Which are the following protocols are examples of TCP/IP transport layer protocols

Ethernet
HTTP
IP
UDP
SMTP
TCP
A

UDP + TCP

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

Which are the following protocols are examples of TCP/IP data link protocols

Ethernet 
HTTP
IP
UDP
SMTP
TCP
PPP (Point-to-point)
A

Ethernet + PPP

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

The process of HTTP asking TCP to send some data and making sure that it is received correctly is an example of what?

Same-layer interaction
Adjacent-layer interaction
OSI model
All of these answers are correct

A

Adjacent-layer interaction

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

The process of TCP on one computer marking a TCP segment as segment 1 , and receiving computer then acknowledge the receipt of TCP segment 1 is an example of what?

Data encapsulation 
Same-layer interaction
Adjacent-layer interaction 
OSI model
All of these answers are correct
A

Same-layer interaction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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?

Data encapsulation
Same-layer interaction
OSI model
All of these answers are correct

A

Data encapsulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Which of the following terms is used specifically to identify the entity created when encapsulating data inside data link layer headers and trailers?
Data 
Chunk 
Segment
Frame
Packet
A

Frame

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

Which OSI layer defines the functions of logical network-wide addressing and routing?

A

Layer 3

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

Which OSI layer defines the standards for cabling and connectors

A

Layer 1

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

Example of Application Layer

A

HTTP
POP3
SMTP

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

Example of Transport Layer

A

TCP

UDP

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

Example of Network Layer

A

IP

ICMP

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

If you request for data from a webpage and you want to make a connection to it, when the server that you are calling for data to be sent says “ok” to sending the data, what response code does the PC get ?

A

200

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

What is a feature of TCP which is different to UDP

A

Error-recovery

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

Same-Layer interaction on different computers

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. 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
15
Q

Adjacent-layer interaction on the same computer

A

On a single computer, one layer provides a service to a higher layer. The software of hardware that implements the higher 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