Distributed Systems. Instructor: Dr. Rajiv Misra, Department of Computer Science and Engineering, IIT Patna. A distributed system is a software system in which components located on networked computers communicate and coordinate their actions by passing messages. The components interact with each other in order to achieve a common goal. Distributed applications (distributed apps) are applications or software that runs on multiple computers within a network at the same time and can be stored on servers or with cloud computing. This course provides an in-depth understanding of fundamental principles and models underlying the theory, algorithms, and systems aspects of distributed computing. Few Emerging topics such as Peer-to-Peer computing, Distributed Hash Table, Google File System, HDFS, Spark, Sensor Networks and Security in Distributed Systems will also be covered for significant impact. Upon completing this course, students will have intimate knowledge about how things work in a distributed environment.
(from nptel.ac.in)
Lecture 26 - Bitcoin: A Peer-to-Peer Electronic Cash System
This lecture covers the following topics: Overview of Peer-to-Peer Electronic Cash System; Transactions; Timestamp Server; Proof of Work; Steps to run the network; Incentive; Reclaiming Disk Space; Simplified Payment Verification; Combining and Splitting Value; Privacy; Calculations.