Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Janak Damre, Abhishek Kharche, Vikas Sanap, Siddhesh Jungade, Prof. Sudesh A. Bachwani
DOI Link: https://doi.org/10.22214/ijraset.2022.39855
Certificate: View Certificate
We\'ve been hearing a lot about cryptocurrencies lately. With about 3,000 distinct cryptocurrencies on the market right now, it\'s evident that they\'re here to stay, despite their unpredictable nature. But did you realise that nearly all cryptocurrencies are based on the same idea? Blockchain technology underpins nearly all cryptocurrencies. Blockchain, also known as the shared ledger, is one of the most secure digital technologies due to its distributed nature.
I. INTRODUCTION
A. What Is a Blockchain?
A blockchain is a decentralised database that is shared among computer network nodes. A blockchain acts as a database, storing information in a digital format. Blockchains are well known for their critical role in keeping a secure and decentralised record of transactions in cryptocurrency systems like Bitcoin. The blockchain's novelty is that it ensures the fidelity and security of a data record while also generating trust without the requirement for a trusted third party.
The structure of data in a blockchain differs significantly from that of a traditional database. A blockchain is a digital ledger that accumulates data in the form of blocks, which contain sets of data. When a block is full, it is closed and linked to the preceding one, producing a data chain known as the blockchain. All additional data that comes after that newly added block is compiled into a new block, which is then added to the chain once it's full.
A database organises data into tables, whereas a blockchain organises data into chunks (blocks) that are strung together, as the name suggests. When implemented in a decentralised manner, this data structure creates an irreversible data chronology. When a block is filled, it becomes permanent and part of the chronology. When each block is added to the chain, it is given a specific time stamp.
B. How does a Blockchain Work?
Blockchain is a technology that combines three fundamental components: cryptographic keys, a peer-to-peer network, and a digital ledger. There are two sorts of cryptography keys: private and public. Both of these keys are held by each individual or node and are used to establish a digital signature. The most significant feature of blockchain technology is the digital signature, which is a unique and secure digital identification reference. Every transaction is validated by the owner's digital signature.
In a peer-to-peer network, a mathematical verification authorises a deal or transaction. This peer-to-peer network is made up of a huge number of people who function as authorities in order to reach a consensus on transactions and other matters.
The digital ledger is a system that stores all of these transactions. In layman's terms, the digital ledger is a spreadsheet that contains all of the nodes in a network as well as the history of all purchases done by each node. The digital ledger's information is highly secure, and the digital signature protects it from being tampered with. The most intriguing aspect of this ledger is that anybody may view the information, but no one can alter it.
C. History of Blockchain
In his dissertation, Computer Systems Established, Maintained, and Trusted by Mutually Suspicious Groups, published in 1982, David Chaum suggested the first-ever blockchain-like protocol. Stuart Haber and W Scott Stornetta expanded on this concept in 1991, describing the method of creating a cryptographically protected chain of blocks with non-tamperable timestamps.
Satoshi Nakamoto, on the other hand, popularised blockchain in 2008. He modified the concept by timestamping each block utilising hashcash-like methods instead than relying on a central authority or "trusted parties." These enhancements were so groundbreaking that they have since become the foundation of today's cryptocurrencies.
D. Why Do Transactions Fail?
Why Do Deals Fall Through?
Consider a money transaction between two persons. Now, presuming the sender sent the money from his bank correctly, there's no way the transaction can go wrong, right?
There are a number of things that can go wrong, including the following:
Cryptocurrencies, on the other hand, do not have any of these issues. Let's start with a definition of a cryptocurrency.
E. What is a Cryptocurrency?
A cryptocurrency is a type of digital currency that uses cryptography to authenticate asset transfers, control new unit additions, and secure financial transactions.
One of the most significant advantages of cryptocurrencies over traditional (fiat) currencies is that they are not governed by any central body. The funds cannot be hacked or stolen since there is no single point of failure or "vault."
Consider the ubiquitous Microsoft Excel spreadsheet programme as an example. You have the ability to make modifications to the data that may differ from previous versions of the spreadsheet that have been shared with others. When you make modifications to a Google Sheets document, however, the changes are reflected in all other shared copies. Similarly, cryptocurrencies' shared and dispersed nature keeps everyone on the same page.
As a result, cryptocurrencies (at least those that use the blockchain) are secure due to the transparency and distributed nature of blockchain technology.
F. What Are the Types of Cryptocurrencies?
Several cryptocurrencies are currently accessible on the market. The following are a some of the most well-known:
As previously said, there are approximately 3,000 cryptocurrencies on the market, which has nearly swamped the market with possibilities. According to most analysts, the great majority of these options will eventually fail as people gravitate toward a select handful.
II. FEATURES OF BLOCKCHAIN
These are the four characteristics of Blockchain that we will discuss in depth:
III. PUBLIC DISTRIBUTED LEDGER
A public distributed ledger is a set of digital data that is shared, synchronised, and copied across various sites, countries, and institutions all over the world. Consider a blockchain that anyone in the network may access from anywhere in the world. Because everyone in the network has a copy of the ledger, if someone tries to change data in one of the blocks, everyone in the network can see the change. Data manipulation is prevented in this way.
IV. HASH ENCRYPTION
To ensure that the data in the blocks is kept secure from unwanted access and is not altered, blockchain employs cryptography (see definition of "cryptography" above). The encryption algorithm used by Blockchain is SHA-256. One of the most powerful hash functions available is SHA-256. For a text, this cryptographic hash technique creates a nearly unique 256-bit signature. Digital signatures are also used to verify users on the blockchain.
A public and private key is assigned to each user. The public key is used to uniquely identify the user, while the private key grants access to all of the account's contents. From the sender's perspective, the message is hashed; the output is then processed through a signature algorithm with the user's private key, and finally, the user's digital signature is obtained. The user's message, digital signature, and public key are all sent during the transfer.
The message is transmitted through a cryptographic procedure on the receiver's side to generate a hash value. Through a verification function, that hash value is compared to the hash output received, bypassing the digital signature and public key.
As previously stated, SHA-256 is used to encrypt and safeguard the data in each block of a blockchain. There are four fields in each block:
To obtain the fourth item, the hash address of that particular block, the first three values (previous hash, transaction data, and nonce) are sent through a hashing function.
V. PROOF OF WORK
Bitcoin is based on the proof-of-work algorithm. What is the definition of evidence of work? It's a piece of data that's difficult to produce (in the sense that it takes a long time or costs a lot of money) but that can be easily confirmed by others and meets particular criteria. Proof of work in bitcoin is a competition between miners who wish to add a block to the Blockchain, which requires them to solve a mathematical challenge to obtain the block's nonce value. When a miner discovers a nonce value, he or she informs the rest of the network, and if other miners confirm the claim, the miner is paid with 12.5 bitcoins or another form of payment. The block is also added to the Blockchain after a nonce value is found. The basic goal of miners is to choose a nonce value. They must identify a value that is less than or equal to the goal value. If they discover a value that is higher than the target, their mining attempt will be rejected. However, if they can successfully construct a hash value that is less than the goal value using the nonce, their work is accepted. To generate the hash value, the miner's complete processing capacity is put to use.
It takes a lot of time, money, and resources to find a nonce value. When a miner discovers the nonce value, he or she informs other miners about the discovery, and if the claim is verified, the miner receives a reward. As a result, a miner is rewarded for being the first to discover the nonce, and a block is added to the Blockchain. As previously stated, the award is 12.5 bitcoins as of today. The amount of bitcoin a miner can make is halved every four years. Mining is the only method new bitcoins can be created, and it ensures that the number of bitcoins in circulation is limited.
VI. USES OF BLOCKCHAIN
Blockchain is used for a lot more than just money and bitcoin. Here are some of the most common blockchain applications across various industries:
VII. OTHER FIELDS THAT USE BLOCKCHAIN
The financial services industry is one of many that makes considerable use of blockchain technology, but it is far from the only one. In its article "Eight Ways Blockchain Will Impact the World Beyond Cryptocurrency," Forbes mentions healthcare, crowdfunding, and ride-sharing. Let's have a look at some additional areas.
A. Travel
Blockchain technology can be used for things like:
B. Music
With the rise of digital music, issues such as piracy and artist recompense have arisen. Blockchain has the ability to:
C. Cyber Security
Blockchain is being used by even large corporations like Lockheed Martin in their cybersecurity efforts. Blockchain has the ability to:
D. Human Resources
The use of blockchain technology to improve time-consuming and costly HR procedures is a logical fit. It can, for example:
E. Blockchain as a Use Case in Banking
Banking is a great place to use blockchain. At the moment, a user must verify his identification at each bank he visits. Is there a way to make the process go more smoothly using Blockchain? Yes, it is correct. To make it work, we'll need truffle, ethereum, ganache, and smart contracts, all of which are part of the Blockchain technology ecosystem.
VIII. COMPARISON BETWEEN
A. Blockchain vs. Cloud Computing
Now that we're familiar with both words and their characteristics, let's look at the key differences:
A cloud is something to which we can connect via the internet. We can obtain data on the internet through cyberspace. Blockchain, on the other hand, is an encrypted system that stores data in secure databases using various types of encryption and hashes. The system distributes these data records across multiple nodes and establishes an agreement on the data's location.
In blockchain, data in the form of records is immutable, but data in the cloud is malleable. Blockchain is a spectacular technological achievement that is a decentralised, distributed ledger that retains a record of the origin of a digital asset. It does not provide any services. Cloud computing, on the other hand, is a type of computing that offers services in three different formats: software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS) (IaaS). Without relying on any third-party trusted centralised authority, blockchain ensures that data is not tampered with, but the cloud does not guarantee perfect integrity and tamper-free data. Cloud computing has the potential to speed up the execution of blockchain-based applications. However, data retrieval is centralised (since all data is housed in a company's centralised set of data centres). Blockchain, on the other hand, is based on the principle of decentralisation, which means it does not keep any of its data in a single location.
Data and its existence on the cloud can be public or private, which means it can be made visible to other users or kept hidden. Transparency of data is one of the most important features of blockchain technology
The majority of cloud computing is based on a typical database structure, with the data being kept on the devices of the participants. Blockchain, on the other hand, is an incorruptible and dependable online database record of various digital transactions in which users can update data with the consent of each party involved.
Cloud computing services are provided by companies such as Amazon Web Services (AWS), Alibaba Cloud, Google, IBM, and Microsoft, while blockchain technology is used by projects such as Ethereum, Bitcoin, Hyperledger Fabric, and Quorum.
B. Blockchain vs. DataBase
The table below summarises the key distinctions between blockchains and databases.
Database |
Blockchain |
Centralized |
Decentralized |
Permissioned |
Permission-less |
Requires administrator |
No administrator |
.Blockchain vs relational database
IX. ACKNOWLEDGMENT
Without the involvement and assistance of many people who contributed to this work, it would not have been able to finish it. However, we would want to convey our gratitude and debt of gratitude to our guide for their unwavering support, generosity, and understanding during the period of the paper.
This paper has taken a lot of time and effort to complete. However, without the help and direction of many others, I would not have been able to finish my work. We would like to express our heartfelt gratitude to each and every one of them.
We owe Miss. Sonal Sawarkar a huge debt of gratitude for her advice and supervision. We'd like to express our gratitude to her for supplying the required data and resources for this work.
Although blockchain is a strong technology, existing healthcare management systems have a number of shortcomings that create a lot of inconvenients, such as being sluggish, ineffective, insecure, and inefficient, as previously stated. Almost all of these flaws can be remedied with blockchain technology. When blockchain technology is used, it should be done after extensive testing and study. When used appropriately, blockchain may significantly increase effectiveness, efficiency, and security, all of which are important factors in data storage and transfer. After all, the entire idea of a decentralised blockchain is to provide a hard-promise in the form of an immutable record with open, non-discriminatory participation. In certain sense, we accept decentralization\'s inefficiency since it is the only way for a network to attain these characteristics.
[1] GFG : https://www.geeksforgeeks.org/ [2] Berty : https://berty.tech/blog/ [3] Blackdice : https://blackdice.io/ [4] Architecture of Blockchain: https://mlsdev.com/ [5] Solidity GitHub document : https://docs.soliditylang.org/ [6] J. Golosova and A. Romanovs, \"The Advantages and Disadvantages of the Blockchain Technology,\" 2018 IEEE 6th Workshop on Advances in Information, Electronic and Electrical Engineering (AIEEE), 2018, pp. 1-6, doi: 10.1109/AIEEE.2018.8592253. [7] \"Blockchain Size\". Archived from the original on 19 May 2020. Retrieved 25 February 2020. [8] \"Blockchains: The great chain of being sure about things\". The Economist. 31 October 2015. Archived from the original on 3 July 2016. Retrieved 18 June 2016. The technology behind bitcoin lets people who do not know or trust each other build a dependable ledger. This has implications far beyond the crypto currency.
Copyright © 2022 Janak Damre, Abhishek Kharche, Vikas Sanap, Siddhesh Jungade, Prof. Sudesh A. Bachwani. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET39855
Publish Date : 2022-01-08
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here