Chapter 5 Flashcards
(83 cards)
The process by which a connection-oriented protocol creates a connection. With TCP, a connection is established by a three-way transmission of TCP segments.
Connection-establishment
The process of discovering whether a data link level frame was changed during transmission. This process uses a Frame Check Sequence (FCS) field in the data link trailer.
Error detection
The process of noticing when some transmitted data was not successfully received and resending the data until it is successfully received.
Error recovery
The process of regulating the amount of data sent by a sending computer toward a receiving computer.
Flow control
A process used by protocols that do error recovery, in which the number that acknowledges data lists the next data that should be sent, not the last data that was successfully received.
Forward acknowledgement
The protocol used by web browsers and web servers to transfer files, such as text and graphic files.
Hypertext transfer protocol (HTTP)
A networking function, included in TCP, in which the protocol defines how the sending host should number the data transmitted, defines how the receiving device should attempt to reorder the data if it arrives out of order, and specifies to discard the data if it cannot be delivered in order.
Ordered data transfer
In TCP and UDP, a number that is used to uniquely identify the application process that either sent or should receive data. In LAN switching, another term for switch interface.
Port
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. In Ethernet, this is either a single Ethernet cable or a single collision domain (no matter how many cables are used).
Segment
For protocols such as TCP that allow the receiving device to dictate the amount of data the sender can send before receiving an acknowledgment—a concept called a window—a reference to the fact that the mechanism to grant future windows is typically just a number that grows upward slowly after each acknowledgment, sliding upward.
Sliding windows
The formal and correct term for the formatted text used to refer to objects in an IP network. This text is commonly called a URL or a web address. For example, http://www.certskills.com/blog is a URI that identifies the protocol (HTTP), hostname (www.certskills.com), and web page (blog).
Uniform Resource Identifier (URI)
Software, running on a computer, that stores web pages and sends those web pages to web clients (web browsers) that request the web pages.
Web Server
Which of the following header fields identify which TCP/IP application gets data received by the computer? (Choose two answers.)
a. Ethernet Type
b. SNAP Protocol Type
c. IP Protocol
d. TCP Port Number
e. UDP Port Number
d. TCP Port Number
e. UDP Port Number
Which of the following are typical functions of TCP? (Choose four answers.)
a. Flow control (windowing)
b. Error recovery
c. Multiplexing using port numbers
d. Routing
e. Encryption
f. Ordered data transfer
a. Flow control (windowing)
b. Error recovery
c. Multiplexing using port numbers
f. Ordered data transfer
Which of the following functions is performed by both TCP and UDP?
a. Windowing
b. Error recovery
c. Multiplexing using port numbers
d. Routing
e. Encryption
f. Ordered data transfer
c. Multiplexing using port numbers
What do you call data that includes the Layer 4 protocol header, and data given to Layer 4 by the upper layers, not including any headers and trailers from Layers 1 to 3? (Choose two answers.)
a. L3PDU
b. Chunk
c. Segment
d. Packet
e. Frame
f. L4PDU
c. Segment
f. L4PDU
In the URI http://www.certskills.com/ICND1, which part identifies the web server?
a. http
b. www.certskills.com
c. certskills.com
d. http://www.certskills.com
e. The file name.html includes the hostname.
b. www.certskills.com
Fred opens a web browser and connects to the www.certskills.com website. Which of the following are typically true about what happens between Fred’s web browser and the web server? (Choose two answers.)
a. Messages flowing toward the server use UDP destination port 80.
b. Messages flowing from the server typically use RTP.
c. Messages flowing to the client typically use a source TCP port number of 80.
d. Messages flowing to the server typically use TCP.
c. Messages flowing to the client typically use a source TCP port number of 80.
d. Messages flowing to the server typically use TCP.
Layer 4 defines several functions. What are the most important functions?
Error recovery and flow control
What is the key difference between TCP and UDP?
TCP provides wide variety of services to application layer…UDP does not
TCP provides retransmission (error _____) and helps to avoid congestion (flow control), whereas UDP does not.
recovery
Between UDP and TCP, which one needs fewer bytes in the header, resulting in fewer bytes of overhead in the network?
UDP
Voice over IP (VoIP) and video over IP, do not need error recovery, so they use _____.
UDP
What is the function that allows receiving hosts to choose the correct application for which the data is destined, based on the port number?
Multiplexing using ports