Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
1.1 Overview of Blockchain: Blockchain and Its Importance
0.0
(0)
Rate it
Studied by 0 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/13
Earn XP
Description and Tags
Computer Science
Blockchain
Bitcoin
Ethereum
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
14 Terms
View all (14)
Star these 14
1
New cards
technology
The ________ enables bitcoin and is applied to many business processes.
2
New cards
Blockchain
It is a decentralized ledger of all transactions across a peer-to-peer network.
3
New cards
Why is blockchain important?
Blockchain can operate in a peer-to-peer fashion with zero intervention from third parties.
4
New cards
What are the drawbacks of the current banking system?
High Transaction Cost
Account Hacking
Net Frauds
Financial Crisis
5
New cards
What features of blockchain can be the solution and alternative to using banks?
Decentralized system
Distributed ledger
Incentives of Validation
Consensus Algorithm
Cryptography of Algorithm
6
New cards
Header:
contains the version information, nonce, previous block id, and timestamp.
7
New cards
Merkle:
a hash built from the block's transaction identifiers.
8
New cards
List of Records:
an identification of hashes that were included in the block's Merkle tree.
9
New cards
What are the two types of blockchain identifiers?
Block Header
Block Height
10
New cards
What is a Block Header?
The primary identifier of a block Digital fingerprint that is twice the size of a block header Unique identification of a block of 32-byte hash
11
New cards
What is Block Height?
Position of the block in Blockchain The first digit is of height 0 Each node dynamically identifies a block
12
New cards
Blockchain Merkle Tree
The data structure is used for summarizing and verifying the integrity of large sets of data. It is also known as the Binary Hash Tree.
13
New cards
Advantages of Merkle Tree
Less memory is required Proofs are computed quickly and easily Less information is required Integrity Provides validation of data
14
New cards
Define Distributed Ledger
Ledgers store the copy of transactions that have happened. Every single person in the network has a copy of the ledger.