Summary of what i have learned from unit 2 Grid terms and concepts

Summary of what i have learned from unit 2 Grid terms and concepts

by Osuald IRADUKUNDA -
Number of replies: 0

From this unit on Grid Terms and Concepts, I learned that a grid is a collection of distributed machines (nodes) that share resources such as CPU cycles, storage, communication bandwidth, software, and special hardware to work together as one system.

I understood the three main ways computation is used in a grid: running applications remotely, splitting applications into parallel jobs, and executing repeated tasks across many machines. I also learned the meaning of scalability and how constrained resources can limit performance.

I learned that storage can be unified in a data grid using networked file systems, and techniques like data striping improve data transfer speed and reliability. Communication bandwidth is also a critical resource, and network bottlenecks can affect grid performance.

I now understand the difference between an application, job, and subjob, and how schedulers, reservation systems, and scavenging manage workload distribution. I also learned about management components, donor software, load sensors, and autonomic computing for monitoring and recovery.

Finally, I learned the difference between intragrid and intergrid, and how security, policies, and authentication become more important as the grid expands. Overall, this unit helped me clearly understand how grid resources are coordinated, scheduled, and managed efficiently.