Post
Topic
Board Meta
Re: Report plagiarism (copy/paste) here. Mods: please give temp or permban as needed
by
lovesmayfamilis
on 23/02/2022, 12:41:36 UTC
Plagiarism
User: Marleydee
Post link: https://bitcointalk.org/index.php?topic=5386960.msg59335892#msg59335892
(archive)

Lightweight client in computer is a piece of software or hardware that connect to a server. An internet browser is an example of a client because it connects to a website's server and requests it's content.
 But in the context of a Blockchain, it is a software that connects to other clients in a pair to pair manner thereby forming a network of sorts where each client is a node.
A light client needs to download the block headers of the Blockchain; reason being the block headers contain a piece of information called the Merkle Tree root.
  This Merkle Tree root resembles a finger print of all information on the Blockchain about account balances and smart contract storage. Therefore should any tiny bit of information change, the fingerprint changes as well.
  Currently, light clients have a trusted Blockchain checkpoint built into their code.




https://www.parity.io/blog/what-is-a-light-client/