How do routers on the backbone avoid IP address conflicts?
As the title suggests, how do ISPs, and other networks connected to the backbone ensure that their host network address isn't already in use by another backbone node, as there is no controlling device that governs them?
ip ip-address internet isp
add a comment |
As the title suggests, how do ISPs, and other networks connected to the backbone ensure that their host network address isn't already in use by another backbone node, as there is no controlling device that governs them?
ip ip-address internet isp
1
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41
add a comment |
As the title suggests, how do ISPs, and other networks connected to the backbone ensure that their host network address isn't already in use by another backbone node, as there is no controlling device that governs them?
ip ip-address internet isp
As the title suggests, how do ISPs, and other networks connected to the backbone ensure that their host network address isn't already in use by another backbone node, as there is no controlling device that governs them?
ip ip-address internet isp
ip ip-address internet isp
asked Feb 15 at 18:10
Jack_HuJack_Hu
332
332
1
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41
add a comment |
1
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41
1
1
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41
add a comment |
2 Answers
2
active
oldest
votes
The RIRs assign addressing to the ISPs. An ISP not following the rules will quickly find itself ostracized and cut off from the rest of the Internet.
IANA owns the addressing and assigns each of the five RIRs blocks of addresses, and the RIRs assign blocks of addresses from those to businesses that can prove they need them and are willing to pay for them. At least that is how it worked until IANA ran out of IPv4 addresses, then each of the RIRs ran out of IPv4 addresses. It still works that way for IPv6.
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
add a comment |
If a carrier gave an IP address to one of its routers which is already used, and announced in the BGP tables, then any traffic for the correct destination travelling through the stolen IP address, will get swallowed up by the errant router. And as others have stated, would get a bit of a slapping.
However, quite a few carriers use private IP addresses, and since they are liable to be re-used, then that could pose a problem. It doesn't however, since they do not announce them. They are used on point-to-point links within the same carrier.
There is another issue though. A UK supermarket decided there were not enough private IP addresses available for their network, so they decided to use another company's public addresses. Not a problem, until we were required to connect to them. The network team ended up having to dual NAT it.
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
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
});
}
});
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%2f56965%2fhow-do-routers-on-the-backbone-avoid-ip-address-conflicts%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
The RIRs assign addressing to the ISPs. An ISP not following the rules will quickly find itself ostracized and cut off from the rest of the Internet.
IANA owns the addressing and assigns each of the five RIRs blocks of addresses, and the RIRs assign blocks of addresses from those to businesses that can prove they need them and are willing to pay for them. At least that is how it worked until IANA ran out of IPv4 addresses, then each of the RIRs ran out of IPv4 addresses. It still works that way for IPv6.
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
add a comment |
The RIRs assign addressing to the ISPs. An ISP not following the rules will quickly find itself ostracized and cut off from the rest of the Internet.
IANA owns the addressing and assigns each of the five RIRs blocks of addresses, and the RIRs assign blocks of addresses from those to businesses that can prove they need them and are willing to pay for them. At least that is how it worked until IANA ran out of IPv4 addresses, then each of the RIRs ran out of IPv4 addresses. It still works that way for IPv6.
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
add a comment |
The RIRs assign addressing to the ISPs. An ISP not following the rules will quickly find itself ostracized and cut off from the rest of the Internet.
IANA owns the addressing and assigns each of the five RIRs blocks of addresses, and the RIRs assign blocks of addresses from those to businesses that can prove they need them and are willing to pay for them. At least that is how it worked until IANA ran out of IPv4 addresses, then each of the RIRs ran out of IPv4 addresses. It still works that way for IPv6.
The RIRs assign addressing to the ISPs. An ISP not following the rules will quickly find itself ostracized and cut off from the rest of the Internet.
IANA owns the addressing and assigns each of the five RIRs blocks of addresses, and the RIRs assign blocks of addresses from those to businesses that can prove they need them and are willing to pay for them. At least that is how it worked until IANA ran out of IPv4 addresses, then each of the RIRs ran out of IPv4 addresses. It still works that way for IPv6.
edited Feb 15 at 23:15
Matija Nalis
1034
1034
answered Feb 15 at 18:29
Ron Maupin♦Ron Maupin
68.7k1369125
68.7k1369125
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
add a comment |
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
4
4
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
Routers don't use each others IP addresses for the same reason you don't put your neighbors house number on yours: the collective society has agreed that your house should only have your number, and will ostracize you if you violate that agreement.
– Der Kommissar
Feb 15 at 21:35
add a comment |
If a carrier gave an IP address to one of its routers which is already used, and announced in the BGP tables, then any traffic for the correct destination travelling through the stolen IP address, will get swallowed up by the errant router. And as others have stated, would get a bit of a slapping.
However, quite a few carriers use private IP addresses, and since they are liable to be re-used, then that could pose a problem. It doesn't however, since they do not announce them. They are used on point-to-point links within the same carrier.
There is another issue though. A UK supermarket decided there were not enough private IP addresses available for their network, so they decided to use another company's public addresses. Not a problem, until we were required to connect to them. The network team ended up having to dual NAT it.
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
add a comment |
If a carrier gave an IP address to one of its routers which is already used, and announced in the BGP tables, then any traffic for the correct destination travelling through the stolen IP address, will get swallowed up by the errant router. And as others have stated, would get a bit of a slapping.
However, quite a few carriers use private IP addresses, and since they are liable to be re-used, then that could pose a problem. It doesn't however, since they do not announce them. They are used on point-to-point links within the same carrier.
There is another issue though. A UK supermarket decided there were not enough private IP addresses available for their network, so they decided to use another company's public addresses. Not a problem, until we were required to connect to them. The network team ended up having to dual NAT it.
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
add a comment |
If a carrier gave an IP address to one of its routers which is already used, and announced in the BGP tables, then any traffic for the correct destination travelling through the stolen IP address, will get swallowed up by the errant router. And as others have stated, would get a bit of a slapping.
However, quite a few carriers use private IP addresses, and since they are liable to be re-used, then that could pose a problem. It doesn't however, since they do not announce them. They are used on point-to-point links within the same carrier.
There is another issue though. A UK supermarket decided there were not enough private IP addresses available for their network, so they decided to use another company's public addresses. Not a problem, until we were required to connect to them. The network team ended up having to dual NAT it.
If a carrier gave an IP address to one of its routers which is already used, and announced in the BGP tables, then any traffic for the correct destination travelling through the stolen IP address, will get swallowed up by the errant router. And as others have stated, would get a bit of a slapping.
However, quite a few carriers use private IP addresses, and since they are liable to be re-used, then that could pose a problem. It doesn't however, since they do not announce them. They are used on point-to-point links within the same carrier.
There is another issue though. A UK supermarket decided there were not enough private IP addresses available for their network, so they decided to use another company's public addresses. Not a problem, until we were required to connect to them. The network team ended up having to dual NAT it.
answered Feb 15 at 20:48
BibBib
411
411
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
add a comment |
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
1
1
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
This is very rare as most ISP have BGP filtering on all X points that prohibits their own IPs being advertised wrongly although it does happen
– Matt Douhan
Feb 16 at 4:05
add a comment |
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%2f56965%2fhow-do-routers-on-the-backbone-avoid-ip-address-conflicts%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
1
If you mean there's no DHCP server to assign addresses, then the answer is that in most cases IP addresses of routers are manually configured according to the ISP's addressing plan, which should of course use only IP addresses assigned to that ISP.
– jcaron
Feb 16 at 0:41