• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
  • Articles
  • News
  • Events
  • Advertize
  • Jobs
  • Courses
  • Contact
  • (0)
  • LoginRegister
    • Facebook
    • LinkedIn
    • RSS
      Articles
      News
      Events
      Job Posts
    • Twitter
Datafloq

Datafloq

Data and Technology Insights

  • Categories
    • Big Data
    • Blockchain
    • Cloud
    • Internet Of Things
    • Metaverse
    • Robotics
    • Cybersecurity
    • Startups
    • Strategy
    • Technical
  • Big Data
  • Blockchain
  • Cloud
  • Metaverse
  • Internet Of Things
  • Robotics
  • Cybersecurity
  • Startups
  • Strategy
  • Technical

What is the Blockchain part 2 and Why It Will Change Our World

Dr Mark van Rijmenam / 6 min read.
September 26, 2016
Datafloq AI Score
×

Datafloq AI Score: 78

Datafloq enables anyone to contribute articles, but we value high-quality content. This means that we do not accept SEO link building content, spammy articles, clickbait, articles written by bots and especially not misinformation. Therefore, we have developed an AI, built using multiple built open-source and proprietary tools to instantly define whether an article is written by a human or a bot and determine the level of bias, objectivity, whether it is fact-based or not, sentiment and overall quality.

Articles published on Datafloq need to have a minimum AI score of 60% and we provide this graph to give more detailed information on how we rate this article. Please note that this is a work in progress and if you have any suggestions, feel free to contact us.

floq.to/gX43u

For the tech-savvy people among us, the Blockchain might be nothing new and it may be clear that it will have a big impact on the world. However, for many people, the Blockchain is still a mystery, a puzzle or an unknown unknown. Therefore, in a series of posts, I share with you what the Blockchain is, how it works and how it will completely change the world as we know it, if we get it right.

In my first post about the Blockchain, I explained the basics of the Blockchain and in this post I will go a bit deeper and talk about the different types of Blockchains, some examples of dApps and talk about the most important part of the Blockchain; the consensus algorithms to validate the data.

Different Types of Blockchains

The most well-known Blockchain is the Bitcoin Blockchain. The Bitcoin Blockchain was envisioned by Satoshi Nakamato in 2008 and this is a so-called Permissionless Blockchain, or public Blockchain. This means that anyone interested to join the Blockchain, can do so by simply hooking-up his/her computer to the decentralised Blockchain network, download the Blockchain and contribute to the processing of transactions. It is not required to have a previous relationship with the ledger and you dont need to be approved to join. If you want to start mining Bitcoin and supporting the Bitcoin network, simply click here and get started. A permissionless Blockchain is not owned by anyone and everyone can contribute.

Next to public, permissionless, Blockchains, there are private, or permissioned, Blockchains. This means that only those that are identified and approved by the Blockchain network, can join the Blockchain and start processing transactions. A private Blockchain is commonly used by a group of companies that want to keep a shared ledger, like for example financial institutions. These Blockchains are owned by an organisation or a group of organisations and you have to be approved if you wish to join. A good example of a private Blockchain is the Blockchain Settlement System developed by UBS and three other major banks. This Blockchain enables the four participating banks to drastically improve settlement times among them and no other party has access to the Blockchain or can contribute to it.

Private and public Blockchains are the two flavours that have been around and for both options, the main feature of the Blockchain is that once a transaction is approved and on the Blockchain, it cannot be changed or edited. Since this week, however, a third option has been developed. Accenture has patented an editable Blockchain, which means that the data in the Blockchain can be adjusted by a central authority. This is a bit of a contradiction since the power of the Blockchain is that data, once validated, cannot be altered. However, Accenture claims that this type of Blockchain would only be for private, permissioned, Blockchains used for example by the banks, where a central authority can manage the network under agreed governance rules. It would offer a safety button that could, in fact, make the Blockchain more safe to use. If you want to read more about this editable Blockchain, you can read this article on Forbes.

Proof of Work vs Proof of Stake

In order to add data to the Blockchain, it needs to be validated and accepted by the network. Validating the data is done using cryptography and via consensus, meaning that 50% +1 of the network need to agree. There are two ways to achieve this consensus, being Proof of Work and Proof of Stake:

Proof of Work Consensus Algorithm

Proof of Work is used in the Bitcoin Blockchain and it refers to participating users (or nodes) solving difficult mathematical problems to validate the blocks. The node that publishes the solution first, wins and receives Bitcoins as a reward. The mathematical problem works like a crossword puzzle; it is difficult to solve, but once it is completed, you instantly know if it is correct. Once accepted by the majority of the network, all the nodes in the network will start working on the next block, thereby repeating the process.


Interested in what the future will bring? Download our 2023 Technology Trends eBook for free.

Consent

The disadvantage of Proof of Work is its inefficiency in terms of computing power. It requires real-world resources to validate transactions and it requires a lot of it. However, this is also what makes the Blockchain immutable, as it requires a tremendous amount of computing power (a.k.a. as money), meaning 51% of all resources in the Blockchain, to alter transactions.

Proof of Stake Consensus Algorithm

Proof of Stake solves a major problem of the Proof of Work consensus algorithm, which is the computing power that is required to keep the Blockchain working. The most important difference is that with a Proof of Stake consensus algorithm, the amount of computing power is not the requirement for validation, but the amount of cryptocurrency owned. In order to validate, 51% of the digital currency in the network needs to agree on the current state. As a result, the more digital currency you own, the higher your stake in the success of the Blockchain. The rationale is quite simple; the higher your stake in the system, the higher your incentive to maintain a secure network, because of the pain felt when the reputation and price of the cryptocurrency is damaged due to attacks.

As a result, Proof of Stake requires significant less energy and can be seen as a greener option. The problem, however, with Proof of Stake is, that it becomes easier for a small group of people owning a majority in the currency, to alter the Blockchain. Especially in new Blockchains, where the digital currency is yet to be owned by many people, this can pose a problem.

DApps on the Blockchain

An application on the Blockchain is called a Decentralised Application, or DApp. DApps offer a lot of benefits for the end-user in terms of increased security, transparency and automation of operations thanks to smart contracts. DApps can be a lot cheaper to run, because of the automation, resulting in reduced overhead costs and faster time-to-market once developed. Basically, any application thats out there, can be turned into a Decentralised Application. When removing a centralised governing body as well as removing as much as governance by management and employees as possible, and instead include governance by code through smart contracts, DApps offer a new way of doing business. In order for a DApp to be a DApp, it needs to have four characteristics:

  1. The code needs to be open-source and any changes to the code must be done via consensus;
  2. Data has to be stored on a public Blockchain, to avoid a centralised governing body;
  3. There must be a cryptocurrency, or App Coin, to access and use the application;
  4. A cryptographic algorithm needs to be in place to ensure either Proof of Work or Proof of Stake.

There are already quite a few examples of DApps, of which Bitcoin is of course the most well-known. To view an extensive list of DApps, here is a list of all known DApps at the moment: dapps.ethercasts.com. To have a detailed explanation of DApps, please visit Bitnation.

Changing How the World Works

The Blockchain, and with it the hundreds of DApps that have already been developed, offer a glimpse of what the future beholds. The Blockchain is still in its early development and a lot of development work is still to be done. However, decentralised applications that are run by smart contracts, without the need for a centralised governing power that generally takes a large commission, offer tremendous advantages. They are cheaper and more efficient to run, more difficult to control by governments or organisations and more secure and transparent than existing applications. Of course, there are still a lot of challenges to be solved, which I will discuss in the next post.

This was part 2 of the series of blog posts on what is the blockchain. The other articles in this series are:

  • What is the Blockchain and why is it important
  • What is the Blockchain startups and challenges to overcome
  • What is the Blockchain Transactions and Smart Contracts
  • What is the Blockchain – ICOs and DAOs

Categories: Blockchain
Tags: algorithm, applications, Bitcoin, blockchain, security

About Dr Mark van Rijmenam

Dr Mark van Rijmenam, CSP, is a leading strategic futurist and innovation keynote speaker who thinks about how technology changes organisations, society and the metaverse. He is known as The Digital Speaker, and he is a 5x author and entrepreneur.

Primary Sidebar

E-mail Newsletter

Sign up to receive email updates daily and to hear what's going on with us!

Publish
AN Article
Submit
a press release
List
AN Event
Create
A Job Post
Host your website with Managed WordPress for $1.00/mo with GoDaddy!

Related Articles

The Advantages of IT Staff Augmentation Over Traditional Hiring

May 4, 2023 By Mukesh Ram

The State of Digital Asset Management in 2023

May 3, 2023 By pimcoremkt

Test Data Management – Implementation Challenges and Tools Available

May 1, 2023 By yash.mehta262

Related Jobs

  • Software Engineer | South Yorkshire, GB - February 07, 2023
  • Software Engineer with C# .net Investment House | London, GB - February 07, 2023
  • Senior Java Developer | London, GB - February 07, 2023
  • Software Engineer – Growing Digital Media Company | London, GB - February 07, 2023
  • LBG Returners – Senior Data Analyst | Chester Moor, GB - February 07, 2023
More Jobs

Tags

AI Amazon analysis analytics app application Artificial Intelligence BI Big Data business China Cloud Companies company costs crypto customers Data design development digital environment experience future Google+ government information learning machine learning market mobile Musk news Other public research sales security share social social media software strategy technology twitter

Related Events

  • 6th Middle East Banking AI & Analytics Summit 2023 | Riyadh, Saudi Arabia - May 10, 2023
  • Data Science Salon NYC: AI & Machine Learning in Finance & Technology | The Theater Center - December 7, 2022
  • Big Data LDN 2023 | Olympia London - September 20, 2023
More events

Related Online Courses

  • Oracle Cloud Data Management Foundations Workshop
  • Data Science at Scale
  • Statistics with Python
More courses

Footer


Datafloq is the one-stop source for big data, blockchain and artificial intelligence. We offer information, insights and opportunities to drive innovation with emerging technologies.

  • Facebook
  • LinkedIn
  • RSS
  • Twitter

Recent

  • 5 Reasons Why Modern Data Integration Gives You a Competitive Advantage
  • 5 Most Common Database Structures for Small Businesses
  • 6 Ways to Reduce IT Costs Through Observability
  • How is Big Data Analytics Used in Business? These 5 Use Cases Share Valuable Insights
  • How Realistic Are Self-Driving Cars?

Search

Tags

AI Amazon analysis analytics app application Artificial Intelligence BI Big Data business China Cloud Companies company costs crypto customers Data design development digital environment experience future Google+ government information learning machine learning market mobile Musk news Other public research sales security share social social media software strategy technology twitter

Copyright © 2023 Datafloq
HTML Sitemap| Privacy| Terms| Cookies

  • Facebook
  • Twitter
  • LinkedIn
  • WhatsApp

In order to optimize the website and to continuously improve Datafloq, we use cookies. For more information click here.

Dear visitor,
Thank you for visiting Datafloq. If you find our content interesting, please subscribe to our weekly newsletter:

Did you know that you can publish job posts for free on Datafloq? You can start immediately and find the best candidates for free! Click here to get started.

Not Now Subscribe

Thanks for visiting Datafloq
If you enjoyed our content on emerging technologies, why not subscribe to our weekly newsletter to receive the latest news straight into your mailbox?

Subscribe

No thanks

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Marketing cookies

This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

Please enable Strictly Necessary Cookies first so that we can save your preferences!