Node vs Client – Understanding the Differences in Nethereum Environment

nethereum

In ethereum, we do not usually interact with the network directly.

We interact with a node or a client.

What's the difference between them?

Best Answer

They are almost the same thing, but node is a server that's running a client. So, first of all you buy a Server that is strong enough to run a full node. Now, you install the client in the server. And then you can term the server running the client as a node. There are various client software providers such as Geth or Parity.

Related Topic