SlideShare ist ein Scribd-Unternehmen logo
1 von 32
1
BLOCKCHAIN	BOOTCAMP
FOR	BOARDS
AUSTRALIAN	INSTITUTE	OF	COMPANY	DIRECTORS
PERTH,	MAY	26	2016
NICHOLAS	GIURIETTO
Suddenly	Everybody	is	Talking	Blockchain
And	Everybody	is	INVESTING	in	Blockchain!
“Every	now	and	then,	something	comes	
along	that	might	just	change	everything.
And	this	is	one	of	those	moments.”
Elmer Funke Kupper,
Former CEO ASX
And	Everybody	is	INVESTING	in	Blockchain!
Bitcoin	and	Blockchain
• “Peer-to-peer	electronic	cash	that	allows	online	
payments	to	be	sent	directly	from	one	party	to	another	
without	going	through	a	financial	institution”
• Proposed	by	Satoshi	Nakamoto in	May	2008
• Bitcoin	“Genesis	Block”	in	January	2009
• Current	market	value	approx.	USD	7	Billion
• Underlying	technology	for	Bitcoin
• A	distributed	database	that	contains	blocks	of	
timestamped	transactions	linked	together	in	a	
continuous	chain
• Supports	the	“Proof	of	Work”	consensus	methodology	
and	data	immutability
• Allows	creation	and	trading	of	an	electronic	asset
• Technological	Foundations
• Business	Model	Disruptors
• Implications
• Next	Steps
AGENDA
Distributed	Ledger	provides	TRANSPARENCY
Transparency	is	great,	BUT ….
• Is	the	Information	Accurate?
• Can	Anybody	Mess	with	It?
• Who	Can	See	It?
BUT	…...
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
4. A	random node	completes	a	block
- and	broadcasts	it	to	other	nodes
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
4. A	random node	completes	a	block	
- and	broadcasts	it	to	other	nodes
5. Other	nodes	accept	the	block	(check	validity)	
and	add	it	to	their	blockchain
IMMUTABILITY	achieved	through	Blockchain
data
H(		)
• A	hash-pointer	is	a	cryptographic	reference	to	
a	piece	of	data
• SHA-256	is	a	standard	compression	algorithm
• The	hash	is	uniquely	associated	with	the	
underlying	data
data
Prev H(		)
data
Prev H(		)
data
Prev H(		)
H(		)
• In	a	Blockchain each	new	block	contains	
the	hash	function	of	the	previous	block.
• To	verify	the	whole	chain	– and	every	
transaction	in	it – you	only	need	to	be	
able	to	confirm	the	most	recent	hash
data
Prev H(		)
data
Prev H(		)
data
Prev H(		)
H(		)
• If	the	data	is	corrupted	(accidentally	or	
deliberately)	then	the	next	hash	and	all	
subsequent	blocks	fail
• This	creates	a	tamper-evident	ledger
Longest	Chain	provides	SECURITY
A	double-spend attack	occurs	where	a	malicious	actor	seeks	to	get	an	invalid	
transaction	incorporated	into	the	blockchain.
1. Alice	broadcasts	a	transaction	in	
which	she	pays	Bob	one	Bitcoin	
for	some	goods.
2. She	broadcasts	a	second	
transaction	in	which	she	pays	the	
same	Bitcoin	to	an	account	she	
controls.
3. Both	transactions	are	technically	
valid	but	only	one	can	end	up	in	
the	blockchain as	the	same	
Bitcoin	can’t	belong	to	two	
different	accounts	at	the	same	
time.
Longest	Chain	provides	SECURITY
How	does	Bob	protect	himself?
1. Bob	observes	the	valid	transaction	BUT	WAITS	before	releasing	the	goods
2. He	waits	until	the	valid	transaction	has	been	confirmed	in	subsequent	blocks	– generally	6
3. If	Alice	does	succeed	in	inserting	the	invalid	transaction	into	the	blockchain,	no	harm	is	done	as	
she	has	simply	paid	herself	but	not	received	any	goods.
1 2
3
Other	SECURITY	Considerations
• Normal	public/private	key	cryptography	is	used	to	maintain	the	
privacy	of	data	stored	on	the	blockchain.
• A	Takeover	Attack	is	theoretically	possible	if	a	malicious	actor	
could	gain	control	of	at	least	51%	of	the	processing	power	across	
the	network.
• Although	transactions	are	secure,	it	may	be	possible	to	observe	
data	flows	between	entities	on	a	distributed	network	and	draw	
some	insights	about	the	nature	of	the	transactions.		Tools	exist	to	
make	this	more	difficult.
SECURITY
ACCURACY
TRANSPARENCY
IMMUTABILITY
TRUST
The	Elements	of	TRUST
settlements
Permissioned	versus	Private	Blockchains
Different	use	cases	require	different	solutions.
Trade	offs	include:
• Security
• Consensus	mechanism
• Speed
settlements
Smart	Contracts
Features	of	a	Smart	Contract:
• computer	programs	that	emulate	(key)	contractual	clauses
• stored	on	a	blockchain to	give	both	parties	confidence	that	they	
will	operate	as	intended
settlements
Smart	Contracts
Bill	Buyer Sally	Seller
• Makes	payment	of	$100
• Publishes	 a	reversing	transaction	at	
time	T+1	unless	 any	two	parties	
agree	to	cancel	it.
• Sally	has	the	money	and	ships	
goods
• “Signs”	the	reversing	transaction
• Bob	receives	goods
• “Signs”	reversing	transaction	which	
is	now	cancelled.
Bob	has	the	goods Sally	has	the	money
settlements
Smart	Contracts
Bill	Buyer Sally	Seller
• Makes	payment	of	$100
• Publishes	 a	reversing	transaction	at	
time	T+1	unless	 any	two	parties	
agree	to	cancel	it.
• Sally	has	the	money	but	decides	
not	to	ship	the	goods.
• “Signs”	the	reversing	transaction
• Bob	does	not	receive	the	goods	by	T+1,	
does	not	sign	reversing	transaction
• Reversing	transaction	triggers	which	
returns	money	to	Bob
Bob	has	his	money	back
Sally	still	has	her	
goods	but	no	money
settlements
Smart	Contracts
Bill	Buyer Sally	Seller Jenny	Judge
• Bob	receives	goods	but	they	are	
damaged
• Does	not	sign	the	reversing	
transaction
Bob	has	the	goods Sally	still	has	the	money
• Before	T+1,	Sally	initiates	
adjudication
• Jenny	evaluates	condition	of	
the	goods
• Decides	that	Sally	is	right.
• Signs	the	reversing	transaction,	
which	is	now	cancelled.
settlements
Sectors	of	the	economy	that	will	be	impacted	by	Blockchain
solutions:
• Payments
• Settlements
• Origination
• Valuation
• Title
• Audit
• Supply	Chain
• Provenance
• Contracts
• Credit	Reporting
• Identity
The	Blockchain Tsunami
settlements
Trade	Finance
settlements
Provenance
settlements
Ledger	Assets	– Perth	Based
settlements
Ledger	Assets	– Perth	Based
Identity
Identity	information	is	currently	held	by	companies	about	an	
individual:
● Duplication	– KYC
● Sensitive data sent	to	multiple parties
● Company	liable	for	storage
● Many	‘honeypots’	 for	hackers	to	attack
Identity	Data	is	a	“Toxic	Asset”
Self-Sovereign	Identity
Self-sovereign	identity	means:
● Identity	data	held	immutably	on	a	blockchain
● A	web	of	trust	‘hardens’	the	data	over	time
● Canonical	source	of	data
● Identity	data	remains	in	the	ownership	of	the	individual
● Individual	permissions	who	can	see	what	data	for	what	purpose	and	for	how	long
Self-Sovereign	Identity
Good	for	Companies
Accuracy
Canonical	source	of	data
Reduced	Risk
Separate	transaction	data	
from	ID	data
Good	for	the	Individual
Control
Individual	permissions	
access	to	data
Audit
Access	is	logged	and	
visible	to	individual
Security
No	honeypots
Real-time	Updates
Rather	than	one	chance	
to	ask
1. Understand the Blockchain!
• Blockchain Bootcamp
2. Plan for the Moonshot.
• What is the radical disruption
that COULD happen?
3. Start Now.
• Practical Use Cases
• Incremental Learning &
Experience.
• Start small BUT start.
How	Can	YOUR	Business	Prepare?

Weitere ähnliche Inhalte

Was ist angesagt?

Bitcoin, Banking and the Blockchain
Bitcoin, Banking and the BlockchainBitcoin, Banking and the Blockchain
Bitcoin, Banking and the Blockchainseancarmody
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger TechnologyJollen Chen
 
Blockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesBlockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesSébastien Tandel
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchainoudesign
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchainsCoin Sciences Ltd
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyGeorge Giaglis
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014WeKCo Coworking
 
Blockchain 101 presentation
Blockchain 101 presentationBlockchain 101 presentation
Blockchain 101 presentationJeff Brandt
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts Blockchain Council
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain Council
 
Blockchain workshop 101
Blockchain workshop 101Blockchain workshop 101
Blockchain workshop 101Karthikeyan VK
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveVittorio Zinetti
 
Blockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxBlockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxHenk van Cann
 

Was ist angesagt? (20)

Blockchain Introduction
Blockchain IntroductionBlockchain Introduction
Blockchain Introduction
 
Basic blockchain
Basic blockchainBasic blockchain
Basic blockchain
 
Blockchain introduction
Blockchain introductionBlockchain introduction
Blockchain introduction
 
Bitcoin, Banking and the Blockchain
Bitcoin, Banking and the BlockchainBitcoin, Banking and the Blockchain
Bitcoin, Banking and the Blockchain
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesBlockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challenges
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchain
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchains
 
Blockchain
BlockchainBlockchain
Blockchain
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M Money
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014
 
Blockchain 101 presentation
Blockchain 101 presentationBlockchain 101 presentation
Blockchain 101 presentation
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
 
Blockchain workshop 101
Blockchain workshop 101Blockchain workshop 101
Blockchain workshop 101
 
Blockchain for Beginners
Blockchain for Beginners Blockchain for Beginners
Blockchain for Beginners
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspective
 
Blockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxBlockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptx
 

Ähnlich wie Blockchain bootcamp for boards

BLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxBLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxRajivmenan
 
Blockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractBlockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractPrashant Shahi
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyhellygeorge
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxhaifaazka
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptxAyushVerma584677
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptxARNAV PATEL
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCZeyad T. Al Mudhaf
 
Blockchain technology & it's application
Blockchain technology & it's applicationBlockchain technology & it's application
Blockchain technology & it's applicationBhushan Vidhate
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Martin Hamilton
 

Ähnlich wie Blockchain bootcamp for boards (20)

Blockchain
BlockchainBlockchain
Blockchain
 
Blochchain Technology
Blochchain TechnologyBlochchain Technology
Blochchain Technology
 
Blockchain. exploring the unexplored
Blockchain. exploring the unexploredBlockchain. exploring the unexplored
Blockchain. exploring the unexplored
 
BLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxBLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptx
 
Blockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractBlockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart Contract
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptx
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptx
 
Blockchain and Banking
Blockchain and BankingBlockchain and Banking
Blockchain and Banking
 
Bit coin basics 101
Bit coin basics 101Bit coin basics 101
Bit coin basics 101
 
dfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptxdfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptx
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptx
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCC
 
Blockchain technology & it's application
Blockchain technology & it's applicationBlockchain technology & it's application
Blockchain technology & it's application
 
Block chain
Block chainBlock chain
Block chain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain development Services
Blockchain development ServicesBlockchain development Services
Blockchain development Services
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017
 

Kürzlich hochgeladen

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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 

Kürzlich hochgeladen (20)

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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

Blockchain bootcamp for boards