Wednesday, August 20, 2014

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.  

Related Posts:

  • What is SOAP? SOAP, Simple Object Access Protocol is a communication protocol, a way to structure data before transmitting it, is based on XML standard. It is developed to allow communication between applications of different platforms a… Read More
  • What is WSDL? WSDL stands for Web Services Description Language, an XML-based language  that describes Web services and how to access and locate them. … Read More
  • What are the data types supported by Web Services? .Net web services are built on XML-based standards for exchanging data. This means .NET web services can support only those data types that can be recognized by the XML schema standard. There are many proprietary .Net objec… Read More
  • Advantages of .Net Web Services Web Services are supported on a wide range of platforms. 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. A client makes… Read More
  • Explain when do we required ASP.NET web services. ASP.NET web services are the great way to expose your middle tier components via internet. These components offer no issue communicating across firewalls as they use SOAP as transport protocols that transmit structured data… Read More

0 comments:

Post a Comment