Giving reasons for your answer, suggest two important types of application where you would not recommend the use of service-oriented architecture.

What will be an ideal response?


1. Embedded applications in devices where a network connection cannot be
guaranteed. These are unlikely to make use of services as there is no
guarantee that these services will be available when required.
2. Real-time applications with stringent deadlines, especially those with lots of
user interaction e.g. computer games. In these applications, the performance
overhead in coding and decoding XML messages is likely to be
unacceptable.

Computer Science & Information Technology

You might also like to view...

A recursive function is a function that:

a. Returns a double. b. Takes 3 arguments. c. Calls itself, directly or indirectly. d. Is inside of another function.

Computer Science & Information Technology

Times New Roman is an example of a sans serif typeface

Indicate whether the statement is true or false

Computer Science & Information Technology

As you create a chart, you can make choices about what data to include

Indicate whether the statement is true or false

Computer Science & Information Technology

Global variables can be used by all functions in a program that are physically placed after the global variable declaration.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology