SE 424: Distributed Systems מערכות מבוזרות

Course, Kinneret College on the Sea of Galilee, Software Engineering, 2026

Semester 2, 5786

Course Details:

  • Lecture: Sunday 12:00-3:00pm in Room 6201
  • Targil: Thursday 2:00-4:00pm in Room 6201
  • Instructor: Michael J. May
  • Email: mjmay (at) mx; kinneret, ac, il

The full detailed syllabus of the course is available here.

Topics:

This course is a follow-up to previous courses on network communication and systems programming. It introduces the design and implementation of distributed systems, systems where data, computation, and resources are distributed across a network. We will study several internet based applications which illustrate good distributed systems design.

The topics for the course include some or all of the following:

  • Distributed Computation
  • Primitives for Distributed Computation
  • Common Problems (and Solutions) for Distributed Systems
  • Techniques and Algorithms for Distributed System Design
  • Internet Communication Mechanisms (TCP/IP)
  • Existing Internet Applications
  • Client-Server Applications
  • Peer-to-Peer Applications
  • Coding Internet Applications Using TCP and UDP with Java
  • Distributed Computing Using Java
  • Coordination, Naming, and Messaging in Distributed Systems
  • Edge Computing
  • Blockchain fundamentals

Goals

By the end of the course, students will be able to:

  1. Define a distributed system and give examples of several different distributed systems paradigms.
  2. Design and implement application level communication protocols using TCP or UDP.
  3. Use an open source message queue system (RabbitMQ) for communication between computers.
  4. Use an open source distributed database system for distributed storage and retrieval of records.
  5. Use an open source framework for consensus and failure recovery (Raft) for a distributed set of servers.
  6. Explain cybersecurity issues related to network communication and coordination, distributed data storage, and distributed consensus and failure management.

Reading

The following books are used in the class:

  • Maarten Van Steen and Andrew S. Tanenbaum. Distributed Systems: Principles and Paradigms. CreateSpace Independent Publishing Platform, 4.03 edition, 2023. Available here.
  • James F. Kurose and Keith W. Ross. Computer Networking: A Top-Down Approach. Pearson, 8/E edition, 2020.

For Apache Kafka, the following two books are used:

  • Neha Narkhede, Gwen Shapira, and Todd Palino. Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale. O’Reilly Media, 1st edition, Sep 2017. Available here
  • Manish Kumar and Chanchal Singh. Building Data Streaming Applications with Apache Kafka: Design, develop and streamline applications using Apache Kafka, Storm, Heron and Spark. Packt Publishing, Aug 2017.

The library has copies of the books listed, but students are encouraged to purchase the books as needed.

Programming Projects

The following assignments will comprise the assignment portion of the course grade:

Assignment 1 (25%): Stage 1. Due: TBA

Assignment 2 (25%): Stage 2. Due: TBA

Assignment 3 (20%): Stage 3. Due: TBA

Assignments are on Moodle. More details of assignments will be given during the course of the semester.

Grading Criteria

Final grades will be calculated by combining grades from assignments and weekly quizzes. The grades are weighted as follows:

  • 70% Programming Projects
  • 30% Weekly quizzes (required)

Lecture Slides and Notes

Unit#DateTopicSlidesRecitation
Intro18 MarIntroduction to Distributed Systems, Client Server and Peer to Peer  
Communication and Coordination215 MarCommunication: Layering, RPC, Sockets, MOM  
 322 MarAdvanced RMI, Apache Kafka  
 412 AprCommunication 3: Multicast, Epidemic Algorithms, Part 1: C\&C Cybersecurity analysis  
Distributed Data Storage519 AprNaming Intro, Flat Naming: Chord, HLS  
 626 AprAssignment 1 Demos, HLS Implementation  
 73 MayStructured Naming, Naming: Resolution and Attribute Based, Mutual Exclusion and Leader Election  
 810 MayDistributed databases and consistency, Cyber Part 2: Storage cybersecurity analysis,  
Consensus and Failure917 MaySynchronization: Physical Clocks, GPS and NTP  
 1024 MayLogical Clocks, Totally Ordered Multicast (TOM)  
 1131 MayVector Clocks, Data Oriented Consistency  
 127 JuneFault Tolerance and Resistance, Raft and reliable group communication, Part 3: Consensus cybersecurity analysis,  
Outro1314 JuneProject presentations and course summary  

Academic Integrity

Cheating of any sort will not be tolerated. Student collaboration is encouraged, but within limits as set forth in the college’s rules on academic integrity. Any students caught cheating will be immediately referred to the department head and the Dean and may receive a failing grade for the course.

Cheating includes:

  • Copying information, content, or verbatim text from other students, internet sites, books (other than the ones listed in the bibliography), other unaffiliated individuals to answer questions, solve problems, or aid in programming projects.
  • Copying or submitting source code, documentation, or other programming aids without attribution from other students, web sites, online repositories, text books, open source programs, or other unaffiliated individuals.
  • Project teams which submit work which is identical or substantially identical to work submitted by other project teams, whether current or from previous years.
  • Other forms of academic misconduct as described at this link or as reasonably assessed by the instructor, program head, or dean.

If you have any questions about what constitutes cheating in the above rules, contact the instructor as early as possible.