SlideShare a Scribd company logo
1 of 17
WEB 3.0
By:
Karim MohamedMonir
Under Supervision of:
Dr HOSSAM ABDELLATIF
What Is Web 3.0?
■ Web 3.0 is the upcoming third
generation of the internet.
■ Websites and apps will be able to
process information in a smart
human-like way.
■ Technologies like machine learning
(ML), Big Data, and blockchain.
■ Originally called the Semantic Web
by World Wide Web inventor Tim
Berners-Lee, and was aimed at
being a more autonomous,
intelligent, and open internet.
■ In order to understand the
evolution correctly, we must check
the history of internet.
WEB 1.0 (1989-2005)
■ Web 1.0, also called the Static Web &
read-only web.
■ Only offering access to limited
information with no user interaction.
■ One-sided information, consumers
could just consume.
■ Decentralized: Powered by regular
computers from regular users.
■ Open-source: Anyone could build on the
Web.
■ Read-only: Publishing content required
some technical skills, so most users
were readers.
WEB 2.0 (2005-present)
■ Advancements in web technologies like
JavaScript, HTML5, CSS, enabled
startups to build interactive web
platforms such as YouTube, Facebook,
Wikipedia and many more.
■ This led to that the data of users are
beingstored and controlled by limited
number of tech giants such as
Facebook, Google, Amazon, Twitter, and
a lot more.
■ As a result of that, these companies
started to use the data of users to make
targeted advertisements, violating the
users’ privacy.
■ Also this led to that these companies
control what content being posted on
the internet and they can delete or allow
whatever they want.
HOW WILL WEB 3.0 WORK?
■ Web 3.0 utilizes blockchain technology to
create true decentralization.
■ Because of its key decentralization feature,
Web 3.0 lends itself to technologies such as
blockchain, distributed ledger,
and decentralized finance (DeFi).
■ They will be interoperable, seamlessly
integrated, automated through smart
contracts.
■ Devices will be connected in a decentralized
network rather than relying on server-based
databases.
■ We won’t need to keep all our data on
centralized servers, rather we will own it
ourselves independently, choose what we
do with it.
HOW WILL WEB 3.0 WORK?
■ Web 3.0 tokens are essential to a
decentralized internet. This is because
interacting with the blockchain costs
gas fees.
■ This will be necessary to replace
exploitative advertising and other
direct targeting from third parties that
use your data against you. To cover the
small fees, you could choose to sell
your data to marketers. You will still
own your data, but you will be able to
give access to certain things that
marketers can then use to create
targeted advertising campaigns.
■ So, what is a token??
WHAT ARE TOKENS?
■ A token is a digital asset such as
cryptocurrencies.
■ Tokens are two types:
1. Fungible.
2. Non-Fungible Tokens (NFT).
■ Fungible Tokens: such as Ether, the
cryptocurrency of Ethereum network. It’s
a digigtal asset that you can trade with
other people. This token is fungible as it
is equal to other tokens in volume and in
value like a coin is always worth the
same value as another coin.
WHAT ARE TOKENS?
■ Non-Fungible Tokens (NFT):
It represents assets that aren’t exactly
alike such as baseball cards, digital
art work, or real state.
Each token is unique and represents a
different item.
This means that its actual market
value might be different when you go
to trade it in for some other kind of
tokens.
Features of WEB 3.0
■ To really understand the next stage of the
internet, we need to take a look at the four key
features of Web 3.0:
■ Ubiquity: We can access the same information
and data from multiple applications without
the need for one specific device.
■ More Privacy: Web 3.0 will focus on privacy
and security instead of control and
surveillance. It will empower you to choose
which data you’d like to share and which
you’d like to keep to yourself. Personal data
will be owned by you and nobody else.
■ More Security: Web 3.0 will be more secure
than previous iterations of the internet. This
will be made possible through blockchain
technology and its decentralized nature.
Features of WEB 3.0
■ Data ownership: Trust will be more natural in
web 3.0. You won’t need to give your data
away to big corporations at every turn.
Instead, you will own it for yourself.
■ Decentralization: Web 3.0 will not incentivize
centralized networks. This is key to a fair and
trustless democracy of any kind. It will be
transparent.
■ Interoperability: Developers will find it
increasingly easy to build new dApps, which
will work on all smart devices
■ No Interruptions: Distributed systems are less
likely to face service outages because there is
no central authority, so no single point of
failure.
Features of WEB 3.0
■ Semantic Web: The semantic web enables data to
be shared across a multitude of platforms,
systems and communities. It will act as a bridge
for different data formats, leading to enhanced
connection.
■ Permissionless Blockchains: Anyone can join and
contribute. All users can access services because
code does not discriminate.
■ Spatial Web and 3D Graphics: Some futurists also
call Web 3.0 the Spatial Web as it aims to blur the
line between the physical and the digital by
revolutionizing graphics technology, bringing into
clear focus three-dimensional (3D) virtual worlds.
DAPPS
■ A dApp is a decentralized application. There
are lots of different types of dApps, just as
there are lots of different apps.
■ In essence, web 3.0 will decentralize every
single facet of the current world wide
web. Here you can see how web 3.0
applications will work and how they will
differ from the apps that most internet users
interact with today.
■ Some of the companies that are building or
have products that they are transforming
into Internet 3.0 applications are Amazon,
Apple and Google. Two examples of
applications that utilize Web 3.0
technologies are Siri and Wolfram Alpha.
WEB 3.0 Frontend
■ It’s not much different from the normal
frontend.
■ You will still use Js or your favourite other
frameworks such as react or node.
■ The only different aspect is user
authentication.
■ As there are no centeralized databases, the
user authentication is a bit different in web
3.0.
■ The end-user uses a plugin like meta mask
to make their public wallet details available
to a decenteralized application.
■ There are libraries out there to make this
job easier such as: web3.js and ethers.js
WEB 3.0 Backend
■ It’s a lot different than our normal backend
code as web developers.
■ Instead of a server and database like PHP
and mysql, you’ll be writing smart
contracts.
■ There are frameworks there designed to
streamline development such as: Hard Hat
& Truffle.
■ These frameworks allows you to write
smart contracts in a language called
solidity.
■ It’s an object oriented language designed
specifically for writing smart contracts on
the blockchain.
Smart Contracts
■ Smart contracts contain your backend
code usually written in the solidity
language which is just an application
that lives on the blockchain that can
govern the behavior between multiple
accounts.
■ Smart contracts enable business
parties to manage, access and govern
asset tokens for any type of business
object on a transparent and immutable
digital ledger that is distributed to all
parties and requires consensus for
updates.
■ A smart contract is not “smart” in the
true sense of the word, it is rather only
as clever as its creators.
The Bottom Line
■ To use an analogy from the movies, if
Web 1.0 represented the black-and-white
movie era, Web 2.0 would be the age of
color/basic 3D, while Web 3.0 would be
immersive experiences in the metaverse.
■ Just as the 2010s was the decade when
Web 2.0 became the dominant force in
the global business and cultural
landscape, it might be Web 3.0’s turn in
the 2020s.
WEB_3.0.pptx

More Related Content

Similar to WEB_3.0.pptx

Generations of web 1.0, 2.0 and 3.0
Generations of web 1.0, 2.0 and 3.0Generations of web 1.0, 2.0 and 3.0
Generations of web 1.0, 2.0 and 3.0ShamsReza2
 
Web 3.0 All the basics of the hype for beginners.pdf
Web 3.0 All the basics of the hype for beginners.pdfWeb 3.0 All the basics of the hype for beginners.pdf
Web 3.0 All the basics of the hype for beginners.pdfJames Brown
 
The Potential of Web 3.0 Apps & websites!
The Potential of Web 3.0 Apps & websites!			The Potential of Web 3.0 Apps & websites!
The Potential of Web 3.0 Apps & websites! Shelly Megan
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppErik Trautman
 
8 Main features that define Web 3.0 - Web Synergies
8 Main features that define Web 3.0 - Web Synergies8 Main features that define Web 3.0 - Web Synergies
8 Main features that define Web 3.0 - Web SynergiesTharun Bangari
 
Apidays x api3 9th dec
Apidays x api3   9th decApidays x api3   9th dec
Apidays x api3 9th decBenCarvill1
 
Old Article! Jan 2000 - Information Management
Old Article! Jan 2000 - Information ManagementOld Article! Jan 2000 - Information Management
Old Article! Jan 2000 - Information ManagementDave Lewand
 
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfLearn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfTemok IT Services
 
The Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and BeyondThe Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and BeyondAhmed Banafa
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0Mujahid Hussain
 
Best Web 3 Services Company
Best Web 3 Services CompanyBest Web 3 Services Company
Best Web 3 Services CompanyRyan Paul
 
What is Web3 All About? An Easy Explanation With Examples
What is Web3 All About? An Easy Explanation With ExamplesWhat is Web3 All About? An Easy Explanation With Examples
What is Web3 All About? An Easy Explanation With ExamplesBernard Marr
 
Web3 Explained: What is it, and why is it important
Web3 Explained: What is it, and why is it importantWeb3 Explained: What is it, and why is it important
Web3 Explained: What is it, and why is it importantCiente
 
Getting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideGetting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideBpointerTechnologies
 

Similar to WEB_3.0.pptx (20)

Generations of web 1.0, 2.0 and 3.0
Generations of web 1.0, 2.0 and 3.0Generations of web 1.0, 2.0 and 3.0
Generations of web 1.0, 2.0 and 3.0
 
Web 3.0 All the basics of the hype for beginners.pdf
Web 3.0 All the basics of the hype for beginners.pdfWeb 3.0 All the basics of the hype for beginners.pdf
Web 3.0 All the basics of the hype for beginners.pdf
 
Web 3.0 – Everything you Need to Know.pdf
Web 3.0 – Everything you Need to Know.pdfWeb 3.0 – Everything you Need to Know.pdf
Web 3.0 – Everything you Need to Know.pdf
 
The Potential of Web 3.0 Apps & websites!
The Potential of Web 3.0 Apps & websites!			The Potential of Web 3.0 Apps & websites!
The Potential of Web 3.0 Apps & websites!
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DApp
 
Web 3.o with NFT.pdf
Web 3.o  with NFT.pdfWeb 3.o  with NFT.pdf
Web 3.o with NFT.pdf
 
Web 3.0
Web 3.0Web 3.0
Web 3.0
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
8 Main features that define Web 3.0 - Web Synergies
8 Main features that define Web 3.0 - Web Synergies8 Main features that define Web 3.0 - Web Synergies
8 Main features that define Web 3.0 - Web Synergies
 
Apidays x api3 9th dec
Apidays x api3   9th decApidays x api3   9th dec
Apidays x api3 9th dec
 
Old Article! Jan 2000 - Information Management
Old Article! Jan 2000 - Information ManagementOld Article! Jan 2000 - Information Management
Old Article! Jan 2000 - Information Management
 
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdfLearn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
Learn About The Upcoming Techniques Web 3.0 VS Web 4.0.pdf
 
The Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and BeyondThe Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and Beyond
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0
 
Best Web 3 Services Company
Best Web 3 Services CompanyBest Web 3 Services Company
Best Web 3 Services Company
 
What is Web3 All About? An Easy Explanation With Examples
What is Web3 All About? An Easy Explanation With ExamplesWhat is Web3 All About? An Easy Explanation With Examples
What is Web3 All About? An Easy Explanation With Examples
 
Web3 Explained: What is it, and why is it important
Web3 Explained: What is it, and why is it importantWeb3 Explained: What is it, and why is it important
Web3 Explained: What is it, and why is it important
 
Web 3.0 - The Next Evolution of the Internet.pdf
Web 3.0 - The Next Evolution of the Internet.pdfWeb 3.0 - The Next Evolution of the Internet.pdf
Web 3.0 - The Next Evolution of the Internet.pdf
 
Getting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideGetting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete Guide
 

Recently uploaded

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...masabamasaba
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburgmasabamasaba
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 

Recently uploaded (20)

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 

WEB_3.0.pptx

  • 1. WEB 3.0 By: Karim MohamedMonir Under Supervision of: Dr HOSSAM ABDELLATIF
  • 2. What Is Web 3.0? ■ Web 3.0 is the upcoming third generation of the internet. ■ Websites and apps will be able to process information in a smart human-like way. ■ Technologies like machine learning (ML), Big Data, and blockchain. ■ Originally called the Semantic Web by World Wide Web inventor Tim Berners-Lee, and was aimed at being a more autonomous, intelligent, and open internet. ■ In order to understand the evolution correctly, we must check the history of internet.
  • 3. WEB 1.0 (1989-2005) ■ Web 1.0, also called the Static Web & read-only web. ■ Only offering access to limited information with no user interaction. ■ One-sided information, consumers could just consume. ■ Decentralized: Powered by regular computers from regular users. ■ Open-source: Anyone could build on the Web. ■ Read-only: Publishing content required some technical skills, so most users were readers.
  • 4. WEB 2.0 (2005-present) ■ Advancements in web technologies like JavaScript, HTML5, CSS, enabled startups to build interactive web platforms such as YouTube, Facebook, Wikipedia and many more. ■ This led to that the data of users are beingstored and controlled by limited number of tech giants such as Facebook, Google, Amazon, Twitter, and a lot more. ■ As a result of that, these companies started to use the data of users to make targeted advertisements, violating the users’ privacy. ■ Also this led to that these companies control what content being posted on the internet and they can delete or allow whatever they want.
  • 5. HOW WILL WEB 3.0 WORK? ■ Web 3.0 utilizes blockchain technology to create true decentralization. ■ Because of its key decentralization feature, Web 3.0 lends itself to technologies such as blockchain, distributed ledger, and decentralized finance (DeFi). ■ They will be interoperable, seamlessly integrated, automated through smart contracts. ■ Devices will be connected in a decentralized network rather than relying on server-based databases. ■ We won’t need to keep all our data on centralized servers, rather we will own it ourselves independently, choose what we do with it.
  • 6. HOW WILL WEB 3.0 WORK? ■ Web 3.0 tokens are essential to a decentralized internet. This is because interacting with the blockchain costs gas fees. ■ This will be necessary to replace exploitative advertising and other direct targeting from third parties that use your data against you. To cover the small fees, you could choose to sell your data to marketers. You will still own your data, but you will be able to give access to certain things that marketers can then use to create targeted advertising campaigns. ■ So, what is a token??
  • 7. WHAT ARE TOKENS? ■ A token is a digital asset such as cryptocurrencies. ■ Tokens are two types: 1. Fungible. 2. Non-Fungible Tokens (NFT). ■ Fungible Tokens: such as Ether, the cryptocurrency of Ethereum network. It’s a digigtal asset that you can trade with other people. This token is fungible as it is equal to other tokens in volume and in value like a coin is always worth the same value as another coin.
  • 8. WHAT ARE TOKENS? ■ Non-Fungible Tokens (NFT): It represents assets that aren’t exactly alike such as baseball cards, digital art work, or real state. Each token is unique and represents a different item. This means that its actual market value might be different when you go to trade it in for some other kind of tokens.
  • 9. Features of WEB 3.0 ■ To really understand the next stage of the internet, we need to take a look at the four key features of Web 3.0: ■ Ubiquity: We can access the same information and data from multiple applications without the need for one specific device. ■ More Privacy: Web 3.0 will focus on privacy and security instead of control and surveillance. It will empower you to choose which data you’d like to share and which you’d like to keep to yourself. Personal data will be owned by you and nobody else. ■ More Security: Web 3.0 will be more secure than previous iterations of the internet. This will be made possible through blockchain technology and its decentralized nature.
  • 10. Features of WEB 3.0 ■ Data ownership: Trust will be more natural in web 3.0. You won’t need to give your data away to big corporations at every turn. Instead, you will own it for yourself. ■ Decentralization: Web 3.0 will not incentivize centralized networks. This is key to a fair and trustless democracy of any kind. It will be transparent. ■ Interoperability: Developers will find it increasingly easy to build new dApps, which will work on all smart devices ■ No Interruptions: Distributed systems are less likely to face service outages because there is no central authority, so no single point of failure.
  • 11. Features of WEB 3.0 ■ Semantic Web: The semantic web enables data to be shared across a multitude of platforms, systems and communities. It will act as a bridge for different data formats, leading to enhanced connection. ■ Permissionless Blockchains: Anyone can join and contribute. All users can access services because code does not discriminate. ■ Spatial Web and 3D Graphics: Some futurists also call Web 3.0 the Spatial Web as it aims to blur the line between the physical and the digital by revolutionizing graphics technology, bringing into clear focus three-dimensional (3D) virtual worlds.
  • 12. DAPPS ■ A dApp is a decentralized application. There are lots of different types of dApps, just as there are lots of different apps. ■ In essence, web 3.0 will decentralize every single facet of the current world wide web. Here you can see how web 3.0 applications will work and how they will differ from the apps that most internet users interact with today. ■ Some of the companies that are building or have products that they are transforming into Internet 3.0 applications are Amazon, Apple and Google. Two examples of applications that utilize Web 3.0 technologies are Siri and Wolfram Alpha.
  • 13. WEB 3.0 Frontend ■ It’s not much different from the normal frontend. ■ You will still use Js or your favourite other frameworks such as react or node. ■ The only different aspect is user authentication. ■ As there are no centeralized databases, the user authentication is a bit different in web 3.0. ■ The end-user uses a plugin like meta mask to make their public wallet details available to a decenteralized application. ■ There are libraries out there to make this job easier such as: web3.js and ethers.js
  • 14. WEB 3.0 Backend ■ It’s a lot different than our normal backend code as web developers. ■ Instead of a server and database like PHP and mysql, you’ll be writing smart contracts. ■ There are frameworks there designed to streamline development such as: Hard Hat & Truffle. ■ These frameworks allows you to write smart contracts in a language called solidity. ■ It’s an object oriented language designed specifically for writing smart contracts on the blockchain.
  • 15. Smart Contracts ■ Smart contracts contain your backend code usually written in the solidity language which is just an application that lives on the blockchain that can govern the behavior between multiple accounts. ■ Smart contracts enable business parties to manage, access and govern asset tokens for any type of business object on a transparent and immutable digital ledger that is distributed to all parties and requires consensus for updates. ■ A smart contract is not “smart” in the true sense of the word, it is rather only as clever as its creators.
  • 16. The Bottom Line ■ To use an analogy from the movies, if Web 1.0 represented the black-and-white movie era, Web 2.0 would be the age of color/basic 3D, while Web 3.0 would be immersive experiences in the metaverse. ■ Just as the 2010s was the decade when Web 2.0 became the dominant force in the global business and cultural landscape, it might be Web 3.0’s turn in the 2020s.