Bitcoin Forum
May 25, 2024, 02:17:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain VS DAG Ledger  (Read 124 times)
Jadz (OP)
Jr. Member
*
Offline Offline

Activity: 222
Merit: 2


View Profile
September 13, 2018, 06:55:08 PM
Last edit: September 14, 2018, 06:33:06 AM by Jadz
 #1

Hello everyone!
The current market made me think and go deeper into technology, so that on the next growth of the market get all the cherished "X2...3...". And the first thing I started with: the blockchain has competitors?? And there is such a rival, this is DAG ledger. I prepared a small comparison and the most promising projects.

In a nutshell, blockchains are cryptographically verifiable lists. They are single Linked Lists - common data structures where each new entry (block) includes a reference to a previous one. This flat, sequential nature of blockchains is what gives us the ability to trace back any block written in a ledger. But it is also the root of the scalability issue and the reason why new blocks on Bitcoin are appended every 10 minutes.

A Directed Acyclic Graph is a different type of data structure. It’s an implementation of Graph, and it allows the networks using it to circumvent some of the blockchain’s most daunting limitations. In DAGs, all the nodes are pointed in the same direction, and no element can reference back to itself (loop). It is a tree-like data structure which is similar to a file directory structure where folders contain subfolders which branch off into other subfolders and so on.

Another example of DAG is a conventional ancestry tree. From a theoretical standpoint, it isn’t a tree; it is actually a directed acyclic graph, as in a tree-like structure there must be unique paths between every two nodes. Unlike Bitcoin or Ethereum, DAG-powered networks allow appending parallel nodes as long as everything flows in the same direction. This opens a lot of possibilities.

The most modern and interesting DAG project, in my opinion, is VITE (here is a good and detailed overview of the project: https://www.chainbits.com/reviews/vite-review/). It is very interesting whether the so strong team will be able to realize their ideas, especially against the backdrop of the problems with the scalability of current blockchain projects.

Also pay attention to IOTA - one of the pioneers who used DAG technology. In the future, IOTA will allow companies to introduce new b2b models, turning every technological resource into a potential service that will be sold on the open market in real time without any charges.

I gladly read your thoughts and comments. Peace!



cryptoenthusiastUS
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
September 14, 2018, 06:15:02 PM
 #2

Even though DAG may someday offer technical advantages over Blockchain systems, these technical differences may not be enough to sway the perceived differences from a human standpoint. These perceived differences have more to do with the type of data at hand, the content of that data, and the prescribed value to that data. And these differences ultimately work to consolidate certain types of data to DAG/Tangle systems, and other types of data to Blockchain systems.

While I don’t think DAG will replace Blockchain anytime soon, I do see the two types of systems co-existing and collaborating resulting in integrated structures with mutually symbiotic token ecosystems and economies.
Jadz (OP)
Jr. Member
*
Offline Offline

Activity: 222
Merit: 2


View Profile
September 15, 2018, 09:06:11 AM
 #3

Vitalik made a point some time ago about DAG.  He thinks the tech helps with latency, but DAG alone does not solve scalability.  Even though DAG doesn't solve all problems, VITE is about a lot more than DAG.  There is an asynchronous architecture component too.

Yep, that means that there will no longer be a scenario where a user sends a large number of transactions and it prevents other users from having their transactions being executed.

Vite’s competitior is Fantom (DAG + Smart contract platform). But Fantom is using Scala language for smart contracts so Ethereum Dapps are not compatible with Fantom.
cryptoenthusiastUS
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
October 28, 2018, 10:05:38 PM
 #4

I hope this topic is still active Smiley
Jadz, there is a project called Fantom, which does the same thing as Vite, how do you think which one is better?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!