SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 6, September-October 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1420
A Study on Applications of Blockchain
Nitin1, Dr. Lakshmi J. V. N2, Sharique Raza1
1Student, 2Associate Professor,
1,2MCA Computer Science Department, Jain (Deemed-to-be) University, Bengaluru, Karnataka, India
ABSTRACT
Blockchain technology has changed therevolutionofdata storageandprivacy.
Decentralized data storage technique in Blockchainintroducedthedependent
ledger system. The main motive of Blockchain is to avoid the third party
authorization and validation process and intermediaries. This research
process shows the different areas where Blockchain can be implemented and
some guidelines. And what are the factors need to be considered while
deploying the distributed ledgers.
KEYWORDS: Blockchain, Bitcoin, Ledger, Validation
How to cite this paper: Nitin | Dr.
Lakshmi J. V. N | Sharique Raza "A Study
on Applications of
Blockchain"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-4 | Issue-6, October 2020,
pp.1420-1422, URL:
www.ijtsrd.com/papers/ijtsrd33693.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
1. INTRODUCTION
The current data storage and processing methods which is
centralized and involvement of intermediaries is not
trustworthy as the data creation and storing is increasing
rapidly. The Blockchain introduces thedecentralizationdata
and ledger maintenance. Blockchain was invented by a
person (or group of people) using the name Satoshi
Nakamoto in 2008 to serve as the public transaction ledger
of the cryptocurrency Bitcoin. Finance industry is the
primary area where Blockchain is more focused. Bitcoin
(Satoshi Nakamoto invention) was the first cyptocurrency
which is deployed on the Blockchaintechnology.Thecurrent
finance industry has some challenges over the ownership
maintenance and retracing records. As there ishighgrowing
rate of financial assets is leading to new problems. in every
transaction there is involvement of intermediaries
(merchants/banks) which authorizes and validates theuser
credentials before successfully completing the transaction,
this process is time consuming and less efficient. Instead of
third-party validation process, the Blockchain helps the
participants to validate the request and append the
transaction detail to their ledger and here the network itself
is validating. The Blockchain mechanism can be deployed in
many areas where it can easily eliminate the fraudulent
possibility[7].
1.1. Public and Private Blockchain
Decentralized distributed ledger on the Blockchain network
is the heart of every transaction in it. Centralized data
storage and processing is not efficient compare to
distributed, avoiding the failure of central node, backup and
there will be very less down time, but the cost is high than
centralized. And there should be redundancycontrol needto
be done. The cryptocurrency Bitcoin uses public key
(Asymmetric method) to make the transaction happen,
example the sender need public key of receiver which is
available in the network without real worldidentitymapped
to it to maintain the anonymity, the sender sends the
transaction detail over the network (broadcasting) to
append on the ledger over every node(participant) in the
Blockchain network, this process is little challenging as
every participant need to validate the transaction,finallythe
value(coin) will be transferred[9][10].
Basically the Bitcoin is generated using mathematical
function (hash) and using Proof-of-work and using thesame
it’s able to verify the transaction, if these requirements is
fulfilled then the Bitcoin is accepted in the Blockchain
network. The hash value of each Bitcoinisalsomaintainedin
the ledger (mapped to the wallet address) for traceable
purpose. The Blockchain network can be public or private.
Public Blockchain network is open to everyone, anyone can
participate to make and validate the transactions on the
internet, here the participant authorization and access
control is poor as compare to private, everyone has write
permission. But in private Blockchain network there are
limited participant can take part, if the purposeissomething
where the public needs more access, then the write
permission is only authorized to some nodes in the network
IJTSRD33693
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1421
like validating process[8][7]. The node which has write
permission can restrict the data appending to participants.
The objective of the business defines the need and level of
decentralization. AsthemarketisgettinghypeonBlockchain
implementation the restriction should be created
thoroughly. In simple terms the data which is not necessary
for the normal users should not beshared,whichmayleadto
future loss for the business.
Integration of different technologies with Blockchain can
extend the limit of areas of implementation. Like between
Blockchain and Artificial Intelligence (AI) and Big data
Analytics is likely to reshape the current and future
operational and management practices in most of the
organizations.Themostimportantarea ofimplementationof
Blockchain can in information security to store network log
and monitor the entire organization IT infrastructure [1].
2. General Operational Architecture of Blockchain
Fig 1 Ethereum’s Blockchain general architecture
The architecture of sample working Ethereum Blockchain
illustrates the operations carried out throughout a
trasanction cycle.Thedeployedsmartcontract(one-time and
written in Solidity programming language) acts as
predefined operation functions that are calledbyexternal or
internal object’s, based on the request EVM handles all the
bytecode, opcode, and generate hash of values/variable to
carry further CRUD(create, read, update, delete) operations.
User directly sends trasanction comission fee to smart
contract address for making changes on existing data or
creating a new one, and for viewing the data the smart
contract doesn’t charge. The smart contract must go under
testing for serveral times because once the smart contract is
deployed, the team cannot modify or fix any later found
bugs, or else the complete network should be reset and re-
deploy the new smart contract. And its possible to deploy
multiple smart contracts on single network for an
appication. In general the smart contract is the main object
to interact with blockchain network andwithitsdata,andits
responsible for complete validation of trasaction’s. The
architecture does also shows the commonized way of most
of the Blockchain development platform [5][10].
3. Applications Of Blockchain Technology
3.1. Finance Industry
There are tons of challenges that are currently the
Banking/Finance sector is facing, as service provider needs
to maintain the customer privacy, accountability and able to
trace back the transaction ownership because the digital
assets from the customer is rapidly growing which comes
with new problem for maintenance andownershipchaining.
The biggest problem that Blockchain technology cansolveis
it provides the ability to traceback thetransactionandinitial
fraudulent activity. It can revolutionize the finance industry
completely. And current startupsworkingondevelopingthe
Blockchain based private network connecting to partnered
organization. Like Fintech, Linux Foundation, IBM which is
working on open sourcing their Blockchain architectureand
many more. Another Financial factor can eased with
Blockchain is to develop the global Blockchain public ledger
to perform any financial operation across the countrieswith
the help of an application integrated with decentralized
mobile network[3][4].
With the help of Smart-contractmechanismcaneasilycreate
the user level of operational applications on the Blockchain
network, It completely avoid the third party validation
process that can save plenty amount of time and cost
authorization. The Smart-contract can also becustomizedto
the specified requirement of the organization.
3.2. Healthcare
The patient’s data is very confidential, the information on
wrong hands can risk the patient’s life. The Blockchain
technology can fulfill all the need by deploying privately,
because the private Blockchain network can avoid the third
party or any external organizations to access the patient’s
current disease information, the business can useusersdata
for their benefits like promotions and advertisements. The
private network can give the privilege to user on data
control. Only the physicians can access with updated (last
append on ledger) information this can savelotofresource’s
cost. All the physicians can access the patient’s data
anywhere differing from one hospital to another with user
permission (private key required) [6].
Pharmacists can also access the patient’s data from the
decentralized database directly so the useful operations can
be done with less cost. Pharmacist’s can assist the patient’s
perfectly on the required medical course.
3.3. Supply Chain Management
The E-commerce companies facing the problem of product
tracking from the manufacturing of products till the
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1422
customer delivery, which sometimes leadtolossinbusiness,
the Blockchain technology can help the businesstotrack and
store the position on the ledger. The productpositiondetails
will be stored in decentralized areas where each node can
validate each process, Proof-of-Work is electronically
recorder on the ledger. Can save cost and it is more efficient
compare to the existing storage.
3.4. Internet of Things (IoT)
Adopting a global standardizedpeer-to-peercommunication
to process the hundreds of billions of transactions between
devices will effectively reduce the cost in installing and
maintaining the large centralized data centers and will
distribute computation and storage needsacrossthe billions
of devices that form IoT networks. This will prevent failure
in any single node in a network from bringing the entire
network down. Providing thesecurityfactorsfor eachdevice
in a network is very challenging like the data collected from
the sensors observation should maintain the confidentiality
and integrity. This problem can easily be solved using
Blockchain technology with decentralized distributed data
storage technique [1].
3.5. Cloud storage platform
The current cloud storage providers are concerned and
focused on the user data privacy, which leads to time
consuming authorization process, the decentralized
distributed storagesystemcanhavepeer-to-peerconnection
and information sharing.
3.6. Identity and Voting system
Global identity of a person is going to be must thing, trading
between countries needs the legitimate person’s identity
from both the sides. This is a very concerned problem being
faced by many people nowadays, the Blockchain technology
can help to store the any person’s identity details in a
decentralized manner and it is easy to access from
anywhere. The great initiative taken by Indian government,
assigning a unique 16-digit number with person’s identity
details. It is very easy to access the refer between different
platform. In the same way the global identity record can be
implemented using Blockchain. It can save access time and
cost involved in current systems. Here the user has also
control on his/her personal details, with whom they can
share the details and how much [2].
The voting system is very confidential, the person’s vote
should not be modified by anyone. The distributed ledger in
a private network can eliminate this problem completely.
The voting status is being shared in the Blockchain network,
validated and appended to ledger, this way only authorized
node in the network can legitimate the entire process.
4. Conclusion
There are plenty of other fields where the Blockchain
technology can help to maintain the confidentiality and
integrity of each operation over the network. Like student
document submission records, smart home appliances,
music industry to maintain the copy rights, insurance
claiming process etc. Decentralized distributed data
management is currently being used in many industries but
there is validation and access control on each operation. The
Blockchain technology has the ability to handle the usage
databases with proper authorization andvalidationprocess.
It introduces the global ethical standards with node-to-node
data storing. In future this technology can help in improving
the business, legitimate data sharing and trading and can
also help the countries to democratizing the economy.
REFERENCES
[1] Banafa, A. (2017, January 10). /newsletter/January-
2017. Retrieved from iot.ieee.org:
https://iot.ieee.org/newsletter/january-2017/iot-
and-blockchain-convergence-benefits-and-
challenges.html
[2] Guy Zyskind, O. N. (2015). Decentralizing Privacy:
Using Blockchain to Protect Personal Data. IEEE, 2, 5.
[3] Joe Abou Jaoude, R. G. (2019). Blockchain
Applications -–Usage in Different Domains. IEEE,
3,4,8,10.
[4] Lu, Y. (2018). Blockchain: A Survey on Functions,
Applications and Open Issues. World Scientific
Publishing Co Pte Ltd, 1,2,3,4,5.
[5] Maher Alharby, A. A. (2019). Blockchain-based Smart
Contracts: A Systematic Mapping Study of Academic
Research. IEEE, 2,3.
[6] Mettler, M. (2016). Blockchain Technology in
Healthcare – The Revolution Starts Here. IEEE, 2,3,4.
[7] Michal Nofer, P. G. (2017). Blockchain. SpringerLink,
2,3.
[8] Pilkington, M. (2016). Blockchain Technology:
Principles and Applications. SSRN, 5,6,7,8,10,11.
[9] Underwood, S. (2016, October).
doi/10.1145/2994581. Retrieved from dl.acm.org:
https://dl.acm.org/doi/pdf/10.1145/2994581
[10] Zibin Zheng, S. X. (2017). An Overview of Blockchain
Technology: Architecture, Consensus, and Future
Trends. IEEE, 1,2,3,4.

More Related Content

What's hot

6 Key Blockchain Features You Need to Know Now
6 Key Blockchain Features You Need to Know Now6 Key Blockchain Features You Need to Know Now
6 Key Blockchain Features You Need to Know Now
101 Blockchains
 

What's hot (19)

Huashan chen, marcus pendleton, laurent njilla, and shouhuai xu
Huashan chen, marcus pendleton, laurent njilla, and shouhuai xuHuashan chen, marcus pendleton, laurent njilla, and shouhuai xu
Huashan chen, marcus pendleton, laurent njilla, and shouhuai xu
 
Blockchain Technology in Banking Services - A Review
Blockchain Technology in Banking Services - A ReviewBlockchain Technology in Banking Services - A Review
Blockchain Technology in Banking Services - A Review
 
Blockchain in Healthcare
Blockchain in Healthcare Blockchain in Healthcare
Blockchain in Healthcare
 
Blockchain in healthcare sector
Blockchain in healthcare sectorBlockchain in healthcare sector
Blockchain in healthcare sector
 
6 Key Blockchain Features You Need to Know Now
6 Key Blockchain Features You Need to Know Now6 Key Blockchain Features You Need to Know Now
6 Key Blockchain Features You Need to Know Now
 
Blockchain in healthcare
Blockchain in healthcareBlockchain in healthcare
Blockchain in healthcare
 
Blockchain & Pharma
Blockchain & PharmaBlockchain & Pharma
Blockchain & Pharma
 
Top 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare securityTop 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare security
 
Distributed ledger technical research in central bank of brazil
Distributed ledger technical research in central bank of brazilDistributed ledger technical research in central bank of brazil
Distributed ledger technical research in central bank of brazil
 
Personal health data and blockchain
Personal health data and blockchainPersonal health data and blockchain
Personal health data and blockchain
 
Blockchain in Healthcare
Blockchain in HealthcareBlockchain in Healthcare
Blockchain in Healthcare
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsBlockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and Investors
 
Pistoia Alliance Blockchain Webinar 20 June 2017
Pistoia Alliance Blockchain Webinar 20 June 2017Pistoia Alliance Blockchain Webinar 20 June 2017
Pistoia Alliance Blockchain Webinar 20 June 2017
 
A Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public CloudA Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public Cloud
 
Blockchain for Healthcare
Blockchain for HealthcareBlockchain for Healthcare
Blockchain for Healthcare
 
Developing a Healthcare Blockchain Solution
Developing a Healthcare Blockchain SolutionDeveloping a Healthcare Blockchain Solution
Developing a Healthcare Blockchain Solution
 
HealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using BlockchainHealthBlock: A Secured Healthcare Data using Blockchain
HealthBlock: A Secured Healthcare Data using Blockchain
 
Shane Ninai on blockchain technology
Shane Ninai on blockchain technologyShane Ninai on blockchain technology
Shane Ninai on blockchain technology
 

Similar to A Study on Applications of Blockchain

Similar to A Study on Applications of Blockchain (20)

Blockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual OverviewBlockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual Overview
 
Scaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain TechnologyScaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain Technology
 
Use case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTUUse case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTU
 
Funding Application for Start-ups with Blockchain Approach
Funding Application for Start-ups with Blockchain ApproachFunding Application for Start-ups with Blockchain Approach
Funding Application for Start-ups with Blockchain Approach
 
IRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum BlockchainIRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
 
IRJET- Different Blockchain Platforms and Algorithms
IRJET-  	  Different Blockchain Platforms and AlgorithmsIRJET-  	  Different Blockchain Platforms and Algorithms
IRJET- Different Blockchain Platforms and Algorithms
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
 
Blockchain Technology Overview
Blockchain Technology OverviewBlockchain Technology Overview
Blockchain Technology Overview
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
 
Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking
 
Blockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive reviewBlockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive review
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
 
IRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for TransactionIRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for Transaction
 
IRJET- An Approach to Authenticating Devise in IoT using Blockchain
IRJET-  	  An Approach to Authenticating Devise in IoT using BlockchainIRJET-  	  An Approach to Authenticating Devise in IoT using Blockchain
IRJET- An Approach to Authenticating Devise in IoT using Blockchain
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
IoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and RisksIoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and Risks
 
Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
ijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
ijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
ijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
ijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
ijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

A Study on Applications of Blockchain

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 6, September-October 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1420 A Study on Applications of Blockchain Nitin1, Dr. Lakshmi J. V. N2, Sharique Raza1 1Student, 2Associate Professor, 1,2MCA Computer Science Department, Jain (Deemed-to-be) University, Bengaluru, Karnataka, India ABSTRACT Blockchain technology has changed therevolutionofdata storageandprivacy. Decentralized data storage technique in Blockchainintroducedthedependent ledger system. The main motive of Blockchain is to avoid the third party authorization and validation process and intermediaries. This research process shows the different areas where Blockchain can be implemented and some guidelines. And what are the factors need to be considered while deploying the distributed ledgers. KEYWORDS: Blockchain, Bitcoin, Ledger, Validation How to cite this paper: Nitin | Dr. Lakshmi J. V. N | Sharique Raza "A Study on Applications of Blockchain" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-6, October 2020, pp.1420-1422, URL: www.ijtsrd.com/papers/ijtsrd33693.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) 1. INTRODUCTION The current data storage and processing methods which is centralized and involvement of intermediaries is not trustworthy as the data creation and storing is increasing rapidly. The Blockchain introduces thedecentralizationdata and ledger maintenance. Blockchain was invented by a person (or group of people) using the name Satoshi Nakamoto in 2008 to serve as the public transaction ledger of the cryptocurrency Bitcoin. Finance industry is the primary area where Blockchain is more focused. Bitcoin (Satoshi Nakamoto invention) was the first cyptocurrency which is deployed on the Blockchaintechnology.Thecurrent finance industry has some challenges over the ownership maintenance and retracing records. As there ishighgrowing rate of financial assets is leading to new problems. in every transaction there is involvement of intermediaries (merchants/banks) which authorizes and validates theuser credentials before successfully completing the transaction, this process is time consuming and less efficient. Instead of third-party validation process, the Blockchain helps the participants to validate the request and append the transaction detail to their ledger and here the network itself is validating. The Blockchain mechanism can be deployed in many areas where it can easily eliminate the fraudulent possibility[7]. 1.1. Public and Private Blockchain Decentralized distributed ledger on the Blockchain network is the heart of every transaction in it. Centralized data storage and processing is not efficient compare to distributed, avoiding the failure of central node, backup and there will be very less down time, but the cost is high than centralized. And there should be redundancycontrol needto be done. The cryptocurrency Bitcoin uses public key (Asymmetric method) to make the transaction happen, example the sender need public key of receiver which is available in the network without real worldidentitymapped to it to maintain the anonymity, the sender sends the transaction detail over the network (broadcasting) to append on the ledger over every node(participant) in the Blockchain network, this process is little challenging as every participant need to validate the transaction,finallythe value(coin) will be transferred[9][10]. Basically the Bitcoin is generated using mathematical function (hash) and using Proof-of-work and using thesame it’s able to verify the transaction, if these requirements is fulfilled then the Bitcoin is accepted in the Blockchain network. The hash value of each Bitcoinisalsomaintainedin the ledger (mapped to the wallet address) for traceable purpose. The Blockchain network can be public or private. Public Blockchain network is open to everyone, anyone can participate to make and validate the transactions on the internet, here the participant authorization and access control is poor as compare to private, everyone has write permission. But in private Blockchain network there are limited participant can take part, if the purposeissomething where the public needs more access, then the write permission is only authorized to some nodes in the network IJTSRD33693
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1421 like validating process[8][7]. The node which has write permission can restrict the data appending to participants. The objective of the business defines the need and level of decentralization. AsthemarketisgettinghypeonBlockchain implementation the restriction should be created thoroughly. In simple terms the data which is not necessary for the normal users should not beshared,whichmayleadto future loss for the business. Integration of different technologies with Blockchain can extend the limit of areas of implementation. Like between Blockchain and Artificial Intelligence (AI) and Big data Analytics is likely to reshape the current and future operational and management practices in most of the organizations.Themostimportantarea ofimplementationof Blockchain can in information security to store network log and monitor the entire organization IT infrastructure [1]. 2. General Operational Architecture of Blockchain Fig 1 Ethereum’s Blockchain general architecture The architecture of sample working Ethereum Blockchain illustrates the operations carried out throughout a trasanction cycle.Thedeployedsmartcontract(one-time and written in Solidity programming language) acts as predefined operation functions that are calledbyexternal or internal object’s, based on the request EVM handles all the bytecode, opcode, and generate hash of values/variable to carry further CRUD(create, read, update, delete) operations. User directly sends trasanction comission fee to smart contract address for making changes on existing data or creating a new one, and for viewing the data the smart contract doesn’t charge. The smart contract must go under testing for serveral times because once the smart contract is deployed, the team cannot modify or fix any later found bugs, or else the complete network should be reset and re- deploy the new smart contract. And its possible to deploy multiple smart contracts on single network for an appication. In general the smart contract is the main object to interact with blockchain network andwithitsdata,andits responsible for complete validation of trasaction’s. The architecture does also shows the commonized way of most of the Blockchain development platform [5][10]. 3. Applications Of Blockchain Technology 3.1. Finance Industry There are tons of challenges that are currently the Banking/Finance sector is facing, as service provider needs to maintain the customer privacy, accountability and able to trace back the transaction ownership because the digital assets from the customer is rapidly growing which comes with new problem for maintenance andownershipchaining. The biggest problem that Blockchain technology cansolveis it provides the ability to traceback thetransactionandinitial fraudulent activity. It can revolutionize the finance industry completely. And current startupsworkingondevelopingthe Blockchain based private network connecting to partnered organization. Like Fintech, Linux Foundation, IBM which is working on open sourcing their Blockchain architectureand many more. Another Financial factor can eased with Blockchain is to develop the global Blockchain public ledger to perform any financial operation across the countrieswith the help of an application integrated with decentralized mobile network[3][4]. With the help of Smart-contractmechanismcaneasilycreate the user level of operational applications on the Blockchain network, It completely avoid the third party validation process that can save plenty amount of time and cost authorization. The Smart-contract can also becustomizedto the specified requirement of the organization. 3.2. Healthcare The patient’s data is very confidential, the information on wrong hands can risk the patient’s life. The Blockchain technology can fulfill all the need by deploying privately, because the private Blockchain network can avoid the third party or any external organizations to access the patient’s current disease information, the business can useusersdata for their benefits like promotions and advertisements. The private network can give the privilege to user on data control. Only the physicians can access with updated (last append on ledger) information this can savelotofresource’s cost. All the physicians can access the patient’s data anywhere differing from one hospital to another with user permission (private key required) [6]. Pharmacists can also access the patient’s data from the decentralized database directly so the useful operations can be done with less cost. Pharmacist’s can assist the patient’s perfectly on the required medical course. 3.3. Supply Chain Management The E-commerce companies facing the problem of product tracking from the manufacturing of products till the
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD33693 | Volume – 4 | Issue – 6 | September-October 2020 Page 1422 customer delivery, which sometimes leadtolossinbusiness, the Blockchain technology can help the businesstotrack and store the position on the ledger. The productpositiondetails will be stored in decentralized areas where each node can validate each process, Proof-of-Work is electronically recorder on the ledger. Can save cost and it is more efficient compare to the existing storage. 3.4. Internet of Things (IoT) Adopting a global standardizedpeer-to-peercommunication to process the hundreds of billions of transactions between devices will effectively reduce the cost in installing and maintaining the large centralized data centers and will distribute computation and storage needsacrossthe billions of devices that form IoT networks. This will prevent failure in any single node in a network from bringing the entire network down. Providing thesecurityfactorsfor eachdevice in a network is very challenging like the data collected from the sensors observation should maintain the confidentiality and integrity. This problem can easily be solved using Blockchain technology with decentralized distributed data storage technique [1]. 3.5. Cloud storage platform The current cloud storage providers are concerned and focused on the user data privacy, which leads to time consuming authorization process, the decentralized distributed storagesystemcanhavepeer-to-peerconnection and information sharing. 3.6. Identity and Voting system Global identity of a person is going to be must thing, trading between countries needs the legitimate person’s identity from both the sides. This is a very concerned problem being faced by many people nowadays, the Blockchain technology can help to store the any person’s identity details in a decentralized manner and it is easy to access from anywhere. The great initiative taken by Indian government, assigning a unique 16-digit number with person’s identity details. It is very easy to access the refer between different platform. In the same way the global identity record can be implemented using Blockchain. It can save access time and cost involved in current systems. Here the user has also control on his/her personal details, with whom they can share the details and how much [2]. The voting system is very confidential, the person’s vote should not be modified by anyone. The distributed ledger in a private network can eliminate this problem completely. The voting status is being shared in the Blockchain network, validated and appended to ledger, this way only authorized node in the network can legitimate the entire process. 4. Conclusion There are plenty of other fields where the Blockchain technology can help to maintain the confidentiality and integrity of each operation over the network. Like student document submission records, smart home appliances, music industry to maintain the copy rights, insurance claiming process etc. Decentralized distributed data management is currently being used in many industries but there is validation and access control on each operation. The Blockchain technology has the ability to handle the usage databases with proper authorization andvalidationprocess. It introduces the global ethical standards with node-to-node data storing. In future this technology can help in improving the business, legitimate data sharing and trading and can also help the countries to democratizing the economy. REFERENCES [1] Banafa, A. (2017, January 10). /newsletter/January- 2017. Retrieved from iot.ieee.org: https://iot.ieee.org/newsletter/january-2017/iot- and-blockchain-convergence-benefits-and- challenges.html [2] Guy Zyskind, O. N. (2015). Decentralizing Privacy: Using Blockchain to Protect Personal Data. IEEE, 2, 5. [3] Joe Abou Jaoude, R. G. (2019). Blockchain Applications -–Usage in Different Domains. IEEE, 3,4,8,10. [4] Lu, Y. (2018). Blockchain: A Survey on Functions, Applications and Open Issues. World Scientific Publishing Co Pte Ltd, 1,2,3,4,5. [5] Maher Alharby, A. A. (2019). Blockchain-based Smart Contracts: A Systematic Mapping Study of Academic Research. IEEE, 2,3. [6] Mettler, M. (2016). Blockchain Technology in Healthcare – The Revolution Starts Here. IEEE, 2,3,4. [7] Michal Nofer, P. G. (2017). Blockchain. SpringerLink, 2,3. [8] Pilkington, M. (2016). Blockchain Technology: Principles and Applications. SSRN, 5,6,7,8,10,11. [9] Underwood, S. (2016, October). doi/10.1145/2994581. Retrieved from dl.acm.org: https://dl.acm.org/doi/pdf/10.1145/2994581 [10] Zibin Zheng, S. X. (2017). An Overview of Blockchain Technology: Architecture, Consensus, and Future Trends. IEEE, 1,2,3,4.