Skip to main content

What is BlockChain ?

The blockchain is a chain of blocks which contain information.

define blockchain, simply blockchain, block+chain


First used in Bitcoin by "Satoshi Nakamoto" in  2009 for Bitcoins(A digital currency)
The blockchain is a distributed ledger.
Now, what is ledger?

According to Wikipedia ledger is

ledger is the principal book or computer file for recording and totaling economic transactions measured in terms of a monetary unit of account by account type, with debits and credits in separate columns and a beginning monetary balance and ending monetary balance two account.In simple terms a file which stores information like transactions and account details called Blockand the connection between them is Chain.

A block contains 3 part 

  1. Hash of the previous block
  2. Data
  3. Hash

simple block, hash ,data , block parts in blockchain
  Block of Blockchain

hash
Hash is a  like a fingerprint, which contains details of data(sender, receiver, content, previous block hash etc)
Hash looks like this "a0680c04c4eb53884be77b4e10677f2d
If data is manipulated hash reflect the changes,  which makes block secure and easy to use.
Once the block is created a hash is calculated and its different for every block.
    
                                                                         
data in block
Data in a block chain contains different type.
Example in Blockchain data contains 3 parts
  1. From       (Sender)
  2. To            (Receiver)
  3. Amount   (Amount to be sent or received)


                                                               
Hash of the previous block is like a linked list(save the address of the previous node) by this feature block is connected from one block to another.

Block 1 is called Genesis block(first block has 0000 as a previous Hash), if you change any block hash will change and will affect the next hash, then you will understand someone has tempered your data.
but, now technology is evolved and block can be tempered and can be recalculated to stop this a new mechanism  is evolved called proof of work

                                                                    Proof of work 

In Bitcoin, you need 10 min to get proof of work (for one block)and because of this it really makes impossible to temper a particular block, if you temper one block you need to calculate all the block.



  • Greater transparency
  • Enhanced security
  • Improved traceability
  •  Increased efficiency and speed
  • Reduced costs

  •  Financial Services
  • Publishing
  • Apartment Rentals/Real Estate
  • Healthcare
  •  Music
  • Supply Chain Management
  • Government
  • Internet of Things
  • Cloud Computing/Distributed Computing
  • Charity
  • Messaging
  • Digital Identity Management etc

                                                           click here for details
jobs, blockchain jobs

  • Blockchain developers
  • Blockchain project managers
  •  Blockchain quality engineer
  • Blockchain web designer   

                                                          click here for details

 Technology skills needed as a developer include: Microsoft SQL Server, Visual Studio, .NET, MVC, AJAX, SQL, C, C++, C#, Javascript, Node.js, JQuery, SOAP, REST, FTP, HTML, XML, XSLT, XCOD, Neural-networks, Regression, Agile Scrum, MYSQL
course, blockchain



Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. The post you have shared is based upon the solid information and something that is super helpful for so many and gives you the pathway when you are feeling hesitant or helpless. I literally needed this because so many times I was racking my brain like what am I doing was not showing value. I also found some other interesting blogs on JanBask Training on What Is Blockchain? They were also very interesting.

    ReplyDelete
  3. Blockchain recruitment agencies I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much.

    ReplyDelete

Post a Comment

Popular posts from this blog

What is Big Data?

Big Data is the huge amount of data which can't be stored and processed using the traditional methods within the given time frame. So, The Question arises that how much big should be the big data . Generally, people think that the data whose size is more than GB, TB, PB is big data. But, it's not the case. some data which is small in size can be a big data. For example 100mb of a document is to be sent by email(we generally use Gmail ), but it's not possible because Gmail  doesn't support this feature.  That's why  100 MB of the document can be referred to as a big data for email service. let's understand bigdata with another Example 1TB of data is given a person, 1 TB contains images which he has to edit and process in a particular amount of Time, for a normal user it will be a Bigdata. Some analysis of data in the real world Facebook-100TB /day twitter- 4400 twites /day LinkedIn - 10TB/day Google+ - 10TB/...

What is Cloud Computing ?

Cloud Computing  is the delivery of services. It enables the user to Store data, Access service, and Share platforms.  Cloud Computing Cloud Computing services contain Data Storage   Server Database Networking etc Cloud Computing Services are divided into 3 types IaaS – infrastructure as a service It provides you Infrastructure for computing , physically or in the form of virtual machine. Service provider  - Azure , Rackspace , Amazon etc                 (Best Jobs in 2020) Example:-  let’s suppose you have a laptop of 4 Gb RAM and you wanted to install Android Studio, but your system doesn't support it well. Your laptop performance is lagging. Your friend Suraj have one extra laptop which is not in use and it has 8 GB  RAM,  so You borrow his laptop for 30 days, You completed your work and you return the laptop, this is called IaaS. ...