Distributed Networking And UPI Gateway

ROHIT JINDAMWAR
2 min readDec 18, 2020

Distributed networking is the network system over which computer programming, software, and its data are spread out across more than one computer, but communicate complex messages through their nodes (computers), and are dependent upon each other. The goal of a distributed network is to share resources, typically to accomplish a single or similar goal.

Distributed Networking

It is a distributed computing network system where components of the program and data depend on multiple sources. Here, the communication is not directly done with the main server instead there are intermediate nodes. It is like sharing data of main servers to the multiple servers.

Mainly no UPI payment or transaction is done through the single network or database .It implements multiple distributed networking and database systems.

Let's consider a online payment where an user sends a request for a bank for money withdrawal. The user do not send request to main sever of the bank, instead it sends request to its sub branch(nodes) through the gateway that connects two nodes or routers associated in the network with the suitable protocols. Now gateway plays an important role here. The gateway acts as a firewall to the main server of the system and thus the request is send to a node via cloud computing furthermore the nodes processes the request and thereby proceeds with the transaction. So, using distributed network and cloud computing is quite scalable, robust and more efficient which eases the transaction.

--

--