This document discusses developing a lightweight communication system in grid computing. It begins by introducing grid computing and some of the challenges in designing infrastructure for distributed resources over high-bandwidth, high-delay networks. The goal is to build an efficient, flexible and scalable inter-grid communication system by reducing unnecessary system calls and applying multicast protocols with MPI. It reviews existing work in grid security frameworks, user management models, and dynamic scheduling systems. The proposed approach focuses on optimizing lightweight communication through methods like using multiple networks in parallel, simplifying protocols, and avoiding temporary buffering and unnecessary system calls to improve throughput and reliability over limited bandwidths.