$ 94,152.4
BTC
-0.18 %
$ 1,773.04
ETH
-1.72 %
$ 0.6984
ADA
-0.84 %
$ 603.05
BNB
0.00 %
$ 146.96
SOL
-1.90 %

Deepshikha Gupta
Oct 21, 2020

What Do You Understand By Blockchain Scalability?

Blockchain Scalability
Scalability is the property of any system to handle an increasing amount of work by making important changes to the system in terms of adding resources to the system. Blockchain scalability refers to handling an increasing amount of transactions. 

Scalability in blockchain refers to increasing the capacity to handle more transactions at a time. Though running a Bitcoin node is relatively cheap. However, since thousands of transactions are happening at the same time which requires all nodes to stay updated with each other, or else it will cause certain limitations to the capacity of the blockchain. 

Example of Blockchain Scalability

Let’s take an example of a carrier with a limited number of seats. Travelers can be guaranteed a reservation at the time they get the ticket. Now, if everyone is trying to book the tickets at the same time, naturally, the prices will rise due to an increase in demand. You can think of making a ticket reservation by paying a higher price for the tickets.

Here, blockchain can be assumed as a train service that departs at set intervals. And, one solution to this is that we can increase the number of seats in the carrier. But, there is no surety that the seats won’t fill up as they did previously. Another limitation to this is that the carriages can’t be perpetually widened. Therefore, the idea of increasing the capacity of the train does not provide a permanent solution to the problem. 

Blockchain Scalability Problem

The problem of blockchain scalability often creates a challenge in meeting goals within the bitcoin blockchain network. Whereas, we are not calling scalability a problem, but addressing the problem of applying scalability in the bitcoin blockchain. In short, we are facing problems expanding the bitcoin network to meet our needs. This gives rise to on-chain and off-chain scaling solutions, in which the transactions are made without bloating on to the Bitcoin blockchain.

The Bitcoin scalability solutions can be classified into three major layers:

Layer

Categories

Solutions

Layer 2 off-chain scalability solutions

Plasma, pegged sidechains 

Lightning network, Raiden network

Cosmos, Polkadot

Off-chain computations

True bit

Block data

SegWit, Block compression

Consensus

Snow White, Bitcoin - NG 

Sharding

Elastico, Rapid chain, 

DAG

Byteball, Dagcoin, inclusive

Layer 0

Data propagation

Erlay, Velocity 

Off-Chain Blockchain Scalability Solutions

Sidechains

A sidechain is a separate blockchain that is pegged in some ways to the main blockchain. Also, both the main chain and side chain are interoperable. 

Let's take an example to see how a sidechain works.

Suppose, Alfa, wants to exchange her bitcoins for the equivalent units, let's call the exchange units side coins. With sidechains, one can easily perform specific tasks on some specialized platforms. You can think of a child chain to get the idea of the side chain. Rolling with the parent or main blockchain is the child’s analogy, where the child chain has enough resources to do some house chaos. 

Coming to Alfa, to make the transactions on the side chain, she has to send the request for exchanging her Bitcoins to a predetermined address. This address will then credit Alfa’s sidechain with 5 side coins after successfully receiving five Bitcoins from her on the main blockchain. The protocol will automatically credit the side coins once the software detects the payment successfully.

[caption id="attachment_179592" align="aligncenter"]Blockchain scalability Concept of sidechains[/caption]

The best part of using the side chain is that the process is reversible. Alfa has converted her bitcoins into side coins but she can always reverse the process. 

The benefit of transacting on a sidechain is that now she is free to transact on a separate sidechain. The transaction will be made in terms of side coins.

The following are the list of side-chain solutions:

  • Plasma for Ethereum
    • POA Network for Ethereum
      • Loom for Ethereum
        • Liquid for Bitcoin
          • Bitcoin Extended for Bitcoin
            • Hivemind for Bitcoin
              • MimbleWimble for Bitcoin
                • Bitcoin Codex for Bitcoin re-design of Namecoin
                  • Rootstock RSK for Bitcoin Mainnet
                    • Alpha Elements for Bitcoin Testnet
                    • Payment Channels Network (PCN) Scaling Solutions

                      Payment channels network serves the same purpose as side chains, but both are fundamentally different. PCN pushes the transactions off the main chain to prevent the main blockchain from being bloated. However, they don’t require a separate blockchain to function. 

                      Payment channels network use smart contracts to enable users to transact without publishing their transactions on the blockchain. The user does not share the direct payment channel and route the transactions through intermediaries for a nominal fee. 

                      Here is how the payment channels work:

                      To understand the working of the Payment channels network, let’s assume an example of two friends Alfa and Beta. They both deposit coins in a joint address they own which is a multi-signature address. Both parties need to sign for the funds to be spent. Basically, which means funds cannot move out without the consent of both of them. 

                      Suppose each of them has 10BTC i.e. total of 20 BTC on the address. Now alfa sends 5 BTC to Beta and again sends one more BTC later. These transactions are available on their balance sheet. 

                      Cross-Chains

                      Interoperability and scalability are inter-related in many ways. As a solution to facilitate interactions between both, the concept of cross-chain came into existence.

                      Interoperability

                      Cross chains provide a platform that lets various blockchains interact with each other. At the same time, cross-chain could enhance scalability by leveraging the throughputs of existing blockchains. 

                      Off-Chain Computations

                      The off-chain computation is an execution model where the state transition function is computed by the off-chain node. The off-chain node is the arbitrary node which is not necessarily a part of the blockchain network. 

                      Fig: Transaction processing through off-chain computations 

                      Moreover, anyone who is processing the transaction with off-chain will remain private during and after the execution of the transaction. So, the outputs produced are sent to the main blockchain, which verifies the results first before updating the status. 

                      On-Chain Blockchain Scalability Solutions

                      Block Data

                      The scalability problem has certain relevance associated with the block size. And, increasing block size enables the block to include more transactions. Here are some approaches that are focused on these ideas are:

                      • Segregated witness
                      • Bitcoin cash
                      • Block compression
                      • Storage scheme optimization 
                      • Consensus 

                        Public blockchains that operate as decentralized involve contributions from a large number of participants who are constantly working on the authentication of transactions occurring on the blockchain and its mining activities. 

                        Importantly, these publicly shared ledgers need efficient, real-time, functional, reliable, and secure mechanisms. So, the consensus is a set of rules that decides on the contribution of various participants on the network.

                        The type of consensus mechanism is:

                        • Proof of work
                        • Proof of stake
                        • Practical byzantine fault tolerance 
                        • Hybrid consensus
                        • Sharding

                          The process of sharding seeks to split the blockchain network into shards that contain their data. So, the data is processed and stored in the shard, rather than channeling the data through all the nodes in the network. 

                          Moreover, an increase in the number of users on a network leads to a slow network. So sharding, basically, breaks the network apart. This will prioritize the data horizontally dividing it into shards. And, each shard can be shared with other shards and is accessible to every user and allows everyone to see them. 

                          Directed Acyclic Graph

                          Directed Acyclic Graph (DAG) provides energy-efficient block sequencing algorithms. It is a protocol alternative to traditional blockchain and can be categorized as a distributor ledger technology. Moreover, DAG adds transactions to a network in a completely different way, which are linked with each other, rather than joined together and processed. It increases the TPS than any standard blockchain. Hence, calculating TPS rates into several thousand.      

                          Furthermore, there are multiple challenges yet to overcome scalability and interoperability in the blockchain. In conclusion, the article provides an overview of approaches to blockchain scalability and its solution. Each solution has been covered separately to provide readers a better understanding.

                          What Do You Understand By Blockchain Scalability?
                          A student from a technical background, Deepshikha found Bitcoin in 2020 and has been an evangelist ever since. A B.Tech turned into a full-time crypto-writer, she tries to bridge the gap that currently exists between the crypto world and people from non-technical backgrounds, through her simplistic yet effective form of writing. She finds that her writing for cryptocurrencies can redefine the way the audience interacts with the crypto space.

                          Top Picks