Difference between revisions of "Technology Trends/Blockchain"

From wiki
Jump to navigation Jump to search
 
(50 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Technology_Briefs|Back to Tech Briefs list page]]
+
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
==Business Brief==
+
[[fr:Tendances_Technologiques/Chaîne_de_Blocs]]
  
test
+
<div class="mw-collapsible" data-expandtext="Show Detailed View" data-collapsetext="Hide Detailed View">
 +
  <div class="sidetable">
 +
    <table class="wikitable">
 +
      <tr>
 +
        <th class="breadcrumb" colspan="2">
 +
          <table class="breadcrumb-table">
 +
            <tr>
 +
              <th>[[Technology_Trends|Technology Trends]]</th>
 +
              <th> / </th>
 +
              <th>Blockchain</th>
 +
            </tr>
 +
          </table>
 +
          <table class="breadcrumb-table">
 +
            <tr>
 +
              <th>[[Tendances_Technologiques|Tendances Technologiques]]</th>
 +
              <th> / </th>
 +
              <th>[[Tendances_Technologiques/Chaîne_de_Blocs|Chaîne de Blocs]]</th>
 +
            </tr>
 +
          </table>
 +
        </th>
 +
      </tr>
 +
      <tr><td colspan="2" class="logo">[[File:Blockchain_logo.png|200px]]</td></tr>
 +
      <tr>
 +
        <th>Status</th>
 +
        <td>Published</td>
 +
      </tr>
 +
      <tr>
 +
        <th>Initial release</th>
 +
        <td>May 23, 2019</td>
 +
      </tr>
 +
      <tr>
 +
        <th>Latest version</th>
 +
        <td>November 25, 2019</td>
 +
      </tr>
 +
      <tr>
 +
        <th>Official publication</th>
 +
        <td>[[Media:EN_-_Technology_Trends_-_Blockchain_-_v0.2.pdf|Blockchain.pdf]]</td>
 +
      </tr>
 +
      <tr><td colspan="2" class="disclaimer"><table><tr>
 +
        <td>[[File:Traffic_cone.png|40px]]</td>
 +
        <td class="disclaimerText">This page is a work in progress. We welcome your feedback. Please use the discussion page for suggestions and comments. When the page is approved and finalized, we will send it for translation.</td>
 +
      </tr></table></td></tr>
 +
    </table>
 +
  </div>
  
"BlockChain", "Bitcoins" and "Crypto Currencies" are saturating the market, media and news cycles as the latest technological craze. Gartner describes Blockchain as, "as a technology that can radically transform business and society. But for most, the technology remains an enigma". This document hopes to decrypt that enigma.
+
  <br><p><b>Blockchain</b> is a list of digital records (called blocks) that are securely linked together to form a chain using secure encryption and time stamps. Blockchains form a digital ledger, which is a history of transaction records that can be accessed by multiple users but cannot be individually modified.</p>
  
In its base form Blockchain technology is the application of a Distributed Ledger shared across a Peer-To-Peer Network. Where the name BlockChain comes from is how the entries in the ledger are stored:
+
  <div class="mw-collapsible-toggle btn" style="float: left; display: block;">
 +
    <div class="toggle mw-collapsible-toggle-collapsed" role="button" tabindex="0"><span class="mw-collapsible-text">Hide Detailed View</span></div>
 +
  </div><br><br>
  
* A blockchain, is a continuously growing list of records, called blocks, which are linked and secured using cryptography.
+
  <h2>Business Brief</h2>
 +
  <p class="expand mw-collapsible-content">The theory behind blockchain was first described in 1991. The desire was to create a system in which documents could be timestamped and linked together digitally or cryptographically. In 2008, someone or a group of people, known as Satoshi Nakamoto, created the first cryptocurrency known as Bitcoin. The creation of Bitcoin in 2008 also unveiled the technology behind it - Blockchain. Blockchain provides the means for recording bitcoin transactions (as a shared ledger), which can be used to record any transaction and track the movement of any asset that is tangible, intangible or digital.</p>
  
* Each block typically contains a cryptographic hash of the previous block, a timestamp and transaction data.
+
  <p>Due to increasing mistrust around data sharing by some large corporations, as well as the financial crisis earlier that year, there was a growing desire for a means in which personal data or currency could be held individually. It needed to be decentralized and needed to reduce the requirement for middlemen, such as banks, brokers, or insurance companies. As the first of its kind, blockchain technology was revolutionary.<ref>Gilder, G. (2018). Life After Google: <i>The Fall of Big Data and the Rise of the Blockchain Economy.</i> New Jersey: Gateway Editions.</ref></p>
  
* A blockchain is typically managed by a peer-to-peer network collectively adhering to a protocol for inter-node communication and validating new blocks.
+
  <p class="inline">While blockchain technology has begun to expand since its creation, when it first began, users were exclusively individuals. While individual uses involving cryptocurrency such as Bitcoin are still in existence, companies such as Ethereum, Golem, and Blockstack have since emerged and also employ blockchain technology for the rendering of “smart contracts” between individual parties, the sharing of computer processing power and open-source app development respectively. However, the technology is still deemed immature and underutilized.</p><p class="expand inline mw-collapsible-content"> Of the respondents to Gartner’s 2018 CIO Survey, only 1% have invested in and deployed blockchain technology.<ref>Furlonger, D., & Kandaswamy, R. (25 July 2018). <i>[https://www.gartner.com/document/3883991 Hype Cycle for Blockchain Technologies].</i> Retrieved on 23 May 2019</ref></p>
  
* Once recorded, the data in any given block cannot be altered retroactively without the alteration of all subsequent blocks, which requires collusion of the network majority.
+
  <h2>Technology Brief</h2>
  
==Technical Brief==
+
  <p>In contrast to traditional records of transactions, which often require an intermediary such as a bank or other administrator, and involve multiple records of the same transaction, the data or transaction records contained within a blockchain are decentralized. For example, in a traditional purchase, a consumer would have a record, the merchant would have a record, a supplier would have a record, and an auditor or accountant would have a record. The bank would also have a record. All of these records are kept separately. Therefore, this process requires a great deal of trust between the individual parties that one record will not be tampered with or lost.</p>
There are many components that make up the Blockchain infrastructure, these vary from system to system but all of them have the following key components:
 
  
* Nodes
+
  <p>With a blockchain transaction, each of the parties involved (called nodes, users or miners), all have the same replica of a ledger, which is contained in the blockchain on a peer-to-peer (or node-to-node) network. As a result, the bank and the traditional merchant databases traditionally used to record and organize the data in ledger would be eliminated (i.e. transaction time and date, product, buyer).</p>
  
* A Peer-To- Peer Network
+
  <p>In order to form a block or a blockchain, each user requires a specialized computer and mining software. A blockchain is managed and verified collaboratively on a network accessed by multiple users or nodes. These users work collaboratively and use mining and “consensus algorithms” to solve complex mathematical problems. A consensus algorithm is an agreed-upon process for solving calculations and there are several used in blockchain technology depending on the type of calculation to be solved and the type of data to be verified.</p>
  
* Wallets
+
  <p class="inline">Blockchain’s decentralized, open and cryptographic nature allows people to trust each other and perform perform peer to peer transactions, which removes the need for intermediaries. It is resistant to hacking attacks that impact centralized intermediaries like banks because to succeed, an attacker would need to hack both the specific block in a blockchain as well as every one of the other potentially million ledgers in the network simultaneously.</p><p class="expand inline mw-collapsible-content"> This would be a difficult endeavor given that the blocks are secured with both public and private keys and require verification by multiple individual users and computers. Even if it were possible, they would also need to update every subsequent transaction in the chain and overwrite every other copy of the ledger in the network to ensure integrity of the new chain.</p>
 +
  <p class="inline-spacer"></p>
 +
  <p class="inline">Despite this natural resistance to attacks, it was reported in the MIT Technology Review that security holes are increasingly appearing in cryptocurrency and smart contract platforms. In some cases, the security issues are fundamental to the way the platforms were built.</p><p class="expand inline mw-collapsible-content"> By gaining control of more than half of the network’s computer power, a hacker was attempting to rewrite the transaction history of the exchange platform for cryptocurrency called Coinbase, allowing for the same cryptocurrency to be spent more than once to a total value of $1.1 million.<ref>Orcutt, M. (19 February 2019). <i>[https://www.technologyreview.com/s/612974/once-hailed-as-unhackable-blockchains-are-now-getting-hacked/ Once hailed as unhackable, blockchains are now getting hacked].</i> Retrieved on 23 May 2019</ref></p>
  
* Transactions
+
  <h2>Industry Usage</h2>
  
Nodes
+
  <p>The most well-known use of blockchain is in support of cryptocurrencies, such as Bitcoin. A digital currency launched in 2009, Bitcoin does not rely on a monetary authority to monitor verify or approve transactions, but rather relies on a peer-to-peer computer network made up of its users’ machines to do that. Blockchain can be used for all sorts of inter-organizational cooperation. In 2017, Harvard Business Review estimated that approximately 15% of banks are expected to be using blockchain.<ref>Gupta, V. (28 February 2017). <i>[https://hbr.org/2017/02/a-brief-history-of-blockchain A Brief History of Blockchain].</i> Retrieved on 23 May 2019</ref></p>
  
* Nodes are the peers of a Blockchain network.
+
  <p>Although Bitcoin is the first and most well-known use of the blockchain technology, it is only one of about seven hundred applications that use the blockchain distributed ledger system. Blockchain is a digital ledger on top of which organizations can build trusted applications, via a secure chain of custody for digital records.</p>
  
* They’re computers/servers running the Blockchain software .
+
  <h2>Canadian Government Use</h2>
 +
  <p class="expand mw-collapsible-content">Canada does not currently have a federal policy on blockchain. While blockchain is an important emerging technology, how it could be used by the Government remains to be seen. At this point, the ideal GC use case for blockchain would be a system of public record to register secure transactions from multiple contributors toward distributing a single source of truth in a non-refutable fashion.</p>
  
* Any computer running blockchain software can act as Blockchain node.
+
  <p>According to Gartner, there is no Government around the world that is operating a true blockchain initiative , although some (State of Georgia, Hong Kong, United Arab Emirate) are operating pseudo-initiatives and starting to experiment with the technology.<ref>Gartner conference call.</ref> Treasury Board of Canada notes highlights a few specific initiatives: Estonia uses an eHealth Foundation partnership to accelerate blockchain-based systems to ensure security, transparency, and auditability of patient healthcare records. Singapore employs the use of blockchain to prevent traders from defrauding banks through a unique distributed ledger-based system focused on preventing invoice fraud.<ref>Treasury Board of Canada</ref></p>
  
Peer-To- Peer Network
+
  <p>In 2017, “The Blockchain Corridor: Building an Innovation Economy in the 2nd Era of the Internet” was developed, discussing ways to turn Canada into a global hub for the “Blockchain revolution.” Written by a high-tech think tank and prepared for / partially funded by the federal Department of Innovation, Science and Economic Development (ISED), the report lays out a few proposals regarding how to cement Canada’s role as a world leader in blockchain technology. The Canadian Government announced in July 2017 the intention to run at least 6 select pilot projects on the use of blockchain.<ref>Secretariat, T. B. (29 March 2019). <i>[https://www.canada.ca/en/government/system/digital-government/digital-operations-strategic-plan-2018-2022.html Digital Operations Strategic Plan: 2018-2022].</i> Retrieved on 23 May 2019</ref></p>
  
A peer-to-peer network is a decentralized communication model where each participating nodes (computer) will have the similar responsibilities and share information with each other. Unlike the client-server model, any node in the peer to peer network can send requests to other nodes and respond to requests by other nodes.
+
  <p class="expand mw-collapsible-content">This included establishing a digital economy commission, which will be tasked with developing solid recommendations regarding how Canada can become a leader in developing technologies such as blockchain, quantum computing, artificial intelligence and self-driving vehicles. It also recommended getting governments currently using blockchain to transform their own operations and provide examples of how the technology can benefit public sectors in Canada and abroad.  Governments could use blockchain to verify the payment of taxes and manage public services more efficiently.</p>
  
Wallets
+
  <h2>Implications for Government Agencies</h2>
 +
  <h3>Shared Services Canada (SSC)</h3>
  
A digital wallet is a component of the blockchain software that stores the private and public keys of an entity. They come in various forms, e.x hardware tokens and software applications
+
  <h4>Value Proposition</h4>
 +
  <p class="expand mw-collapsible-content">Collaborative technologies like blockchain promise the ability to improve the business processes that occur between organizations and entities, radically lowering the “cost of trust.” As a result, blockchain may offer significantly higher returns for each investment dollar spent than that of traditional internal investments, but in doing so means collaborating with customers, citizens, suppliers and competitors in new ways.<ref>Treasury Board of Canada, Blockchain: Ideal Use Cases for the Government of Canada, 5.</ref></p>
  
Transactions
+
  <p>Blockchain offers a numbers of benefits to the Government of Canada, such as a reduction in costs and complexity, trusted record keeping and user-centric privacy control. It offers significant opportunities in terms of a single source for public records, support for multiple contributors and a technology ideal for multi-jurisdictional interactions. Due to its decentralized, collaborative nature, it potentially aligns well with policies and practices around Open Government, which aim to make Government services, data, and digital records more accessible to Canadians.</p>
  
Different implementations of Blockchain handle transaction in slightly different methods. Simply stated a transaction is an agreement between two groups to perform an exchange. The transaction is encrypted and hashed to ensure integrity and a certain level of privacy. The transaction is then advertised to the blockchain nodes to be included in the next available block
+
  <p>By eliminating the duplication and reducing the need for intermediaries, blockchain technology could be used by SSC to speed-up aspects of service delivery. A challenge for SSC in terms of blockchain will be to identify which enterprise solutions emerge as leaders and how they deal with privacy, confidentiality, auditability, performance and scalability.</p>
  
 +
  <p class="expand mw-collapsible-content">Currently, a number of Government agencies are engaged in Blockchain in a number of ways. Maybe SSC could support the following departments in their initiatives to explore how Blockchain can help solve these issues:
 +
    <ul>
 +
      <li><b>Elections Canada</b> – practical applications to support Voter List Management, Secure Identity Management, and management of electoral geography.</li>
 +
      <li><b>Financial Transactions and Reports Analysis Centre of Canada</b> – exploring implications for anti-money laundering and counter-terrorism financing.</li>
 +
      <li><b>Public Safety Canada</b> – focused on various uses and misuses of virtual currencies, such as extortion or blackmail.</li>
 +
      <li><b>Natural Resources Canada</b> – use as a public registry for the disclosure of payments under the Extractive Sectors Transparency Measures Act.</li>
 +
      <li><b>Bank of Canada</b> – exploring a proof of concept model alongside Payments Canada, Canadian commercial banks and the R3 consortium.</li>
 +
      <li><b>ISED</b> – engagement with Government departments, provincial-territorial-municipal partners, and key industry players.</li>
 +
    </ul>
 +
  </p>
  
Technical Recap
+
  <h4>Challenges</h4>
 +
  <p class="expand mw-collapsible-content">There are weaknesses in terms of technological complexity, intensive computational and storage demands and a requirement for common software across all nodes. There are significant challenges particularly important within a governmental process. Truly digital assets with a single copy can be destroyed and a government network housing such assets would represent a very public target for malicious actors.<ref>Vallée, J.-C. L. (April 2018). <i>[Vallée, J.-C. L. (April 2018). <i>[https://www.conferenceboard.ca/temp/7dc77c07-7e5a-4be6-ad6d-7d1070f9ac20/9591_Cautious%20Optimism_BR.pdf Adopting Blockchain to Improve Canadian Government Digital Services].</i> Retrieved on 23 May 2019 Adopting Blockchain to Improve Canadian Government Digital Services].</i> Retrieved on 23 May 2019</ref></p>
  
* It’s a type of Distributed Ledger
+
  <p class="expand mw-collapsible-content">It is important to remember that Blockchain, while a technological innovation in transactional business and chain of digital custody, is not a single solution to transactional challenges facing the GC.</p>
  
* Members of a blockchain network are called Nodes
+
  <p class="inline">The amount of time and energy required to maintain the blockchain and create new blocks is not small and this is a frequent criticism of the technology. Conventional database entry, such as using SQL, takes only milliseconds, compared to blockchain, which takes several minutes. Due to the length of time required as well as the need for multiple computers to verify the blocks, blockchains consume an enormous amount of energy.</p><p class="expand inline mw-collapsible-content"> However, as technology advances, the blockchain consensus process takes closer to three minutes with Ethereum, which is currently among the most advanced blockchains available.xxiii Even older blockchains, such as Bitcoin, are still faster than traditional financial transactions, such as the stock exchange, which can take days to be verified and finalized. Despite this, services or transactions that require rapid speed, may not be suitable for blockchain.</p>
 +
  <p class="inline-spacer"></p>
 +
  <p class="inline">There are also some concerns with respect to privacy. Since blockchain is built on the premise of decentralization and transparency, the data within the chain is technically available for anyone on the network, provided they have the computational power and knowledge to gain access. Instead of being identified on the network by name, users have encryption keys, which is a list of seemingly random numbers and letters.</p><p class="expand inline mw-collapsible-content"> While more private than a name or other demographic information, users could still be identified by their keys over time. Also, any data contained within a block that may have personal information that an individual wishes to keep private, such as medical records for example, may not be well suited for a blockchain as it will be transparent and visible to other users.<ref>Diedrich, H. (2016). <i>Ethereum: Blockchains, Digital Assets, Smart Contracts, Decentralized Autonomous Organizations.</i> Scotts Valley: CreateSpace Independent Publishing Platform.</ref></p>
  
* Each Node has a copy of the ledger… usually
+
  <h4>Considerations</h4>
 +
  <p class="expand mw-collapsible-content">By using an agreed upon consensus algorithm, collaborative technology like Blockchain promises the ability to improve the business processes that occur between organizations and entities, radically lowering the “cost of trust.” The cost of trust is lowered because there is only one record of a transaction that needs to be kept and all stakeholders trust that record.</p>
  
* Blockchain Nodes rely on a Peer-to-Peer network of other nodes for synchronization.
+
  <p>In a traditional transaction, all stakeholders have to keep a record of the transaction and in the case of a discrepancy, it was more difficult / costly to determine the accuracy of a record. As a result, Blockchain may offer significantly higher returns for each investment dollar spent than that of traditional internal investments. However, to doing so, it means collaborating with customers, citizens, suppliers and competitors in new ways.<ref>Treasury Board of Canada, Blockchain: Ideal Use Cases for the Government of Canada, 5. </ref></p>
  
* All information on the Distributed ledger is secured via cryptography (hashing, digital signatures, etc)
+
  <p class="inline">Further research is needed to understand the potential impacts that blockchain could have on SSC as a service provider as well on the usage amounts the GC would require. SSC should consider the identification of client areas where blockchain may be leveraged. It may be required that client departments self-identify spaces which could benefit from blockchain processes.</p><p class="expand inline mw-collapsible-content"> A challenge for SSC will be to identify which partner organizations and enterprise solutions require priority blockchain pilot projects as well as be able to identify departments that emerge as leaders and how they deal with privacy, confidentiality, auditability, performance and scalability.</p>
  
* There is no centralized authority …usually
+
  <p>Lastly, SSC and the GC should consider the capacity issues in resources, network capabilities, and time required to create and maintain blockchain networks on its own. Blockchain is not a pedestrian technology, it will require dedicated teams that are appropriately resourced and financed in order for the technology to be deployed as any other service. SSC may wish to consider looking for private sector companies that specialize in providing Blockchain as a Service (BaaS), and determine the risk and cost benefits of outsourcing this process altogether.</p>
  
* The transactions are added to ledger based on agreement from the nodes
+
  <h2>Hype Cycle</h2>
  
* Valid transactions in the Blockchain network are added to the next available Block
+
  <div class="container">
 +
    <div class="row">
 +
      <div class="col-sm-4">
 +
        <table class="wikitable hypecycleTable">
 +
          <tr>
 +
            <th>English</th>
 +
            <th>Français</th>
 +
          </tr>
 +
          <tr>
 +
            <td>Expectations</td>
 +
            <td>Attentes</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Time</td>
 +
            <td>Temps</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain Wallet Platform</td>
 +
            <td>Plate-forme de portefeuille de la chaîne de blocs</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain Interoperability</td>
 +
            <td>Interopérabilité de la chaîne de blocs</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Postquantum Blockchain</td>
 +
            <td>Chaîne de blocs post-quantique</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Smart Contract Oracle</td>
 +
            <td>Oracle des contrats intelligents</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Zero Knowledge Proofs</td>
 +
            <td>Preuve à divulgation nulle de connaissance</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Distributed Storage in Blockchain</td>
 +
            <td>Stockage distribué dans la chaîne de blocs</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Smart Contracts</td>
 +
            <td>Contrats intelligents</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain for IAM</td>
 +
            <td>Chaîne de blocs pour la gestion des identités et de l’accès</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain PaaS</td>
 +
            <td>Chaîne de blocs à titre de PaaS</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain for Data Security</td>
 +
            <td>Chaîne de blocs pour la sécurité des données</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Decentralized Applications</td>
 +
            <td>Applications décentralisées</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Consensus Mechanisms</td>
 +
            <td>Mécanismes de consensus</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Metacoin Platforms</td>
 +
            <td>Plates-formes de Metacoin</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Sidechains/Channels</td>
 +
            <td>Chaînes latérales/canaux</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Multiparty Computing</td>
 +
            <td>Calcul multipartite</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Cryptocurrency Hardware Wallets</td>
 +
            <td>Portefeuilles matériels de cryptomonnaie</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Cryptocurrency Software Wallets</td>
 +
            <td>Portefeuilles logiciels de cryptomonnaie</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Blockchain</td>
 +
            <td>Chaîne de blocs</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Distributed Ledgers</td>
 +
            <td>Grands livres distribués</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Cryptocurrency Mining</td>
 +
            <td>Minage de cryptomonnaie</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Innovation Trigger</td>
 +
            <td>Déclencheur d’innovation</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Peak of Inflated Exepctations</td>
 +
            <td>Pic des attentes exagérées</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Trough of Disillusionment</td>
 +
            <td>Gouffre des désillusions</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Slope of Enlightenment</td>
 +
            <td>Pente de l’illumination</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Plateau of Productivity</td>
 +
            <td>Plateau de productivité</td>
 +
          </tr>
 +
          <tr>
 +
            <td>As of July 2018</td>
 +
            <td>En date de juillet 2018</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Plateau will be reached:</td>
 +
            <td>Le plateau sera atteint :</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Less than 2 years</td>
 +
            <td>dans moins de 2 ans</td>
 +
          </tr>
 +
          <tr>
 +
            <td>2 to 5 years</td>
 +
            <td>dans 2 à 5 ans</td>
 +
          </tr>
 +
          <tr>
 +
            <td>5 to 10 years</td>
 +
            <td>dans 5 à 10 ans</td>
 +
          </tr>
 +
          <tr>
 +
            <td>More than 10 years</td>
 +
            <td>dans plus de 10 ans</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Obsolete before plateau</td>
 +
            <td>Désuet avant le plateau</td>
 +
          </tr>
 +
          <tr>
 +
            <td>Source: Gartner (July 2018)</td>
 +
            <td>Source : Gartner (juillet 2018)</td>
 +
          </tr>
 +
        </table>
 +
      </div>
 +
    </div>
 +
  </div>
  
* Blockchain miners generate the Blocks
+
  <h2>References</h2>
  
* Multiple Blocks make up the Blockchain.
+
</div>
  
* All valid Blocks in Blockchain are Immutable.
+
{{#css:
  
* The chains creates an audit trail of the transactions (Verifiability)
+
  div>a>img {
 +
    width: 100%;
 +
    height: auto;
 +
  }
  
==Industry Use==
+
  #firstHeading::after{
 +
  content:"Blockchain";
 +
  }
  
The technology is being evaluated in almost every facet of society. Fascinating use cases are occurring in the world of Commerce, Education, Law Enforcement, Government, Media, Information, Logistics and Finance. This alls speak to Blockchain’s potential future ubiquity.
+
  /* PC Formatting */
  
With that said, very few organizations have transitioned to sole Blockchain solutions and the majority of initiatives are currently in the pilot, testing or development phases of implementation. Although contributions vary according to the application, the benefits of using Blockchain in these instances are usually generalized into increased data security, accuracy and efficiency, all while lowering costs in correlation with these efficiencies.
+
  .sidetable{ float: right; width: 25%; cursor: auto; text-align: center;}
 +
  .wikitable{ margin: 0px 0px 0px 0px;  }
 +
  .logo{  text-align: center; }
 +
  .disclaimer{  border: 1px solid red;  background-color: rgba(255, 0, 0, 0.3); }
  
Bottom line is, it’s hard to tell exactly what the potential of a public Blockchain could be. If you ask me whether this technology has the potential to help public servants deliver services to Canadians, my answer is, “Most likely.” But these benefits are still being discovered, assessed and evaluated and this is perhaps the most intriguing aspect for Enterprise Architects. Someone out there might find a solution or application that has never before been considered, bringing about massive changes to the organization. It’s anyone’s guess as to who or what that might be.
+
  .breadcrumb{
 +
    background-color: rgb(248, 249, 250);
 +
    border: 1px solid rgb(162, 169, 177);
 +
  }
 +
  .breadcrumb-table{  margin: auto; }
  
Standards
+
  .expand{  background-color: rgba(242, 109, 33, 0.2); }
 +
  .mw-collapsible-text{ text-align:left;  }
 +
  .inline{  display: inline; }
 +
  .inline-spacer{ display: block; }
  
* HyperLedger
+
  .btn {
https://www.hyperledger.org/
+
  display: inline-block;
 +
  margin-bottom: 0;
 +
  font-weight: 400;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: middle;
 +
  -ms-touch-action: manipulation;
 +
  touch-action: manipulation;
 +
  cursor: pointer;
 +
  background-image: none;
 +
  border: 1px solid transparent;
 +
  padding: 6px 12px;
 +
  font-size: 14px;
 +
  line-height: 1.42857143;
 +
  border-radius: 4px;
 +
  -webkit-user-select: none;
 +
  -moz-user-select: none;
 +
  -ms-user-select: none;
 +
  user-select: none;
  
* W3C
+
    width: 230px;
https://www.w3.org/community/blockchain/
+
    color: rgba(242, 109, 33, 1);
 +
  background-color: rgba(242, 109, 33, 0.1);
 +
  border-color: rgba(242, 109, 33, 1);
 +
    text-decoration: none;
 +
  }
  
* ISO/TC 307
+
  .btn:hover {
https://www.iso.org/committee/6266604.html
+
  color: rgba(255, 255, 255, 1);
 +
  background-color: rgba(242, 109, 33, 1);
 +
    text-decoration: none;
 +
  }
  
* China
+
  .hypecycle {
https://www.coindesk.com/chinas-it-ministry-moves-to-create-national-blockchain-standards/
+
    width: 80%;
 +
    margin: auto;
 +
  }
  
* IEEE
+
  .container{
https://blockchain.ieee.org/standards
+
    width: 100%;
 +
    display: block;
 +
  }
  
==Canadian Government Use==
+
  .row{
 +
    width: 100%;
 +
    display: table;
 +
  content: " ";
 +
  }
  
* Verifiable Organizations Network
+
  .col-sm-8{
British Columbia - Provincial
+
    width: 66.6666666666%;
http://von.pathfinder.gov.bc.ca
+
    float:left;
 +
  }
  
* NRC-RAP Grants & Contributions Publishing
+
  .col-sm-4{
Canada – Federal
+
    width: 33.33333333333%;
https://nrc-cnrc.explorecatena.com/en
+
    float:left;
* PSPC-SRICanada – Federal
+
  }
https://beta.buyandsell.gc.ca/von/en/home
 
* Estonia KSIEstonia – Federal
 
https://e-estonia.com/solutions/security-and-safety/ksi-blockchain/
 
  
==Implications for Departments==
+
  .hypecycleTable{
===Shared Services Canada===
+
    width: 100%;
====Value proposition====
+
  }
BlockChain is a disruptive technology and is forcing business to re-examine how their services are being delivered. From an SSC perspective I think the biggest challenge will be to support the use of public and private networks, as well as the integration of API’s and Container technologies. A lot of the implementations of Blockchain are running on networks available to the public, have an API to interact and access data between organizations, nodes are being automated running in containers and on cloud networks.
 
  
===Dept X===
+
  /* Mobile Formatting */
Implications list
+
  @media (max-width: 992px){
 +
    .sidetable{ width: 80%; margin-left: 10%; margin-right: 10%;}
  
==Sources==
+
    .container{
 +
      display: block;
 +
      clear: both;
 +
    }
  
[[Blockchain]]
+
    .col-sm-8,
 +
    .col-sm-6,
 +
    .col-sm-4{
 +
      display: block;
 +
      width: 100%;
 +
      clear: both;
 +
      margin: auto;
 +
    }
 +
  }
 +
  @media (max-width: 600px){
 +
    .sidetable{ width: 100%; margin-left: 0px; margin-right: 0px;}
 +
  }
  
http://www.amazon.ca/Blockchain-Blueprint-Economy-Melanie-Swan/dp/1491920491
+
}}
 
 
https://github.com/ethereum/wiki/wiki/White-Paper
 
 
 
http://www.gcpedia.gc.ca/wiki/File:Policy_Ignite_Fall_2015_Dan_Monafu_Blockchain.pptx
 
 
 
This section provides the reader with source material used to prepare the Technology Roadmap document and will help them find more in-depth information to the technology is the so want.
 
 
 
Gartner, “Blockchain-Based Transformation” <nowiki>https://www.gartner.com/technology/research/blockchain/</nowiki>
 
 
 
Medium, “Why BlockChain is hard”
 
 
 
<nowiki>https://medium.com/@jimmysong/why-blockchain-is-hard-60416ea4c5c</nowiki>
 
 
 
Medium, “How does the blockchain work for dummies explained simply”
 
 
 
<nowiki>https://medium.com/blockchain-review/how-does-the-blockchain-work-for-dummies-explained-</nowiki>
 
[[Category:Architecture]]
 
[[Category:Technology]]
 

Latest revision as of 12:48, 25 November 2019


Status Published
Initial release May 23, 2019
Latest version November 25, 2019
Official publication Blockchain.pdf
Traffic cone.png This page is a work in progress. We welcome your feedback. Please use the discussion page for suggestions and comments. When the page is approved and finalized, we will send it for translation.

Blockchain is a list of digital records (called blocks) that are securely linked together to form a chain using secure encryption and time stamps. Blockchains form a digital ledger, which is a history of transaction records that can be accessed by multiple users but cannot be individually modified.

Hide Detailed View


Business Brief

The theory behind blockchain was first described in 1991. The desire was to create a system in which documents could be timestamped and linked together digitally or cryptographically. In 2008, someone or a group of people, known as Satoshi Nakamoto, created the first cryptocurrency known as Bitcoin. The creation of Bitcoin in 2008 also unveiled the technology behind it - Blockchain. Blockchain provides the means for recording bitcoin transactions (as a shared ledger), which can be used to record any transaction and track the movement of any asset that is tangible, intangible or digital.

Due to increasing mistrust around data sharing by some large corporations, as well as the financial crisis earlier that year, there was a growing desire for a means in which personal data or currency could be held individually. It needed to be decentralized and needed to reduce the requirement for middlemen, such as banks, brokers, or insurance companies. As the first of its kind, blockchain technology was revolutionary.[1]

While blockchain technology has begun to expand since its creation, when it first began, users were exclusively individuals. While individual uses involving cryptocurrency such as Bitcoin are still in existence, companies such as Ethereum, Golem, and Blockstack have since emerged and also employ blockchain technology for the rendering of “smart contracts” between individual parties, the sharing of computer processing power and open-source app development respectively. However, the technology is still deemed immature and underutilized.

Of the respondents to Gartner’s 2018 CIO Survey, only 1% have invested in and deployed blockchain technology.[2]

Technology Brief

In contrast to traditional records of transactions, which often require an intermediary such as a bank or other administrator, and involve multiple records of the same transaction, the data or transaction records contained within a blockchain are decentralized. For example, in a traditional purchase, a consumer would have a record, the merchant would have a record, a supplier would have a record, and an auditor or accountant would have a record. The bank would also have a record. All of these records are kept separately. Therefore, this process requires a great deal of trust between the individual parties that one record will not be tampered with or lost.

With a blockchain transaction, each of the parties involved (called nodes, users or miners), all have the same replica of a ledger, which is contained in the blockchain on a peer-to-peer (or node-to-node) network. As a result, the bank and the traditional merchant databases traditionally used to record and organize the data in ledger would be eliminated (i.e. transaction time and date, product, buyer).

In order to form a block or a blockchain, each user requires a specialized computer and mining software. A blockchain is managed and verified collaboratively on a network accessed by multiple users or nodes. These users work collaboratively and use mining and “consensus algorithms” to solve complex mathematical problems. A consensus algorithm is an agreed-upon process for solving calculations and there are several used in blockchain technology depending on the type of calculation to be solved and the type of data to be verified.

Blockchain’s decentralized, open and cryptographic nature allows people to trust each other and perform perform peer to peer transactions, which removes the need for intermediaries. It is resistant to hacking attacks that impact centralized intermediaries like banks because to succeed, an attacker would need to hack both the specific block in a blockchain as well as every one of the other potentially million ledgers in the network simultaneously.

This would be a difficult endeavor given that the blocks are secured with both public and private keys and require verification by multiple individual users and computers. Even if it were possible, they would also need to update every subsequent transaction in the chain and overwrite every other copy of the ledger in the network to ensure integrity of the new chain.

Despite this natural resistance to attacks, it was reported in the MIT Technology Review that security holes are increasingly appearing in cryptocurrency and smart contract platforms. In some cases, the security issues are fundamental to the way the platforms were built.

By gaining control of more than half of the network’s computer power, a hacker was attempting to rewrite the transaction history of the exchange platform for cryptocurrency called Coinbase, allowing for the same cryptocurrency to be spent more than once to a total value of $1.1 million.[3]

Industry Usage

The most well-known use of blockchain is in support of cryptocurrencies, such as Bitcoin. A digital currency launched in 2009, Bitcoin does not rely on a monetary authority to monitor verify or approve transactions, but rather relies on a peer-to-peer computer network made up of its users’ machines to do that. Blockchain can be used for all sorts of inter-organizational cooperation. In 2017, Harvard Business Review estimated that approximately 15% of banks are expected to be using blockchain.[4]

Although Bitcoin is the first and most well-known use of the blockchain technology, it is only one of about seven hundred applications that use the blockchain distributed ledger system. Blockchain is a digital ledger on top of which organizations can build trusted applications, via a secure chain of custody for digital records.

Canadian Government Use

Canada does not currently have a federal policy on blockchain. While blockchain is an important emerging technology, how it could be used by the Government remains to be seen. At this point, the ideal GC use case for blockchain would be a system of public record to register secure transactions from multiple contributors toward distributing a single source of truth in a non-refutable fashion.

According to Gartner, there is no Government around the world that is operating a true blockchain initiative , although some (State of Georgia, Hong Kong, United Arab Emirate) are operating pseudo-initiatives and starting to experiment with the technology.[5] Treasury Board of Canada notes highlights a few specific initiatives: Estonia uses an eHealth Foundation partnership to accelerate blockchain-based systems to ensure security, transparency, and auditability of patient healthcare records. Singapore employs the use of blockchain to prevent traders from defrauding banks through a unique distributed ledger-based system focused on preventing invoice fraud.[6]

In 2017, “The Blockchain Corridor: Building an Innovation Economy in the 2nd Era of the Internet” was developed, discussing ways to turn Canada into a global hub for the “Blockchain revolution.” Written by a high-tech think tank and prepared for / partially funded by the federal Department of Innovation, Science and Economic Development (ISED), the report lays out a few proposals regarding how to cement Canada’s role as a world leader in blockchain technology. The Canadian Government announced in July 2017 the intention to run at least 6 select pilot projects on the use of blockchain.[7]

This included establishing a digital economy commission, which will be tasked with developing solid recommendations regarding how Canada can become a leader in developing technologies such as blockchain, quantum computing, artificial intelligence and self-driving vehicles. It also recommended getting governments currently using blockchain to transform their own operations and provide examples of how the technology can benefit public sectors in Canada and abroad. Governments could use blockchain to verify the payment of taxes and manage public services more efficiently.

Implications for Government Agencies

Shared Services Canada (SSC)

Value Proposition

Collaborative technologies like blockchain promise the ability to improve the business processes that occur between organizations and entities, radically lowering the “cost of trust.” As a result, blockchain may offer significantly higher returns for each investment dollar spent than that of traditional internal investments, but in doing so means collaborating with customers, citizens, suppliers and competitors in new ways.[8]

Blockchain offers a numbers of benefits to the Government of Canada, such as a reduction in costs and complexity, trusted record keeping and user-centric privacy control. It offers significant opportunities in terms of a single source for public records, support for multiple contributors and a technology ideal for multi-jurisdictional interactions. Due to its decentralized, collaborative nature, it potentially aligns well with policies and practices around Open Government, which aim to make Government services, data, and digital records more accessible to Canadians.

By eliminating the duplication and reducing the need for intermediaries, blockchain technology could be used by SSC to speed-up aspects of service delivery. A challenge for SSC in terms of blockchain will be to identify which enterprise solutions emerge as leaders and how they deal with privacy, confidentiality, auditability, performance and scalability.

Currently, a number of Government agencies are engaged in Blockchain in a number of ways. Maybe SSC could support the following departments in their initiatives to explore how Blockchain can help solve these issues:

  • Elections Canada – practical applications to support Voter List Management, Secure Identity Management, and management of electoral geography.
  • Financial Transactions and Reports Analysis Centre of Canada – exploring implications for anti-money laundering and counter-terrorism financing.
  • Public Safety Canada – focused on various uses and misuses of virtual currencies, such as extortion or blackmail.
  • Natural Resources Canada – use as a public registry for the disclosure of payments under the Extractive Sectors Transparency Measures Act.
  • Bank of Canada – exploring a proof of concept model alongside Payments Canada, Canadian commercial banks and the R3 consortium.
  • ISED – engagement with Government departments, provincial-territorial-municipal partners, and key industry players.

Challenges

There are weaknesses in terms of technological complexity, intensive computational and storage demands and a requirement for common software across all nodes. There are significant challenges particularly important within a governmental process. Truly digital assets with a single copy can be destroyed and a government network housing such assets would represent a very public target for malicious actors.[9]

It is important to remember that Blockchain, while a technological innovation in transactional business and chain of digital custody, is not a single solution to transactional challenges facing the GC.

The amount of time and energy required to maintain the blockchain and create new blocks is not small and this is a frequent criticism of the technology. Conventional database entry, such as using SQL, takes only milliseconds, compared to blockchain, which takes several minutes. Due to the length of time required as well as the need for multiple computers to verify the blocks, blockchains consume an enormous amount of energy.

However, as technology advances, the blockchain consensus process takes closer to three minutes with Ethereum, which is currently among the most advanced blockchains available.xxiii Even older blockchains, such as Bitcoin, are still faster than traditional financial transactions, such as the stock exchange, which can take days to be verified and finalized. Despite this, services or transactions that require rapid speed, may not be suitable for blockchain.

There are also some concerns with respect to privacy. Since blockchain is built on the premise of decentralization and transparency, the data within the chain is technically available for anyone on the network, provided they have the computational power and knowledge to gain access. Instead of being identified on the network by name, users have encryption keys, which is a list of seemingly random numbers and letters.

While more private than a name or other demographic information, users could still be identified by their keys over time. Also, any data contained within a block that may have personal information that an individual wishes to keep private, such as medical records for example, may not be well suited for a blockchain as it will be transparent and visible to other users.[10]

Considerations

By using an agreed upon consensus algorithm, collaborative technology like Blockchain promises the ability to improve the business processes that occur between organizations and entities, radically lowering the “cost of trust.” The cost of trust is lowered because there is only one record of a transaction that needs to be kept and all stakeholders trust that record.

In a traditional transaction, all stakeholders have to keep a record of the transaction and in the case of a discrepancy, it was more difficult / costly to determine the accuracy of a record. As a result, Blockchain may offer significantly higher returns for each investment dollar spent than that of traditional internal investments. However, to doing so, it means collaborating with customers, citizens, suppliers and competitors in new ways.[11]

Further research is needed to understand the potential impacts that blockchain could have on SSC as a service provider as well on the usage amounts the GC would require. SSC should consider the identification of client areas where blockchain may be leveraged. It may be required that client departments self-identify spaces which could benefit from blockchain processes.

A challenge for SSC will be to identify which partner organizations and enterprise solutions require priority blockchain pilot projects as well as be able to identify departments that emerge as leaders and how they deal with privacy, confidentiality, auditability, performance and scalability.

Lastly, SSC and the GC should consider the capacity issues in resources, network capabilities, and time required to create and maintain blockchain networks on its own. Blockchain is not a pedestrian technology, it will require dedicated teams that are appropriately resourced and financed in order for the technology to be deployed as any other service. SSC may wish to consider looking for private sector companies that specialize in providing Blockchain as a Service (BaaS), and determine the risk and cost benefits of outsourcing this process altogether.

Hype Cycle

English Français
Expectations Attentes
Time Temps
Blockchain Wallet Platform Plate-forme de portefeuille de la chaîne de blocs
Blockchain Interoperability Interopérabilité de la chaîne de blocs
Postquantum Blockchain Chaîne de blocs post-quantique
Smart Contract Oracle Oracle des contrats intelligents
Zero Knowledge Proofs Preuve à divulgation nulle de connaissance
Distributed Storage in Blockchain Stockage distribué dans la chaîne de blocs
Smart Contracts Contrats intelligents
Blockchain for IAM Chaîne de blocs pour la gestion des identités et de l’accès
Blockchain PaaS Chaîne de blocs à titre de PaaS
Blockchain for Data Security Chaîne de blocs pour la sécurité des données
Decentralized Applications Applications décentralisées
Consensus Mechanisms Mécanismes de consensus
Metacoin Platforms Plates-formes de Metacoin
Sidechains/Channels Chaînes latérales/canaux
Multiparty Computing Calcul multipartite
Cryptocurrency Hardware Wallets Portefeuilles matériels de cryptomonnaie
Cryptocurrency Software Wallets Portefeuilles logiciels de cryptomonnaie
Blockchain Chaîne de blocs
Distributed Ledgers Grands livres distribués
Cryptocurrency Mining Minage de cryptomonnaie
Innovation Trigger Déclencheur d’innovation
Peak of Inflated Exepctations Pic des attentes exagérées
Trough of Disillusionment Gouffre des désillusions
Slope of Enlightenment Pente de l’illumination
Plateau of Productivity Plateau de productivité
As of July 2018 En date de juillet 2018
Plateau will be reached: Le plateau sera atteint :
Less than 2 years dans moins de 2 ans
2 to 5 years dans 2 à 5 ans
5 to 10 years dans 5 à 10 ans
More than 10 years dans plus de 10 ans
Obsolete before plateau Désuet avant le plateau
Source: Gartner (July 2018) Source : Gartner (juillet 2018)

References


  1. Gilder, G. (2018). Life After Google: The Fall of Big Data and the Rise of the Blockchain Economy. New Jersey: Gateway Editions.
  2. Furlonger, D., & Kandaswamy, R. (25 July 2018). Hype Cycle for Blockchain Technologies. Retrieved on 23 May 2019
  3. Orcutt, M. (19 February 2019). Once hailed as unhackable, blockchains are now getting hacked. Retrieved on 23 May 2019
  4. Gupta, V. (28 February 2017). A Brief History of Blockchain. Retrieved on 23 May 2019
  5. Gartner conference call.
  6. Treasury Board of Canada
  7. Secretariat, T. B. (29 March 2019). Digital Operations Strategic Plan: 2018-2022. Retrieved on 23 May 2019
  8. Treasury Board of Canada, Blockchain: Ideal Use Cases for the Government of Canada, 5.
  9. Vallée, J.-C. L. (April 2018). [Vallée, J.-C. L. (April 2018). Adopting Blockchain to Improve Canadian Government Digital Services. Retrieved on 23 May 2019 Adopting Blockchain to Improve Canadian Government Digital Services]. Retrieved on 23 May 2019
  10. Diedrich, H. (2016). Ethereum: Blockchains, Digital Assets, Smart Contracts, Decentralized Autonomous Organizations. Scotts Valley: CreateSpace Independent Publishing Platform.
  11. Treasury Board of Canada, Blockchain: Ideal Use Cases for the Government of Canada, 5.