Cloud Computing in BCA

Post Reply
User avatar
Ramya_Velayutham
ADMIN
ADMIN
Posts: 125
Joined: Fri Oct 25, 2024 2:48 pm
Has thanked: 1 time

Cloud Computing in BCA

Post by Ramya_Velayutham »

Cloud Computing
Cloud computing provides on-demand access to computing resources like servers, storage, databases, and software over the internet.
Cloud Computing in BCA.jpg
Cloud Computing in BCA.jpg (6.41 KiB) Viewed 166 times
Key Features:
  • ScalabilityEasily increase or decrease resources based on demand.
  • Cost-Efficiency Pay-as-you-go pricing eliminates the need for heavy hardware investment.
  • Security Cloud providers offer data encryption, authentication, and compliance with industry standards.
  • High Availability Ensures minimal downtime with distributed cloud servers.
  • FlexibilityAccess resources from anywhere in the world.
Types of Cloud Computing:
  1. Public CloudServices offered by third-party providers (AWS, Google Cloud, Azure).
  2. Private CloudDedicated infrastructure for a single organization.
  3. Hybrid CloudA mix of public and private cloud for better flexibility.
  4. Community CloudShared infrastructure for organizations with similar requirements.
Cloud Service Models (SPI Model):[table][tr][td]
 [/td][td]Cloud-hosted applications accessed via a web browser.[/td][td]Gmail, Dropbox, Microsoft Office 365[/td][/tr][/table]
cloud computing.png
cloud computing.png (19.42 KiB) Viewed 173 times
Popular Cloud Computing Platforms:
  1. Amazon Web Services (AWS) Leading cloud provider with services like EC2, S3, Lambda.
  2. Microsoft AzureEnterprise cloud platform integrated with Microsoft services.
  3. Google Cloud Platform (GCP) Known for AI/ML services and Kubernetes.
Example: Creating a Virtual Machine on AWS (IaaS)
  1. Sign in to AWS Management Console.
  2. Navigate to EC2 (Elastic Compute Cloud).
  3. Click Launch Instance and select an OS (Linux, Windows).
  4. Configure CPU, RAM, and storage.
  5. Click Launch and connect via SSH.
Post Reply

Return to “Bachelor of Computer Application”