You are on page 1of 7

BLOCK CHAIN AND ITS SOCIAL IMPACT

Mrs. Mrunal Fatangare1, Rohan Divekar 2, Purvesh Chaudhari 3,


Satyajit Deshmukh 4, Manan Sancheti5
Branch of Information Technology, MIT Polytechnic Pune.
Diploma in Information Technology Department, MIT Polytechnic Pune.

I. ABSTRACT: II. INTRODUCTION:

Blockchain is a decentralized, distributed ledger Traditional database technologies present several


technology that records transactions across multiple challenges for recording financial transactions. For
computers in a way that ensures security, instance, consider the sale of a property. Once the
transparency, and immutability. It gained money is exchanged, ownership of the property is
prominence as the underlying technology powering transferred to the buyer. Individually, both the
cryptocurrencies like Bitcoin and Etherum, but its buyer and the seller can record the monetary
applications extend far beyond digital currencies. transactions, but neither source can be trusted. The
Blockchain serves as an immutable ledger which seller can easily claim they have not received the
allows transactions take place in a decentralized money even though they have, and the buyer can
manner. Blockchain-based applications are equally argue that they have paid the money even if
springing up, covering numerous fields including they haven’t. To avoid potential legal issues, a
financial services, reputation system and Internet of trusted third party has to supervise and validate
Things (IoT), and so on. However, there are still transactions. The presence of this central authority
many challenges of blockchain technology such as not only complicates the transaction but also creates
scalability and security problems waiting to be a single point of vulnerability. If the central
overcome. This paper presents a comprehensive database was compromised, both parties could
overview on blockchain. Blockchain enables the suffer. Blockchain mitigates such issues by creating
development of smart contracts, self-executing a decentralized, tamper-proof system to record
agreements with predefined conditions, facilitating transactions. In the property transaction scenario,
automated and transparent transactions across blockchain creates one ledger each for the buyer
various domains. We provide an overview of and the seller. All transactions must be approved by
blockchain architecture, technical challenges and both parties and are automatically updated in both
recent advances are briefly listed. We also lay out of their ledgers in real time. Any corruption in
possible future trends for blockchain. historical transactions will corrupt the entire ledger.
These properties of blockchain technology have led
Index Terms—Blockchain, decentralization,
to its use in various sectors, including the creation
consensus, scalability.
of digital currency like Bitcoin [1].
III. IMPORTANCE OF BLOCKCHAIN: 2. Immutability
Immutability means something cannot be changed
The benefits of blockchain are increasing trust,
or altered. No participant can tamper with a
security and transparency among member
transaction once someone has recorded it to the
organizations by improving the traceability of data
shared ledger. If a transaction record includes an
shared across a business network, plus delivering
error, you must add a new transaction to reverse
cost savings through new efficiencies:
the mistake, and both transactions are visible to
1. It is an immutable public digital ledger, which the network.
means when a transaction is recorded, it cannot
be modified 3. Consensus
2. Due to the encryption feature, Blockchain is A blockchain system establishes rules about
always secure participant consent for recording transactions.
3. The transactions are done instantly and You can record new transactions only when the
transparently, as the ledger is updated majority of participants in the network give their
automatically consent.
4. As it is a decentralized system, no
intermediary fee is required
V. TYPES OF BLOCKCHAIN
5. The authenticity of a transaction is verified and
NETWORKS:
confirmed by participants
There are four main types of decentralized or

IV. FEATURES OF BLOCKCHAIN: distributed networks in the blockchain:

Blockchain technology has the following main 1. Public blockchain networks

features: Public blockchains are permissionless and allow


everyone to join them. All members of the
1. Decentralization
blockchain have equal rights to read, edit, and
Decentralization in blockchain refers to
validate the blockchain. People primarily use
transferring control and decision making from
public blockchains to exchange and mine
a centralized entity (individual, organization,
cryptocurrencies like Bitcoin, Ethereum, and
or group) to a distributed network.
Litecoin.
Decentralized blockchain networks use
transparency to reduce the need for trust
2. Private blockchain networks
among participants. These networks also deter
A single organization controls private
participants from exerting authority or control
blockchains, also called managed blockchains.
over one another in ways that degrade the
The authority determines who can be a member
functionality of the network.
and what rights they have in the network. Private
blockchains are only partially decentralized 1. A distributed ledger
because they have access restrictions. Ripple, a
A distributed ledger is the shared database in the
digital currency exchange network for businesses,
blockchain network that stores the transactions,
is an example of a private blockchain.
such as a shared file that everyone in the team can
edit. In most shared text editors, anyone with
3. Hybrid blockchain networks
editing rights can delete the entire file. However,
Hybrid blockchains combine elements from both
distributed ledger technologies have strict rules
private and public networks. [2] Companies can
about who can edit and how to edit. You cannot
set up private, permission-based systems
delete entries once they have been recorded.
alongside a public system. In this way, they
2. Smart contracts
control access to specific data stored in the
Companies use smart contracts to self-manage
blockchain while keeping the rest of the data
business contracts without the need for an assisting
public. They use smart contracts to allow public
members to check if private transactions have third party. They are programs stored on the

been completed. For example, hybrid blockchains blockchain system that run automatically when

can grant public access to digital currency while predetermined conditions are met. They run if-then

keeping bank-owned currency private. checks so that transactions can be completed


confidently. For example, a logistics company can
have a smart contract that automatically makes
4. Consortium blockchain networks
payment once goods have arrived at the port.
A group of organizations governs consortium
blockchain networks. Preselected organizations
share the responsibility of maintaining the 3. Public key cryptography

blockchain and determining data access rights. Public key cryptography is a security feature to

Industries in which many organizations have uniquely identify participants in the blockchain

common goals and benefit from shared network. This mechanism generates two sets of

responsibility often prefer consortium blockchain keys for network members. One key is a public key
that is common to everyone in the network. The
networks. For example, the Global Shipping
other is a private key that is unique to every
Business Network Consortium is a not-for-profit
blockchain consortium that aims to digitize the member. The private and public keys work together

shipping industry and increase collaboration to unlock the data in the ledger.

between maritime industry operators.


VII. WORKING OF BLOCKCHAIN:

VI. COMPONENTS OF BLOCKCHAIN: While underlying blockchain mechanisms are


complex, we give a brief overview in the following
Blockchain architecture has the following main
steps. Blockchain software can automate most of
components:
these steps:
1. Step 1 – Record the transaction the previous block and therefore the entire
A blockchain transaction shows the movement blockchain. This is like stacking wooden
of physical or digital assets from one party to blocks to make a tower. You can only stack
another in the blockchain network. It is blocks on top, and if you remove a block from
recorded as a data block and can include the middle of the tower, the whole tower
details like these: breaks.
Who was involved in the transaction?
What happened during the transaction? 4. Step 4 – Share the ledger
When did the transaction occur? The system distributes the latest copy of the
Where did the transaction occur? central ledger to all participants. Emerging
Why did the transaction occur? Technologies and Threats: The rapid evolution
How much of the asset was exchanged? of technology introduces new challenges for
How many pre-conditions were met during the digital forensics. Emerging technologies such
transaction? as IoT devices, blockchain, and AI-driven
attacks present novel forensic challenges that
2. Step 2 – Gain consensus require ongoing research and development of
Most participants on the distributed new forensic techniques and methodologies.
blockchain network must agree that the
Addressing these challenges requires continuous
recorded transaction is valid. Depending on
research, collaboration among forensic
the type of network, rules of agreement can
professionals, law enforcement agencies, industry
vary but are typically established at the start of
stakeholders, and policymakers, as well as
the network.
investment in training, tools, and resources for
digital forensic practitioners [3]
3. Step 3 – Link the blocks
Once the participants have reached a
VIII. BLOCK CHAIN PROTOCOLS:
consensus, transactions on the blockchain are
The term blockchain protocol refers to different
written into blocks equivalent to the pages of a
types of blockchain platforms that are available for
ledger book. Along with the transactions, a
application development. Each blockchain protocol
cryptographic hash is also appended to the new
adapts the basic blockchain principles to suit
block. The hash acts as a chain that links the
specific industries or applications. Some examples
blocks together. If the contents of the block are
of blockchain protocols are provided in the
intentionally or unintentionally modified, the
following subsections:
hash value changes, providing a way to detect
data tampering. Thus, the blocks and chains
1. Hyperledger fabric
link securely, and you cannot edit them. Each
Hyperledger Fabric is an open-source project with
additional block strengthens the verification of
a suite of tools and libraries. Enterprises can use it
to build private blockchain applications quickly and Blockchain systems provide the high level of
effectively. It is a modular, general-purpose security and trust that modern digital transactions
framework that offers unique identity management require. There is always a fear that someone will
and access control features. These features make it manipulate underlying software to generate fake
suitable for various applications, such as track-and- money for themselves. But blockchain uses the
trace of supply chains, trade finance, loyalty and three principles of cryptography, decentralization,
rewards, and clearing settlement of financial assets. and consensus to create a highly secure underlying
software system that is nearly impossible to
2. Ethereum tamper with. [4] There is no single point of failure,
Ethereum is a decentralized open-source and a single user cannot change the transaction
blockchain platform that people can use to build records.
public blockchain applications. Ethereum
Enterprise is designed for business use cases. 2. Improved efficiency
Business-to-business transactions can take a lot of
3. Corda time and create operational bottlenecks, especially
Corda is an open-source blockchain project when compliance and third-party regulatory
designed for business. With Corda, you can build bodies are involved. Transparency and smart
interoperable blockchain networks that transact in contracts in blockchain make such business
strict privacy. Businesses can use Corda's smart transactions faster and more efficient.
contract technology to transact directly, with value.
Most of its users are financial institutions. 3. Faster auditing
Enterprises must be able to securely generate,
4. Quorum exchange, archive, and reconstruct e-transactions
Quorum is an open-source blockchain protocol that in an auditable manner. Blockchain records are
is derived from Ethereum. It is specially designed chronologically immutable, which means that all
for use in a private blockchain network, where only records are always ordered by time. This data
a single member owns all the nodes, or in a transparency makes audit processing much faster.
consortium blockchain network, where multiple
members each own a portion of the network. X. POSSIBLE FUTURE OF
BLOCKCHAIN:
IX. BENEFITS OF BLOCKCHAIN: Blockchain has shown its potential in industry and
academia. [5] We discuss possible future
Blockchain technology brings many benefits to
directions with respect to four areas: blockchain
asset transaction management. We list a few of
testing, stop the tendency to centralization, big
them in the following subsections:
data analytics and blockchain application.
1. Advanced security
1. Blockchain testing total power. As the blockchain is not intended to
Recently different kinds of blockchains appear and serve a few organizations, some methods should
over 700 cryptocurrencies are listed in up to now. be proposed to solve
However, some developers might falsify their this problem.
blockchain performance to attract investors driven
by the huge profit. Besides that, when users want 3. Big data analytics
to combine blockchain into business, they have to Blockchain could be well combined with big data.
know which blockchain fits their requirements. So, Here we roughly categorized the combination into
blockchain testing mechanism needs to be in place two types: data management and data analytics. As
to test different blockchains. for data management, blockchain could be used to
Blockchain testing could be separated into two store important data as it is distributed and secure.
phases: standardization phase and testing phase. In Blockchain could also ensure the data is original.
standardization phase, all criteria have to be made For example, if blockchain is used to store patients
and agreed. When a blockchain is born, it could be health information, the information could not be
tested with the agreed criteria to valid if the tampered and it is hard to stole those private
blockchain works fine as developers claim. As for information. When it comes to data analytics,
testing phase, blockchain testing needs to be transactions on blockchain could be used for big
performed with different criteria. For example, an data analytics. For example, user trading patterns
user who is in charge of online retail business might be extracted. Users can predict their
cares about the throughput of the blockchain, so potential partners’ trading behaviours with the
the examination needs to test the average time analysis.
from a user send a transaction to the transaction is
packed into the blockchain, capacity for a 4. Blockchain applications
blockchain block and etc. Currently most blockchains are used in the
financial domain, more and more applications for
2. Stop the tendency to centralization different fields are appearing. Traditional
Blockchain is designed as a decentralized system. industries could take blockchain into consideration
However, there is a trend that miners are and apply blockchain into their fields to enhance
centralized in the mining pool. Up to now, the top their systems. For example, user reputations could
5 mining pools together owns larger than 51% of be stored on blockchain. At the same time, the up-
the total hash power in the Bitcoin network. Apart and-coming industry could make use of
from that, selfish mining strategy showed that blockchain to improve performance. For example,
pools with over 25% of total computing power Arcade City, a ridesharing startup offers an open
could get more revenue than fair share. Rational marketplace where riders connect directly with
miners would be attracted into the selfish pool and drivers by leveraging blockchain technology. A
finally the pool could easily exceed 51% of the smart contract is a computerized transaction
protocol that executes the terms of a contract . It 2. S. Nakamoto, “Bitcoin: A peer-to-peer
has been proposed for long time and now this electronic cash system,” 2008. [Online].
concept can be implemented with blockchain. In Available: https://bitcoin.org/bitcoin.pdf
blockchain, smart contract is a code fragment that
could be executed by miners automatically. Smart 3. G. W. Peters, E. Panayi, and A. Chapelle,
contract has transformative potential in various “Trends in crypto-currencies and blockchain
fields like financial services and IoT. technologies: A monetary theory and
regulation perspective,” 2015. [Online].
XI. CONCLUSION: Available: http://dx.doi.org/10.2139/ssrn.
2646618
Blockchain has shown its potential for transforming
traditional industry with its key characteristics:
4. G. Foroglou and A.-L. Tsilidou, “Further
decentralization, persistency, anonymity and
applications of the blockchain,” 2015.
auditability. In this paper, we present a
comprehensive overview on blockchain. We first
5. A. Kosba, A. Miller, E. Shi, Z. Wen, and C.
give an overview of blockchain technologies
Papamanthou, “Hawk: The blockchain model
including blockchain architecture and key
of cryptography and privacy-preserving smart
characteristics of blockchain. We then discuss the
contracts,” in Proceedings of IEEE
typical consensus algorithms used in blockchain.
Symposium on n Security and Privacy (SP),
We analyzed and compared these protocols in
San Jose, CA, USA, 2016, pp. 839–858.
different respects. Furthermore, we listed some
challenges and problems that would hinder
blockchain development and summarized some
existing approaches for solving these problems.
Some possible future directions are also proposed.
Nowadays blockchain-based applications are
springing up and we plan to conduct in-depth
investigations on blockchain-based applications in
the future.

XII. REFERENCE:
1. “State of blockchain q1 2016: Blockchain
funding overtakes bitcoin,” 2016. [Online].
Available: http://www.coindesk.com/ state-of-
blockchain-q1-2016/

You might also like