Skip to main content

BLOCKCHAIN



A suite of the distributed ledger (A distributed ledger (also called a shared ledger, or distributed ledger technology, DLT) is a consensus of replicated, shared, and synchronized digital data geographically spread across multiple sites, countries, or institutions. There is no central administrator or centralized data storage) of technology that can be programmed to record and track anything of value from financial transactions, medical records or even land titles.

Why blockchain is revolutionizing?

  • The way it tracks and store data: Blockchain stores information in batches, called blocks that are linked together in a chronological faction to form a continuous line metaphorically a chain of blocks. If you make any changes to the information in a particular block you don't rewrite it instead the changes are stored in a new block showing that 'x' changed to 'y' at a particular date and time. The blockchain is based on the centuries-old method of the general financial ledger. It's a non-destructive way to track data changes over time. Blockchain was designed to be decentralized and distributed across a large network of computers. This decentralizing of information reduces the ability for data tampering.
  • It creates trust in the data: Before a block can be added to the chain a few things must have to happen. First, a cryptographic puzzle must be solved, thus creating the block. The computer that solves the puzzle shares the solution to all the computers on the network. This is called proof-of-work. The network then verifies the proof-of-work if correct new block will be added to the chain. The combination of these complex math puzzles and verification by several computers ensures we can trust each and every block on the chain.
The blockchain is a type of technology, not a single network. It can be implemented in many different ways, some can be completely public open to everyone to view and access. Others can be closed to a group of authorized people, such as companies, banks etc.

Comments

Popular posts from this blog

Linux Story

Linus Torvalds History Linux was created by Linus Torvalds in the early 1990's he was inspired from Minix (A Unix like free operating system) which was created by Andrew Stuart Tanenbaum , Torvald's professor at University of Helsinki. Linus created Linux as a hobby project but it, later on, becomes one of the best Operating System and it is still growing. Kernel Linux kernel is the core of Linux operating system ( The kernel is a computer program that is the core of a computer's operating system, with complete control over everything in the system ) and it is based on UNIX. Linus designed Linux for his personal computer later on expanded to support a huge array of a computer. Linus Torvalds was heavily influenced by the GNU project in which his first kernel was released under the GPL-General Public Licence ( GPL, the source code remain freely available to anyone who might want it ). Distributions ( based on Linux academy.com ) Linux has many distrib

DevOps

DevOps is the blending of the terms development and operations, meant to represent a collaborative or shared approach to the tasks performed by a company's application development and IT operations teams. DevOps is an operational philosophy that promotes better communication between these teams and others. It describes the adoption of automation and programmable software development and infrastructure deployment and maintenance.  While DevOps is not a technology, there are tools commonly used in DevOps environments. These include continuous integration and continuous delivery or continuous deployment tools, with an emphasis on task automation. Other products to support DevOps include real-time monitoring and incident response systems as well as collaboration platforms. DevOps vs. Waterfall development In Waterfall development, developers test new code in an isolated environment for quality assurance (QA) and if requirements are met release the code to operations