Flooding vs Unknown Unicast FloodingWhy does OSPF use flooding instead of broadcasting?Cisco: storm-control unicastWhat happens if two hosts with the same MAC address are in the same broadcast domain?How does a switch learn a switch table?question about how switches learn Ethernet addresses from other ports and forwarding tablesWhat happens when a switch sends a frame to another switch?How does a switch learn a MAC address not in its lookup table?Switch vs RouterWhat is the difference between ARP and BUM Traffic?Gratuitous arp and unicast floodingFrame transfer from one switch to another configured with VLANS
Can the Telekinesis spell be used on yourself for the following?
Did any early RISC OS precursor run on the BBC Micro?
How to append code verbatim to .bashrc?
What should I use to get rid of some kind of weed in my onions
Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?
Company stopped my paying salary. What are my options?
How do I minimise waste on a flight?
Texture vs. Material vs. Shader
Should one save up to purchase a house/condo or maximize their 401k first?
Why doesn't a particle exert force on itself?
Fuzzy vector logos from InDesign to Acrobat PDF
Do these creatures from the Tomb of Annihilation campaign speak Common?
Whose birthyears are canonically established in the MCU?
Can a character shove an enemy who is already prone?
What's the difference between "ricochet" and "bounce"?
Crime rates in a post-scarcity economy
Did Ham the Chimp follow commands, or did he just randomly push levers?
Colorless commander using lands that chose based upon identity?
Using mean length and mean weight to calculate mean BMI?
Add elements inside Array conditionally in JavaScript
Visualize multiple string segments
I want to write a blog post building upon someone else's paper, how can I properly cite/credit them?
Existence of a weight of a representation in the fundamental Weyl chamber
Gift for mentor after his thesis defense?
Flooding vs Unknown Unicast Flooding
Why does OSPF use flooding instead of broadcasting?Cisco: storm-control unicastWhat happens if two hosts with the same MAC address are in the same broadcast domain?How does a switch learn a switch table?question about how switches learn Ethernet addresses from other ports and forwarding tablesWhat happens when a switch sends a frame to another switch?How does a switch learn a MAC address not in its lookup table?Switch vs RouterWhat is the difference between ARP and BUM Traffic?Gratuitous arp and unicast floodingFrame transfer from one switch to another configured with VLANS
Can someone clarify what is the difference between Flooding and Unknown Unicast Flooding?
Is it the same thing or it contains different meaning?
I'm aware that Flooding happens when a switch receives a frame with a destination address that is not present in the switch's MAC table, so it replicates the received frame and sends it to all switch ports except the one from which it has received the frame.
switch switching layer2 broadcast flood
add a comment |
Can someone clarify what is the difference between Flooding and Unknown Unicast Flooding?
Is it the same thing or it contains different meaning?
I'm aware that Flooding happens when a switch receives a frame with a destination address that is not present in the switch's MAC table, so it replicates the received frame and sends it to all switch ports except the one from which it has received the frame.
switch switching layer2 broadcast flood
1
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago
add a comment |
Can someone clarify what is the difference between Flooding and Unknown Unicast Flooding?
Is it the same thing or it contains different meaning?
I'm aware that Flooding happens when a switch receives a frame with a destination address that is not present in the switch's MAC table, so it replicates the received frame and sends it to all switch ports except the one from which it has received the frame.
switch switching layer2 broadcast flood
Can someone clarify what is the difference between Flooding and Unknown Unicast Flooding?
Is it the same thing or it contains different meaning?
I'm aware that Flooding happens when a switch receives a frame with a destination address that is not present in the switch's MAC table, so it replicates the received frame and sends it to all switch ports except the one from which it has received the frame.
switch switching layer2 broadcast flood
switch switching layer2 broadcast flood
asked 6 hours ago
KingsNeverDieKingsNeverDie
6114
6114
1
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago
add a comment |
1
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago
1
1
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
As @ronmaupin points out, "flooding" is a generic term for sending data everywhere (usually except the source). OSPF multicasts link state advertisements, and we colloquially say OSPF floods them in an area.
Unknown Unicast Flooding, is a specific example of flooding, as you have accurately described in your question.
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%2f58960%2fflooding-vs-unknown-unicast-flooding%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As @ronmaupin points out, "flooding" is a generic term for sending data everywhere (usually except the source). OSPF multicasts link state advertisements, and we colloquially say OSPF floods them in an area.
Unknown Unicast Flooding, is a specific example of flooding, as you have accurately described in your question.
add a comment |
As @ronmaupin points out, "flooding" is a generic term for sending data everywhere (usually except the source). OSPF multicasts link state advertisements, and we colloquially say OSPF floods them in an area.
Unknown Unicast Flooding, is a specific example of flooding, as you have accurately described in your question.
add a comment |
As @ronmaupin points out, "flooding" is a generic term for sending data everywhere (usually except the source). OSPF multicasts link state advertisements, and we colloquially say OSPF floods them in an area.
Unknown Unicast Flooding, is a specific example of flooding, as you have accurately described in your question.
As @ronmaupin points out, "flooding" is a generic term for sending data everywhere (usually except the source). OSPF multicasts link state advertisements, and we colloquially say OSPF floods them in an area.
Unknown Unicast Flooding, is a specific example of flooding, as you have accurately described in your question.
answered 5 hours ago
Ron TrunkRon Trunk
41.2k33784
41.2k33784
add a comment |
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%2f58960%2fflooding-vs-unknown-unicast-flooding%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
The generic term, "flooding," means sending something everywhere, except its source. Switches flood unknown unicast frames, but, for example, OSPF floods routing information in an OSPF area.
– Ron Maupin♦
6 hours ago