Property ownership can be transferred in two ways:
• Voluntary Transfer
• Involuntary Transfer
At the point when the owner of property transfers it willingly, it is voluntary transfer. It might be done in following ways:
(i) for consideration e.g. by mortgage, sale, lease or exchange,
(ii) by gift, and
(iii) by will
Involuntary transfer OR Involuntary Alienation happens when the court attaches the property of a person. This mode may likewise alienate the assets of the joint family or undivided interest of a co-partner in such estate.
1. Through inheritance or WILL
2. Through relinquishment of the property in a land
3. Through SETTLEMENT Or Partition of Properties
4. Through GIFTS
5. By purchasing the ownership of the property
Very cumbersome process and had critical offline dependency
About 18 documents are needed to transfer land ownership
Blockchain can be viewed as distributed redundant database on which data can be written but can not be edited. Any accepted action done on blockchain remain on it virtually forever.
Blockchain basically rely on distribution of trust in network, i.e. to corrupt a data in blockchain, hacker need to corrupt more than 50% of copy of data hosted in blockchain network.
A block in a blockchain is a part of ledger(collection of transactions) with some meta data.
Each block has a metadata which contain hash code of previous block, any change in block content will change the hash code hence don't match with metadata of next block.
Multiple instances of blockchain is distributed among several computers (called nodes).
Mechanism by which new block are chosen to be added in blockchain. They are of four kinds PBFT, PoW, PoS, and DPoS.
New block are added in such way that it has all valid transactions in block and across all blocks. Also new blocks are to be added to most recent block, otherwise it would rejected by network.
It is very unique kind of consensus model, which is not based on any resource intensive task, therefore algorithm reach consensus without wasting any resources. In this model end user identity is known and overall system is controlled by governing body.
Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. The code and the agreements contained therein exist across a distributed, decentralized blockchain network.
Oh yes! blockchain is the present not the future