Immutable transactions: Difference between revisions

From Computer Science Wiki
(Created page with "<center> <blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;"> File:Exclamation.png This is student work which has not yet been approve...")
 
No edit summary
 
Line 1: Line 1:
<center>
[[file:computation.png|right|frame|Programming<ref>http://www.flaticon.com/</ref>]]
<blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;">
  [[File:Exclamation.png]] This is student work which has not yet been approved as correct by the instructor
</blockquote>
</center>


[[file:Studying.png|right|frame|Case study notes<ref>http://www.flaticon.com/</ref>]]
In plain English, immutability is used to denote something which can never be modified or deleted. In a blockchain, it refers to the logs of transactions, which is created by consensus among the chain’s participants. The basic notion is this: once a blockchain transaction has received a sufficient level of validation it can never be replaced or reversed or edited.<ref>https://www.quora.com/What-makes-a-blockchain-network-immutable</ref>


== Introduction ==
Immutability can be defined as the ability of a blockchain ledger to remain unchanged, for a blockchain to remain unaltered and indelible. More succinctly, data in the blockchain cannot be altered.


Please write a clear, concise description of your topic here.You will likely reference your introduction from somewhere else. Please use the following syntax at the end of each of your ideas. '''IT IS CRITICAL YOU ATTRIBUTE''' others work. Your introduction should be factual. No more than 3 or 4 sentences, please. Because you are not an expert in your topic, I expect you to triangulate your information. LOTS OF LINK TO OTHER RESOURCES PLEASE! If you do not use a section, please delete it. Your finished page should only have information which explains your topic.  
Each block of information, such as facts or transaction details, proceed using a cryptographic principle or a hash value. That hash value consists of an alphanumeric string generated by each block separately. Every block not only contains a hash or digital signature for itself but also for the previous one. This ensures that blocks are retroactively coupled together and unrelenting. This functionality of blockchain technology ensures that no one can intrude in the system or alter the data saved to the block.


<nowiki>
It is also important to know that blockchains are decentralized and distributed in nature, where a consensus is made among the various nodes that store the replica of data. This consensus ensures that the originality of data must be maintained. Undoubtedly, immutability is a definitive feature of this technology. This concept has the ability to redefine the overall data auditing process and makes it more efficient, cost-effective, and brings more trust and integrity to the data.<ref>https://dzone.com/articles/a-guide-to-blockchain-immutability-and-chief-chall</ref>
<ref>the url I cited by material from</ref>
</nowiki>


Please delete any text on the page from our template. The only text on the page should be your work (and the category links on the bottom).


== How does it work or a deeper look ==


* If you are discussing a THING YOU CAN TOUCH, you must explain how it works, and the parts it is made of. Google around for an "exploded technical diagram" of your thing, [http://cdiok.com/wp-content/uploads/2012/01/MRI-Technology.jpg maybe like this example of an MRI]  It is likely you will reference outside links. Please attribute your work.
* If you are discussing a PROCESS OR ABSTRACT CONCEPT (like [[fuzzy logic]]) you must deeply explain how it works.
== Examples ==
Please include some example of how your concept is actually used. Your example must include WHERE it is used, and WHAT IS BENEFIT of it being used.
== Pictures, diagrams ==
Pictures and diagrams go a LONG way to helping someone understand a topic. Especially if your topic is a little abstract or complex. Using a picture or diagram is a two part process:
# [https://www.mediawiki.org/wiki/Help:Managing_files upload a file]
# [https://www.mediawiki.org/wiki/Help:Images use the file on a wiki page]
== External links ==
* It would be helpful
* to include many links
* to other internet resources
* to help fellow students
* Please make sure the content is good
* and don't link to a google search results, please


== References ==
== References ==
<references />
<references />


[[Category:2020 case study]]
[[Category:programming]]
[[Category:Student created article]]

Latest revision as of 22:53, 8 March 2020

Programming[1]

In plain English, immutability is used to denote something which can never be modified or deleted. In a blockchain, it refers to the logs of transactions, which is created by consensus among the chain’s participants. The basic notion is this: once a blockchain transaction has received a sufficient level of validation it can never be replaced or reversed or edited.[2]

Immutability can be defined as the ability of a blockchain ledger to remain unchanged, for a blockchain to remain unaltered and indelible. More succinctly, data in the blockchain cannot be altered.

Each block of information, such as facts or transaction details, proceed using a cryptographic principle or a hash value. That hash value consists of an alphanumeric string generated by each block separately. Every block not only contains a hash or digital signature for itself but also for the previous one. This ensures that blocks are retroactively coupled together and unrelenting. This functionality of blockchain technology ensures that no one can intrude in the system or alter the data saved to the block.

It is also important to know that blockchains are decentralized and distributed in nature, where a consensus is made among the various nodes that store the replica of data. This consensus ensures that the originality of data must be maintained. Undoubtedly, immutability is a definitive feature of this technology. This concept has the ability to redefine the overall data auditing process and makes it more efficient, cost-effective, and brings more trust and integrity to the data.[3]



References