Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1019 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 1019 Bytes

Distributed Systems / Sistemas Distribuídos

This repository contains the codes, reports, and documentation developed throughout the Distributed Systems course. The objective of this project is to implement and understand key distributed systems concepts such as process communication, synchronization, fault tolerance, and consistency.

Este repositório contém os códigos, relatórios e documentação desenvolvidos ao longo da disciplina de Sistemas Distribuídos. O objetivo deste projeto é implementar e entender conceitos-chave de sistemas distribuídos, como comunicação entre processos, sincronização, tolerância a falhas e consistência.

Content / Conteúdo

  • /src: Source code of the projects developed during the course.
    Código-fonte dos projetos desenvolvidos durante o curso.

Technologies / Tecnologias

  • Language / Linguagem: Java
  • IDE: IntelliJ IDEA
  • Protocols / Protocolos: [Communication protocols, UDP, TCP-IP].

Project Structure / Estrutura dos Projetos