• Latest
Why IBM’s Blockchain Isn’t a Real Blockchain

Why IBM’s Blockchain Isn’t a Real Blockchain

July 2, 2019
ygg sea surpasses 10,000 scholarships in just six months of launch

YGG SEA Surpasses 10,000 Scholarships in Just Six Months of Launch

May 6, 2022
mintable launches industry changing gas free minting service on ethereum

Mintable Launches Industry Changing Gas Free Minting Service on Ethereum

May 1, 2022
5 projects enabling smart contract development on bitcoin

5 Projects Enabling Smart Contract Development on Bitcoin

April 29, 2022
bitcoin atm installed in mexico's senate building

Bitcoin ATM installed in Mexico’s Senate Building

April 27, 2022
cross chain services play a crucial role in facilitating continued adoption of defi applications

Cross-Chain Services Play a Crucial Role in Facilitating Continued Adoption of DeFi Applications

April 26, 2022
justin sun launches usdd, integrating the blockchain world and the real world with the decentralized stablecoin

Justin Sun Launches USDD, Integrating the Blockchain World and the Real World with the Decentralized Stablecoin

April 25, 2022
nfts: the next musical revolution

NFTs: The Next Musical Revolution

April 24, 2022
things you should know before investing in nfts

Things You Should Know Before Investing in NFTs

April 24, 2022
what are wrapped tokens?

What Are Wrapped Tokens?

April 23, 2022
what is the future of ethereum (eth)?

What is the future of Ethereum (ETH)?

April 22, 2022
green gaming

Everything You Need to Know About Play-to-Earn on Algorand in 2022

April 21, 2022
$ape going bananas as rumors of upcoming land sale of bayc metaverse gather momentum

$APE Going Bananas As Rumors of Upcoming Land Sale of BAYC Metaverse Gather Momentum

April 21, 2022
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
CoinNewsDaily
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
CoinNewsDaily
No Result
View All Result
Home Litecoin

Why IBM’s Blockchain Isn’t a Real Blockchain

coinnewsdaily by coinnewsdaily
July 2, 2019
in Litecoin
0
Why IBM’s Blockchain Isn’t a Real Blockchain
190
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

Related articles

Bitcoin Will Overtake Gold’s MarketCap in 9 years, Says Bobby Lee |

Sell or hodl? How to prepare for the end of the bull run, Part 2

April 10, 2022
How to prepare for the end of the bull run, Part 1: Timing

How to prepare for the end of the bull run, Part 1: Timing

April 3, 2022

Stuart Popejoy has 15 years experience in building trading systems and exchange backbones for the financial industry.  Prior to сo-founding Kadena in 2016 with Will Martino, Stuart worked at JPMorgan Chase in the new products division, where he led and developed JPMorgan’s main blockchain product, Juno. Stuart also wrote the algorithmic trading scripts for JPMorgan, which informed his creation of Kadena’s simple, purpose-built smart contract language, Pact.

The views and opinions expressed here are solely those of the author and do not necessarily reflect the views of Cointelegraph.

IBM is a major player in the world of enterprise blockchain, offering a blockchain platform based on Hyperledger Fabric and launching blockchain pilots with large companies like Walmart and Aetna. 

As one of many contributors (including recently announced Microsoft and Salesforce) to the nonprofit, the open source Hyperledger Foundation, IBM has made a huge investment in promoting Fabric as a private or “permissioned” blockchain, implying that it offers features in common with well-known blockchains like Bitcoin or Ethereum, while somehow removing any aspects that might be “unsuitable for enterprise.” 

However, the technology IBM is actually selling and calling “blockchain” — i.e., Hyperledger Fabric — sacrifices the most important features of a true blockchain, whether permissioned or public. Fabric’s architecture is far more complex than any blockchain platform while also being less secure against tampering and attacks. You would think that a “private” blockchain would at least offer scalability and performance, but Fabric fails here as well. Simply put, pilots built on Fabric will face a complex and insecure deployment that won’t be able to scale with their businesses.

Blockchain options on the market

When I worked at JPMorgan Chase in 2016, I led an emerging technology group that researched and vetted blockchains for the bank’s potential use and strategic investment. This involved in-depth analyses of early versions of Hyperledger, Axoni, Symbiont, Ripple and Ethereum. It was clear back then that the blockchain options on the market were technologically inadequate for real enterprise use cases. Unfortunately, we see these same core problems today with Hyperledger Fabric.

The concerns we raised included: How does a blockchain’s smart contract language safely and simply express complex business rules? How are public-key signatures guaranteed to be valid? Can the system scale to additional participants (nodes) without drastically slowing down performance? And, for a future-thinking enterprise, can you interoperate with other public and private blockchains easily?

Using these questions as a framework, I believe that IBM’s system fundamentally lacks the required elements of a blockchain, with misleading performance numbers and questionable long-term business viability. While my colleagues and I don’t see the numbers game (transactions per second, node count) as the only factor in blockchain adoption, we do think it’s important to educate people on what a blockchain is and is not. This education will hopefully help everyone better understand the landscape of the emerging technology of blockchain.

What blockchain is and isn’t

In order to really understand where IBM’s blockchain stands, we need to look at the very definition of a blockchain itself. A blockchain is, at its core, a decentralized immutable ledger of events or transactions in which truth is enforced by a consensus mechanism. In public blockchains like Bitcoin and Ethereum, this consensus is achieved through Proof of Work, or “mining.” In permissioned blockchain, consensus can be achieved through participants supplying cryptographic signatures to vote on what gets written. Either way, no central authority arbitrates what is true.

IBM’s definition of blockchain captures the distributed and immutable elements of blockchain but conveniently leaves out decentralized consensus –– that’s because Hyperledger Fabric doesn’t require a true consensus mechanism at all. Instead, it suggests using an “ordering service” called Kafka. The problem is that, without enforced, democratized, cryptographically secure voting between participants, you can’t prove that somebody hasn’t tampered with the ledger. A fault-tolerant consensus is a hallmark feature of a blockchain, and without it, IBM’s “blockchain” is little more than a time-stamped list of entries.

Fabric’s architecture exposes numerous vulnerabilities that can be exploited by malicious coordination. For instance, it introduces public-key cryptography “inside the network” with validator signatures, which provide the main security assurance but originate after an externally signed transaction has been submitted. This fundamentally invalidates the proven security model of Bitcoin and other real blockchains, in which the provenance of any transaction is assured only by an external user’s public key signature, and cannot be intermediated in any way by the system. In sharp contrast, the only signatures that matter on Fabric for consensus are those of the validator, while the user signatures disappear into an arbitrary dataset replicated through the network.

Fabric researchers play fast and loose with performance numbers because, fundamentally, Fabric’s architecture cannot scale while maintaining peak performance. Fabric uses a multichain environment (called “channels”) to provide confidentiality between participants. Providing confidentiality is an important feature for private “enterprise” blockchain and necessarily involves trade-offs and complexity, but a multichain solution is a bad choice for scalability. It also makes for a woefully complex deployment, with nonuniform nodes, unreliable smart contracts and proliferating potential points of failure.

Thus, performance numbers for a standard Fabric deployment are unimpressive to start, degrade rapidly as nodes get added and are single-channel: If you want to transact with the whole network across multiple channels, the numbers aren’t even relevant. Even so, when looking at individual channels, this system struggles to get above 800 transactions per second (TPS), but even a 16-channel configuration can barely get above 1,500 TPS, with latencies reaching well into the 10-20 second range at the upper throughputs.

Recent efforts to speed up Fabric have resulted in claims of reaching up to 20,000 TPS, but the changes made to the architecture by researchers move so far from blockchain as to be unrecognizable: Endorsers no longer act as validators and Kafka is enshrined as the only possible ordering service (Fabric, in theory, can accept a true blockchain consensus, but it would be so slow that nobody would ever use it in production). Finally, these are still single-channel numbers, meaning the whole notion of a blockchain as a shared source of truth is invalidated.

Why smart contracts and hybrid options matter

The final points of consideration when looking at blockchains are how they intend to scale beyond private databases and how their tools –– such as their smart contract language –– intend to help businesses succeed on a larger scale. Remember, a smart contract is not just a piece of code; it is a representation of business logic. A smart contract may secure a house on the blockchain, assure a digital identity, or even represent an escrow transaction between people buying and selling a used car. It is important that a smart contract is reliable and always does what it says it will.

When it comes to building anything on a blockchain, you need to be able to represent what you want to do (buy, sell, package data, etc.) through smart contracts. The easier or simpler your language is to use, the faster you will build the thing you want and get it in front of the eyes of stakeholders. More importantly, you want the smart contract’s function to actually generate revenue or some positive outcome for your business.

Hyperledger Fabric’s smart contracts (“chaincode”) can be written in a number of programming languages, including general Javascript or Go. But there are trade-offs between the convenience of a programmer already knowing a general purpose language and the security and safety that a domain-specific language provides. When the stakes are as high as in blockchain –– where millions of dollars can be lost if the code is buggy or incorrect because it wasn’t designed for blockchain –– the smart contract language must be purpose-built and safe by design. Ideally, it would also be easy to learn and simple to use in the desired blockchain environment. Chaincode largely fails in this regard; we found it took some 150 lines of code just to execute the classic programmer tutorial “hello world.” And this massive amount of code can become a breeding ground for those million-dollar bugs.

Litecoin

Not ready for the future

Increasingly, the most sophisticated observers of blockchain ecosystems are realizing that private and public blockchains will not exist in a vacuum but instead will want to work together: A private network will want to make a token available to consumers on a public blockchain, and a public blockchain’s decentralized application will want to store sensitive information on a private blockchain. Unfortunately, users of IBM Fabric (as well as R3 Corda) could find themselves “cut off” from public blockchains by the sheer incompatibility of the architecture — but also by the inability of their smart contract language to execute seamlessly in both a public and private environment.

As IBM dominates a lot of the enterprise blockchain press cycle with its announcements of partnerships, it is important to look under the hood at what the technology can actually do. IBM’s “blockchain” technology falls short in numerous ways — including security, performance and reliability — and as such, provides an inferior solution for organizations looking to use blockchain to achieve meaningful business improvements. To truly realize the value of blockchain, sophisticated customers will look to challengers offering better tools, better blockchains, and a better vision for the future and how we utilize technology.



Credit: Source link

Tags: Litecoin
Share76Tweet48
Previous Post

Maritime Carrier Hapag-Lloyd Joins Blockchain Tracking Platform TradeLens

Next Post

Crypto Exchange Bitfinex Repaid $100 Million to Stablecoin Operator Tether

coinnewsdaily

coinnewsdaily

CoinNewsDaily.com is an online Crypto Coin News Website that aims to provide latest trendy news from market and around the world.

Related Posts

Bitcoin Will Overtake Gold’s MarketCap in 9 years, Says Bobby Lee |
Bitcoin

Sell or hodl? How to prepare for the end of the bull run, Part 2

April 10, 2022
How to prepare for the end of the bull run, Part 1: Timing
Bitcoin

How to prepare for the end of the bull run, Part 1: Timing

April 3, 2022
Bull or bear market, creators are diving headfirst into crypto
Alt Coin

Bull or bear market, creators are diving headfirst into crypto

April 2, 2022
crypto listing and delisting announcements: week 9
Alt Coin

Crypto Listing and Delisting Announcements: Week 9

February 28, 2022
unstable markets how to invest in cryptocurrency
Alt Coin

How to invest in cryptocurrency when the market is uncertain, explained

December 21, 2021
be your own banker secrets
Alt Coin

Bitcoin and Crypto Wallet Hygiene 101

November 22, 2021
Load More
Next Post
Crypto Exchange Bitfinex Repaid $100 Million to Stablecoin Operator Tether

Crypto Exchange Bitfinex Repaid $100 Million to Stablecoin Operator Tether

Categories

  • Alt Coin
  • Bitcoin
  • Business
  • Ethereum
  • ICO
  • Litecoin
  • Mining
  • NFT
  • Ripple
  • Tech
  • Trading

What New here?

  • YGG SEA Surpasses 10,000 Scholarships in Just Six Months of Launch
  • Mintable Launches Industry Changing Gas Free Minting Service on Ethereum
  • 5 Projects Enabling Smart Contract Development on Bitcoin
  • About Us
  • Contact Us
  • Privacy & Policy

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev

No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev

  • bitcoinBitcoin(BTC)$27,943.000.99%
  • ethereumEthereum(ETH)$1,769.190.60%
  • tetherTether(USDT)$1.00-0.45%
  • binancecoinBNB(BNB)$328.810.96%
  • rippleXRP(XRP)$0.4593291.53%
  • cardanoCardano(ADA)$0.353038-1.43%
  • dogecoinDogecoin(DOGE)$0.074075-1.40%
  • matic-networkPolygon(MATIC)$1.100.92%
  • solanaSolana(SOL)$20.72-0.42%
  • polkadotPolkadot(DOT)$6.01-0.04%
  • litecoinLitecoin(LTC)$92.60-1.54%
  • shiba-inuShiba Inu(SHIB)$0.000011-0.01%
  • tronTRON(TRX)$0.0644830.80%
  • daiDai(DAI)$1.00-0.16%
  • chainlinkChainlink(LINK)$7.190.22%
  • cosmosCosmos Hub(ATOM)$11.21-0.34%
  • leo-tokenLEO Token(LEO)$3.471.97%
  • moneroMonero(XMR)$161.22-2.95%
  • ethereum-classicEthereum Classic(ETC)$20.15-0.39%
  • okbOKB(OKB)$42.091.17%
  • stellarStellar(XLM)$0.0930850.94%
  • bitcoin-cashBitcoin Cash(BCH)$124.05-1.19%
  • filecoinFilecoin(FIL)$5.601.18%
  • crypto-com-chainCronos(CRO)$0.068261-1.45%
  • vechainVeChain(VET)$0.022807-0.79%
  • algorandAlgorand(ALGO)$0.209211-0.69%
  • internet-computerInternet Computer(ICP)$4.94-0.17%
  • eosEOS(EOS)$1.13-0.39%
  • elrond-erd-2MultiversX(EGLD)$42.44-0.45%
  • tezosTezos(XTZ)$1.151.51%
  • aaveAave(AAVE)$73.312.02%
  • theta-tokenTheta Network(THETA)$1.01-0.48%
  • neoNEO(NEO)$12.805.95%
  • paxos-standardPax Dollar(USDP)$1.00-0.54%
  • havvenSynthetix Network(SNX)$2.43-0.09%
  • bitcoin-cash-svBitcoin SV(BSV)$36.38-0.77%
  • pancakeswap-tokenPancakeSwap(CAKE)$3.73-0.06%
  • dashDash(DASH)$58.13-1.89%
  • makerMaker(MKR)$669.56-0.30%
  • huobi-tokenHuobi(HT)$3.67-0.23%
  • iotaIOTA(MIOTA)$0.208684-0.43%
  • zilliqaZilliqa(ZIL)$0.027121-0.61%
  • zcashZcash(ZEC)$35.980.17%
  • basic-attention-tokenBasic Attention(BAT)$0.2430980.81%
  • nemNEM(XEM)$0.0392410.57%
  • Elrond ERDElrond ERD(ERD)$0.0259290.00%
  • qtumQtum(QTUM)$3.182.62%
  • kusamaKusama(KSM)$33.260.00%
  • compound-governance-tokenCompound(COMP)$41.99-1.76%
  • bitcoin-goldBitcoin Gold(BTG)$16.30-0.35%
  • yearn-financeyearn.finance(YFI)$8,349.94-0.31%
  • ftx-tokenFTX(FTT)$1.89-21.50%
  • omisegoOMG Network(OMG)$1.81-0.79%
  • golemGolem(GLM)$0.237989-0.86%
  • wavesWaves(WAVES)$2.14-0.69%
  • ontologyOntology(ONT)$0.2294381.70%
  • sushiSushi(SUSHI)$1.051.12%
  • digibyteDigiByte(DGB)$0.0096210.15%
  • umaUMA(UMA)$2.040.13%
  • ethlendAave [OLD](LEND)$0.53-3.08%
  • UniswapUniswap(UNI)$2.4438.80%