SlideShare a Scribd company logo
1 of 20
Amity Institute of Information Technology
Introduction to Cloud Computing
By
Amrit Thulal
Amity Institute of Information Technology
Amity University,
Uttar Pradesh
Amity Institute of Information Technology
Digital Marketing Overview
Course Objectives
Course Objectives: After finishing this course student will be
able to:
• Concepts and infrastructure of cloud computing and its
business applications.
• Critically appraise the opportunities and challenges of
information management in complex business environment.
• To use current techniques, skills, and tools necessary for Cloud
Applications.
• To understand the role and responsibilities of professional field,
how to deal with ethical, legal, security and social issues and
responsibilities related to cloud computing.
• To gain expertise in implementation and development of cloud
enabled businessapplication
2
Amity Institute of Information Technology
Digital Marketing Overview
Syllabus
3
Weightage (%)
Module I: Introduction 20
Defining the cloud for the Enterprise: Database as a service,
Governance/Management as a service, Testing as a service, Storage
as a service , Cloud service development, Cloud Computing
Challenges Layersof Cloud Computing, types of cloud computing,
Cloud Computing Features, Cloud Computing Security requirements,
pros and cons, benefits
Module II:Cloud Computing For Everyone 25
Centralizing email communications, cloud computing for community
Collaborating on Schedules, Collaborating on GroceryLists,
Collaborating on ToDoLists Collaborating on ContactLists,
Collaboratingon schedules, collaborating on group projects and
events, cloud computing for corporation, mapping, schedules
managing projects, Collaborating on Marketing Materials,
Collaboratingon Expense Reports, Collaborating on Budgets,
Collaborating on Financial Statements, Presenting on the Road,
Accessing Documents on the Road.
Amity Institute of Information Technology
Digital Marketing Overview
Syllabus
4
Weightage (%)
Module III: Brining Governance to the clouds 15
People and processes, Governance for the clouds, Creating the Governance
model: Define Polices, design Polices, Implement policies, Governance
technology.
Module IV:Working from your Services to Clouds andCloud Services 25
Descriptors/Topics Descriptors/Topics
Defining MetaServices and Service, Creating the service directory,
Collaborating on calendars, Schedules and task management, exploring on
line scheduling and planning, collaborating on event management,
collaborating on contact management, collaborating on project management,
collaborating on word processing, spreadsheets, and databases.
Module V:Outside Cloud Storing and Sharing 15
Evaluating on line file storage ,Evaluating web conference tools ,Evaluating
web mail services, Evaluating instant messaging, creating groups onsocial
networks, Evaluating on linegroupware, collaborating viablogs and wikis
,Understanding cloud storage, exploring on line book marking services,
exploring on line photo editing applications, exploring photo sharing
communities, controlling it with web based desktops.
Amity Institute of Information Technology
GRADE ‘A’ ACCREDITED BY NAAC AUUP HQ
Amity Institute of Information Technology
• Pedagogy for Course Delivery:
• lectures in blended/flipped mode
• Assignments and Tutorials for continuous assessment
• Lab Assignments: NA
5
Pedagogy
Amity Institute of Information Technology
GRADE ‘A’ ACCREDITED BY NAAC AUUP HQ
Amity Institute of Information Technology
6
Self-
Work 1
Self-Work/ Professional Skill Development activities can be
conducted by dividing the class into group of 7-8 students and
same will be evaluated by board of faculty members along with
the group report. Some of the suggested activities are:
1. Theoretical understanding of data ware housing and cloud
computing services
2. Learning factor and dimension, data extraction with OLAP
operations
3. Describe the architecture of data warehouse and construction
of Data Warehouses and Data Marts
4. Design the diagram of data warehouse with proper example
Self-
Work2
1. Learn the different type of data mining and knowledge
2. Learning of different kind of CRM and its process
3. Describe the different kind of data mining application such as
fraud detection, data analytics in health care, banking and
finance, telecom, ecommerce, etc.
Amity Institute of Information Technology
Digital Marketing Overview
Assessment
7
L T P/S SW/FW TOTAL
CREDIT
UNITS
2 0 0 2 3
Amity Institute of Information Technology
Digital Marketing Overview
Assessment/ Examination Scheme:
8
Theory L/T (%) Lab/Practical/S
tudio (%)
End Term
Examination
100 NA 100
Continuous Assessment/Internal Assessment End Term
Examination
Components
(Drop down)
Attendance Class Test Assignment Case Study
Weightage
(%)
5 10 15 10 60
Amity Institute of Information Technology
Digital Marketing Overview
Text & References
• Michael Miller, “Cloud Computing”, Pearson Education, New Delhi, 2009.
• David S. Linthicum,” Cloud computing and SOA Convergence in your
Enterprise.
• Greg Schulz 2011, Cloud and Virtual Data Storage Networking, Auerbach
Publications [ISBN: 978-1439851739]
• EMC, Information Storage and Management [ISBN: 978-0470294215]
• Klaus Schmidt, High Availability and Disaster Recovery [ISBN: 978-
3540244608
9
Amity Institute of Information Technology
Digital Marketing Overview
Operating System
• An Operating System (OS) is an interface between a computer
user and computer hardware. An operating system is a software
which performs all the basic tasks like file management,
memory management, process management, handling input and
output, and controlling peripheral devices such as disk drives
and printers.
• Some popular Operating Systems include Linux Operating
System, Windows Operating System, VMS, OS/400, AIX,
z/OS, etc.
10
Amity Institute of Information Technology
Digital Marketing Overview
Functions of an operating System
• Memory Management
• Processor Management
• Device Management
• File Management
• Security
• Control over system performance
• Job accounting
11
Amity Institute of Information Technology
Digital Marketing Overview
Distributed Operating System
• Multiple central processors are used by Distributed systems to
serve multiple real-time applications and multiple users.
Accordingly, Data processing jobs are distributed among the
processors.
• Processors communicate with each other through various
communication lines (like high-speed buses or telephone lines).
These are known as loosely coupled systems or distributed
systems. Processors in this system may vary in size and
function. They are referred as sites, nodes, computers, and so
on.
12
Amity Institute of Information Technology
Digital Marketing Overview
DBMS
• Database Management System or DBMS in short refers to
the technology of storing and retrieving users data with utmost
efficiency along with appropriate security measures. This
tutorial explains the basics of DBMS such as its architecture,
data models, data schemas, data independence, E-R model,
relation model, relational database design, and storage and file
structure and much more.
13
Amity Institute of Information Technology
Digital Marketing Overview
Characteristics of DBMS
• Real-world entity − A modern DBMS is more realistic and uses real-world entities to design
its architecture. It uses the behavior and attributes too. For example, a school database may use
students as an entity and their age as an attribute.
• Relation-based tables − DBMS allows entities and relations among them to form tables. A
user can understand the architecture of a database just by looking at the table names.
• Isolation of data and application − A database system is entirely different than its data. A
database is an active entity, whereas data is said to be passive, on which the database works
and organizes. DBMS also stores metadata, which is data about data, to ease its own process.
• Less redundancy − DBMS follows the rules of normalization, which splits a relation when
any of its attributes is having redundancy in values. Normalization is a mathematically rich and
scientific process that reduces data redundancy.
• Consistency − Consistency is a state where every relation in a database remains consistent.
There exist methods and techniques, which can detect attempt of leaving database in
inconsistent state. A DBMS can provide greater consistency as compared to earlier forms of
data storing applications like file-processing systems.
• Query Language − DBMS is equipped with query language, which makes it more efficient to
retrieve and manipulate data. A user can apply as many and as different filtering options as
required to retrieve a set of data. Traditionally it was not possible where file-processing system
was used. 14
Amity Institute of Information Technology
Digital Marketing Overview
Characteristics and applications of
DBMS
• ACID Properties − DBMS follows the concepts of Atomicity, Consistency, Isolation, and Durability
(normally shortened as ACID). These concepts are applied on transactions, which manipulate data in
a database. ACID properties help the database stay healthy in multi-transactional environments and in
case of failure.
• Multiuser and Concurrent Access − DBMS supports multi-user environment and allows them to
access and manipulate data in parallel. Though there are restrictions on transactions when users
attempt to handle the same data item, but users are always unaware of them.
• Multiple views − DBMS offers multiple views for different users. A user who is in the Sales
department will have a different view of database than a person working in the Production
department. This feature enables the users to have a concentrate view of the database according to
their requirements.
• Security − Features like multiple views offer security to some extent where users are unable to access
data of other users and departments. DBMS offers methods to impose constraints while entering data
into the database and retrieving the same at a later stage. DBMS offers many different levels of
security features, which enables multiple users to have different views with different features. For
example, a user in the Sales department cannot see the data that belongs to the Purchase department.
Additionally, it can also be managed how much data of the Sales department should be displayed to
the user. Since a DBMS is not saved on the disk as traditional file systems, it is very hard for
miscreants to break the code.
15
Amity Institute of Information Technology
Digital Marketing Overview
Distributed Database Management System
• Distributed DBMS Tutorial. Distributed Database Management
System (DDBMS) is a type of DBMS which manages a
number of databases hoisted at diversified locations and
interconnected through a computer network.
• It provides mechanisms so that the distribution remains
oblivious to the users, who perceive the database as a
single database.
•
16
Amity Institute of Information Technology
Digital Marketing Overview
Functions of Distributed Database
1. Cataloguing
2. Data Recoverability
3. Security
4. Distributed Query Processing
5. Data Transaction Management
17
Amity Institute of Information Technology
Digital Marketing Overview
Advantages of DDBMS
• They are cost-effective and can drastically reduce database management costs by a fraction.
This helps a lot of startups and cash strapped companies to invest in other technologies.
• It’s easily Scalable and therefore as the business grows, they can easily scale their distributed
system to handle an increased workload.
• The performance is drastically improved vis-a-vis a traditional single large computer system as
the data is located where the site has the greatest demand and the database systems can be
Parallelized allowing load distribution to be just and as per requirement.
• An Organization can better structure their various departments by better sorting of their
database systems where the data for a department is fragmented in their location.
• There can be a reliable transaction due to the replication of the database.
• Fault-tolerant and single site failure won’t affect the entire system.
• Local or central autonomy where there is greater flexibility with the organization and they can
choose who can access what data.
• It supports both OLTP and OLAP upon diversified systems that may have common data.
• Most organizations use various applications and with distributed systems, it’s robust enough to
use the same data under various applications.
18
Amity Institute of Information Technology
Digital Marketing Overview
Disadvantages of DDBMS
• While it is economical to distributed systems, in the long run,
its installation can be expensive as it would need relatively high
resources to set up a distributed system effectively.
• The need for updating data on every site can sometimes affect
data integrity.
• The entire system can become unresponsive or slow if data is
not properly distributed and work is not handled correctly. This
again can also increase overheads as personnel would need to
be available to monitor the system constantly.
• Organizations wanting to convert from a centralized database
to distributed systems also might face problems due to lack of a
standard procedure as there are no tools or methodologies for
the same. 19
Amity Institute of Information Technology
Digital Marketing Overview
Thank You

More Related Content

Similar to L1-Introduction to Cloud Computing.ppt

Challenges of Learning Management Systems and Current Trends
Challenges of Learning Management Systems and Current TrendsChallenges of Learning Management Systems and Current Trends
Challenges of Learning Management Systems and Current TrendsIJAEMSJORNAL
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web ApplicationIRJET Journal
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web ApplicationMandy Brown
 
Webinar CRUI Dell: flexilab, computer classroom made flexible
Webinar CRUI Dell: flexilab, computer classroom made flexible Webinar CRUI Dell: flexilab, computer classroom made flexible
Webinar CRUI Dell: flexilab, computer classroom made flexible Jürgen Ambrosi
 
According To The Author Of “Build A Streamlined Refinery”,
According To The Author Of “Build A Streamlined Refinery”,According To The Author Of “Build A Streamlined Refinery”,
According To The Author Of “Build A Streamlined Refinery”,Jill Lyons
 
Identity Management: Tools, processes & services
Identity Management: Tools, processes & servicesIdentity Management: Tools, processes & services
Identity Management: Tools, processes & servicesJISC Netskills
 
EMC Academic Alliance Program Guide
EMC Academic Alliance Program GuideEMC Academic Alliance Program Guide
EMC Academic Alliance Program GuideEMC
 
quick_guide_to_IT_reform_at_AAUA
quick_guide_to_IT_reform_at_AAUAquick_guide_to_IT_reform_at_AAUA
quick_guide_to_IT_reform_at_AAUAAdewale Adegoroye
 
Social compass for creative and global mindset
Social compass for creative and global mindsetSocial compass for creative and global mindset
Social compass for creative and global mindsetMike Taylor
 
Computer applications.pptx
Computer applications.pptxComputer applications.pptx
Computer applications.pptxEmmanuel235416
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageDATAVERSITY
 
Microsoft seo article
Microsoft seo articleMicrosoft seo article
Microsoft seo articleAccuprosys
 
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdf
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdfData Management Trends 2022_Shailendra Mruthyunjayappa.pdf
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdfShailendra Mruthyunjayappa
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?Nicolas Georgeault
 
IRJET- Advanced Cloud in E-Libraries
IRJET- Advanced Cloud in E-LibrariesIRJET- Advanced Cloud in E-Libraries
IRJET- Advanced Cloud in E-LibrariesIRJET Journal
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMProduct School
 
Cloud forum-lessons-learned-20110405c-final
Cloud forum-lessons-learned-20110405c-finalCloud forum-lessons-learned-20110405c-final
Cloud forum-lessons-learned-20110405c-finalMauricio Godoy
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Blueprint
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudDATAVERSITY
 

Similar to L1-Introduction to Cloud Computing.ppt (20)

Challenges of Learning Management Systems and Current Trends
Challenges of Learning Management Systems and Current TrendsChallenges of Learning Management Systems and Current Trends
Challenges of Learning Management Systems and Current Trends
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
 
Webinar CRUI Dell: flexilab, computer classroom made flexible
Webinar CRUI Dell: flexilab, computer classroom made flexible Webinar CRUI Dell: flexilab, computer classroom made flexible
Webinar CRUI Dell: flexilab, computer classroom made flexible
 
According To The Author Of “Build A Streamlined Refinery”,
According To The Author Of “Build A Streamlined Refinery”,According To The Author Of “Build A Streamlined Refinery”,
According To The Author Of “Build A Streamlined Refinery”,
 
Identity Management: Tools, processes & services
Identity Management: Tools, processes & servicesIdentity Management: Tools, processes & services
Identity Management: Tools, processes & services
 
EMC Academic Alliance Program Guide
EMC Academic Alliance Program GuideEMC Academic Alliance Program Guide
EMC Academic Alliance Program Guide
 
quick_guide_to_IT_reform_at_AAUA
quick_guide_to_IT_reform_at_AAUAquick_guide_to_IT_reform_at_AAUA
quick_guide_to_IT_reform_at_AAUA
 
Social compass for creative and global mindset
Social compass for creative and global mindsetSocial compass for creative and global mindset
Social compass for creative and global mindset
 
Computer applications.pptx
Computer applications.pptxComputer applications.pptx
Computer applications.pptx
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 
Microsoft seo article
Microsoft seo articleMicrosoft seo article
Microsoft seo article
 
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdf
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdfData Management Trends 2022_Shailendra Mruthyunjayappa.pdf
Data Management Trends 2022_Shailendra Mruthyunjayappa.pdf
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
 
IRJET- Advanced Cloud in E-Libraries
IRJET- Advanced Cloud in E-LibrariesIRJET- Advanced Cloud in E-Libraries
IRJET- Advanced Cloud in E-Libraries
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PM
 
cloud
cloudcloud
cloud
 
Cloud forum-lessons-learned-20110405c-final
Cloud forum-lessons-learned-20110405c-finalCloud forum-lessons-learned-20110405c-final
Cloud forum-lessons-learned-20110405c-final
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: Cloud
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: Cloud
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Recently uploaded (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 

L1-Introduction to Cloud Computing.ppt

  • 1. Amity Institute of Information Technology Introduction to Cloud Computing By Amrit Thulal Amity Institute of Information Technology Amity University, Uttar Pradesh
  • 2. Amity Institute of Information Technology Digital Marketing Overview Course Objectives Course Objectives: After finishing this course student will be able to: • Concepts and infrastructure of cloud computing and its business applications. • Critically appraise the opportunities and challenges of information management in complex business environment. • To use current techniques, skills, and tools necessary for Cloud Applications. • To understand the role and responsibilities of professional field, how to deal with ethical, legal, security and social issues and responsibilities related to cloud computing. • To gain expertise in implementation and development of cloud enabled businessapplication 2
  • 3. Amity Institute of Information Technology Digital Marketing Overview Syllabus 3 Weightage (%) Module I: Introduction 20 Defining the cloud for the Enterprise: Database as a service, Governance/Management as a service, Testing as a service, Storage as a service , Cloud service development, Cloud Computing Challenges Layersof Cloud Computing, types of cloud computing, Cloud Computing Features, Cloud Computing Security requirements, pros and cons, benefits Module II:Cloud Computing For Everyone 25 Centralizing email communications, cloud computing for community Collaborating on Schedules, Collaborating on GroceryLists, Collaborating on ToDoLists Collaborating on ContactLists, Collaboratingon schedules, collaborating on group projects and events, cloud computing for corporation, mapping, schedules managing projects, Collaborating on Marketing Materials, Collaboratingon Expense Reports, Collaborating on Budgets, Collaborating on Financial Statements, Presenting on the Road, Accessing Documents on the Road.
  • 4. Amity Institute of Information Technology Digital Marketing Overview Syllabus 4 Weightage (%) Module III: Brining Governance to the clouds 15 People and processes, Governance for the clouds, Creating the Governance model: Define Polices, design Polices, Implement policies, Governance technology. Module IV:Working from your Services to Clouds andCloud Services 25 Descriptors/Topics Descriptors/Topics Defining MetaServices and Service, Creating the service directory, Collaborating on calendars, Schedules and task management, exploring on line scheduling and planning, collaborating on event management, collaborating on contact management, collaborating on project management, collaborating on word processing, spreadsheets, and databases. Module V:Outside Cloud Storing and Sharing 15 Evaluating on line file storage ,Evaluating web conference tools ,Evaluating web mail services, Evaluating instant messaging, creating groups onsocial networks, Evaluating on linegroupware, collaborating viablogs and wikis ,Understanding cloud storage, exploring on line book marking services, exploring on line photo editing applications, exploring photo sharing communities, controlling it with web based desktops.
  • 5. Amity Institute of Information Technology GRADE ‘A’ ACCREDITED BY NAAC AUUP HQ Amity Institute of Information Technology • Pedagogy for Course Delivery: • lectures in blended/flipped mode • Assignments and Tutorials for continuous assessment • Lab Assignments: NA 5 Pedagogy
  • 6. Amity Institute of Information Technology GRADE ‘A’ ACCREDITED BY NAAC AUUP HQ Amity Institute of Information Technology 6 Self- Work 1 Self-Work/ Professional Skill Development activities can be conducted by dividing the class into group of 7-8 students and same will be evaluated by board of faculty members along with the group report. Some of the suggested activities are: 1. Theoretical understanding of data ware housing and cloud computing services 2. Learning factor and dimension, data extraction with OLAP operations 3. Describe the architecture of data warehouse and construction of Data Warehouses and Data Marts 4. Design the diagram of data warehouse with proper example Self- Work2 1. Learn the different type of data mining and knowledge 2. Learning of different kind of CRM and its process 3. Describe the different kind of data mining application such as fraud detection, data analytics in health care, banking and finance, telecom, ecommerce, etc.
  • 7. Amity Institute of Information Technology Digital Marketing Overview Assessment 7 L T P/S SW/FW TOTAL CREDIT UNITS 2 0 0 2 3
  • 8. Amity Institute of Information Technology Digital Marketing Overview Assessment/ Examination Scheme: 8 Theory L/T (%) Lab/Practical/S tudio (%) End Term Examination 100 NA 100 Continuous Assessment/Internal Assessment End Term Examination Components (Drop down) Attendance Class Test Assignment Case Study Weightage (%) 5 10 15 10 60
  • 9. Amity Institute of Information Technology Digital Marketing Overview Text & References • Michael Miller, “Cloud Computing”, Pearson Education, New Delhi, 2009. • David S. Linthicum,” Cloud computing and SOA Convergence in your Enterprise. • Greg Schulz 2011, Cloud and Virtual Data Storage Networking, Auerbach Publications [ISBN: 978-1439851739] • EMC, Information Storage and Management [ISBN: 978-0470294215] • Klaus Schmidt, High Availability and Disaster Recovery [ISBN: 978- 3540244608 9
  • 10. Amity Institute of Information Technology Digital Marketing Overview Operating System • An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers. • Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/OS, etc. 10
  • 11. Amity Institute of Information Technology Digital Marketing Overview Functions of an operating System • Memory Management • Processor Management • Device Management • File Management • Security • Control over system performance • Job accounting 11
  • 12. Amity Institute of Information Technology Digital Marketing Overview Distributed Operating System • Multiple central processors are used by Distributed systems to serve multiple real-time applications and multiple users. Accordingly, Data processing jobs are distributed among the processors. • Processors communicate with each other through various communication lines (like high-speed buses or telephone lines). These are known as loosely coupled systems or distributed systems. Processors in this system may vary in size and function. They are referred as sites, nodes, computers, and so on. 12
  • 13. Amity Institute of Information Technology Digital Marketing Overview DBMS • Database Management System or DBMS in short refers to the technology of storing and retrieving users data with utmost efficiency along with appropriate security measures. This tutorial explains the basics of DBMS such as its architecture, data models, data schemas, data independence, E-R model, relation model, relational database design, and storage and file structure and much more. 13
  • 14. Amity Institute of Information Technology Digital Marketing Overview Characteristics of DBMS • Real-world entity − A modern DBMS is more realistic and uses real-world entities to design its architecture. It uses the behavior and attributes too. For example, a school database may use students as an entity and their age as an attribute. • Relation-based tables − DBMS allows entities and relations among them to form tables. A user can understand the architecture of a database just by looking at the table names. • Isolation of data and application − A database system is entirely different than its data. A database is an active entity, whereas data is said to be passive, on which the database works and organizes. DBMS also stores metadata, which is data about data, to ease its own process. • Less redundancy − DBMS follows the rules of normalization, which splits a relation when any of its attributes is having redundancy in values. Normalization is a mathematically rich and scientific process that reduces data redundancy. • Consistency − Consistency is a state where every relation in a database remains consistent. There exist methods and techniques, which can detect attempt of leaving database in inconsistent state. A DBMS can provide greater consistency as compared to earlier forms of data storing applications like file-processing systems. • Query Language − DBMS is equipped with query language, which makes it more efficient to retrieve and manipulate data. A user can apply as many and as different filtering options as required to retrieve a set of data. Traditionally it was not possible where file-processing system was used. 14
  • 15. Amity Institute of Information Technology Digital Marketing Overview Characteristics and applications of DBMS • ACID Properties − DBMS follows the concepts of Atomicity, Consistency, Isolation, and Durability (normally shortened as ACID). These concepts are applied on transactions, which manipulate data in a database. ACID properties help the database stay healthy in multi-transactional environments and in case of failure. • Multiuser and Concurrent Access − DBMS supports multi-user environment and allows them to access and manipulate data in parallel. Though there are restrictions on transactions when users attempt to handle the same data item, but users are always unaware of them. • Multiple views − DBMS offers multiple views for different users. A user who is in the Sales department will have a different view of database than a person working in the Production department. This feature enables the users to have a concentrate view of the database according to their requirements. • Security − Features like multiple views offer security to some extent where users are unable to access data of other users and departments. DBMS offers methods to impose constraints while entering data into the database and retrieving the same at a later stage. DBMS offers many different levels of security features, which enables multiple users to have different views with different features. For example, a user in the Sales department cannot see the data that belongs to the Purchase department. Additionally, it can also be managed how much data of the Sales department should be displayed to the user. Since a DBMS is not saved on the disk as traditional file systems, it is very hard for miscreants to break the code. 15
  • 16. Amity Institute of Information Technology Digital Marketing Overview Distributed Database Management System • Distributed DBMS Tutorial. Distributed Database Management System (DDBMS) is a type of DBMS which manages a number of databases hoisted at diversified locations and interconnected through a computer network. • It provides mechanisms so that the distribution remains oblivious to the users, who perceive the database as a single database. • 16
  • 17. Amity Institute of Information Technology Digital Marketing Overview Functions of Distributed Database 1. Cataloguing 2. Data Recoverability 3. Security 4. Distributed Query Processing 5. Data Transaction Management 17
  • 18. Amity Institute of Information Technology Digital Marketing Overview Advantages of DDBMS • They are cost-effective and can drastically reduce database management costs by a fraction. This helps a lot of startups and cash strapped companies to invest in other technologies. • It’s easily Scalable and therefore as the business grows, they can easily scale their distributed system to handle an increased workload. • The performance is drastically improved vis-a-vis a traditional single large computer system as the data is located where the site has the greatest demand and the database systems can be Parallelized allowing load distribution to be just and as per requirement. • An Organization can better structure their various departments by better sorting of their database systems where the data for a department is fragmented in their location. • There can be a reliable transaction due to the replication of the database. • Fault-tolerant and single site failure won’t affect the entire system. • Local or central autonomy where there is greater flexibility with the organization and they can choose who can access what data. • It supports both OLTP and OLAP upon diversified systems that may have common data. • Most organizations use various applications and with distributed systems, it’s robust enough to use the same data under various applications. 18
  • 19. Amity Institute of Information Technology Digital Marketing Overview Disadvantages of DDBMS • While it is economical to distributed systems, in the long run, its installation can be expensive as it would need relatively high resources to set up a distributed system effectively. • The need for updating data on every site can sometimes affect data integrity. • The entire system can become unresponsive or slow if data is not properly distributed and work is not handled correctly. This again can also increase overheads as personnel would need to be available to monitor the system constantly. • Organizations wanting to convert from a centralized database to distributed systems also might face problems due to lack of a standard procedure as there are no tools or methodologies for the same. 19
  • 20. Amity Institute of Information Technology Digital Marketing Overview Thank You