Do applications need to exchange UDP control messages before exchanging data? Explain.
What will be an ideal response?
UDP uses a connectionless communication paradigm, which means that an application using
UDP does not need to preestablish communication before sending data, nor does the application need
to inform the network when finished. Instead, an application can generate and send data at any time.
Computer Science & Information Technology
You might also like to view...
Which of the following will not return the system clock's date?
A) Ctrl+; B) TODAY() C) DATE() D) NOW()
Computer Science & Information Technology
Which of the following is not a characteristic of a management information system?
A. Collects, displays, and modifies transactions B. Provides useful information for managerial activities C. Increases managerial efficiency D. Produces routine and on-demand reports
Computer Science & Information Technology