Distributed Technology - Answer to the web service questions

Explain in brief different distributed technologies.

The need of distributed technologies arises with the requirement of distributed computing applications. The distributed computing allows partitioning of application logic into units and spreading the unit over different computers of a network or across different networks. This helps in spreading out loads over many computers. The components once developed can be reuse by other applications. There are many technologies developed to allow the distribution and reuse of application logic.

Advantages of the distributed components:

- The key benefit of having distributed components is that they spread out the load over different machines.
- The components can be upgraded without disturbing the clients' code.
- The distributed application improves security. For example, a company who has many agents wouldn’t like those agents to have direct access to its database. Instead, these agents can be granted access to the components running on the corporate server which can be controlled and restricted.
Web services vs. CORBA and DCOM - Answer to the web service questions
Web services use HTTP protocol for sending and receiving messages between the applications. The data encoding in web services is based on XML......
Advantages of .Net Web Services - Answer to the web service questions
Advantages of .Net Web Services - Web services may extend its interface and add new methods without affecting the clients as long as they still provide the old methods and parameters.
Web Service Standards - Explain in brief Web Service Standards
Web Service Standards - Following are the standards used by web services
Post your comment