Chapter A1. Introduction to Blockchain Technology Flashcards

1
Q

DESCRIBE the basic idea behind the blockchain concept

A

Blockchain is a decentralized, continuously growing list of record (called blocks) shared across a peer-to-peer network. This blocks are linked and secured using cryptography.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

EXPLAIN the main differences between decentralized blockchain systems and traditional centralized networks

A

Decentralized blockchain systems: it is peer-to-peer and it has no single point of failure.
Traditional blockchain systems: It is server-based and it has a single point of failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DIFFERENTIATE between public and private blockchains

A

1) Public blockchain:
•Also called permissionlessor open blockchains
•Dispose of the middlemen; accessible by anyone with a computer & internet access
•Purely decentralized
•E.g. Ethereum, Bitcoin

2) Private blockchain:
•Also called permissioned or closed blockchains
•Permission network with a restricted group of known and trusted participants
•Used for internal processes within companies –or for processes between a limited set of companies
•E.g. Hyperledger Fabric, Ripple, Quorum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Who was Satoshi Nakamoto?

A

He laid out the framework for Blockchain and detailed method of using a peer-to-peer method to generate a financial database. He describes it as a system for electronic transactions without relying on trust.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When Satoshi Nakamoto mined the first bitcoin

transaction? and what was it called?

A

On January 2009, Satoshi Nakamoto mined the first bitcoin transaction: the Genesis Block (block number 0), which had a reward of 50 bitcoins.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the basic principles of blockchain technology?

A
  1. Distributed Database: The ledger is replicated in a large number of identical databases. Each participant in a blockchain has access to the entire database and no single participant controls the data or the information. Transaction records of a partner can be verified directly without a need for third-party intermediaries.
  2. Peer-to-Peer Transmission: Communication occurs directly between peers without the need for central coordination. Peer nodes simultaneously functioning
    as both “clients” and “servers” to the other nodes on the network.
  3. Transparency with Pseudonymity: Transactions occur between blockchain addresses and are visible to anyone with access to the system. When changes are entered in one copy, all other copies are simultaneously updated. Users on a blockchain have a unique alphanumeric address that identifies them. Users can remain anonymous or provide proof of their identity to others.
  4. Irreversibility of Records: Once a transaction is entered in the database, the records cannot be altered. Various computational algorithms are deployed to ensure that the recording on the database is permanent and available to all others on the network.
  5. Computational Logic: The digital nature of the ledger means that users can set up algorithms and rules that automatically trigger transactions between nodes.
  6. Transaction Speed: Transactions on the blockchain-based system are completed and verifiable within seconds without human intervention.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Blockchain is maintained by a ________ mechanism

A

consensus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Blockchain is also called distributed ______ technology.

A

ledger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

There are two main types of blockchains: ______ and private blockchains.

A

public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The blockchain idea originated in the big financial crisis of 2008 as Satoshi Nakamoto published his white paper on _______, a peer-to-peer electronic cash system.

A

bitcoin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Each block contains:

a. a timestamp
b. transaction data
c. a cryptographic hash of the previous block
d. information from future blocks

A

a. timestamp
b. transaction data
c. a cryptographic hash of the previous block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A Blockchain is defined as…

A

…a decentralized, continuously growing list of records, called “blocks”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Transactions in a blockchain…

a. … are immediately transparent on the entire blockchain
b. … can be altered retroactively in a very easy way
c. … require the collusion of the network majority
d. … use cryptographic protocols

A

a, c and d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The World Economic Forum (WEF) found out that…

A

• 10 % of the global domestic product (GGDP) will be held in blockchain technology
• There are more than 1500 cryptocurrencies people can mine or exchange for
money.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Before the web…

A

we had the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In a decentralized peer-to-peer network structure all downloaders are also uploaders. TRUE OR FALSE

A

TRUE

17
Q

In the peer-to-peer transmission, the communication occurs indirectly between peers with the need for central coordination. TRUE OR FALSE

A

FALSE

18
Q

Blockchain offers special qualities, such as:

A

trust, security, decentralization