Describe connection oriented service and explain how it provides reliable communication.

What will be an ideal response?


Connection oriented service is designed to send information and receive an acknowledgment. In this method, the sender initializes the connection, establishes connection, sends the information, and then waits for acknowledgement. If the acknowledgement is positive and the sender does have more information to send, then it terminates the connection. Otherwise, the sender will continue to send its information until to transmit them all.

Computer Science & Information Technology

You might also like to view...

Which of the following will make the given statement false? MyAge > YourAge

a. MyAge = 23, YourAge = 24 b. MyAge = 23, YourAge = 23 c. MyAge = 23, YourAge = 35.6 d. All of the above make the statement false

Computer Science & Information Technology

Which of the following statements should be used to validate that a number input by the user into a variable namedWidgetsis an integer value?

a. ```While Widgets != Widgets Write “Please enter an integer value:” Input Widgets End While``` b. ```While Int(Widgets) != Widgets Write “Please enter an integer value:” Input Widgets End While``` c. ```Repeat Write “Please enter an integer value:” Input Widgets End Repeat``` d. ```While Widgets > 0 Write “Please enter an integer value:” Input Widgets End While```

Computer Science & Information Technology

A Kerberos __________ is a set of managed nodes that share the same Kerberos database.

A. realm B. TGS C. network D. principal

Computer Science & Information Technology

You can use the CSS ____________________ property to adjust the horizontal alignment of elements.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology