Skip to content

Commit 77907b2

Browse files
committed
introduction to distributed systems
1 parent fdf264c commit 77907b2

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Compiled pdf
2+
documentation.pdf
3+
14
## Core latex/pdflatex auxiliary files:
25
*.aux
36
*.lof

broker_einfuehrung.tex

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
\chapter{Broker Einführung}
1+
\chapter{Introduction to Distributed Systems}
2+
3+
A distributed system consists of a collection of multiple autonomous components, connected through network, which enables to coordinate their activities and to share the resources. To a user, these systems are perceived as a single, integrated computing facility \cite{TAN06}. Other than centralised systems, distributed systems has it's advantages in economics, performance and scalability, inherent distribution and reliability \cite{POSA1}.
4+
25
\section{Broker Pattern}
3-
Broker Pattern \cite{POSA1}
6+
7+
Different patterns were introduced related to distributed systems The most relevant to build a fully-fledged message broker system proves to be the \textit{Broker pattern} which can be used to structure distributed systems with decoupled components \cite{POSA1}.

documentation.pdf

-116 KB
Binary file not shown.

literatur.bib

+10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ @book{POSA1
1111
isbn = {978-0-47195-869-7}
1212
}
1313

14+
@book{TAN06,
15+
author = {Andrew S. Tanenbaum; Maarten Van Steen},
16+
title = {Distributed Systems: Principles and Paradigms},
17+
publisher = {Prentice Hall},
18+
year = 2006,
19+
month = 10,
20+
edition = 2,
21+
isbn = {0-13-239227-5}
22+
}
23+
1424
%
1525
% Papers
1626
%

0 commit comments

Comments
 (0)