0% found this document useful (0 votes)
4 views8 pages

Topics: Cloud Computing

Power point presentation

Uploaded by

madhumithra165
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views8 pages

Topics: Cloud Computing

Power point presentation

Uploaded by

madhumithra165
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

NAME:P.

RANJITHA
INSTITUTION: TECHNOHACKS
SOLUTION PVT. LTD
TOPICS: CLOUD COMPUTING
WHAT IS CLOUD COMPUTING?

• Cloud computing is the on-demand delivery of computing services over the internet,
such as servers, storage, databases, networking, software, and analytics. Instead of storing
data or running software locally, users access these resources remotely from a cloud
provider’s servers. This allows for flexible resources, faster innovation, and economies of
scale.
APPLICATION FOR CLOUD COMPUTING

• Applications of Cloud Computing in real-world : Cloud Service Providers (CSP) are


providing many types of cloud services and now if we will cloud computing has touched
every sector by providing various cloud applications. Sharing and managing resources is
easy in cloud computing that’s why it is one of the dominant fields of computing. These
properties have made it an active component in many fields. Now let’s know some of the
real-world applications of cloud computing.
CLOUD COMPUTING ARCHITECTURE
WHO IS FATHER OF CLOUD COMPUTING?

The title of the father of cloud computing is attributed to Joseph Carl Robnett Licklider,
often referred to as J.C.R. Licklider. His groundbreaking ideas and concepts laid the
groundwork for the cloud computing landscape we know today.7 Aug 2023
CHARACTERISTICS OF CLOUD COMPUTING

• There are many characteristics of Cloud Computing here are few of them :
• On-demand self-services: The Cloud computing services does not require any human
administrators, user themselves are able to provision, monitor and manage computing
resources as needed.
• Broad network access: The Computing services are generally provided over standard
networks and heterogeneous devices.
• Rapid elasticity: The Computing services should have IT resources that are able to scale out
and in quickly and on a need basis. Whenever the user require services it is provided to him
and it is scale out as soon
EXAMPLE PROGRAM :

• Import boto3

• # Initialize the S3 client

• s3 = boto3.client(‘s3’)

• # File details

• file_name = “example.txt”

• bucket_name = “your-bucket-name”

• object_name = “uploaded-example.txt

• # Upload the file

• try:

• s3.upload_file(file_name, bucket_name, object_name)

• print(f”File ‘{file_name}’ uploaded to S3 bucket ‘{bucket_name}’ as ‘{object_name}’”)

• except Exception as e:

• print(“Error uploading file:”, e)


CONCLUSION

• Cloud Computing means storing and accessing the data and programs on remote servers
that are hosted on the internet instead of the computer’s hard drive or local server.
Cloud computing is also referred to as Internet-based computing, it is a technology
where the resource is provided as a service through the Internet to the user. The data
that is stored can be files, images, documents, or any other storable document.

You might also like