Summary of what I understood from Unit 2 : Grid terms and concepts

Summary of what I understood from Unit 2 : Grid terms and concepts

by Eric MANIRARUTA -
Number of replies: 0

Unit 2 explains the main concepts, components and working principles of Grid Computing. It shows how many computers and resources can be connected and managed together to solve large, complex and data-intensive problems efficiently.

From this unit, I understood that a grid is a collection of interconnected computers (nodes) that share resources such as processing power, memory, storage, communication bandwidth, software and specialized hardware. These shared resources work together as one powerful system.

Grid computing supports three main computation methods: running applications remotely, splitting tasks into smaller parts that run in parallel and executing the same application many times with different parameters. These methods help improve performance, scalability and speed.

I also learned that storage is a key component in grid systems. Through data grids and distributed file systems, grids provide large storage capacity, faster data access using techniques like data striping and higher reliability using replication and journaling.

Communication networks play an important role by enabling fast job execution and efficient data transfer between machines. High-speed networks reduce delays and prevent bottlenecks in grid operations.

Another important concept is job and resource management. Grid systems use scheduling, reservation and scavenging techniques to assign tasks efficiently, guarantee quality of service and utilize idle machines without disturbing users.

Finally, I understood the difference between intragrids (within one organization) and intergrids (across multiple organizations), and how security, policies and coordination become more important as grid systems expand.

In summary, Unit 2 helped me understand that grid computing is a powerful approach for sharing distributed resources to achieve high performance, efficiency, scalability, and collaboration, especially in scientific research, medical systems, finance, weather prediction and big data processing.