Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

CBSE Class 11 » CBSE Class 11 Study Materials » Computer Science » Blockchains
CBSE

Blockchains

With all the hype around bitcoins and cryptocurrencies, blockchain has fast caught up to day-to-day nomenclature. Known for its crucial role in cryptocurrency systems, such as Bitcoin, blockchain is a distributed database that is shared among the nodes of a computer network.

Table of Content
  •  

Blockchain, also referred to as Distributed Ledger Technology (DLT), is essentially a digital ledger of transactions that can be duplicated and distributed across a network of computer systems. Although there is no universal definition for this technology, Harvard Business Review defines blockchain as “a ledger that documents transactions between parties through an open network that is both verifiable and permanent”. 

Let us understand it with a simple analogy. If we create a document on Google Docs, we have the option to share it with other people. This process entails distributing the document – not copying and transferring it – which allows decentralisation of the distribution chain. It also gives everyone access to the document at the same time. One does not need to wait for the modifications taking place in the document as they take place in real time. This analogy might be too simplified but it does give an overview of the blockchain technology. 

Blockchains are best known for their crucial role in cryptocurrency systems, such as Bitcoin, for maintaining a secure and decentralised record of transactions. 

How does Blockchain work? 

According to MIT, the whole point of using a blockchain is to allow people to share valuable data in a secure and tamper proof way – especially in cases of distrust amongst members. 

A blockchain is essentially a chain of blocks that holds properties which can enable decentralisation over the internet. Decentralisation here signifies the distribution of authority to the users (in this case, miners) instead of concentration of control over the network. Blocks essentially have three elements – data, a 32-bit whole number called a nonce and a 256-bit number wedded to the nonce, the hash. Whereas, miners create new blocks on the chain through a process called mining.

The five basic principles include: 

  1. Distributed Database  

Everyone has access to the entire database and its complete history

  1. Peer-to-Peer Transmission

A real blockchain is executed on a P2P network and instead of through a central node, the communication occurs directly between peers. 

  1. Transparency 

Every transaction is visible to anyone with access to the system. Moreover, users have the option to either give proof of their identity or choose to stay anonymous. 

  1. Irreversibility of Records

The records cannot be altered once a transaction is entered in the database. The recording on the database is permanent and chronologically ordered which is ensured by computational algorithms. 

  1. Computational Logic

Blockchain transactions can be programmed as they can be tied to computational logic which further indicate the digital nature of the ledger.

Transparency 

Due to decentralisation and full time real access to the transactions, the blockchain process is completely transparent. This feature of blockchains also allows every action in the ledger to be easily checked and viewed. 

Security 

Blockchain technology offers decentralised security and trust. New blocks are always added to the “end” of the blockchain. This makes it extremely difficult to go back and alter the contents of the block. Each block contains its own hash, along with the hash of the block before it. Hash codes are created by a mathematical function that turns digital information into a string of numbers and letters. 

Major Roadblocks

Although blockchain promises a bright future, it has a few major issues preventing it from reaching its full potential.

  • Cost

Blockchain appears to be a technology that is free which also saves transaction fees but there are other costs associated with it. For instance, the PoW system consumes vast amounts of computational power. Surprisingly, this power from the millions of computers on the bitcoin network is close to what Denmark consumes annually.

  • Illegal Activity

Although blockchain offers security and confidentiality to users from hacks, it also allows for illegal trading and activity on the blockchain network. The dark web allows users to carry out illegal activity without being tracked 

  • Regulation

There are many government regulations in place across nations when it comes to cryptocurrencies. In order for blockchain technology to be utilized on a wider scale, technological and governance barriers will need to fall to allow acceptance from the public. Although, as large companies continue to allow ownership and use of cryptocurrencies, their popularity and the consequent popularity of blockchain grows. 

  • Inefficiency 

Blockchains (decentralised) suffer from high latency as it takes data longer to move throughout the network than in a cloud-based (centralised) system. 

Conclusion

As complex the technology is, blockchain’s potential as a decentralised form of record keeping is almost without limit. It provides user privacy, increased security and lower processing fees.No matter which industry or sector, there’s a strong possibility that blockchain will affect every business in the future. The pace of adoption and efficient processes will decide when this transformation takes place. 

faq

Frequently asked questions

Get answers to the most common queries related to the CBSE Class11 Examination Preparation.

What is blockchain?

Ans : A blockchain is a database that by storing encrypted blocks of data, cha...Read full

How does Blockchain work?

Ans: As new data comes in, it is entered into a fresh block. After filling the block with data, it is chained to the...Read full

How are blockchains used?

Ans : Blockchain are best known for their crucial role in cryptocurrencies. There are more than 10,000 other ...Read full

What is the difference between blockchain and bitcoin?

Ans : Bitcoin is a crypto-currency which is a type of digital currency and by ...Read full

Ans : A blockchain is a database that by storing encrypted blocks of data, chains them together in order to form a chronological single-source-of-truth for the data.

Ans: As new data comes in, it is entered into a fresh block. After filling the block with data, it is chained to the previous block, making the chained data in chronological order.

Ans : Blockchain are best known for their crucial role in cryptocurrencies. There are more than 10,000 other cryptocurrency systems running on blockchain.

 

Ans : Bitcoin is a crypto-currency which is a type of digital currency and by including third-party intermediaries it helps create simplified transactions. Whereas, Blockchain is a data structure which stores information about any transaction that takes place and not just of bitcoin.

 

Crack K-12 with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the CBSE Class 11 Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Data Correction
Exam Pattern for Class 11th
Registration Process
Syllabus
See all

Related articles

Learn more topics related to Computer Science
Use of Data Types in Computer Science

Data types in computer science help the compiler understand the programmer's intention for using the data. In addition, it helps in understanding data types that ensure the data is collected in the preferred format and the value of the function is given out as expected.

Units of Memory

A memory device refers to a device that can store data. The quantity of data stored in a unit of memory is called a memory unit.

Types of Software

A computer is controlled by software required to fulfil a specific need or perform tasks. System software and application software are the two categories of software.

System Software (Operating Systems, System Utilities, Device Drivers)

There are two kinds of software: system software and application software. A system software program is a set of applications that control and manage the operations of computer hardware.

See all
Access more than

5,130+ courses for CBSE Class 11

Get subscription

Trending Topics

  • Withdrawal Slip
  • Wildlife Conservation
  • Moving Coil Galvanometer
  • Ogive Curves
  • PPT Full Form
  • Reordering Of Sentences
  • Central Problems Of An Economy
  • Transcription In Eukaryotes
combat_iitjee

Important Links

  • NCERT Solutions
  • NCERT Books
  • Physics Formulas
  • Maths Formulas
  • Chemistry Formulas
testseries_iitjee
Download NEET 2022 question paper
.
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY