DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
  1. DZone
  2. Data Engineering
  3. IoT
  4. Understanding Different Kinds of Ethereum Networks

Understanding Different Kinds of Ethereum Networks

Looking to understand more about the different kinds of blockchains and Ethereum networks? Check out this post to learn more about types of blockchains.

Manish Mishra user avatar by
Manish Mishra
·
Sep. 04, 18 · Presentation
Like (4)
Save
Tweet
Share
11.72K Views

Join the DZone community and get the full member experience.

Join For Free

After gulping a lot about the “disrupting” things related to blockchain technology, I was very intrigued to quickly set up a development environment with whatever is free and useful on the Internet for developing a kick-ass DApp. I came to learn that “Ethereum” is the most matured protocol around blockchain. Before I proceed further with tools available to set up your dev environment locally for Ethereum, I just wanted to have some background knowledge on the kind of blockchain infrastructure I am going to build.

In this blog, I will first introduce the type of blockchain networks and will conclude with what we are going to build for our development environment.

As we know, the block network can be divided into two broad categories, i.e. public and private networks. Both networks are decentralized and peer-to-peer, but they have separate use cases. Let us now understand the kinds of networks in the blockchain.

Kind of Blockchain Networks

Public Blockchains 

The public blockchain is accessible to anyone in the world. One can read or push transactions on a public blockchain and validate the transactions being executed on the blockchain. The kind of blocks that can be added to the blockchain is decided by a consensus or peers.

Private Blockchains 

The write permission is in command of a central authority in the network. However, the transaction is fully transparent to every peer in the network. Read privileges can also be customized.

Consortium Blockchains 

The consensus process is controlled by a pre-defined set of nodes that are trusted. For example, a network consists of academics institutions in the world each govern a single node, and the blocks are validated by n number of signatories within the network.

“MainNet:" the Main Ethereum Network

mainnet

The above screenshot is taken from ethernodes.org. This site provides stats for the public Ethereum network. The ETHER or ETH carry the real value of ether on the MainNet. As the size of MainNet grows, you need to compute storage power to validate the blocks on the MainNet. Anyone can connect to the “MainNet." You can get the instructions on “How to Connect with “MainNet” at ethdocs.

“TestNet:" the Test Ethereum Network

The Ether on the TestNet does not carry any real value and is only for a collaborative testing on the network. You can explore “TestNet” tab as shown in the image above on ethernodes.org. But still, it takes hours to get into the sync of the network and push your blocks. So, it might be the choice of a rapid development. Here is a snap of connecting to one of the TestNet “ropsten” using the Parity Ethereum client, which I tried on my local machine. You can notice the logs and time of the node sync in the snap. Also, in addition to that, each transaction on the Network costs some gas, which the test ETH is required. It can be mined locally by some tool like ethminer. Still, we need some complex set up to work on TestNets.

parity_testnet

The Private Blockchain Network

The private node can be pre-configured to have some test ETH while starting up. The private nodes can be quickly launched with minimal storage and memory requirements and without much effort. And, it will be an ideal choice having a basic development environment.  Here is a screenshot of private blockchain using go-ethereum client on the local machine. You can see there is not any time consuming syncing required for this.

private_bc_network

Now, we are familiar with the kind of networks that are there. We can say we want the private network first for the purpose of a basic development environment set up. The choice of other networks depends on our use cases. Now, I hope you have a clear picture of the different kind of blockchain networks available in the Ethereum blockchain space. In the next part of the blog, we will explain how we can set up a private network of Ethereum. Thanks for reading! Stay Tuned!

Network Ethereum Blockchain

Published at DZone with permission of Manish Mishra, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Top 11 Git Commands That Every Developer Should Know
  • Software Maintenance Models
  • Mission-Critical Cloud Modernization: Managing Coexistence With One-Way Data Sync
  • High-Performance Analytics for the Data Lakehouse

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: