SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 277
Block Chain Technology-An Overview
R.Anusha1, A.Angayarkanni2
1,2Asst.Prof,Department of Computer Science,M.O.P.Vaishnav College For Women(Autonomous),Chennai
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Blockchain is nothing more than a mere data
structure with distributedmultiversionconcurrencycontrol.
According to blockchain technology developers, there are
roughly a thousand companies in the world focusing on
blockchain-related innovations at the moment. Only a small
fraction of these companies are working on actual
blockchain technology development. Blockchain as a
technology has the potential to change the way how
transactions are conducted in everyday life. In addition, the
applications of Blockchain are not limited to
cryptocurrencies, but the technology could be possibly
applied in various environments where some forms of
transactions are done. Therefore, to identifyandunderstand
the current status of research conducted on Blockchain, it is
important to gather all the technical challenges and to
evaluate challenges and the most problematic issues in
Blockchain at the moment.
Key words : Blockchain, Cryptocurrency, Technical
challenges
1. INTRODUCTION
A decentralized transaction and data management
technology which was developed for bitcoin cryptocurrency
management is called as blockchain. The significantfeatures
of block chain technology are security, anonymity and data
integrity maintained during the transactions1. The goal of
Blockchain technology is to create a decentralized
environment where no third party is in control of the
transactions and data. Block chain is a distributed data
management solution which maintains all the transactions
with reference to the number of nodes participating in the
network by recording the data in a public ledger including
the information of all the completed transactions and
sharing the same to all the participating nodes in the
network. Blockchain is a transparent system which
maintains the anonymity of the nodes participating in the
network which makes it very secure and reliable2.
The rest of the paper is organized as follows. Section 2
introduces the background of Blockchain and Bitcoin.
Section 3 and 4, we describe the usecase and challenges in
Block Chain technology and Section 5,concludes the paper.
2. BITCOIN AND BLOCKCHAIN
The Bitcoin system was proposed in 2008 by Satoshi
Nakamoto, that went online in January 2009 . A trading
website called MtGox was started in 2010, making the
exchange of bitcoins and conventional money significantly
easier. The system operates as an online peer-to-peer
network, anyone can join by installing a client application
and connecting it to the network3. The unit of thecurrency is
one bitcoin (abbreviated as BTC), and the smallest
transferable amount is .Insteadofhavinga bank
account maintained by a central authority, each user has a
Bitcoin address, that consists of a pair of public and private
keys. Existing bitcoins are associated to the public key of
their owner, and outgoing paymentshavetobesigned bythe
owner using his private key.
Block chain eliminates double spend problem with public
key cryptography concept where each agent is assigned a
private key and a public key shared with all agents.public
keys are cryptographicallygeneratedaddressesstoredin the
block chain.The significant feature of block chain is public
keys are never linked to real world entities.Transactionsare
enabled without revealing oneโ€™s identity4.
3.USECASE FOR THE CRITERIA TO BE CONSIDERED TO
DECIDE ON A BLOCK CHAIN TECHNOLOGY
Figure 1:Use Case for Block chain decision4
Blockchain technology is an emerging solution for
decentralized transactions and data management without
the need of a trusted third party. It is an open and
distributed ledger, enabling the recording of transactions
among various parties in a verifiable way. To date,
blockchains have been studied in several domains like
healthcare and supply chain management, but there has
been little work investigating its potential application in the
field of intrusion detection.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 278
4.CHALLENGES IN BLOCK CHAIN TECHNOLOGY:
Despite the technical capabilities of Block chain technology
being superior to other more conventional platforms the
block chain should have the adequate presence of three
factors such as demand,compettion and technical knowhow.
According to blockchain technology developers, there are
roughly a thousand companies in the world focusing on
blockchain-related innovations at the moment. Only a small
fraction of these companies are working on actual
blockchain technology development. At this point, it is still
uncertain whether the knowledge and the understanding on
this technology will spread enough to attract sufficient
numbers of customers, entrepreneurs and developers to
reach the critical mass of a stable mainstream
ecosystem6.Further factors such as regulatory changes can
affect the attraction in a significant manner.
Blockchain technology has also some technical challenges
and limitations that have been identified. The seven
technical challenges and limitations for the adaptation of
Blockchain technology in the future7:
๏‚ท Throughput: The potential throughput of issues in
the Bitcoin network is currently maximized to 7tps
(transactions per second). Other transaction
processing networks are VISA (2,000tps) and
Twitter (5,000tps). When the frequency of
transactions in Blockchain increases to similar
levels, the throughput of the Blockchain network
needs to be improved.
๏‚ท Latency: To create sufficient security for a Bitcoin
transaction block, it takes currently roughly 10
minutes to complete one transaction. To achieve
efficiency in security, more time hastobespentona
block, because it has to outweigh the cost of double
spending attacks.
๏‚ท Size and bandwidth:. The Bitcoin community
assumes that the size of one block is 1MB, and a
block is created every ten minutes. Therefore, there
is a limitation in the number oftransactionsthatcan
be handled (on average 500 transaction in one
block. If the Blockchain needs to control more
transactions, the size and bandwidth issues have to
be solved.
๏‚ท Security: The current Blockchain has a possibility
of a 51% attack. In a 51% attack a single entity
would have full control of the majority of the
networkโ€™s mining hash-rate and would be able to
manipulate Blockchain. To overcome this issue,
more research on security is necessary.
๏‚ท Wasted resources: Mining Bitcoin wastes huge
amounts of energy ($15million/day). The waste in
Bitcoin is caused by the Proof-of-Work effort.There
are some alternatives in industry fields, such as
proof-of-stake.
๏‚ท Usability: The Bitcoin APIfordevelopingservicesis
difficult to use. There is a need to develop a more
developer-friendly API for Blockchain. This could
resemble REST APIs.
Versioning, hard forks, multiplechains:Asmall chainthat
consists of a small number of nodes has a higher possibility
of a 51% attack. Another issueemergeswhenchainsaresplit
for administrative or versioning purposes.
๏‚ท Scalability issues pertaining to the blockchain that
might lead to centralization, which is casting a
shadow over the future of the cryptocurrency.
๏‚ท Processing power and time required to perform
encryption for all the objects involved in a
blockchain-based ecosystem. IoT ecosystems are
very diverse. In contrast to generic computing
networks, IoT networks are comprised of devices
that have very different computing capabilities,and
not all of them will be capable of running the same
encryption algorithms at the desired speed.
๏‚ท Storage too will be a hurdle. Blockchain eliminates
the need for a central server to store transactions
and device IDs, but the ledger has to be stored on
the nodes themselves. And the ledger will increase
in size as time passes. That is beyond the
capabilities of a wide range of smart devicessuchas
sensors, which have very low storage capacity.
๏‚ท Lack of skills: few people understand how
blockchain technology really works and when you
add IoT to the mix that number will shrink
drastically.
๏‚ท Legal and compliance issues: It's a new territory in
all aspects without any legal or compliance code to
follow, which is a serious problem for
manufacturersandserviceproviders.Thischallenge
alone will scare off many businesses from using
blockchain technology.
5. CONCLUSION
Blockchain as a technology has the potential to change the
way how transactions are conducted in everyday life. In
addition, the applications of Blockchain are not limited to
cryptocurrencies, but the technology could be possibly
applied in various environments where some forms of
transactions are done. The research on the possibilities of
Blockchain in applications is certainlyaninterestingarea for
future research, but at the moment Blockchain suffers from
technical limitations and challenges8.Though blockchain
development projects are emerging, research in blockchain
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 279
is in its infancy. The essence of blockchain lies in itsabilityto
support trustworthy transactions via networked
computation in place of human monitorandcontrol.It would
be quite exciting for researchers to participate in realization
of blockchain impacts, and inevitably, we will see more
business research in blockchain in the next few years.
6 .REFERENCES
1. Where Is Current Research on Blockchain
Technology?- A Systematic Review , esse Yli-
Huumo,Deokyoon Ko,Sujin Choi ,Sooyong Park,Kari
Smolander published: October 3, 2016
2. https://doi.org/10.1371/journal.pone.0163477)
3. โ€œDo the Rich Get Richer?โ€-An Empirical Analysisofthe
Bitcoin TransactionNetwork, KondorD,PรณsfaiM,Csabai
I, Vattay G 2014 PLoS ONE 9(2): e86197.
https://doi.org/10.1371/journal.pone.0086197)
4.Research handbook on digital transformations Xavier
Olleros and Majlinda Zhegu,Universite du Quebec
a,Montreal,Canada
5. https://blockchainatberkeley.blog/building-it-better-
a-simple-guide-to-blockchain-use-cases-de494a8f5b60
6.http://journals.plos.org/plosone/article?id=10.1371/j
ournal.pone.0163477
7. Understanding Blockchain by Melanie Swan- Chapter
1Breakdown
8.https://iot.ieee.org/newsletter/january-2017/iot-
and-blockchain-convergence-benefits-and-
challenges.html

More Related Content

What's hot

Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
WithTheBest
ย 

What's hot (20)

Secure and Smart IoT using Blockchain and AI
Secure and Smart  IoT using Blockchain and AISecure and Smart  IoT using Blockchain and AI
Secure and Smart IoT using Blockchain and AI
ย 
IRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future CurrencyIRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future Currency
ย 
The Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and BeyondThe Blockchain Wave in 2019 and Beyond
The Blockchain Wave in 2019 and Beyond
ย 
Blockchain for AI: Review and Open. Research Challenges K. SALAH, M. H. REHMA...
Blockchain for AI: Review and Open. Research Challenges K. SALAH, M. H. REHMA...Blockchain for AI: Review and Open. Research Challenges K. SALAH, M. H. REHMA...
Blockchain for AI: Review and Open. Research Challenges K. SALAH, M. H. REHMA...
ย 
Blockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab SlidesBlockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab Slides
ย 
BLOCKCHAIN TECHNOLOGY IN AGRICULTURE: A CASE STUDY OF BLOCKCHAIN START-UP...
BLOCKCHAIN TECHNOLOGY IN   AGRICULTURE: A CASE STUDY OF   BLOCKCHAIN START-UP...BLOCKCHAIN TECHNOLOGY IN   AGRICULTURE: A CASE STUDY OF   BLOCKCHAIN START-UP...
BLOCKCHAIN TECHNOLOGY IN AGRICULTURE: A CASE STUDY OF BLOCKCHAIN START-UP...
ย 
IoT on Blockchain Solution Overview
IoT on Blockchain Solution OverviewIoT on Blockchain Solution Overview
IoT on Blockchain Solution Overview
ย 
Blockchain for IoT
Blockchain for IoTBlockchain for IoT
Blockchain for IoT
ย 
Second line of defense for cybersecurity : Blockchain
Second line of defense for cybersecurity : BlockchainSecond line of defense for cybersecurity : Blockchain
Second line of defense for cybersecurity : Blockchain
ย 
Blockchain an introduction
Blockchain an introduction Blockchain an introduction
Blockchain an introduction
ย 
Hot technologies of 2019
Hot technologies of 2019Hot technologies of 2019
Hot technologies of 2019
ย 
Blockchain in Insurance 101
Blockchain in Insurance 101Blockchain in Insurance 101
Blockchain in Insurance 101
ย 
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
ย 
Blockchain Technology Report 2018
Blockchain Technology Report 2018Blockchain Technology Report 2018
Blockchain Technology Report 2018
ย 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
ย 
IEEE 5G World Forum: 8 trends of iot in 2018 and beyond july 9th 2018 santa ...
IEEE 5G World Forum:  8 trends of iot in 2018 and beyond july 9th 2018 santa ...IEEE 5G World Forum:  8 trends of iot in 2018 and beyond july 9th 2018 santa ...
IEEE 5G World Forum: 8 trends of iot in 2018 and beyond july 9th 2018 santa ...
ย 
Blockchain technology overview
Blockchain technology overviewBlockchain technology overview
Blockchain technology overview
ย 
Blockchain technology-report-final
Blockchain technology-report-finalBlockchain technology-report-final
Blockchain technology-report-final
ย 
Blockchain security a different perspective
Blockchain security a different perspectiveBlockchain security a different perspective
Blockchain security a different perspective
ย 
Global Digital Sukuk (GDS) - A basic framework
Global Digital Sukuk (GDS) - A basic frameworkGlobal Digital Sukuk (GDS) - A basic framework
Global Digital Sukuk (GDS) - A basic framework
ย 

Similar to IRJET- Probabilistic Stress Distribution in Thick Cylindrical Pipe using Finite Element Method

Similar to IRJET- Probabilistic Stress Distribution in Thick Cylindrical Pipe using Finite Element Method (20)

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
ย 
IRJET- A Survey on IoT Reference Architecture with Block Chain for Automatic ...
IRJET- A Survey on IoT Reference Architecture with Block Chain for Automatic ...IRJET- A Survey on IoT Reference Architecture with Block Chain for Automatic ...
IRJET- A Survey on IoT Reference Architecture with Block Chain for Automatic ...
ย 
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT][A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
ย 
IRJET- Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain NetworksIRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET- Consensus Mechanism on Secure Challenges in Blockchain Networks
ย 
IRJET- Blockchain Security Implementation for Financial Domains
IRJET- Blockchain Security Implementation for Financial DomainsIRJET- Blockchain Security Implementation for Financial Domains
IRJET- Blockchain Security Implementation for Financial Domains
ย 
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
ย 
IoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and RisksIoT and Blockchain Challenges and Risks
IoT and Blockchain Challenges and Risks
ย 
IRJET- Block Chain based Banking Application
IRJET- Block Chain based Banking ApplicationIRJET- Block Chain based Banking Application
IRJET- Block Chain based Banking Application
ย 
Blockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual OverviewBlockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual Overview
ย 
IRJET- Blockchain Technology in Cloud Computing : A Systematic Review
IRJET-  	  Blockchain Technology in Cloud Computing : A Systematic ReviewIRJET-  	  Blockchain Technology in Cloud Computing : A Systematic Review
IRJET- Blockchain Technology in Cloud Computing : A Systematic Review
ย 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on Cryptocurrency
ย 
Blockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and futureBlockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and future
ย 
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
ย 
7 major problems in blockchain
7 major problems in blockchain7 major problems in blockchain
7 major problems in blockchain
ย 
IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain Technology
ย 
IRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture Development
ย 
IRJET- Integrating Blockchain in Supply Chain
IRJET-  	  Integrating Blockchain in Supply ChainIRJET-  	  Integrating Blockchain in Supply Chain
IRJET- Integrating Blockchain in Supply Chain
ย 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
ย 
Disadvantages and Advantages of Blockchain
Disadvantages and Advantages of BlockchainDisadvantages and Advantages of Blockchain
Disadvantages and Advantages of Blockchain
ย 
IRJET- Transaction based Block Chain Cryptocurrency
IRJET-  	  Transaction based Block Chain CryptocurrencyIRJET-  	  Transaction based Block Chain Cryptocurrency
IRJET- Transaction based Block Chain Cryptocurrency
ย 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
ย 

Recently uploaded

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
ย 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
ย 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
ย 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 

IRJET- Probabilistic Stress Distribution in Thick Cylindrical Pipe using Finite Element Method

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 277 Block Chain Technology-An Overview R.Anusha1, A.Angayarkanni2 1,2Asst.Prof,Department of Computer Science,M.O.P.Vaishnav College For Women(Autonomous),Chennai ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Blockchain is nothing more than a mere data structure with distributedmultiversionconcurrencycontrol. According to blockchain technology developers, there are roughly a thousand companies in the world focusing on blockchain-related innovations at the moment. Only a small fraction of these companies are working on actual blockchain technology development. Blockchain as a technology has the potential to change the way how transactions are conducted in everyday life. In addition, the applications of Blockchain are not limited to cryptocurrencies, but the technology could be possibly applied in various environments where some forms of transactions are done. Therefore, to identifyandunderstand the current status of research conducted on Blockchain, it is important to gather all the technical challenges and to evaluate challenges and the most problematic issues in Blockchain at the moment. Key words : Blockchain, Cryptocurrency, Technical challenges 1. INTRODUCTION A decentralized transaction and data management technology which was developed for bitcoin cryptocurrency management is called as blockchain. The significantfeatures of block chain technology are security, anonymity and data integrity maintained during the transactions1. The goal of Blockchain technology is to create a decentralized environment where no third party is in control of the transactions and data. Block chain is a distributed data management solution which maintains all the transactions with reference to the number of nodes participating in the network by recording the data in a public ledger including the information of all the completed transactions and sharing the same to all the participating nodes in the network. Blockchain is a transparent system which maintains the anonymity of the nodes participating in the network which makes it very secure and reliable2. The rest of the paper is organized as follows. Section 2 introduces the background of Blockchain and Bitcoin. Section 3 and 4, we describe the usecase and challenges in Block Chain technology and Section 5,concludes the paper. 2. BITCOIN AND BLOCKCHAIN The Bitcoin system was proposed in 2008 by Satoshi Nakamoto, that went online in January 2009 . A trading website called MtGox was started in 2010, making the exchange of bitcoins and conventional money significantly easier. The system operates as an online peer-to-peer network, anyone can join by installing a client application and connecting it to the network3. The unit of thecurrency is one bitcoin (abbreviated as BTC), and the smallest transferable amount is .Insteadofhavinga bank account maintained by a central authority, each user has a Bitcoin address, that consists of a pair of public and private keys. Existing bitcoins are associated to the public key of their owner, and outgoing paymentshavetobesigned bythe owner using his private key. Block chain eliminates double spend problem with public key cryptography concept where each agent is assigned a private key and a public key shared with all agents.public keys are cryptographicallygeneratedaddressesstoredin the block chain.The significant feature of block chain is public keys are never linked to real world entities.Transactionsare enabled without revealing oneโ€™s identity4. 3.USECASE FOR THE CRITERIA TO BE CONSIDERED TO DECIDE ON A BLOCK CHAIN TECHNOLOGY Figure 1:Use Case for Block chain decision4 Blockchain technology is an emerging solution for decentralized transactions and data management without the need of a trusted third party. It is an open and distributed ledger, enabling the recording of transactions among various parties in a verifiable way. To date, blockchains have been studied in several domains like healthcare and supply chain management, but there has been little work investigating its potential application in the field of intrusion detection.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 278 4.CHALLENGES IN BLOCK CHAIN TECHNOLOGY: Despite the technical capabilities of Block chain technology being superior to other more conventional platforms the block chain should have the adequate presence of three factors such as demand,compettion and technical knowhow. According to blockchain technology developers, there are roughly a thousand companies in the world focusing on blockchain-related innovations at the moment. Only a small fraction of these companies are working on actual blockchain technology development. At this point, it is still uncertain whether the knowledge and the understanding on this technology will spread enough to attract sufficient numbers of customers, entrepreneurs and developers to reach the critical mass of a stable mainstream ecosystem6.Further factors such as regulatory changes can affect the attraction in a significant manner. Blockchain technology has also some technical challenges and limitations that have been identified. The seven technical challenges and limitations for the adaptation of Blockchain technology in the future7: ๏‚ท Throughput: The potential throughput of issues in the Bitcoin network is currently maximized to 7tps (transactions per second). Other transaction processing networks are VISA (2,000tps) and Twitter (5,000tps). When the frequency of transactions in Blockchain increases to similar levels, the throughput of the Blockchain network needs to be improved. ๏‚ท Latency: To create sufficient security for a Bitcoin transaction block, it takes currently roughly 10 minutes to complete one transaction. To achieve efficiency in security, more time hastobespentona block, because it has to outweigh the cost of double spending attacks. ๏‚ท Size and bandwidth:. The Bitcoin community assumes that the size of one block is 1MB, and a block is created every ten minutes. Therefore, there is a limitation in the number oftransactionsthatcan be handled (on average 500 transaction in one block. If the Blockchain needs to control more transactions, the size and bandwidth issues have to be solved. ๏‚ท Security: The current Blockchain has a possibility of a 51% attack. In a 51% attack a single entity would have full control of the majority of the networkโ€™s mining hash-rate and would be able to manipulate Blockchain. To overcome this issue, more research on security is necessary. ๏‚ท Wasted resources: Mining Bitcoin wastes huge amounts of energy ($15million/day). The waste in Bitcoin is caused by the Proof-of-Work effort.There are some alternatives in industry fields, such as proof-of-stake. ๏‚ท Usability: The Bitcoin APIfordevelopingservicesis difficult to use. There is a need to develop a more developer-friendly API for Blockchain. This could resemble REST APIs. Versioning, hard forks, multiplechains:Asmall chainthat consists of a small number of nodes has a higher possibility of a 51% attack. Another issueemergeswhenchainsaresplit for administrative or versioning purposes. ๏‚ท Scalability issues pertaining to the blockchain that might lead to centralization, which is casting a shadow over the future of the cryptocurrency. ๏‚ท Processing power and time required to perform encryption for all the objects involved in a blockchain-based ecosystem. IoT ecosystems are very diverse. In contrast to generic computing networks, IoT networks are comprised of devices that have very different computing capabilities,and not all of them will be capable of running the same encryption algorithms at the desired speed. ๏‚ท Storage too will be a hurdle. Blockchain eliminates the need for a central server to store transactions and device IDs, but the ledger has to be stored on the nodes themselves. And the ledger will increase in size as time passes. That is beyond the capabilities of a wide range of smart devicessuchas sensors, which have very low storage capacity. ๏‚ท Lack of skills: few people understand how blockchain technology really works and when you add IoT to the mix that number will shrink drastically. ๏‚ท Legal and compliance issues: It's a new territory in all aspects without any legal or compliance code to follow, which is a serious problem for manufacturersandserviceproviders.Thischallenge alone will scare off many businesses from using blockchain technology. 5. CONCLUSION Blockchain as a technology has the potential to change the way how transactions are conducted in everyday life. In addition, the applications of Blockchain are not limited to cryptocurrencies, but the technology could be possibly applied in various environments where some forms of transactions are done. The research on the possibilities of Blockchain in applications is certainlyaninterestingarea for future research, but at the moment Blockchain suffers from technical limitations and challenges8.Though blockchain development projects are emerging, research in blockchain
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 279 is in its infancy. The essence of blockchain lies in itsabilityto support trustworthy transactions via networked computation in place of human monitorandcontrol.It would be quite exciting for researchers to participate in realization of blockchain impacts, and inevitably, we will see more business research in blockchain in the next few years. 6 .REFERENCES 1. Where Is Current Research on Blockchain Technology?- A Systematic Review , esse Yli- Huumo,Deokyoon Ko,Sujin Choi ,Sooyong Park,Kari Smolander published: October 3, 2016 2. https://doi.org/10.1371/journal.pone.0163477) 3. โ€œDo the Rich Get Richer?โ€-An Empirical Analysisofthe Bitcoin TransactionNetwork, KondorD,PรณsfaiM,Csabai I, Vattay G 2014 PLoS ONE 9(2): e86197. https://doi.org/10.1371/journal.pone.0086197) 4.Research handbook on digital transformations Xavier Olleros and Majlinda Zhegu,Universite du Quebec a,Montreal,Canada 5. https://blockchainatberkeley.blog/building-it-better- a-simple-guide-to-blockchain-use-cases-de494a8f5b60 6.http://journals.plos.org/plosone/article?id=10.1371/j ournal.pone.0163477 7. Understanding Blockchain by Melanie Swan- Chapter 1Breakdown 8.https://iot.ieee.org/newsletter/january-2017/iot- and-blockchain-convergence-benefits-and- challenges.html