What are the functions of a connection-oriented protocol?
What will be an ideal response?
Connection-oriented protocols do the following:
Create a logical connection directly between two peers on an internetwork.
Track the transfer of data and ensure it arrives successfully through acknowledgments and sequence number tracking. An acknowledgment is a positive response, to indicate explicitly that a specific set of data arrived intact.
Use sequence number tracking to identify the amount of data transferred and any out-of-order packets.
Have a timeout mechanism that indicates when a host waits too long to receive a communication, and that such communication should be assumed lost.
Have a retry mechanism that enables them to recover lost data by retransmitting it some specified number of times.
You might also like to view...
If a pointer p points to a struct type variable of type car which has fields make, model and year, which of the following is a correct way to reference the model.
a) p.car.model b) *p.model c) p.model d) (*p).model
A mail transfer agent (MTA) is the actual mail ____________________.
Fill in the blank(s) with the appropriate word(s).
Which Save as type allows you to save some elements of your Web page to a folder, separate from your Web page?
What will be an ideal response?
What is meant by the phrase "security through obscurity," and why is this concept not accurate?
What will be an ideal response?