SlideShare a Scribd company logo
1 of 33
BUILDING DIGITAL CAPABILITIES IN
WORKFORCE AND ORGANIZATION
LECTURE – WEEK 5
LECTURER: DIBYESH CHAND
AGENDAS
In this topic we will be focusing on the following core topics
• Digital Capabilities in Business
• Building Digital Competency
• An Introduction to Cloud Computing
• Cloud Services & Amazon Web Services
• Organizational Digital Capability is defined as the extent to which the culture,
policies and infrastructure of an organization enable and support digital
practices. In this session we examine the Digital Capabilities that todays
employees need to support the Digital Business.
• Digital capability describes the skills and attitudes that individuals and
organizations need if they are to thrive in today's world. It is also the
capabilities a company requires to transform itself into a sustainable, relevant and
successful business by using digital technology as an enabler.
DIGITAL CAPABILITIES IN BUSINESS
Two important factor for a Digital
Capability:
• People
• Technology
• It’s a blend and balance between
introducing the technology and building
skills / capabilities among the people
which led to the taking maximum
advantage of that technology.
DIGITAL CAPABILITIES IN BUSINESS
Digital Capability – Individual Perspective:
• The capabilities which fit an individual or
manager for living, learning and working in
a digital society.
DIGITAL CAPABILITIES IN BUSINESS
Todays Digital world uses all of these Digital Capabilities in order to be successful.
However one key challenge is staff development.
DIGITAL CAPABILITIES IN BUSINESS
E-mail Web sites Videoconferencing Skype
Web conferencing Mobile phones E-learning Text and IMs
Social networking
sites
Virtual organisations
The JISC (Joint Information Systems
Committee) Framework
One of the key challenges within
organizations is that of developing digital
competency within the organization and
in its workforce. JISC has produced a
Digital Capability Framework to assist
organizations in carrying out this activity.
The JISC Capability Framework consists
of five key areas.
DEVELOPING DIGITAL COMPETENCY
Elements of JIST Framework / Digital Capabilities
• ICT proficiency (Functional skills)
• Information, data and media literacies (Critical use)
• Digital creation, problem solving and innovation (Creative production)
• Digital communication, collaboration and participation (Participation)
• Digital learning and development (Development)
• Digital identity and wellbeing (Self-actualising)
DIGITAL CAPABILITIES IN BUSINESS
JISC Definition of Organizational Digital Capability:
We define digital capability as the extent to which the culture, policies and
infrastructure of an organization enable and support digital practices
McKinsey and Company Definition of Organizational Digital Capability:
‘The systems, tools, digital skills, and technology needed to achieve our digital
goals.’
DIGITAL CAPABILITIES IN BUSINESS
Organizational Digital Capability Framework (Example)
DIGITAL CAPABILITIES IN BUSINESS
Cloud computing: A computing
environment in which software and
storage are provided as an Internet
service and accessed with a Web
browser.
CLOUD COMPUTING
• "Cloud computing is changing the way businesses and users interact with
computers and mobile devices.
• Gone are the days of expensive data centers, racks of disk drives, and large IT
support teams.
• In their place are software applications delivered to users on demand from the
cloud, high-capacity, auto-replicated, secure cloud-based disk-storage and
databases, virtualized-server and desktop environments, and cloud-based
collaboration tools which support on-premise-, remote-, and hybrid-team
success."
CLOUD COMPUTING
Advantages to Businesses:
• Businesses can save time and money on system design, installation, and
maintenance
• Increased efficiency and reduce the costs of new product and service
launches
• Employees can access corporate systems from any Internet-connected
computer
CLOUD COMPUTING
Three main category of Cloud Computing Services
• Infrastructure as a Service (IaaS): cloud based services, pay as you go for
services such as storage, networking and virtualization. Amazon AWS, IBM Smart
Cloud Enterprises
• Software as a Service (SaaS): Software that are available via a third party over
the internet. Eg. Google Workspace, Dropbox
• Platform as s Service (PaaS): hardware and software tools available over the
internet. (Option of Customization as per the requirement)Eg,. Force.com, Google
App Engine
• On premise: software that’s installed in the same building as your business. Eg.
Nash Servers
CLOUD COMPUTING
CLOUD COMPUTING
Based on the requirements and nature of business Cloud Computing can further be
divided into 4 categories:
• Public Cloud Computing
• Private Cloud Computing
• Hybrid Cloud Computing
• Autonomic Cloud Computing
CLOUD COMPUTING
• A service provider owns and manages the infrastructure with cloud user
organisations (tenants) accessing slices of shared hardware resource via the
Internet
• Public cloud computing can be a faster, cheaper, and more agile approach to
building and managing your own IT infrastructure
CLOUD COMPUTING – PUBLIC CLOUD COMPUTING
• A single tenant cloud
• Organization often implement due to concerns that their data will not be
secure in a public cloud
• Can be divided into two types:
On-premise private cloud
Service provider managed private cloud
CLOUD COMPUTING – PRIVATE CLOUD COMPUTING
• Composed of both private and public clouds integrated through networking
• Organizations typically use the public cloud to run applications with less
sensitive security requirements
• Runs more critical applications on the private portion of the hybrid cloud
CLOUD COMPUTING – HYBRID CLOUD COMPUTING
However, data security is a key concern
• Because when using a public cloud computing service, you are relying on someone
else to safeguard your data
CLOUD COMPUTING – PUBLIC CLOUD COMPUTING
• The ability of IT system to manage themselves and adapt to changes in the
computing environment, business policies, and operating objectives.
The concept of autonomic computing is based on autonomic systems found in
nature. Examples of such systems include the autonomic nervous system of
humans and the self-regulation of colonial insects such as bees and ants.
• Use of Artificial Intelligence Eg. Machine Learning (computer algorithm that
can automatically improve through experience and use of data eg, google
lens, speech recognition, mobile dial pad)
CLOUD COMPUTING – AUTONOMIC CLOUD
COMPUTING
• The ability of IT system to manage themselves and adapt to changes in the
computing environment, business policies, and operating objectives.
The concept of autonomic computing is based on autonomic systems found in
nature. Examples of such systems include the autonomic nervous system of
humans and the self-regulation of colonial insects such as bees and ants.
• Use of Artificial Intelligence Eg. Machine Learning (computer algorithm that
can automatically improve through experience and use of data eg, google
lens, speech recognition, mobile dial pad)
CLOUD COMPUTING – AUTONOMIC CLOUD
COMPUTING
• The goal of autonomic computing:
• To create complex systems that run themselves, while keeping the system’s
complexity invisible to the end user
• Addresses four key functions:
• Self-configuring, self-healing, self-optimising, and self-protecting
CLOUD COMPUTING – AUTONOMIC CLOUD
COMPUTING
Digital Business with Cloud Computing
• A network has many fundamental components which enables people to meet
personal and organizational objectives.
• Together, the internet and the world wide web (www) provide a highly effective
infrastructure for delivering as well as accessing information and services.
• Organizations are using the Internet of Things (IoT) to capture and analyze streams
of sensor data to detect patterns and anomalies in order to have considerable impact
on their outcome.
• Cloud computing provides access to state of art technology at a fraction of the cost of
ownership and without the lengthy delays that occur when an organization tires to
acquire new resources.
CLOUD COMPUTING
Web Services, or 'Software as a
Service' (SaaS) is becoming a
widespread and important model for
managing software and data within the
Digital Business. The Web Services
model allows businesses to use
applications software based on the
cloud and accessed through internet
technology to perform business
processes, rather than to use local
software applications developed and
maintained within the organization.
WEB SERVICES
Why do we use Web Services?
Modern business applications are made from different programming languages.
Since they are developed using different languages, it becomes really difficult to
ensure accurate communication between applications.
Here is where web services come in. Web services provide a common platform that
allows multiple applications built on various programming languages to have the
ability to communicate with each other.
WEB SERVICES
Web Services Architecture
Every framework needs some sort of architecture to make sure the entire framework works
as desired, similarly, in web services. The Web Services Architecture consists of three
distinct roles as given below :
• Provider – The provider creates the web service and makes it available to client
application who want to use it.
• Requestor – A requestor is nothing but the client application that needs to contact a web
service. The client application can be a .Net, Java, or any other language based
application which looks for some sort of functionality via a web service.
• Broker – The broker is nothing but the application which provides access to the UDDI
(Universal Description, Discovery, and Integration). The UDDI enables the client
application to locate the web service.
WEB SERVICES
• Publish – A Service provider informs the
broker (service registry) about the
existence of the web service by using the
broker’s publish interface to make the
service accessible to clients
• Find – The requestor consults the broker
(service registry) to locate a published web
service
• Bind – With the information it gained from
the broker(service registry) about the web
service, the requestor is able to bind, or
invoke, the web service.
WEB SERVICES
The Diagram showcases how the service provider, the
service requestor and service registry interact with each
other.
Web Services Advantage:
• Exposing the framework on the network.
• Good communication / understanding amongst applications
• A Standard Protocol which everybody understands
• Reduction in cost of communication
WEB SERVICES
Understanding Web Services with
AWS (Amazon Web Services)
WEB SERVICES
https://www.youtube.com/watch?v=3XFODda6YXo
• Understand what is meant by digital capability for an individual and within an
organization.
• Understand the use JISC Digital Capability Framework to build Digital
Competency
• Understand the concept of Cloud Computing and how it supports the Digital
Business
• Understand the key cloud offerings / types from cloud service providers
• Understand the web services, its architecture and advantages.
LECTURE SUMMARY
TUTORIAL AND WORKSHOP ACTIVITIES
Activity 1: The Internet of Things (IoT) and Digital Internet Technologies.
Activity 2: Amazon Web Services and Building Digital Capability Quiz.
Activity 3: Focus on Assignment.
Week 5 Building Digital Capabilites in Workforce and Organization.pptx

More Related Content

Similar to Week 5 Building Digital Capabilites in Workforce and Organization.pptx

Cloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting FirmsCloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting FirmsDavid Blumentals
 
final-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdffinal-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdfSamiksha880257
 
Group 39 presentation cloud computing
Group 39 presentation cloud computingGroup 39 presentation cloud computing
Group 39 presentation cloud computingDeepak Shukla
 
It infrastructure and emerging technologies
It infrastructure and emerging technologiesIt infrastructure and emerging technologies
It infrastructure and emerging technologiesSUBHODIP PAL
 
Introduction to Cloud Computing.pptx
Introduction to Cloud Computing.pptxIntroduction to Cloud Computing.pptx
Introduction to Cloud Computing.pptxPARTHO KUMAR SAHA
 
Cloud computing by Luqman
Cloud computing by LuqmanCloud computing by Luqman
Cloud computing by LuqmanLuqman Shareef
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computingnitinw25
 
Cloud computing course and tutorials
Cloud computing course and tutorialsCloud computing course and tutorials
Cloud computing course and tutorialsUdara Sandaruwan
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud ComputingImane SBAI
 
Cloud computing presentation
Cloud computing presentationCloud computing presentation
Cloud computing presentationLayani Malsha
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud ComputingMuhd Dembo
 
Cloud computing - Latest Trend
Cloud computing - Latest TrendCloud computing - Latest Trend
Cloud computing - Latest Trendpoojanov04
 
A Complete Guide on Cloud-based Application Development
A Complete Guide on Cloud-based Application DevelopmentA Complete Guide on Cloud-based Application Development
A Complete Guide on Cloud-based Application DevelopmentCMARIX TechnoLabs
 

Similar to Week 5 Building Digital Capabilites in Workforce and Organization.pptx (20)

Cloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting FirmsCloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting Firms
 
final-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdffinal-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdf
 
Group 39 presentation cloud computing
Group 39 presentation cloud computingGroup 39 presentation cloud computing
Group 39 presentation cloud computing
 
It infrastructure and emerging technologies
It infrastructure and emerging technologiesIt infrastructure and emerging technologies
It infrastructure and emerging technologies
 
Introduction to Cloud Computing.pptx
Introduction to Cloud Computing.pptxIntroduction to Cloud Computing.pptx
Introduction to Cloud Computing.pptx
 
Cloud computing by Luqman
Cloud computing by LuqmanCloud computing by Luqman
Cloud computing by Luqman
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Bgg Mobile: Top 10 Tech Trends 2014
Bgg Mobile:  Top 10 Tech Trends 2014Bgg Mobile:  Top 10 Tech Trends 2014
Bgg Mobile: Top 10 Tech Trends 2014
 
Cloud computing course and tutorials
Cloud computing course and tutorialsCloud computing course and tutorials
Cloud computing course and tutorials
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
cloud computing Architecture in Details.ppt
cloud computing Architecture in Details.pptcloud computing Architecture in Details.ppt
cloud computing Architecture in Details.ppt
 
Cloud computing presentation
Cloud computing presentationCloud computing presentation
Cloud computing presentation
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Cloud computing - Latest Trend
Cloud computing - Latest TrendCloud computing - Latest Trend
Cloud computing - Latest Trend
 
A Complete Guide on Cloud-based Application Development
A Complete Guide on Cloud-based Application DevelopmentA Complete Guide on Cloud-based Application Development
A Complete Guide on Cloud-based Application Development
 
Lecture 6 cloud
Lecture 6   cloudLecture 6   cloud
Lecture 6 cloud
 
Introduction au Cloud computing
Introduction au Cloud computingIntroduction au Cloud computing
Introduction au Cloud computing
 
Cc
CcCc
Cc
 
Akhil518
Akhil518Akhil518
Akhil518
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 

More from Dibyesh1

Lecture 10 - Export Risk Management (Lecturer) 140908.pptx
Lecture 10 - Export Risk Management (Lecturer) 140908.pptxLecture 10 - Export Risk Management (Lecturer) 140908.pptx
Lecture 10 - Export Risk Management (Lecturer) 140908.pptxDibyesh1
 
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...Dibyesh1
 
SE Chapter 4 - Software Requirements.pptx
SE Chapter 4 - Software  Requirements.pptxSE Chapter 4 - Software  Requirements.pptx
SE Chapter 4 - Software Requirements.pptxDibyesh1
 
SE Chapter 6 - Software Reliability.pptx
SE Chapter 6 - Software  Reliability.pptxSE Chapter 6 - Software  Reliability.pptx
SE Chapter 6 - Software Reliability.pptxDibyesh1
 
Organisational Structures.ppt
Organisational Structures.pptOrganisational Structures.ppt
Organisational Structures.pptDibyesh1
 
chapter17.pptx
chapter17.pptxchapter17.pptx
chapter17.pptxDibyesh1
 
Chapter 3-Time Scheduling a Project.pptx
Chapter 3-Time Scheduling a Project.pptxChapter 3-Time Scheduling a Project.pptx
Chapter 3-Time Scheduling a Project.pptxDibyesh1
 
Lecture 12 - Project Management (Lecturer).pptx
Lecture 12 - Project Management (Lecturer).pptxLecture 12 - Project Management (Lecturer).pptx
Lecture 12 - Project Management (Lecturer).pptxDibyesh1
 
Week 2 Tutorial - Examining Digital Business Environment.pptx
Week 2 Tutorial - Examining Digital Business Environment.pptxWeek 2 Tutorial - Examining Digital Business Environment.pptx
Week 2 Tutorial - Examining Digital Business Environment.pptxDibyesh1
 
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....Dibyesh1
 
Lecture 2 - Balance Sheet (Lecturer).pptx
Lecture 2 - Balance Sheet (Lecturer).pptxLecture 2 - Balance Sheet (Lecturer).pptx
Lecture 2 - Balance Sheet (Lecturer).pptxDibyesh1
 
Lecture 4.2- Internet and WWW.pptx
Lecture 4.2- Internet and WWW.pptxLecture 4.2- Internet and WWW.pptx
Lecture 4.2- Internet and WWW.pptxDibyesh1
 
Chapter 3 - Software.pptx
Chapter 3 - Software.pptxChapter 3 - Software.pptx
Chapter 3 - Software.pptxDibyesh1
 
Lecture 5.1.pptx
Lecture 5.1.pptxLecture 5.1.pptx
Lecture 5.1.pptxDibyesh1
 
I Academy Topics of Introduction to business.pptx
I Academy Topics of  Introduction to business.pptxI Academy Topics of  Introduction to business.pptx
I Academy Topics of Introduction to business.pptxDibyesh1
 

More from Dibyesh1 (15)

Lecture 10 - Export Risk Management (Lecturer) 140908.pptx
Lecture 10 - Export Risk Management (Lecturer) 140908.pptxLecture 10 - Export Risk Management (Lecturer) 140908.pptx
Lecture 10 - Export Risk Management (Lecturer) 140908.pptx
 
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...
Lecture 7 - International Recruitment Selection and Repatriation (Lecturer) 1...
 
SE Chapter 4 - Software Requirements.pptx
SE Chapter 4 - Software  Requirements.pptxSE Chapter 4 - Software  Requirements.pptx
SE Chapter 4 - Software Requirements.pptx
 
SE Chapter 6 - Software Reliability.pptx
SE Chapter 6 - Software  Reliability.pptxSE Chapter 6 - Software  Reliability.pptx
SE Chapter 6 - Software Reliability.pptx
 
Organisational Structures.ppt
Organisational Structures.pptOrganisational Structures.ppt
Organisational Structures.ppt
 
chapter17.pptx
chapter17.pptxchapter17.pptx
chapter17.pptx
 
Chapter 3-Time Scheduling a Project.pptx
Chapter 3-Time Scheduling a Project.pptxChapter 3-Time Scheduling a Project.pptx
Chapter 3-Time Scheduling a Project.pptx
 
Lecture 12 - Project Management (Lecturer).pptx
Lecture 12 - Project Management (Lecturer).pptxLecture 12 - Project Management (Lecturer).pptx
Lecture 12 - Project Management (Lecturer).pptx
 
Week 2 Tutorial - Examining Digital Business Environment.pptx
Week 2 Tutorial - Examining Digital Business Environment.pptxWeek 2 Tutorial - Examining Digital Business Environment.pptx
Week 2 Tutorial - Examining Digital Business Environment.pptx
 
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....
4BU017 Lecture Slides - Definition and Scope of Digital Business - 2021-22-1....
 
Lecture 2 - Balance Sheet (Lecturer).pptx
Lecture 2 - Balance Sheet (Lecturer).pptxLecture 2 - Balance Sheet (Lecturer).pptx
Lecture 2 - Balance Sheet (Lecturer).pptx
 
Lecture 4.2- Internet and WWW.pptx
Lecture 4.2- Internet and WWW.pptxLecture 4.2- Internet and WWW.pptx
Lecture 4.2- Internet and WWW.pptx
 
Chapter 3 - Software.pptx
Chapter 3 - Software.pptxChapter 3 - Software.pptx
Chapter 3 - Software.pptx
 
Lecture 5.1.pptx
Lecture 5.1.pptxLecture 5.1.pptx
Lecture 5.1.pptx
 
I Academy Topics of Introduction to business.pptx
I Academy Topics of  Introduction to business.pptxI Academy Topics of  Introduction to business.pptx
I Academy Topics of Introduction to business.pptx
 

Recently uploaded

DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queensdataanalyticsqueen03
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 

Recently uploaded (20)

DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queens
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 

Week 5 Building Digital Capabilites in Workforce and Organization.pptx

  • 1. BUILDING DIGITAL CAPABILITIES IN WORKFORCE AND ORGANIZATION LECTURE – WEEK 5 LECTURER: DIBYESH CHAND
  • 2. AGENDAS In this topic we will be focusing on the following core topics • Digital Capabilities in Business • Building Digital Competency • An Introduction to Cloud Computing • Cloud Services & Amazon Web Services
  • 3. • Organizational Digital Capability is defined as the extent to which the culture, policies and infrastructure of an organization enable and support digital practices. In this session we examine the Digital Capabilities that todays employees need to support the Digital Business. • Digital capability describes the skills and attitudes that individuals and organizations need if they are to thrive in today's world. It is also the capabilities a company requires to transform itself into a sustainable, relevant and successful business by using digital technology as an enabler. DIGITAL CAPABILITIES IN BUSINESS
  • 4. Two important factor for a Digital Capability: • People • Technology • It’s a blend and balance between introducing the technology and building skills / capabilities among the people which led to the taking maximum advantage of that technology. DIGITAL CAPABILITIES IN BUSINESS
  • 5. Digital Capability – Individual Perspective: • The capabilities which fit an individual or manager for living, learning and working in a digital society. DIGITAL CAPABILITIES IN BUSINESS
  • 6. Todays Digital world uses all of these Digital Capabilities in order to be successful. However one key challenge is staff development. DIGITAL CAPABILITIES IN BUSINESS E-mail Web sites Videoconferencing Skype Web conferencing Mobile phones E-learning Text and IMs Social networking sites Virtual organisations
  • 7. The JISC (Joint Information Systems Committee) Framework One of the key challenges within organizations is that of developing digital competency within the organization and in its workforce. JISC has produced a Digital Capability Framework to assist organizations in carrying out this activity. The JISC Capability Framework consists of five key areas. DEVELOPING DIGITAL COMPETENCY
  • 8. Elements of JIST Framework / Digital Capabilities • ICT proficiency (Functional skills) • Information, data and media literacies (Critical use) • Digital creation, problem solving and innovation (Creative production) • Digital communication, collaboration and participation (Participation) • Digital learning and development (Development) • Digital identity and wellbeing (Self-actualising) DIGITAL CAPABILITIES IN BUSINESS
  • 9. JISC Definition of Organizational Digital Capability: We define digital capability as the extent to which the culture, policies and infrastructure of an organization enable and support digital practices McKinsey and Company Definition of Organizational Digital Capability: ‘The systems, tools, digital skills, and technology needed to achieve our digital goals.’ DIGITAL CAPABILITIES IN BUSINESS
  • 10. Organizational Digital Capability Framework (Example) DIGITAL CAPABILITIES IN BUSINESS
  • 11. Cloud computing: A computing environment in which software and storage are provided as an Internet service and accessed with a Web browser. CLOUD COMPUTING
  • 12. • "Cloud computing is changing the way businesses and users interact with computers and mobile devices. • Gone are the days of expensive data centers, racks of disk drives, and large IT support teams. • In their place are software applications delivered to users on demand from the cloud, high-capacity, auto-replicated, secure cloud-based disk-storage and databases, virtualized-server and desktop environments, and cloud-based collaboration tools which support on-premise-, remote-, and hybrid-team success." CLOUD COMPUTING
  • 13. Advantages to Businesses: • Businesses can save time and money on system design, installation, and maintenance • Increased efficiency and reduce the costs of new product and service launches • Employees can access corporate systems from any Internet-connected computer CLOUD COMPUTING
  • 14. Three main category of Cloud Computing Services • Infrastructure as a Service (IaaS): cloud based services, pay as you go for services such as storage, networking and virtualization. Amazon AWS, IBM Smart Cloud Enterprises • Software as a Service (SaaS): Software that are available via a third party over the internet. Eg. Google Workspace, Dropbox • Platform as s Service (PaaS): hardware and software tools available over the internet. (Option of Customization as per the requirement)Eg,. Force.com, Google App Engine • On premise: software that’s installed in the same building as your business. Eg. Nash Servers CLOUD COMPUTING
  • 16. Based on the requirements and nature of business Cloud Computing can further be divided into 4 categories: • Public Cloud Computing • Private Cloud Computing • Hybrid Cloud Computing • Autonomic Cloud Computing CLOUD COMPUTING
  • 17. • A service provider owns and manages the infrastructure with cloud user organisations (tenants) accessing slices of shared hardware resource via the Internet • Public cloud computing can be a faster, cheaper, and more agile approach to building and managing your own IT infrastructure CLOUD COMPUTING – PUBLIC CLOUD COMPUTING
  • 18. • A single tenant cloud • Organization often implement due to concerns that their data will not be secure in a public cloud • Can be divided into two types: On-premise private cloud Service provider managed private cloud CLOUD COMPUTING – PRIVATE CLOUD COMPUTING
  • 19. • Composed of both private and public clouds integrated through networking • Organizations typically use the public cloud to run applications with less sensitive security requirements • Runs more critical applications on the private portion of the hybrid cloud CLOUD COMPUTING – HYBRID CLOUD COMPUTING
  • 20. However, data security is a key concern • Because when using a public cloud computing service, you are relying on someone else to safeguard your data CLOUD COMPUTING – PUBLIC CLOUD COMPUTING
  • 21. • The ability of IT system to manage themselves and adapt to changes in the computing environment, business policies, and operating objectives. The concept of autonomic computing is based on autonomic systems found in nature. Examples of such systems include the autonomic nervous system of humans and the self-regulation of colonial insects such as bees and ants. • Use of Artificial Intelligence Eg. Machine Learning (computer algorithm that can automatically improve through experience and use of data eg, google lens, speech recognition, mobile dial pad) CLOUD COMPUTING – AUTONOMIC CLOUD COMPUTING
  • 22. • The ability of IT system to manage themselves and adapt to changes in the computing environment, business policies, and operating objectives. The concept of autonomic computing is based on autonomic systems found in nature. Examples of such systems include the autonomic nervous system of humans and the self-regulation of colonial insects such as bees and ants. • Use of Artificial Intelligence Eg. Machine Learning (computer algorithm that can automatically improve through experience and use of data eg, google lens, speech recognition, mobile dial pad) CLOUD COMPUTING – AUTONOMIC CLOUD COMPUTING
  • 23. • The goal of autonomic computing: • To create complex systems that run themselves, while keeping the system’s complexity invisible to the end user • Addresses four key functions: • Self-configuring, self-healing, self-optimising, and self-protecting CLOUD COMPUTING – AUTONOMIC CLOUD COMPUTING
  • 24. Digital Business with Cloud Computing • A network has many fundamental components which enables people to meet personal and organizational objectives. • Together, the internet and the world wide web (www) provide a highly effective infrastructure for delivering as well as accessing information and services. • Organizations are using the Internet of Things (IoT) to capture and analyze streams of sensor data to detect patterns and anomalies in order to have considerable impact on their outcome. • Cloud computing provides access to state of art technology at a fraction of the cost of ownership and without the lengthy delays that occur when an organization tires to acquire new resources. CLOUD COMPUTING
  • 25. Web Services, or 'Software as a Service' (SaaS) is becoming a widespread and important model for managing software and data within the Digital Business. The Web Services model allows businesses to use applications software based on the cloud and accessed through internet technology to perform business processes, rather than to use local software applications developed and maintained within the organization. WEB SERVICES
  • 26. Why do we use Web Services? Modern business applications are made from different programming languages. Since they are developed using different languages, it becomes really difficult to ensure accurate communication between applications. Here is where web services come in. Web services provide a common platform that allows multiple applications built on various programming languages to have the ability to communicate with each other. WEB SERVICES
  • 27. Web Services Architecture Every framework needs some sort of architecture to make sure the entire framework works as desired, similarly, in web services. The Web Services Architecture consists of three distinct roles as given below : • Provider – The provider creates the web service and makes it available to client application who want to use it. • Requestor – A requestor is nothing but the client application that needs to contact a web service. The client application can be a .Net, Java, or any other language based application which looks for some sort of functionality via a web service. • Broker – The broker is nothing but the application which provides access to the UDDI (Universal Description, Discovery, and Integration). The UDDI enables the client application to locate the web service. WEB SERVICES
  • 28. • Publish – A Service provider informs the broker (service registry) about the existence of the web service by using the broker’s publish interface to make the service accessible to clients • Find – The requestor consults the broker (service registry) to locate a published web service • Bind – With the information it gained from the broker(service registry) about the web service, the requestor is able to bind, or invoke, the web service. WEB SERVICES The Diagram showcases how the service provider, the service requestor and service registry interact with each other.
  • 29. Web Services Advantage: • Exposing the framework on the network. • Good communication / understanding amongst applications • A Standard Protocol which everybody understands • Reduction in cost of communication WEB SERVICES
  • 30. Understanding Web Services with AWS (Amazon Web Services) WEB SERVICES https://www.youtube.com/watch?v=3XFODda6YXo
  • 31. • Understand what is meant by digital capability for an individual and within an organization. • Understand the use JISC Digital Capability Framework to build Digital Competency • Understand the concept of Cloud Computing and how it supports the Digital Business • Understand the key cloud offerings / types from cloud service providers • Understand the web services, its architecture and advantages. LECTURE SUMMARY
  • 32. TUTORIAL AND WORKSHOP ACTIVITIES Activity 1: The Internet of Things (IoT) and Digital Internet Technologies. Activity 2: Amazon Web Services and Building Digital Capability Quiz. Activity 3: Focus on Assignment.