Skip to content

Commit

Permalink
grammatical corrections to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Aug 23, 2022
1 parent 139e2b8 commit 73df743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ \subsection{Resources discovery and selection}\label{resources_discovery_and_sel
The map of the nodes connected to the Grid has to be designed to be stored in multiple server instances in order to respect the scalability discussed in the previous section.

\subsection{Scheduling, fault tolerance and Quality of Service (QoS)}
An operation that needs to be performed inside the Grid needs a \textbf{scheduling mechanism} in order to handle the execution of said operations. Since the operations are executed in a distributed environment prone to errors, \textbf{replication of data} needs to be performed between multiple nodes; this is done to increase \textbf{fault tolerance} since any node can fail in any moment. Increasing the replication factor to strengthen the tolerance to errors means necessarily a worsening of the performances inside the distributed system and vice versa. The correct replication factor highly depends on the tasks that the Grid need to perform and how performances are valued compared to availability.
An operation that needs to be performed inside the Grid needs a \textbf{scheduling mechanism} in order to handle the execution of said operations. Since the operations are executed in a distributed environment prone to errors, \textbf{replication of data} needs to be performed among multiple nodes; this is done to increase \textbf{fault tolerance} since any node can fail at any moment. Increasing the replication factor to strengthen the tolerance to errors necessarily means a worsening of the performances inside the distributed system and vice versa. The correct replication factor highly depends on the tasks that the Grid needs to perform and how performances are valued compared to availability.

All these factors (along what discussed in the previous sections) influence the quality of service that the Grid can offer. Every design decision for the Grid has to be made with the intent of \textbf{maximizing the QoS}, increasing performances as much as possible while, at the same time, offering good fault tolerance, scalability, and security.
All these factors (along with what discussed in the previous sections) influence the quality of service that the Grid can offer. Every design decision for the Grid has to be made with the intent of \textbf{maximizing the QoS}, increasing performances as much as possible while, at the same time, offering good fault tolerance, scalability, and security.

0 comments on commit 73df743

Please sign in to comment.