Blockchain Report
Blockchain Report
SEMINAR REPORT
ON
BLOCKCHAIN TECHNOLOGY
CERTIFICATE
This is to certify that, the work that is being presented in this seminar entitled
“BLOCKCHAIN TECHNOLOGY” In partial fulfilment of the requirement for the award of
the degree of Bachelor of Technology in Electronics Engineering of Dr. Babasaheb Ambedkar
Technological University, Lonere Submitted by Miss. Ghorpade Vedantika Udaysinh during
the academic year 2021-2022.
Date:
Place: Satara
DECLARATION
Date: -
Place: -Satara. Student
(Ghorpade Vedantika Udaysinh)
lOMoARcPSD|15184016
PREFACE
Blockchain technology has been described as the biggest technical revolution since the
Internet. The technology – which is the basis for the cryptocurrency Bitcoin, but which can be
used for much more – enables digital transactions without the use of intermediaries, which are
much faster and also more secure than has previously been possible. Blockchain technology is
expected to change a wide range of business sectors fundamentally, such as banks and finance,
consumer goods, supply chain, automotive, energy, legal services, etc.
lOMoARcPSD|15184016
CONTENTS
1. INTRODUCTION
1.1 Introduction
1.2 History
2. WORKING
2.1 Components
2.1.1 Transaction
2.1.2 Block
2.2 Working
2.2.1 Blocks
2.2.2 Miners
2.2.3 Nodes
3. TYPES OF BLOCKCHAINS
3.1 Public Blockchain
3.2 Private Blockchain
3.3 Consortium Blockchain
3.4 Hybrid Blockchain
4. ADVANTAGES
5. DISADVANTAGES
6. APPLICATIONS
7. CONCLUSION
7.1 Project Conclusion
7.2 Future of Blockchain
8. REFERENCES
lOMoARcPSD|15184016
Blockchain technology has been described as the biggest technical revolution since the
Internet. The technology – which is the basis for the cryptocurrency Bitcoin, but which can be
used for much more – enables digital transactions without the use of intermediaries, which are
much faster and also more secure than has previously been possible. Blockchain technology is
expected to change a wide range of business sectors fundamentally, such as banks and finance,
consumer goods, supply chain, automotive, energy, legal services, etc.
With Blockchain technology in financial sector, the participants can interact directly and
can make transactions across the internet without the interference of a third party. Such
transactions through Blockchain will not share any personal information regarding the
participants and it creates a transaction record by encrypting the identifying information.
The most exciting feature of Blockchain is that it greatly reduces the possibilities of a
data breach. In contrast with the traditional processes, in Blockchain there are multiple shared
copies of the same data base which makes it challenging to wage a data breach attack or cyber-
attack . With all the fraud resistant features, the block chain technology holds the potential to
revolutionize various business sectors and make processes smarter, secure, transparent, and more
efficient compared to the traditional business processes.
lOMoARcPSD|15184016
to be kept in a single place. Blockchain chain has already started disrupting the financial services
sector, and it is this technology which underpins the digital currency- bitcoin transaction.
Blockchain is an open and distributed ledger that can be used to record transactions between
two parties. This way of recording a transaction is both permanent as well as verifiable, which
makes it one of the best ways to keep transactions. Blockchains are built on the open-source
platform. So different versions of these blockchains are possible, which are developed as per the
needs of different industries.
As blockchain is a distributed ledger, hence every transaction is stored on more than one
computer, which makes us sure that every transaction is going to be permanent without any fear
of loss. As blockchain is distributed, it can neither be owned nor be fully controlled by a single
entity. Transactions are between two parties, and no other parties are involved, this results in
lower cost, and once a transaction is performed, it cannot be changed under any circumstances.
lOMoARcPSD|15184016
Although blockchain is a new technology, it already boasts a rich and interesting history. The
following is a brief timeline of some of the most important and notable events in the
development of blockchain.
1
2008
• Satoshi Nakamoto, a pseudonym for a person or group,
publishes “Bitcoin: A Peer to Peer Electronic Cash System."
2009
• The first successful Bitcoin (BTC) transaction occurs between
computer scientist Hal Finney and the mysterious Satoshi
Nakamoto.
2010
• Florida-based programmer Laszlo Hanycez completes the first ever purchase using
Bitcoin — two Papa John’s pizzas. Hanycez transferred 10,000 BTC’s, worth about $60
at the time. Today it's worth $80 million.
• Blockchain and cryptocurrency are mentioned in popular television shows like The Good
Wife, injecting blockchain into pop culture.
:
A transaction, in a Blockchain, represents the action triggered by the participant.
A block, in a Blockchain, is a collection of data recording the transaction and other associated
details such as the correct sequence, timestamp of creation, etc.
The Blockchain can either be public or private, depending on the scope of its use. A
public Blockchain enables all the users with read and write permissions such as in Bitcoin, access
to it. However, there are some public Blockchains that limit the access to only either to read or to
write. On the contrary, a private Blockchain limits the access to selected trusted participants only,
with the aim to keep the users’ details concealed. This is particularly pertinent amongst
governmental institutions and allied sister concerns or their subsidies thereof. One of the major
benefits of the Blockchain is that it and its implementation technology is public. Each
participating entities possesses an updated complete record of the transactions and the associated
blocks. Thus the data remains unaltered, as any changes will be publicly verifiable. However, the
data in the blocks are encrypted by a private key and hence cannot be interpreted by everyone.
The whole point of using a blockchain is to let people — in particular, people who don't
trust one another — share valuable data in a secure, tamperproof way.Blockchain consists of
three important concepts: blocks, nodes and miners.
2.2.1 Blocks:
Every chain consists of multiple blocks and each block has three basic elements:
• The data in the block.
• A 32-bit whole number called a nonce. The nonce is randomly generated when a block is
created, which then generates a block header hash.
lOMoARcPSD|15184016
• The hash is a 256-bit number wedded to the nonce. It must start with a huge number of zeroes
(i.e., be extremely small).
When the first block of a chain is created, a nonce generates the cryptographic hash. The data in
the block is considered signed and forever tied to the nonce and hash unless it is mined.
Miners create new blocks on the chain through a process called mining.In a blockchain
every block has its own unique nonce and hash, but also references the hash of the previous
block in the chain, so mining a block isn't easy, especially on large chains.Miners use special
software to solve the incredibly complex math problem of finding a nonce that generates an
accepted hash. Because the nonce is only 32 bits and the hash is 256, there are roughly four
billion possible noncehash combinations that must be mined before the right one is found. When
that happens miners are said to have found the "golden nonce" and their block is added to the
chain.
Making a change to any block earlier in the chain requires re-mining not just the block
with the change, but all of the blocks that come after. This is why it's extremely difficult to
manipulate blockchain technology. Think of it is as "safety in math" since finding golden nonces
requires an enormous amount of time and computing power.
When a block is successfully mined, the change is accepted by all of the nodes on the network
and the miner is rewarded financially.
Every node has its own copy of the blockchain and the network must algorithmically
approve any newly mined block for the chain to be updated, trusted and verified. Since
lOMoARcPSD|15184016
blockchains are transparent, every action in the ledger can be easily checked and viewed. Each
participant is given a unique alphanumeric identification number that shows their transactions.
Combining public information with a system of checks-and-balances helps the blockchain
maintain integrity and creates trust among users. Essentially, blockchains can be thought of as
the scalability of trust via technology.
• There is no single device that stores the data (transactions and associated blocks), rather
they are distributed among the participants throughout the network supporting the Blockchain.
• The transactions are not subject to approval of any single authority or have to abide by a
set of specific rules, thus involving substantial trust as to reach a consensus.
• The overall security of a Blockchain eco-system is another advantage. The system only
allows new blocks to be appended. Since the previous blocks are public and distributed, they
cannot be altered or revised.
At a glance, there are four different major types of blockchain technologies. They include the
following.
• Public
• Private
• Hybrid
• Federated
transactions. It is a non-restrictive version where each peer has a copy of the ledger. This also
means that anyone can access the public blockchain if they have an internet connection.
One of the first public blockchains that were released to the public was the bitcoin public
blockchain. It enabled anyone connected to the internet to do transactions in a decentralized
manner.
The verification of the transactions is done through consensus methods such as Proof-
ofWork(PoW), Proof-of-Stake(PoS), and so on. At the cores, the participating nodes require to
do the heavy-lifting, including validating transactions to make the public blockchain work. If a
public blockchain doesn’t have the required peers participating in solving transactions, then it
will become non-functional. There are also different types of blockchain platforms that use these
various types of blockchain as the base of their project. However, each platform introduces more
features in its platform aside from the usual ones.
Public blockchains are good at what they do. Its advantages include the following.
• Anyone can join the public blockchain.
• It brings trust among the whole community of users
• Everyone feels incentivized to work towards the betterment of the public network
Disadvantages:
Public blockchain does suffer from disadvantages. They are as follows:
• They suffer from a lack of transaction speed. It can take a few minutes to hours before a
transaction is completed. For instance, bitcoin can only manage seven transactions per
second compared to 24,000 transactions per second done by VISA. This is because it takes
time to solve the mathematical problems and then complete the transaction.
lOMoARcPSD|15184016
• Another problem with public blockchain is scalability. They simply cannot scale due to
how they work. The more nodes join, the clumsier, and slow the network becomes. There
are steps taken to solve the problem. For example, Bitcoin is working on lighting the
network, which takes transactions off-chain to make the main bitcoin network faster and
more scalable.
• The last disadvantage of a public blockchain is the consensus method choice. Bitcoin, for
example, uses Proof-of-Work (PoW), which consumes a lot of energy. However, this has
been partially solved by using more efficient algorithms such as Proof-of-Stake (PoS).
Use Cases:
There are multiple use-cases of the public blockchain. To get a better idea, let’s list some of them
below.
• Fundraising: Companies or initiatives can make use of the public blockchain for
improving transparency and trust.
So, how is it different from a public blockchain? It is different in the way it is accessed.
Otherwise, it offers the same set of features as that of the public blockchain, providing
transparency, trust, and security to the selected participants.
lOMoARcPSD|15184016
Another major difference is that it’s kind of centralized as only one authority looks over
the network. So, it doesn’t have a decentralized theoretical nature. There are also various types of
blockchain platforms that use private blockchain as the base of their platform. More so, each one
of them tends to be unique and offer different features.In many cases, a private blockchain is
considered permissioned blockchain. But the concept of permissioned blockchain is much
broader as it can include public blockchain as well.
Advantages:
•Private blockchains are fast. This is because there are few participants compared to the
public blockchain. In short, it takes less time for the network to reach consensus resulting
in faster transactions.
•Private blockchains are more scalable. The scalability is possible because, in a private
blockchain, only a few nodes are authorized to validate transactions. This means it
doesn’t matter if the network grows; the private blockchain will work at its previous
speed and efficiency. The key here is the centralization aspect of decision making.
Disadvantages:
• Private blockchains are not truly decentralized. This is one of the biggest disadvantages
of private blockchain and goes against the core philosophy of distributed ledger
technology or blockchain in general.
• Achieving trust within the private blockchain is tough because the centralized nodes
make the last call.
Lastly, as there are only a few nodes here, the security isn’t all that good. It is important
to understand that it is possible to lose security if a certain number of nodes go rogue and
compromise the consensus method utilized by the private network.
Use Cases:
There are multiple private blockchain’s use-cases. Some of them are listed below.
• Supply chain management: Organizations can deploy a private blockchain to manage
their supply chain.
lOMoARcPSD|15184016
• Asset ownership: Assets can be tracked and verified using a private blockchain.
• Internal Voting: Private blockchain is also effective at internal voting.
Anyhow, you can use the article as types of blockchain technology pdf when in need.
lOMoARcPSD|15184016
More so, even though it’s not open to mass people, it still holds a decentralized nature. How?
Well, a consortium blockchain is managed by more than one organization. So, there is no one
single force of centralized outcome here.
To ensure proper functionality, the consortium has a validator node that can do two
functions, validate transactions, and also initiate or receive transactions. In comparison, the
member node can receive or initiate transactions.
In short, it offers all the features of a private blockchain, including transparency, privacy,
and efficiency, without one party having consolidating power.
Examples of Consortium Blockchain: Marco Polo, Energy Web Foundation, IBM Food Trust.
Advantages:
• It offers better customizability and control over resources.
• Consortium blockchains are more secure and have better scalability.
• It is also more efficient compared to public blockchain networks.
• Works with well-defined governance structures.
It offers access controls.
Disadvantages:
• Even though it is secure, the whole network can be compromised due to the member’s
integrity.
• It is less transparent.
• Regulations and censorship can have a huge impact on network functionality.
• It is also less anonymous compared to other types of blockchain.
Use Cases:
There are multiple use-cases of consortium blockchain. Some of them include the following
• Banking and payments: A group of banks can work together and create a consortium.
They can decide the nodes that will validate transactions.
• Research: A consortium blockchain can be used to share research data and results.
• Food tracking: It is also great for food tracking.
Hybrid blockchain is one of the different types of blockchain technology. More so,
Hybrid blockchain is the last type of blockchain that we are going to discuss here. More so,
hybrid blockchain might sound like a consortium blockchain, but it is not. However, there can be
some similarities between them.
• Retail: Retail can also use the hybrid network to streamline their processes.
• Highly regulated markets: Hybrid blockchains are also ideal for highly regulated
markets such as financial markets.
The crucial advantages of implementing Blockchain Technology for the industry are:
• Process Integrity : Due to the security reasons, this program was made in such a way
that any block or even a transaction that adds to the chain cannot be edited which
ultimately provides a very high range of security.
• Traceability : The format of Blockchain designs in such a way that it can easily locate
any problem and correct if there is any. It also creates an irreversible audit trail.
• Faster Trades: Any kind of trade or contract has to pass through various verification
processes before reaching its final destination. Blockchain technology can assist in saving
time here, by offering a single ledger to all the associated parties by providing faster
settlement of trades.
Of course, every system has both merits and drawbacks.With some crucial advantages,
Blockchain Technology has some drawbacks too for an industry:
• Uncertain: As most of the modern currencies of today have been created and regulated
by national governments, financial institutions, etc. Blockchain or bitcoin faces a hurdle
in widespread adoption as their financial transactions would be restricted because not
authorized by the government institutions and as a result remain unsettled.
• Higher Costs: Developing a Blockchain into your organization is not an easy task, it
involves massive energy consumption, a decent amount, colossal capital cost, etc. that
might be not possible for medium-scale as well as low scale businesses. It is a fact that it
offers tremendous savings in transaction costs, but at the same time, its implementation
cost is too high.
Despite all these drawbacks, blockchain is one of the most advanced and secured technologies of
the decade. If you are struggling while deciding whether to adopt blockchain or not, shade-off
your doubts and integrate the blockchain technology into your business infrastructure. If you are
finding it difficult to get a blockchain development company that can help you create a highly
functional and feature-rich blockchain-enabled solution, then SARA could be a one-stop
destination.
Blockchain has a nearly endless amount of applications across almost every industry. The
ledger technology can be applied to track fraud in finance, securely share patient medical records
between healthcare professionals and even acts as a better way to track intellectual property in
business and music rights for artists.
• Financial Services: In the financial services sector, Blockchain technology has already been
implemented in many innovative ways. Blockchain technology simplifies and streamlines the
entire process associated with asset management and payments by providing an automated
trade lifecycle where all participants would have access to the exact same data about a
transaction. This removes the need for brokers or intermediaries and ensures transparency
and effective management of transactional data.
• Healthcare: Blockchain can play a key role in the healthcare sector by increasing the privacy,
security and interoperability of the healthcare data. It holds the potential to address many
interoperability challenges in the sector and enable secure sharing of healthcare data among
the various entities and people involved in the process. It eliminates the interference of a
thirdparty and also avoids the overhead costs.
The application of the Blockchain concept and technology has grown beyond its use for Bitcoin
generation and transactions. The properties of its security, privacy, traceability, inherent data
provenance and time-stamping has seen its adoption beyond its initial application areas. The
Blockchain itself and its variants are now used to secure any type of transactions, whether it be
human-to-human communications or machine-to-machine. Its adoption appears to be secure
especially with the global emergence of the Internet-of-Things. Its decentralized application
across the already established global Internet is also very appealing in terms of ensuring data
redundancy and hence survivability. Thus the invention of the Blockchain can be seen to be a
vital and much needed additional component of the Internet that was lacking in security and trust
before. BC technology still has not reached its maturity with a prediction of five years as novel
applications continue to be implemented globally.
• Blockchain Technology Explained: The Ultimate Beginner’s Guide About Blockchain Wallet,
Mining, Bitcoin, Ethereum, Litecoin, Zcash, Monero, Ripple, Dash, IOTA and Smart Contracts,
Alan T. Norman