SlideShare a Scribd company logo
The Metaverse & Web 3.0 – with
NFT, Evolution of Internet – 2nd
https://alison.com/course/the-
metaverse-nft-and-web-3-0-
evolution-of-internet
Module on Blockchain
The Fundamentals of the Blockchain
Web 3.0 & Metaverse
Web 3.0 relies on the notion that there was already a drastic change in how we employ the internet, moving us
from Web 1.0 (20th-century internet) to Web 2.0 (contemporary internet). Now we can see the signs of Web
3.0 in the form of blockchain and NFTs. Some realizations about Web 3.0 are:
• Blockchain technology will serve as the backbone of Web 3.0.
• Decentralized web browsers and NFTs could be very early signs of Web 3.0.
• We might employ VR technology (which will be discussed in later topics) to enter tomorrow’s internet. So by
using that we may travel between virtual worlds as digital avatars.
• Web 3.0 could also be experienced just like contemporary internet, with computers and smartphones.
• The future of the internet will include the benefits of today, but with novel elements from Web 3.0 and the
metaverse.
Web3.0 focuses on understanding data through machines to create connected and open websites. Although
Web 3.0 is thought to revolutionize the online world, its implementation is still in process and can take several
years.
Web 2.0 furnishes websites and applications to use user-generated content for the end-users and readers. It is
used by nearly all websites today, especially user interaction and collaboration. It allows contribution and
collaboration of on-site content. Whereas web 3.0 will offer interactions, 3D simulations and a lot more.
Metaverse and Web 3.0 are not exactly the same thing, but they can overlap and can be synergized. For
instance, digital artists can create an outfit for an avatar to wear in the metaverse. Artists can make money by
selling it with the help of an NFT. This would offer the buyer exclusive ownership of the outfit. Now when people
imitate that design their avatars will not be worth it as the real owner has the unique NFT of the original
product.
Properties of Web 3.0
• The primary focus of Web 3.0 is using technologies like AI for providing relevant
content to every user. Compared to Web 2.0, Web 3.0 is most likely to hand over
the tasks of content contribution to AI technology.
• Artificial Intelligence : The use of AI in Web 3.0 will make it faster and more
relevant to the end-users. A website using AI can filter the provided data as per
the specific requirements of the users. AI will also prevent manipulation and
falsification of search results.
• Virtual Assistance : Web 3.0 will also empower users to have virtual assistance.
An automated voice-activated virtual assistant is today's example of this facility
just in the case of Google assistant. When it will become widespread it can take
things to the next level where assistants can manage the appliances and devices
in different ways. 5G cellular network will take this to next level and will empower
IoT (Internet of things). IoT is the network of physical things and devices that
comes with embedded sensors, software, and technology for connecting and
sharing data with other devices and systems throughout the internet.
• Categorizing of Information: Web 3.0 will also help with categorizing and storing
information for specifying the relative data. Thus, the website will become more
presentable to the viewers.
Introduction to Blockchain Layers
• Blockchain technology is a mixture of technologies, such as game theory and cryptography.
• Game Theory is the study of the mathematical models for making strategic interaction between
rational decision makers.
• Encoding and decoding data come under the mathematics and computational discipline known
as cryptography.
• Among several benefits of blockchain, the most profound is that it eliminates intermediaries,
reduces costs, and improves efficiency by being a transparent and secure platform.
• Since any central authority or government does not control the blockchain, the DLT (Distributed
Ledger Technology) performs the task of verifying any information via cryptography. Any
member of a blockchain network witnesses their information being verified via DLT.
• Also, because of the lack of a governing body in the blockchain, it becomes easy to scale. The
scalability of handling an increased number of users, transactions, and other information is
among the many benefits that make blockchain preferable over conventional computer systems.
Due to the scalable nature of blockchain, several layers came into being for providing enhanced
security.
• Scalability refers to an increased system throughput rate measured in transactions per second in
the blockchain. In this formula, throughput is the number of transactions a system handles per
second
CAP Theorem &
The Blockchain Trilemma
• The CAP (Consistency, Availability, and Partition Tolerance)
theorem was formulated back in the 1980s. It states that any
decentralized data storage (e.g. blockchain) can satisfy only two of the
three ingredients of the CAP theorem.
The Evolution of CAP Theorem in Blockchain Trilemma
• The CAP theorem has evolved into a blockchain trilemma. It means that
a public blockchain infrastructure is meant to sacrifice either scalability,
decentralization, or security.
• The blockchain’s scalability is its ability to handle a greater amount of
transactions
• Decentralization is a type of network redundancy that ensures that the
network control is not under a few entities.
• Security refers to the ability to secure data on the blockchain from
different attacks and blockchain’s defense against double-spending.
Scalability Vs Decentralization Vs Security
• For settling a transaction, a blockchain network is required to agree to its
validity. If the system has many members, this can take some time. The result
of this will be:
Scalability is inversely proportional to decentralization (if security parameters are
identical)
• if the two blockchains (with same proof-of-work) have the equal degree of
decentralization along with the security as their hash rate, the confirmation
time will be decreased with the increase in hash rates. Similarly, the scalability
will rise with the improvement of security. This shows that:
Scalability is directly proportional to security (if decentralization remains constant)
• Since all of the three components of the blockchain trilemma are unable to
interact with each other at the same time, the blockchain has to make trade-
offs. A prominent example of this was Ethereum that saw a rise in usage
because of the growth of DeFi (Decentralized Finance) applications. Due to this
sudden rise in demand, transaction fees also surged to a level where many
people were unable to engage with the blockchain.
Blockchain Scalability
• Ethereum is example of the Blockchain trilemma. It was
unable to scale without the sacrifice of security or
decentralization. It can be thus seen that blockchains
belonging to some of the largest cryptocurrencies (like
Ethereum) have very limited scalability.
The Role of Blockchain Layers in Increasing Scalability
Currently, work is underway for increasing the scalability of the
blockchain networks.
• The Layer One Blockchain has been designed for providing
speed, security, and expansion.
• The Layer Two Blockchain refers to technological
enhancements and products for utilizing the expansion of
scalability of blockchain networks already present.
The Layers of Blockchain
• The hardware Infrastructure layer consists of servers present in
data centers. While browsing the web or using any app, the
clients request content or data from these application servers.
This layer also allows the clients to engage in a P2P (Peer-to-Peer)
network, a large number of computers sharing data. Blockchain is
a prevalent example of this P2P network. Like a computer
network, its computers validate and records transactions orderly
in a shared ledger. This results in creating a distributed database
that stores all the data and transactions.
In a P2P network, the computer is designated as a node.
• The data layer in the blockchain is present as a list of blocks linked
with each other, and transactions are ordered in them. There are
two fundamental elements of the blockchain data structure:
Pointers & linked list
• In the data layer, Pointers refer to the variables referring to the
position of another variable, while a linked list is a list of chained
blocks containing data and pointers connecting to the preceding
block.
The Layers of Blockchain…2
• NW Layer is also known as the propagation layer and P2P layer and is
responsible for inter-node communication. A P2P network is a computer
network where nodes are distributed to share the workload of the
network for attaining a common purpose. This layer handles
- discovery,
- transactions, and
- block propagation.
• With the NW/P2P layer, it is ensured that the nodes can search each other
for interacting, disseminating, and synchronizing for keeping the
blockchain in a legitimate state.
• Consensus Layer is mandatory for the existence of blockchain platforms. It
is the most critical layer for any blockchain platform. This layer validates
blocks, orders them, and ensures that everyone agrees upon them.
• Appln Layer is made up of Smart contracts, DApps (Decentralized
Applications), and chaincode. Its protocols are divided into the application
and execution layers. It is composed of the programs that end-users utilize
for communicating with the blockchain networks. Some other parts of the
application layer include APIs (Application Programming Interfaces),
frameworks, scripts, and user interfaces.
Merkle Tree
• In the blockchain, the Merkle tree refers to a binary tree of hashes. Inside
each block, there is a root hash of the Merkle tree and other information,
such as block’s hash, nonce, block version number, current difficulty goal, and
timestamp.
The Importance Of Merkle Tree in Blockchain
• In Blockchain, the Merkle tree protects the integrity and security of the
blockchain data. All the transactions are digitally signed and a private key is
used for signing the transactions. Anyone having a public key can verify the
signer.
Benefits of Digital Signature
• The role of digital signature in this scenario is to detect any manipulation in
information
• They also ensure unity as the data is encrypted. Therefore, any manipulation
being made will result in invalidity of the signature
• The data cannot be discovered due to being encrypted with digital signatures
• The data cannot be tampered

More Related Content

PDF
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain
 
PPTX
IoT and Blockchain Challenges and Risks
Ahmed Banafa
 
PPTX
B Tech BLOCKCHAIN TECHNOLOGY_UNIT-I.pptx
narendramupparaju06
 
PDF
What Web 2.pdf
Marnusharris
 
PPTX
1.Introduction to Blockchain Technology.pptx
Modern College Shivajinagar, Pune-5
 
PDF
Notes_1164_UNIT-2parent) block in the chain. Timestamp: It is a system th...
DattatrayNanaware2
 
PPTX
Block chain technology
Md. Syful Azam
 
PPTX
Blockchain
Vivek Upadhyay
 
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain
 
IoT and Blockchain Challenges and Risks
Ahmed Banafa
 
B Tech BLOCKCHAIN TECHNOLOGY_UNIT-I.pptx
narendramupparaju06
 
What Web 2.pdf
Marnusharris
 
1.Introduction to Blockchain Technology.pptx
Modern College Shivajinagar, Pune-5
 
Notes_1164_UNIT-2parent) block in the chain. Timestamp: It is a system th...
DattatrayNanaware2
 
Block chain technology
Md. Syful Azam
 
Blockchain
Vivek Upadhyay
 

Similar to BlockChain_Basics_Meta_Verse_Web3_Course_Part2.pptx (20)

PPTX
Blockchain Advances & its Applications.pptx
MohamedMansour421585
 
PPTX
Machine learning presentation in using pyhton
masukmia.com
 
PDF
Creating An E-Commerce web application using Blockchain
IRJET Journal
 
PPTX
What Is Blockchain Useful For?
InvestingTips
 
PPTX
Blockchain in FinTech
Aurobindo Nayak
 
PPTX
module-1.pptx
Raju385766
 
PDF
What is Blockchain Technology? A Beginner’s Guide.pdf
imoliviabennett
 
PPTX
Blockchain and Bitcoin
M Shamim Iqbal
 
PPTX
BLOCK CHAIN technology for the students.
Rajasekhar364622
 
PDF
A Business Lens on Blockchain Stack From Layer 0 to Layer 3.pdf
imoliviabennett
 
PPTX
Quantum Secured Blockchain
ravi sahal
 
PDF
InitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain
 
PDF
solulab.com-What is Blockchain Technology.pdf
celinedion89121
 
PDF
Blockchain based electronic voting system
IRJET Journal
 
PPTX
Blockchain.pptx
AshiQulIslam34
 
PDF
BlockchainRevolutioninBankingIndustry.pdf
LiberalAstu
 
PPTX
Overview-of-Blockchain-Technology-and-Ethereum.pptx
xhamm1994
 
ODT
Ultimate guide to understand- What is Blockchain Technology
Chapter247 Infotech
 
PDF
V SYSTEMS Whitepaper_EN
V SYSTEMS
 
PPTX
Blockchain Architecture Creating Secure and Scalable Solutions.pptx
Lisa ward
 
Blockchain Advances & its Applications.pptx
MohamedMansour421585
 
Machine learning presentation in using pyhton
masukmia.com
 
Creating An E-Commerce web application using Blockchain
IRJET Journal
 
What Is Blockchain Useful For?
InvestingTips
 
Blockchain in FinTech
Aurobindo Nayak
 
module-1.pptx
Raju385766
 
What is Blockchain Technology? A Beginner’s Guide.pdf
imoliviabennett
 
Blockchain and Bitcoin
M Shamim Iqbal
 
BLOCK CHAIN technology for the students.
Rajasekhar364622
 
A Business Lens on Blockchain Stack From Layer 0 to Layer 3.pdf
imoliviabennett
 
Quantum Secured Blockchain
ravi sahal
 
InitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain
 
solulab.com-What is Blockchain Technology.pdf
celinedion89121
 
Blockchain based electronic voting system
IRJET Journal
 
Blockchain.pptx
AshiQulIslam34
 
BlockchainRevolutioninBankingIndustry.pdf
LiberalAstu
 
Overview-of-Blockchain-Technology-and-Ethereum.pptx
xhamm1994
 
Ultimate guide to understand- What is Blockchain Technology
Chapter247 Infotech
 
V SYSTEMS Whitepaper_EN
V SYSTEMS
 
Blockchain Architecture Creating Secure and Scalable Solutions.pptx
Lisa ward
 
Ad

Recently uploaded (20)

PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PPTX
Tunnel Ventilation System in Kanpur Metro
220105053
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
PDF
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
PPTX
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
Tunnel Ventilation System in Kanpur Metro
220105053
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
Inventory management chapter in automation and robotics.
atisht0104
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Ad

BlockChain_Basics_Meta_Verse_Web3_Course_Part2.pptx

  • 1. The Metaverse & Web 3.0 – with NFT, Evolution of Internet – 2nd https://alison.com/course/the- metaverse-nft-and-web-3-0- evolution-of-internet
  • 2. Module on Blockchain The Fundamentals of the Blockchain
  • 3. Web 3.0 & Metaverse Web 3.0 relies on the notion that there was already a drastic change in how we employ the internet, moving us from Web 1.0 (20th-century internet) to Web 2.0 (contemporary internet). Now we can see the signs of Web 3.0 in the form of blockchain and NFTs. Some realizations about Web 3.0 are: • Blockchain technology will serve as the backbone of Web 3.0. • Decentralized web browsers and NFTs could be very early signs of Web 3.0. • We might employ VR technology (which will be discussed in later topics) to enter tomorrow’s internet. So by using that we may travel between virtual worlds as digital avatars. • Web 3.0 could also be experienced just like contemporary internet, with computers and smartphones. • The future of the internet will include the benefits of today, but with novel elements from Web 3.0 and the metaverse. Web3.0 focuses on understanding data through machines to create connected and open websites. Although Web 3.0 is thought to revolutionize the online world, its implementation is still in process and can take several years. Web 2.0 furnishes websites and applications to use user-generated content for the end-users and readers. It is used by nearly all websites today, especially user interaction and collaboration. It allows contribution and collaboration of on-site content. Whereas web 3.0 will offer interactions, 3D simulations and a lot more. Metaverse and Web 3.0 are not exactly the same thing, but they can overlap and can be synergized. For instance, digital artists can create an outfit for an avatar to wear in the metaverse. Artists can make money by selling it with the help of an NFT. This would offer the buyer exclusive ownership of the outfit. Now when people imitate that design their avatars will not be worth it as the real owner has the unique NFT of the original product.
  • 4. Properties of Web 3.0 • The primary focus of Web 3.0 is using technologies like AI for providing relevant content to every user. Compared to Web 2.0, Web 3.0 is most likely to hand over the tasks of content contribution to AI technology. • Artificial Intelligence : The use of AI in Web 3.0 will make it faster and more relevant to the end-users. A website using AI can filter the provided data as per the specific requirements of the users. AI will also prevent manipulation and falsification of search results. • Virtual Assistance : Web 3.0 will also empower users to have virtual assistance. An automated voice-activated virtual assistant is today's example of this facility just in the case of Google assistant. When it will become widespread it can take things to the next level where assistants can manage the appliances and devices in different ways. 5G cellular network will take this to next level and will empower IoT (Internet of things). IoT is the network of physical things and devices that comes with embedded sensors, software, and technology for connecting and sharing data with other devices and systems throughout the internet. • Categorizing of Information: Web 3.0 will also help with categorizing and storing information for specifying the relative data. Thus, the website will become more presentable to the viewers.
  • 5. Introduction to Blockchain Layers • Blockchain technology is a mixture of technologies, such as game theory and cryptography. • Game Theory is the study of the mathematical models for making strategic interaction between rational decision makers. • Encoding and decoding data come under the mathematics and computational discipline known as cryptography. • Among several benefits of blockchain, the most profound is that it eliminates intermediaries, reduces costs, and improves efficiency by being a transparent and secure platform. • Since any central authority or government does not control the blockchain, the DLT (Distributed Ledger Technology) performs the task of verifying any information via cryptography. Any member of a blockchain network witnesses their information being verified via DLT. • Also, because of the lack of a governing body in the blockchain, it becomes easy to scale. The scalability of handling an increased number of users, transactions, and other information is among the many benefits that make blockchain preferable over conventional computer systems. Due to the scalable nature of blockchain, several layers came into being for providing enhanced security. • Scalability refers to an increased system throughput rate measured in transactions per second in the blockchain. In this formula, throughput is the number of transactions a system handles per second
  • 6. CAP Theorem & The Blockchain Trilemma • The CAP (Consistency, Availability, and Partition Tolerance) theorem was formulated back in the 1980s. It states that any decentralized data storage (e.g. blockchain) can satisfy only two of the three ingredients of the CAP theorem. The Evolution of CAP Theorem in Blockchain Trilemma • The CAP theorem has evolved into a blockchain trilemma. It means that a public blockchain infrastructure is meant to sacrifice either scalability, decentralization, or security. • The blockchain’s scalability is its ability to handle a greater amount of transactions • Decentralization is a type of network redundancy that ensures that the network control is not under a few entities. • Security refers to the ability to secure data on the blockchain from different attacks and blockchain’s defense against double-spending.
  • 7. Scalability Vs Decentralization Vs Security • For settling a transaction, a blockchain network is required to agree to its validity. If the system has many members, this can take some time. The result of this will be: Scalability is inversely proportional to decentralization (if security parameters are identical) • if the two blockchains (with same proof-of-work) have the equal degree of decentralization along with the security as their hash rate, the confirmation time will be decreased with the increase in hash rates. Similarly, the scalability will rise with the improvement of security. This shows that: Scalability is directly proportional to security (if decentralization remains constant) • Since all of the three components of the blockchain trilemma are unable to interact with each other at the same time, the blockchain has to make trade- offs. A prominent example of this was Ethereum that saw a rise in usage because of the growth of DeFi (Decentralized Finance) applications. Due to this sudden rise in demand, transaction fees also surged to a level where many people were unable to engage with the blockchain.
  • 8. Blockchain Scalability • Ethereum is example of the Blockchain trilemma. It was unable to scale without the sacrifice of security or decentralization. It can be thus seen that blockchains belonging to some of the largest cryptocurrencies (like Ethereum) have very limited scalability. The Role of Blockchain Layers in Increasing Scalability Currently, work is underway for increasing the scalability of the blockchain networks. • The Layer One Blockchain has been designed for providing speed, security, and expansion. • The Layer Two Blockchain refers to technological enhancements and products for utilizing the expansion of scalability of blockchain networks already present.
  • 9. The Layers of Blockchain • The hardware Infrastructure layer consists of servers present in data centers. While browsing the web or using any app, the clients request content or data from these application servers. This layer also allows the clients to engage in a P2P (Peer-to-Peer) network, a large number of computers sharing data. Blockchain is a prevalent example of this P2P network. Like a computer network, its computers validate and records transactions orderly in a shared ledger. This results in creating a distributed database that stores all the data and transactions. In a P2P network, the computer is designated as a node. • The data layer in the blockchain is present as a list of blocks linked with each other, and transactions are ordered in them. There are two fundamental elements of the blockchain data structure: Pointers & linked list • In the data layer, Pointers refer to the variables referring to the position of another variable, while a linked list is a list of chained blocks containing data and pointers connecting to the preceding block.
  • 10. The Layers of Blockchain…2 • NW Layer is also known as the propagation layer and P2P layer and is responsible for inter-node communication. A P2P network is a computer network where nodes are distributed to share the workload of the network for attaining a common purpose. This layer handles - discovery, - transactions, and - block propagation. • With the NW/P2P layer, it is ensured that the nodes can search each other for interacting, disseminating, and synchronizing for keeping the blockchain in a legitimate state. • Consensus Layer is mandatory for the existence of blockchain platforms. It is the most critical layer for any blockchain platform. This layer validates blocks, orders them, and ensures that everyone agrees upon them. • Appln Layer is made up of Smart contracts, DApps (Decentralized Applications), and chaincode. Its protocols are divided into the application and execution layers. It is composed of the programs that end-users utilize for communicating with the blockchain networks. Some other parts of the application layer include APIs (Application Programming Interfaces), frameworks, scripts, and user interfaces.
  • 11. Merkle Tree • In the blockchain, the Merkle tree refers to a binary tree of hashes. Inside each block, there is a root hash of the Merkle tree and other information, such as block’s hash, nonce, block version number, current difficulty goal, and timestamp. The Importance Of Merkle Tree in Blockchain • In Blockchain, the Merkle tree protects the integrity and security of the blockchain data. All the transactions are digitally signed and a private key is used for signing the transactions. Anyone having a public key can verify the signer. Benefits of Digital Signature • The role of digital signature in this scenario is to detect any manipulation in information • They also ensure unity as the data is encrypted. Therefore, any manipulation being made will result in invalidity of the signature • The data cannot be discovered due to being encrypted with digital signatures • The data cannot be tampered