Card 2 / 24: Which of the following applications are appropriate to communicate asynchronously?
A)
Courses registration in a university, where courses availability must be checked by another application before registering the course
B)
Email services (sending and receiving emails)
C)
A client sends a document (such as an XML document) to a travel agency service requesting arrangements for a particular trip
Answer:
B) Email services (sending and receiving emails)
C) A client sends a document (such as an XML document) to a travel agency service requesting arrangements for a particular trip
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
A travel agency service is an example of a document-oriented Web service that better uses asynchronous communication. The service consumes time to process the document before it can get to a decision, therefore better not makes the client wait using synchronous communication.
|