What do you mean by Service Oriented Architecture? How can you characterize Service Oriented Architecture?

 Service-oriented architecture (SOA)

 Service-oriented architecture (SOA) references a set of principles and methodologies applied by software engineers to design and develop software in the form of interoperable services. Services are usually built in the form of components that can be reused for different purposes than originally intended. For this reason, the interfaces are often defined in a practical manner, allowing use across varying applications and multiple platforms.


We can characterize SOA as follows:

• In SOA, Services should be independent of other services. Altering a service should not affect the calling service.

• Services should be self-contained. When we talk about Register Customer service it means, the service will do all the necessary work for us, we are not required to care about anything.

• Services should be able to define themselves. Services should be able to answer the question of what it does? It should be able to tell the client what all operations it does, what data types it uses, and what kind of responses it will return.

• Services should be published in a location (directory) where anyone can search for them.

• As said, SOA comprises collection services that communicate via standard Messages. Standard messages make them platform-independent. (Here standard doesn’t mean standard across Microsoft it means across all programming languages and technologies.)

• Services should be able to communicate with each other asynchronously.

• Services should support reliable messaging. This means there should be a guarantee that the request will be reached the correct destination and the correct response will be obtained.

• Services should support secure communication.






Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

What is national data warehouse? What is census data?