1

In the computer networks course, we solve subnetting questions together with the teacher. There is a term we call the "main network". As far as I understand, we fill in this according to whether the IP address is A, B or C class. But since classful IP addresses are no longer used today, what exactly does main network mean today? If it makes any sense, for example, how to find the main network of an IP address? I wanted to ask because it confused me as a student. Thank you in advance for your answers.

This is an example we used in the lesson: https://web.archive.org/web/20080405113738/http://www.brouckie.be/cgi-bin/IPsubnetting/index.pl

0

2 Answers 2

1

Based on your description, you probably mean the network address. That is the address where all the host bits are set to 0. It is used to refer to all the possible addresses as a whole.

You may find this question and answer helpful to your understanding.

0

Depending on context, the "main network" is either the network you start out with - e.g. 192.168.0.0/16 or 10.0.0.0/8 from RFC 1918 - or the smallest network supernetting all the others.

2
  • Thank your for your response. I am new to this topic and i am struggling too much. Because internet says something and my teacher says otherwise. Can you elaborate a little further for me to understand? Commented Apr 16 at 19:38
  • 1
    Read the link in the question above this one. That will explain in great detail.
    – Ron Trunk
    Commented Apr 16 at 19:53

Not the answer you're looking for? Browse other questions tagged or ask your own question.