Skip to main content

What is CORBA in Distributed computing?



What is CORBA in Distributed computing?

  • CORBA stands for Common Object Request Broker Architecture
  • It enables software components to communicate with each other regardless of their programming language, operating system, or hardware platform.
  • CORBA is a middleware platform that provides a way for objects to communicate with each other across a network.

The CORBA architecture consists of four main components:

  • Object Request Broker (ORB): The ORB is the core of the CORBA architecture. It is responsible for managing the communication between objects, providing location transparency, and supporting the invocation of remote methods.
  • Interface Definition Language (IDL): The IDL is a language for describing the interfaces of CORBA objects. It is used to define the methods and attributes that are accessible to other objects.
  • Naming Service: The naming service is a directory service that provides a way for objects to find each other.
  • Object Adapter: The object adapter is responsible for managing the lifecycle of CORBA objects. It creates objects, destroys objects, and manages the invocation of methods on objects.

                          

CORBA is a powerful tool for building distributed applications.

Advantages of CORBA:

  • Interoperability: CORBA allows objects to communicate with each other regardless of their programming language, operating system, or hardware platform. This makes it possible to build applications that are composed of objects that are scattered across different machines and written in different languages.
  • Location transparency: CORBA provides location transparency, which means that objects can be accessed without having to know where they are located. This makes it easier to build distributed applications that are scalable and fault tolerant.
  • Standardization: CORBA is a standard, which means that there are a number of different implementations available. This makes it easier to find an implementation that meets your specific needs.
  • Security: CORBA provides a number of security features, such as authentication and encryption. This makes it possible to build secure distributed applications.

Disadvantage of CORBA:

  • Complexity: CORBA is a complex architecture, which can make it difficult to learn and use.
  • Deployment complexity: CORBA applications can be difficult to deploy and manage. 
  • Performance: CORBA can be slower than other distributed computing technologies, such as RMI.
  • Lack of adoption: CORBA is not as widely adopted as other distributed computing technologies, such as REST.

Application of CORBA:

  • Enterprise applications: CORBA is often used to build enterprise applications that need to be scalable, fault-tolerant, and interoperable. Example: CRM
  • Telecommunications: CORBA can be used to build billing systems, call routing systems, and network management systems.
  • Manufacturing: CORBA can be used to build production planning systems, inventory management systems, and quality control systems

 



Popular posts from this blog

AWS Amplify

  AWS Amplify is a development platform provided by Amazon Web Services (AWS) that enables developers to build scalable, secure, and high-performance cloud-powered mobile and web applications. It provides a comprehensive set of tools and services that help developers to build and deploy applications quickly and efficiently, with features such as authentication, analytics, storage, APIs, and more.   AWS Amplify consists of three main components:   1.      Amplify CLI: Amplify CLI is a command-line interface tool that allows developers to easily create, configure, and deploy cloud-powered applications and backend services. It provides a simple and intuitive way to create AWS resources such as AWS Lambda, Amazon API Gateway, AWS AppSync, Amazon Cognito, Amazon DynamoDB, and others. Developers can also use the Amplify CLI to manage their AWS resources, including creating and configuring authentication and authorization, storage, and APIs.  ...

How to Launch Windows EC2 Instance in AWS

  Sure, here are the steps on how to launch a Windows EC2 instance in AWS in detail: Go to the AWS Management Console and sign in to your account. In the navigation pane, select  EC2 . In the  Launch Instance  wizard, select  Quick Start  and then  Windows . For  Amazon Machine Image (AMI) , select the Windows Server AMI that you want to use. For  Instance Type , select the instance type that you want to use. For  Number of Instances , enter the number of instances that you want to launch. For  Storage , select the storage options that you want to use. For  Networking , select the VPC and subnet that you want to use. For  Security Group , select the security group that you want to use. For  Tags , enter the tags that you want to apply to your instance. Review the settings and then click  Launch . Once your instance is launched, you can connect to it using Remote Desktop Protocol (RDP). Here are some additional th...

AWS Toolkit Extension for Visual Studio Code (VS Code)

  AWS Toolkit Extension for Visual Studio Code (VS Code) is a plugin that enables developers to work with Amazon Web Services (AWS) services directly from within the VS Code editor. This extension provides several features and functionalities that can be used to develop, deploy, and debug applications on AWS. The AWS Toolkit Extension provides a set of tools and functionalities that make it easier for developers to build, test, and deploy serverless applications on AWS. It also provides an integrated development environment (IDE) for developing applications with AWS services, which includes support for AWS Lambda, AWS Step Functions, Amazon API Gateway, Amazon S3, and other AWS services. Some of the key features and functionalities of the AWS Toolkit Extension for VS Code include: Ø   AWS Explorer: A graphical user interface (GUI) that enables developers to view and manage their AWS resources from within VS Code. Developers can browse and navigate through their AWS ac...