Subnetting-Supernetting and Classful-Clasess routing
1)Subnetting and Supernetting can both be done for private and public IP addresses?
2)Classful addresses weren't successful because of IP wasting,and that is why the 'network mask' was invented,correct?
3)Computers in classful networks all had public IP addresses,which led to IP wasting.The question here is: Does this still exist nowadays?
Any answers are highly appreciated!
Thank you.
ip ipv4 subnet ip-address
New contributor
add a comment |
1)Subnetting and Supernetting can both be done for private and public IP addresses?
2)Classful addresses weren't successful because of IP wasting,and that is why the 'network mask' was invented,correct?
3)Computers in classful networks all had public IP addresses,which led to IP wasting.The question here is: Does this still exist nowadays?
Any answers are highly appreciated!
Thank you.
ip ipv4 subnet ip-address
New contributor
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago
add a comment |
1)Subnetting and Supernetting can both be done for private and public IP addresses?
2)Classful addresses weren't successful because of IP wasting,and that is why the 'network mask' was invented,correct?
3)Computers in classful networks all had public IP addresses,which led to IP wasting.The question here is: Does this still exist nowadays?
Any answers are highly appreciated!
Thank you.
ip ipv4 subnet ip-address
New contributor
1)Subnetting and Supernetting can both be done for private and public IP addresses?
2)Classful addresses weren't successful because of IP wasting,and that is why the 'network mask' was invented,correct?
3)Computers in classful networks all had public IP addresses,which led to IP wasting.The question here is: Does this still exist nowadays?
Any answers are highly appreciated!
Thank you.
ip ipv4 subnet ip-address
ip ipv4 subnet ip-address
New contributor
New contributor
edited 2 hours ago
Ron Maupin♦
63.8k1367120
63.8k1367120
New contributor
asked 2 hours ago
ZachZach
61
61
New contributor
New contributor
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago
add a comment |
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. To the computer there is no distinction between public and private. They are all IP addresses.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Not quite. The network mask defines which part of the address is the network address and which part is the host address.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
The private addresses (RFC1918) existed with classful addressing. So, no, not all computers had public addresses. The situation is the same now: public (globally routable) addresses are used on the Internet, but many (most?) internal networks have private address configured internally and use address translation when communicating over the Internet.
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. There is no IP distinction between private or public IP addresses. The private addresses were chosen somewhat arbitrarily, and only by ISP agreement are they blocked from being routed on the public Internet. Other than that, there is no inherent difference.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Classful addresses are wasteful because only the full class could be routed on the Internet. They could be subnetted inside the entity that owned a classful network. Masks existed before VLSM and CIDR.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
I'm not sure I quite understand the question. Network classes no longer exist, but there are entities that had been assigned a classful network and still have the entire block that had been assigned during the time we had classful networks.
I think it is important to understand that you cannot really have an efficient method of assigning IP addresses. There have been studies and math to back that up. That is one of the reasons that IPv6 was designed from the beginning to waste addresses.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "496"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Zach is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f56338%2fsubnetting-supernetting-and-classful-clasess-routing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. To the computer there is no distinction between public and private. They are all IP addresses.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Not quite. The network mask defines which part of the address is the network address and which part is the host address.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
The private addresses (RFC1918) existed with classful addressing. So, no, not all computers had public addresses. The situation is the same now: public (globally routable) addresses are used on the Internet, but many (most?) internal networks have private address configured internally and use address translation when communicating over the Internet.
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. To the computer there is no distinction between public and private. They are all IP addresses.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Not quite. The network mask defines which part of the address is the network address and which part is the host address.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
The private addresses (RFC1918) existed with classful addressing. So, no, not all computers had public addresses. The situation is the same now: public (globally routable) addresses are used on the Internet, but many (most?) internal networks have private address configured internally and use address translation when communicating over the Internet.
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. To the computer there is no distinction between public and private. They are all IP addresses.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Not quite. The network mask defines which part of the address is the network address and which part is the host address.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
The private addresses (RFC1918) existed with classful addressing. So, no, not all computers had public addresses. The situation is the same now: public (globally routable) addresses are used on the Internet, but many (most?) internal networks have private address configured internally and use address translation when communicating over the Internet.
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. To the computer there is no distinction between public and private. They are all IP addresses.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Not quite. The network mask defines which part of the address is the network address and which part is the host address.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
The private addresses (RFC1918) existed with classful addressing. So, no, not all computers had public addresses. The situation is the same now: public (globally routable) addresses are used on the Internet, but many (most?) internal networks have private address configured internally and use address translation when communicating over the Internet.
answered 2 hours ago
Ron TrunkRon Trunk
35.5k33372
35.5k33372
add a comment |
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. There is no IP distinction between private or public IP addresses. The private addresses were chosen somewhat arbitrarily, and only by ISP agreement are they blocked from being routed on the public Internet. Other than that, there is no inherent difference.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Classful addresses are wasteful because only the full class could be routed on the Internet. They could be subnetted inside the entity that owned a classful network. Masks existed before VLSM and CIDR.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
I'm not sure I quite understand the question. Network classes no longer exist, but there are entities that had been assigned a classful network and still have the entire block that had been assigned during the time we had classful networks.
I think it is important to understand that you cannot really have an efficient method of assigning IP addresses. There have been studies and math to back that up. That is one of the reasons that IPv6 was designed from the beginning to waste addresses.
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. There is no IP distinction between private or public IP addresses. The private addresses were chosen somewhat arbitrarily, and only by ISP agreement are they blocked from being routed on the public Internet. Other than that, there is no inherent difference.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Classful addresses are wasteful because only the full class could be routed on the Internet. They could be subnetted inside the entity that owned a classful network. Masks existed before VLSM and CIDR.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
I'm not sure I quite understand the question. Network classes no longer exist, but there are entities that had been assigned a classful network and still have the entire block that had been assigned during the time we had classful networks.
I think it is important to understand that you cannot really have an efficient method of assigning IP addresses. There have been studies and math to back that up. That is one of the reasons that IPv6 was designed from the beginning to waste addresses.
add a comment |
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. There is no IP distinction between private or public IP addresses. The private addresses were chosen somewhat arbitrarily, and only by ISP agreement are they blocked from being routed on the public Internet. Other than that, there is no inherent difference.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Classful addresses are wasteful because only the full class could be routed on the Internet. They could be subnetted inside the entity that owned a classful network. Masks existed before VLSM and CIDR.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
I'm not sure I quite understand the question. Network classes no longer exist, but there are entities that had been assigned a classful network and still have the entire block that had been assigned during the time we had classful networks.
I think it is important to understand that you cannot really have an efficient method of assigning IP addresses. There have been studies and math to back that up. That is one of the reasons that IPv6 was designed from the beginning to waste addresses.
1)Subnetting and Supernetting can both be done for private and public
IP addresses?
Yes. There is no IP distinction between private or public IP addresses. The private addresses were chosen somewhat arbitrarily, and only by ISP agreement are they blocked from being routed on the public Internet. Other than that, there is no inherent difference.
2)Classful addresses weren't successful because of IP wasting,and that
is why the 'network mask' was invented,correct?
Classful addresses are wasteful because only the full class could be routed on the Internet. They could be subnetted inside the entity that owned a classful network. Masks existed before VLSM and CIDR.
3)Computers in classful networks all had public IP addresses,which led
to IP wasting.The question here is: Does this still exist nowadays?
I'm not sure I quite understand the question. Network classes no longer exist, but there are entities that had been assigned a classful network and still have the entire block that had been assigned during the time we had classful networks.
I think it is important to understand that you cannot really have an efficient method of assigning IP addresses. There have been studies and math to back that up. That is one of the reasons that IPv6 was designed from the beginning to waste addresses.
answered 2 hours ago
Ron Maupin♦Ron Maupin
63.8k1367120
63.8k1367120
add a comment |
add a comment |
Zach is a new contributor. Be nice, and check out our Code of Conduct.
Zach is a new contributor. Be nice, and check out our Code of Conduct.
Zach is a new contributor. Be nice, and check out our Code of Conduct.
Zach is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Network Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f56338%2fsubnetting-supernetting-and-classful-clasess-routing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You may be interested in this answer which covers some of what you ask about.
– Ron Maupin♦
2 hours ago