{"id":1568,"date":"2018-02-16T16:51:38","date_gmt":"2018-02-16T16:51:38","guid":{"rendered":"https:\/\/atozcrypto.org\/?p=1568"},"modified":"2018-02-16T16:51:38","modified_gmt":"2018-02-16T16:51:38","slug":"others-public-protocols-3","status":"publish","type":"post","link":"https:\/\/atozcrypto.org\/others-public-protocols-3\/","title":{"rendered":"Others Public Protocols-3"},"content":{"rendered":"

The concept of blockchain as a standalone technology started gaining popularity in 2015. Prior to that, it was just known as a data structure underlying Bitcoin technology. In Satoshi Nakamoto\u2019s white paper, the two words \u201cblock\u201d and \u201cchain\u201d appeared together. It was only called \u201ca chain of blocks.\u201d<\/p>\n

Bitcoin\u2019s rise into popularity resulted in it being categorized as Blockchain 1.0. With Ethereum making waves as a decentralized platform for applications that run exactly as programmed, more and more people began to categorize Ethereum as Blockchain 2.0. Now the market is battling to see who will be named Blockchain 3.0. Direct Acyclic Graph or DAG may be it.<\/p>\n

What is DAG?<\/strong><\/p>\n

DAG is a directed graph data structure that uses a topological ordering. The sequence can only go from earlier to later. DAG is often applied to problems related to data processing, scheduling, finding the best route in navigation, and data compression.<\/p>\n

Bitcoin has always been inefficient due to the proof-of-work (POW) system. Blocks can\u2019t be created simultaneously. The linked storage structure allows for only one chain on the whole network. All the transactions occurring around the same time are kept in the same block. Miners then compete for the block validation. One single block is created about every 10 minutes.<\/p>\n

The first community to come up with the idea of changing the chain-like storage structure into a DAG of blocks was\u00a0NXT<\/a>. If the time of mining remains unchanged, the storage could be extended by X times with X blocks on the network at the same time.<\/p>\n

The blockchain combination with DAG still comes from the idea of side-chains. Different types of transactions are running on different chains simultaneously. DAG of blocks still relies on the concept of blocks.<\/p>\n

IoT Chain<\/a>\u00a0(ITC),\u00a0IOTA<\/a>,\u00a0and\u00a0Byteball<\/a>\u00a0are the blockless projects currently shining in the market. With Bitcoin or Ethereum, the block creation speed is a bottleneck. Bitcoin generates a new block every 10 minutes. Ethereum is better, but it takes around 15-20 seconds for block validation.<\/p>\n

But why do we even need a block? On the bitcoin network, many transactions are mined into blocks and the transaction sequence is maintained by the prehashes between blocks. What if you combine blocks and transactions together? Make every transaction directly involved in maintaining the sequences. After the transaction is placed, you can skip the process of mining. This makes it blockless and more efficient.<\/p>\n

Concepts in the DAG Blockchain<\/strong><\/p>\n

The Double-Spending Issue, from a Probabilistic Perspective<\/em><\/strong><\/p>\n

The Bitcoin network uses the UTXO (Unspent Transaction Output) model. Users are only allowed to have one transaction placement under their UTXO. There might be more than one miner who solves the hash function at the same time to acquire the right of block validation. This might develop forks temporarily. The validation of a certain transaction is decided by the number of transactions behind it. The rate of transactions coming back into the network is lower with more transactions behind it, which makes the transaction safer.<\/p>\n

The Width of the Network<\/em><\/strong><\/p>\n

When each transaction is validated, it needs to be linked to an existing and relatively new transaction on the DAG network. If it links to earlier transactions every time, it would make the network too wide to validate the new transactions. Ideally, the DAG network chooses an existing later transaction to link to when a new transaction happens. The goal is to keep the network width within a certain range that can support quick transaction validation. IOTA also proposed its own algorithm controlling the width on the tangle network.<\/p>\n

Quick Transactions<\/em><\/strong><\/p>\n

Due\u00a0to its blockless nature, the transactions run directly into the DAG networks. The whole process is much faster than those of blockchains based on PoW and PoS.<\/p>\n

No Mining Involved<\/em><\/strong><\/p>\n

There are no miners on DAG networks. The validation of transactions goes directly to the transactions themselves. For users, this means transactions go through almost instantly.<\/p>\n

Friendly to Small Payments<\/em><\/strong><\/p>\n

With the advancement of DAG, we\u2019re looking at a future where high functioning and minimum transaction fee chains are possible. That means users can send micro-payments without heavy fees like Bitcoin or Ethereum.<\/p>\n

One project in China looks to be taking a serious swing at being the leader in this space.\u00a0IoT Chain (ITC)<\/a>\u00a0is built on DAG and can handle over 10,000 transactions per second. It has a strong vision, strong community, and is backed by leading blockchain funds like ChainFunder and\u00a0FBG<\/a>.\u00a0IoT Chain has a solid shot at becoming\u00a0categorized as Blockchain 3.0.<\/p>\n

DAG will be used for applications that require scalability in the thousands of transactions per second. The launch of CryptoKitties clogged the Ethereum network which resulted in slow transactions and high fees. Ethereum has a solution to this called sharding, but it is 5 years out. Applications will soon, I think, be turning to DAG to scale.<\/p>\n","protected":false},"excerpt":{"rendered":"

The concept of blockchain as a standalone technology started gaining popularity in 2015. Prior to that, it was just known as a data structure underlying Bitcoin technology. In Satoshi Nakamoto\u2019s white paper, the two words \u201cblock\u201d and \u201cchain\u201d appeared together. It was only called \u201ca chain of blocks.\u201d Bitcoin\u2019s rise into popularity resulted in it …<\/p>\n","protected":false},"author":1,"featured_media":1524,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_meta":"","_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[59],"tags":[],"aioseo_notices":[],"yoast_head":"\nOthers Public Protocols-3 - AtoZcrypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atozcrypto.org\/others-public-protocols-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Others Public Protocols-3 - AtoZcrypto\" \/>\n<meta property=\"og:description\" content=\"The concept of blockchain as a standalone technology started gaining popularity in 2015. Prior to that, it was just known as a data structure underlying Bitcoin technology. In Satoshi Nakamoto\u2019s white paper, the two words \u201cblock\u201d and \u201cchain\u201d appeared together. It was only called \u201ca chain of blocks.\u201d Bitcoin\u2019s rise into popularity resulted in it …\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atozcrypto.org\/others-public-protocols-3\/\" \/>\n<meta property=\"og:site_name\" content=\"AtoZcrypto\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-16T16:51:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/atozcrypto.org\/wp-content\/uploads\/2018\/02\/pic14.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"AtoZcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"AtoZcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atozcrypto.org\/others-public-protocols-3\/\",\"url\":\"https:\/\/atozcrypto.org\/others-public-protocols-3\/\",\"name\":\"Others Public Protocols-3 - AtoZcrypto\",\"isPartOf\":{\"@id\":\"https:\/\/atozcrypto.org\/#website\"},\"datePublished\":\"2018-02-16T16:51:38+00:00\",\"dateModified\":\"2018-02-16T16:51:38+00:00\",\"author\":{\"@id\":\"https:\/\/atozcrypto.org\/#\/schema\/person\/4385199dcdeec6bd69b0fb4158673b0b\"},\"breadcrumb\":{\"@id\":\"https:\/\/atozcrypto.org\/others-public-protocols-3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atozcrypto.org\/others-public-protocols-3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atozcrypto.org\/others-public-protocols-3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/atozcrypto.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Others Public Protocols-3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atozcrypto.org\/#website\",\"url\":\"https:\/\/atozcrypto.org\/\",\"name\":\"AtoZcrypto\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atozcrypto.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/atozcrypto.org\/#\/schema\/person\/4385199dcdeec6bd69b0fb4158673b0b\",\"name\":\"AtoZcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/atozcrypto.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e2c8254f59dd013c234edbb46471dfe8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e2c8254f59dd013c234edbb46471dfe8?s=96&d=mm&r=g\",\"caption\":\"AtoZcrypto\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Others Public Protocols-3 - AtoZcrypto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atozcrypto.org\/others-public-protocols-3\/","og_locale":"en_US","og_type":"article","og_title":"Others Public Protocols-3 - AtoZcrypto","og_description":"The concept of blockchain as a standalone technology started gaining popularity in 2015. Prior to that, it was just known as a data structure underlying Bitcoin technology. In Satoshi Nakamoto\u2019s white paper, the two words \u201cblock\u201d and \u201cchain\u201d appeared together. It was only called \u201ca chain of blocks.\u201d Bitcoin\u2019s rise into popularity resulted in it …","og_url":"https:\/\/atozcrypto.org\/others-public-protocols-3\/","og_site_name":"AtoZcrypto","article_published_time":"2018-02-16T16:51:38+00:00","og_image":[{"width":600,"height":400,"url":"https:\/\/atozcrypto.org\/wp-content\/uploads\/2018\/02\/pic14.jpg","type":"image\/jpeg"}],"author":"AtoZcrypto","twitter_card":"summary_large_image","twitter_misc":{"Written by":"AtoZcrypto","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/atozcrypto.org\/others-public-protocols-3\/","url":"https:\/\/atozcrypto.org\/others-public-protocols-3\/","name":"Others Public Protocols-3 - AtoZcrypto","isPartOf":{"@id":"https:\/\/atozcrypto.org\/#website"},"datePublished":"2018-02-16T16:51:38+00:00","dateModified":"2018-02-16T16:51:38+00:00","author":{"@id":"https:\/\/atozcrypto.org\/#\/schema\/person\/4385199dcdeec6bd69b0fb4158673b0b"},"breadcrumb":{"@id":"https:\/\/atozcrypto.org\/others-public-protocols-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atozcrypto.org\/others-public-protocols-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atozcrypto.org\/others-public-protocols-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/atozcrypto.org\/"},{"@type":"ListItem","position":2,"name":"Others Public Protocols-3"}]},{"@type":"WebSite","@id":"https:\/\/atozcrypto.org\/#website","url":"https:\/\/atozcrypto.org\/","name":"AtoZcrypto","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atozcrypto.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/atozcrypto.org\/#\/schema\/person\/4385199dcdeec6bd69b0fb4158673b0b","name":"AtoZcrypto","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/atozcrypto.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e2c8254f59dd013c234edbb46471dfe8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e2c8254f59dd013c234edbb46471dfe8?s=96&d=mm&r=g","caption":"AtoZcrypto"}}]}},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/posts\/1568"}],"collection":[{"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/comments?post=1568"}],"version-history":[{"count":1,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/posts\/1568\/revisions"}],"predecessor-version":[{"id":1569,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/posts\/1568\/revisions\/1569"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/media\/1524"}],"wp:attachment":[{"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/media?parent=1568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/categories?post=1568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atozcrypto.org\/wp-json\/wp\/v2\/tags?post=1568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}