create account

CIO Explainer: What Is Blockchain? by aqlsam

View this thread on: hive.blogpeakd.comecency.com
· @aqlsam ·
CIO Explainer: What Is Blockchain?
<html>
<p><img src="http://online.wsj.com/media/0201_cio_ledg_G_20160201185005.jpg" width="553" height="369"/></p>
<p>A distributed ledger, right, is a network that records ownership through a shared registry Oliver Wyman</p>
<p><a href="http://on.wsj.com/TheMorningDownloadSignup"><strong>Sign up &nbsp;here for The Morning Download, and get the most important news in &nbsp;business technology emailed to you each weekday morning.</strong></a></p>
<p>Known by many as the technology underpinning the bitcoin digital &nbsp;currency, blockchain has acquired a new identity in the enterprise. At a &nbsp;time when companies face new challenges in data management and &nbsp;security, it’s emerging as a way to let companies make and verify &nbsp;transactions on a network instantaneously without a central authority. &nbsp;</p>
<p>Today, more than 40 top financial institutions and a growing number of &nbsp;firms across industries are experimenting with distributed ledger &nbsp;technology as a secure and transparent way to digitally track the &nbsp;ownership of assets, a move that could speed up transactions and cut &nbsp;costs while lowering the risk of fraud. Some companies see an &nbsp;opportunity to use blockchain to track the movement of assets throughout &nbsp;their supply chains or electronically initiate and enforce contracts.&nbsp;</p>
<p>Blockchain remains in the experimental phase inside many large firms &nbsp;and there are few tested use cases, experts and analysts caution. Here’s &nbsp;a look at how this emerging technology works:&nbsp;</p>
<p><strong>What is blockchain?</strong></p>
<p>&nbsp;A blockchain is a data structure that makes it possible to create a &nbsp;digital ledger of transactions and share it among a distributed network &nbsp;of computers. It uses cryptography to allow each participant on the &nbsp;network to manipulate the ledger in a secure way without the need for a &nbsp;central authority. Once a block of data is recorded on the blockchain ledger, it’s &nbsp;extremely difficult to change or remove. When someone wants to add to &nbsp;it, participants in the network — all of which have copies of the &nbsp;existing blockchain — run algorithms to evaluate and verify the proposed &nbsp;transaction. If a majority of nodes agree that the transaction looks &nbsp;valid — that is, identifying information matches the blockchain’s &nbsp;history — then the new transaction will be approved and a new block &nbsp;added to the chain.</p>
<p>The term blockchain today usually describes a version of this &nbsp;distributed ledger structure and distributed consensus process. There &nbsp;are different blockchain configurations that use different consensus &nbsp;mechanisms, depending on the type and size of the network and the use &nbsp;case of a particular company.</p>
<p>&nbsp;The bitcoin blockchain, for example, is &nbsp;public and “permissionless”, meaning anyone can participate and &nbsp;contribute to the ledger. Many firms also are exploring private or &nbsp;“permissioned” blockchains whose network is made up only of known &nbsp;participants. Each of these blockchain implementations operate in &nbsp;different ways. Guardtime, a company that sells blockchain-based products and &nbsp;services to enterprises and governments including Ericsson AB and the &nbsp;country of Estonia, explained its approach like this: Assume an organization has 10 transactions per second. Each of those &nbsp;transactions receives its own digital signature.</p>
<p>&nbsp;Using a tree structure, &nbsp;those signatures are combined and given a single digital fingerprint — a &nbsp;unique representation of those transactions at a specific time. That &nbsp;fingerprint is sent up the tree to the next layer of infrastructure, &nbsp;such as a service provider or telecom company. This process happens for &nbsp;every organization in the network until there is a single digital &nbsp;fingerprint that encompasses all the transactions as they existed during &nbsp;that particular second. Once validated, that fingerprint is stored in a &nbsp;blockchain that all the participants can see. A copy of that ledger is &nbsp;also sent back to each organization to store locally.&nbsp;</p>
<p>Those signatures &nbsp;can be continuously verified against what is in the blockchain, giving &nbsp;companies a way to monitor the state and integrity of a particular asset &nbsp;or transaction. Anytime a change to data or an asset is proposed, a new, unique &nbsp;digital fingerprint is created, Guardtime said.&nbsp;</p>
<p>That fingerprint is sent &nbsp;to each client node for validation. If the fingerprints don’t match, or &nbsp;if the change to the data doesn’t fit with the network’s agreed-upon &nbsp;rules, the transaction may not be validated. This setup means the entire &nbsp;network, rather than a central authority, is responsible for ensuring &nbsp;the validity of each transaction. <strong>Where did it come from?</strong> Bitcoin was the first application built on top of blockchain, said &nbsp;Marley Gray, director of technology strategy for financial services at <a href="http://quotes.wsj.com/MSFT">Microsoft</a> In 2008, a person or group of people known as Satoshi Nakamoto<a href="https://bitcoin.org/bitcoin.pdf">&nbsp;published a paper</a>&nbsp;describing &nbsp;bitcoin and how it could be used to digitally send payments between any &nbsp;two willing entities without the need for a third-party financial &nbsp;institution.</p>
<p>&nbsp;Each transaction was recorded on the blockchain ledger, the &nbsp;newest block tied to the ones before it using a digital signature. To &nbsp;ensure trust in the ledger, participants on the network ran complicated &nbsp;algorithms to verify those digital signatures and add transactions to &nbsp;the blockchain. The next few years for bitcoin were tumultuous, including the<a href="http://www.wsj.com/articles/SB10001424052702303663604579504691512965308">&nbsp;collapse of the prominent bitcoin exchange</a>, Mt. Gox, and an increasingly sour reputation as the currency fueling the&nbsp;<a href="http://www.wsj.com/articles/silk-road-founder-ross-ulbricht-sentenced-to-life-in-prison-1432929957">underground online drug bazaar</a>&nbsp;Silk Road.&nbsp;</p>
<p>But many companies saw opportunity in the underlying technology – the blockchain – that made bitcoin’s existence possible. <strong>Building blocks</strong> Todd McDonald, co-founder and head of strategy at R3CEV LLC, a &nbsp;consortium of more than 40 financial institutions working to design and &nbsp;apply distributed ledger technologies to global financial markets, &nbsp;outlined three of a blockchain’s main components: a network of &nbsp;computers, a network protocol and a consensus mechanism.</p>
<p>&nbsp;A blockchain’s network can include everyone with a computer or a &nbsp;small group of known entities that agree to participate. Each computer &nbsp;in a particular network is called a node. In its ideal state, each node &nbsp;has a copy of the entire ledger, similar to a local database, and works &nbsp;with other nodes to maintain the ledger’s consistency. That creates &nbsp;fault tolerance, so if one node disappears or goes down, all is not &nbsp;lost. The network protocol governs how those nodes communicate with one &nbsp;another.</p>
<p>&nbsp;The consensus mechanism is a set of rules the network uses to verify &nbsp;each transaction and agree on the current state of the blockchain. For &nbsp;the bitcoin blockchain, the consensus mechanism is called proof of work, &nbsp;in which participants on the network run algorithms to confirm the &nbsp;digital signatures attached to blocks verify each transaction. In &nbsp;private or “permissioned” blockchain networks, the consensus mechanism &nbsp;may be less stringent since each participant is known. In those cases, &nbsp;“you don’t need the blockchain to establish trust, it already exists,” &nbsp;said Jamie Steiner, general manager for financial services at Guardtime. &nbsp;At this time there is no universally agreed-upon consensus mechanism. A transaction manipulates ledger data based on rules described by &nbsp;business logic, said Arvind Krishna, senior vice president and director &nbsp;of <a href="http://quotes.wsj.com/IBM">IBM</a> Research.&nbsp;</p>
<p>After a &nbsp;transaction is executed on a node, the result is a proposed modification &nbsp;of the ledger’s data. Before committing the answers to a node’s ledger, &nbsp;the answer is validated locally with other nodes in the network, Mr. &nbsp;Krishna said. Approved transactions are packaged into a block and &nbsp;re-distributed to all the nodes in the network, which re-validate to &nbsp;ensure their records match.</p>
<p>&nbsp;Typical transactions can execute in &nbsp;milliseconds, Mr. Krishna said. <strong>Getting rid of the middleman</strong> The blockchain architecture allows a distributed network of computers &nbsp;to reach consensus without the need for a central authority or &nbsp;middleman. A good example is in financial services, where trades are &nbsp;often verified by a central clearinghouse that maintains its own central &nbsp;ledger. Using that process, it can take days to settle a transaction, &nbsp;and the clearinghouse typically collects some kind of fee.&nbsp;</p>
<p>[Note to readers: For more on blockchain’s business implications, <a href="http://blogs.wsj.com/cio/2016/02/02/blockchain-catalyst-for-massive-change-across-industries/">see the second half of our Special Report</a>.] Blockchain technology could eliminate that clearinghouse by giving &nbsp;each bank in the network its own copy of the ledger. A common network &nbsp;protocol and consensus mechanism would allow the participants to &nbsp;communicate with one another. Using this method, transactions could be &nbsp;approved automatically in seconds or minutes, significantly cutting &nbsp;costs and boosting efficiency.</p>
<p>Differences Between Existing Architectures<br>
 The blockchain architecture allows a distributed &nbsp;network of computers to reach consensus without the need for a central &nbsp;authority or middleman. 				 			<br>
 1 of 4</p>
<p>Internal Transactions Systems</p>
<p>Architecture: Centralized internal database&nbsp;</p>
<p><img src="http://s.wsj.net/public/resources/images/BN-MJ644_0201_c_G_20160201150724.jpg" width="553" height="369"/></p>
<p>Middleware, Messaging</p>
<p>Architecture: Secure inter-party messaging/queue-based middleware</p>
<p><img src="http://s.wsj.net/public/resources/images/BN-MJ652_0201_c_G_20160201151520.jpg" width="553" height="369"/></p>
<p>Clearinghouses</p>
<p>Architecture: Third party agent-in-possession&nbsp;</p>
<p><img src="http://s.wsj.net/public/resources/images/BN-MJ671_0201_c_G_20160201151935.jpg" width="553" height="369"/></p>
<p>Blockchain</p>
<p>Architecture: Distributed ledger with cryptographic integrity&nbsp;</p>
<p><img src="http://s.wsj.net/public/resources/images/BN-MJ673_0201_c_G_20160201152320.jpg" width="553" height="369"/></p>
<p><strong>Blockchain in the enterprise</strong> Enterprises are experimenting with different kinds of distributed &nbsp;ledger technologies and applications, analysts and industry participants &nbsp;say, with financial services companies the farthest ahead. In the last &nbsp;year, more than 40 financial institutions said they were working with &nbsp;blockchain, and now other financial firms such as insurance companies &nbsp;are “calling up asking if it’s too late to join the blockchain party,” &nbsp;said Ray Valdes, an analyst with <a href="http://quotes.wsj.com/IT">Gartner</a> who covers blockchain technology.</p>
<p>&nbsp;<strong>Blockchain’s challenges</strong> One obstacle to widespread enterprise adoption of blockchain &nbsp;technology is the need to get the network of participants, all of which &nbsp;have their own mix of back-office systems, to agree on a common network &nbsp;protocol and technology stack, Guardtime’s Mr. Steiner said. There are not yet clear standards to govern how blockchain will be &nbsp;implemented across the enterprise. Some companies may choose to use the &nbsp;bitcoin network, while others may opt for “permissioned” or semi-private &nbsp;blockchains.</p>
<p>&nbsp;The development of the technology also will bring its own &nbsp;regulatory hurdles and potential cybersecurity threats, experts say. Many questions around security and privacy still linger. In financial &nbsp;services, for example, it’s still unclear exactly how much information &nbsp;about a trade each participant needs to be able to see to verify a &nbsp;transaction while still keeping the contents of a particular trade &nbsp;private, R3’s Mr. McDonald said</p>
<p>. <strong>The blockchain ecosystem</strong> A number of startups and industry groups are working at different &nbsp;levels of the blockchain, from underlying infrastructure to &nbsp;blockchain-based applications. Some companies continue to develop on the &nbsp;public bitcoin blockchain, but many also are exploring how they can &nbsp;deploy their own blockchain on smaller “permissioned” networks.</p>
<p>&nbsp;Financial institutions are experimenting with many different &nbsp;blockchain implementations from different vendors. Under the R3 &nbsp;consortium, a recent test of a private blockchain among 11 banks took &nbsp;place on a private instance of open-source blockchain technology from &nbsp;Ethereum and hosted on a virtual private network in Microsoft’s Azure &nbsp;cloud. In December, the Linux Foundation, a nonprofit that champions open-source technologies, announced plans to<a href="http://www.linuxfoundation.org/news-media/announcements/2015/12/linux-foundation-unites-industry-leaders-advance-blockchain">&nbsp;create an enterprise-grade distributed ledger framework</a>. Participants in the group include R3, <a href="http://quotes.wsj.com/CSCO">Cisco Systems</a>, International Business Machines Corp., <a href="http://quotes.wsj.com/INTC">Intel</a> and <a href="http://quotes.wsj.com/VMW">VMware</a>, &nbsp;among others. “We hope to become the default fabric people begin to &nbsp;use,” said IBM’s Mr. Krishna said. IBM said it plans to contribute tens &nbsp;of thousands of lines of code to the project.</p>
<p>source:http://on.wsj.com/1PvwRaF</p>
</html>
👍  , ,
properties (23)
authoraqlsam
permlinkcio-explainer-what-is-blockchain
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["http://online.wsj.com/media/0201_cio_ledg_G_20160201185005.jpg","http://s.wsj.net/public/resources/images/BN-MJ644_0201_c_G_20160201150724.jpg","http://s.wsj.net/public/resources/images/BN-MJ652_0201_c_G_20160201151520.jpg","http://s.wsj.net/public/resources/images/BN-MJ671_0201_c_G_20160201151935.jpg","http://s.wsj.net/public/resources/images/BN-MJ673_0201_c_G_20160201152320.jpg"],"links":["http://on.wsj.com/TheMorningDownloadSignup","http://quotes.wsj.com/MSFT","https://bitcoin.org/bitcoin.pdf","http://www.wsj.com/articles/SB10001424052702303663604579504691512965308","http://www.wsj.com/articles/silk-road-founder-ross-ulbricht-sentenced-to-life-in-prison-1432929957","http://quotes.wsj.com/IBM","http://blogs.wsj.com/cio/2016/02/02/blockchain-catalyst-for-massive-change-across-industries/","http://quotes.wsj.com/IT","http://www.linuxfoundation.org/news-media/announcements/2015/12/linux-foundation-unites-industry-leaders-advance-blockchain","http://quotes.wsj.com/CSCO","http://quotes.wsj.com/INTC","http://quotes.wsj.com/VMW","http://on.wsj.com/1PvwRaF"]}
created2016-07-23 00:26:51
last_update2016-07-23 00:26:51
depth0
children1
last_payout2016-08-23 00:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14,268
author_reputation-503,398,770,506
root_title"CIO Explainer: What Is Blockchain?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,125
net_rshares701,283,488
author_curate_reward""
vote details (3)
@cheetah ·
Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.
I have detected a potential source:
http://blogs.wsj.com/cio/2016/02/02/cio-explainer-what-is-blockchain/
Please try to refrain from copying articles to Steemit. Even if one links the source, this is still considered plagiarism and can end up in a DMCA notice being sent. You may also be downvoted, and added to a downvote bot's list if your account does this repeatedly.
If I am correct, please edit your post to only link to the article, then provide your own original thoughts on it.
NOTE: I am too dumb to tell if you are the author, so ensure you have proper verification in your post for human curators to check!
👍  ,
properties (23)
authorcheetah
permlinkre-cio-explainer-what-is-blockchain-20160723t002803
categoryblockchain
json_metadata""
created2016-07-23 00:28:03
last_update2016-07-23 00:28:03
depth1
children0
last_payout2016-08-23 00:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length716
author_reputation942,693,160,055,713
root_title"CIO Explainer: What Is Blockchain?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id286,144
net_rshares652,182,225
author_curate_reward""
vote details (2)