blockchain node

Younghwan Cha·2022년 11월 25일
0

blockchain

목록 보기
13/18

Full node

Full Node
Stores and maintains the full blockchain data on disk. It serves blockchain data upon request and helps support the network by participating in block validation and by verifying all blocks and states. All states can be derived from a Full node.

블록체인의 모든 데이터를 저장하고 관리한다.
block validation 과 모든 블록 및 상태들을 검증하는 것을 통해서 생태계에 기여한다.

Archive node

Archive Node
Inherits the same capabilities as Full nodes and also builds an archive of historical states. This type of node is useful when querying historical blockchain data that is not accessible on Full nodes. Archive nodes aren’t required to participate in block validation and can be built from scratch using a Full node.

Light node

머클 트리 (Merkle Tree) 를 사용하여 모든 블록체인을 다운받지 않고도 거래 내역을 확인 할 수 있다.

https://www.banksalad.com/contents/%EC%89%BD%EA%B2%8C-%EC%84%A4%EB%AA%85%ED%95%98%EB%8A%94-%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8-%EB%A8%B8%ED%81%B4%ED%8A%B8%EB%A6%AC-Merkle-Trees-%EB%9E%80-ilULl

위 머클 트리를 개선해서 나온 것이 머클 패트리샤 트리(Merkle Patricia Tree) 이다.

https://velog.io/@rlaekgks111/%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8%EB%A8%B8%ED%81%B4-%ED%8A%B8%EB%A6%AC-%EB%A8%B8%ED%81%B4-%ED%8C%A8%ED%8A%B8%EB%A6%AC%EC%83%A4-%ED%8A%B8%EB%A6%AC

[ref]
https://devkly.com/blockchain/ethereum-state/
https://devkly.com/blockchain/geth-sync-mode/

profile
개발 기록

0개의 댓글