소스 검색

Improve captions

Carsten Porth 5 년 전
부모
커밋
a9809927b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      thesis/content/02-background/software-system-architecture.tex

+ 2 - 2
thesis/content/02-background/software-system-architecture.tex

@@ -3,7 +3,7 @@ The software system architecture describes the relationships and properties of i
 \begin{figure}[h!]
 	\centering
 	\includegraphics[width=1.0\textwidth]{network-architectures}
-	\caption{Schematic representation of various software system architectures. In centralized applications (A), all clients (blue) are in connection with a central server (red), while in decentralized applications (B) several servers provide for improved resilience. In distributed applications (C), all nodes have the same role with the same tasks, which is why we also speak of peers (green).}
+	\caption{Schematic representation of various software system architectures. In centralized applications (A), all clients (blue) are in connection with a central server (red), while in decentralized applications (B) several servers provide for improved stability. In distributed applications (C), all nodes have the same role with the same tasks, which is why we also speak of peers (green).}
 	\label{fig:software-system-architecture}
 \end{figure}
 
@@ -58,6 +58,6 @@ The following table \ref{tab:comparison-architectures} compares the main feature
 		\multicolumn{1}{|l|}{Performance}                                                  & ++                                       & +                                          &                                          \\ \hline
 		\multicolumn{1}{|l|}{\begin{tabular}[c]{@{}l@{}}Data \\ Availability\end{tabular}} & ++                                       & +                                          &                                          \\ \hline
 	\end{tabular}
-	\caption{Comparison of different software system architectures}
+	\caption{Comparison of different software system architectures on scalability, maintenance, system stability, performance and data availability.}
 	\label{tab:comparison-architectures}
 \end{table}