Chapter 1 - Book Flashcards
Which are the following protocols are examples of TCP/IP transport layer protocols
Ethernet HTTP IP UDP SMTP TCP
UDP + TCP
Which are the following protocols are examples of TCP/IP data link protocols
Ethernet HTTP IP UDP SMTP TCP PPP (Point-to-point)
Ethernet + PPP
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
Adjacent-layer interaction
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
Same-layer interaction
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
Data encapsulation
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
Frame
Which OSI layer defines the functions of logical network-wide addressing and routing?
Layer 3
Which OSI layer defines the standards for cabling and connectors
Layer 1
Example of Application Layer
HTTP
POP3
SMTP
Example of Transport Layer
TCP
UDP
Example of Network Layer
IP
ICMP
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 ?
200
What is a feature of TCP which is different to UDP
Error-recovery
Same-Layer interaction on different computers
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
Adjacent-layer interaction on the same computer
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