Difference between Giant Frame and Jumbo FrameWhat is the actual size of an Ethernet MTUHow is IEEE 802.1ad (aka VLAN Tagging, QinQ) valid, when the packets are too large?Wireshark tcp.len and data.len missmatchWhat is the difference between MSS and MTU?1522-byte frames from access point being dropped by gatewayMTU does not tally with Ethertype for Ethernet II frameTCP segment length and TCP/IP header optionsWhy is the Ethernet data frame size limited to 1500 bytes?Cisco 3560 Jumbo FrameAdvantages of setting the MTU and MRU at the server-facing port?
How do I get past a 3-year ban from overstay with VWP?
Drawing perpendicular lines, filling areas
Thesis' "Future Work" section – is it acceptable to omit personal involvement in a mentioned project?
"Right on the tip of my tongue" meaning?
Make all the squares explode
Drawing Quarter-Circle
Cropping a message using array splits
How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?
Can I do brevets (long distance rides) on my hybrid bike? If yes, how to start?
Adding slope values to attribute table (QGIS 3)
How does Howard Stark know this?
How did Thanos not realise this had happened at the end of Endgame?
Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?
LocalDate.plus Incorrect Answer
find not returning expected files
Is a vertical stabiliser needed for straight line flight in a glider?
Increase height of laser cut design file for enclosure
How can I answer high-school writing prompts without sounding weird and fake?
How are one-time password generators like Google Authenticator different from having two passwords?
Can the sorting of a list be verified without comparing neighbors?
The lexical root of the perfect tense forms differs from the lexical root of the infinitive form
Is it a Munchausen Number?
What is the significance of 4200 BCE in context of farming replacing foraging in Europe?
Is there enough time to Planar Bind a creature conjured by a 1-hour-duration spell?
Difference between Giant Frame and Jumbo Frame
What is the actual size of an Ethernet MTUHow is IEEE 802.1ad (aka VLAN Tagging, QinQ) valid, when the packets are too large?Wireshark tcp.len and data.len missmatchWhat is the difference between MSS and MTU?1522-byte frames from access point being dropped by gatewayMTU does not tally with Ethertype for Ethernet II frameTCP segment length and TCP/IP header optionsWhy is the Ethernet data frame size limited to 1500 bytes?Cisco 3560 Jumbo FrameAdvantages of setting the MTU and MRU at the server-facing port?
Can someone enlighten me the difference between Giant Frame and Jumbo Frame?
From what I hear, Giant frame is a frame with the size greater than 1518 Bytes excluding Preamble, Frame Delimiter and Inter-Frame Gap.
On the other hand, Jumbo frame is a frame with a payload greater than the standard maximum transmission unit (MTU) of 1500 bytes.
So, are they referring the payload as in the Ethernet frame? If so, does it mean that Giant Frame and Jumbo Frame are the same?
switching layer2 mtu
add a comment |
Can someone enlighten me the difference between Giant Frame and Jumbo Frame?
From what I hear, Giant frame is a frame with the size greater than 1518 Bytes excluding Preamble, Frame Delimiter and Inter-Frame Gap.
On the other hand, Jumbo frame is a frame with a payload greater than the standard maximum transmission unit (MTU) of 1500 bytes.
So, are they referring the payload as in the Ethernet frame? If so, does it mean that Giant Frame and Jumbo Frame are the same?
switching layer2 mtu
add a comment |
Can someone enlighten me the difference between Giant Frame and Jumbo Frame?
From what I hear, Giant frame is a frame with the size greater than 1518 Bytes excluding Preamble, Frame Delimiter and Inter-Frame Gap.
On the other hand, Jumbo frame is a frame with a payload greater than the standard maximum transmission unit (MTU) of 1500 bytes.
So, are they referring the payload as in the Ethernet frame? If so, does it mean that Giant Frame and Jumbo Frame are the same?
switching layer2 mtu
Can someone enlighten me the difference between Giant Frame and Jumbo Frame?
From what I hear, Giant frame is a frame with the size greater than 1518 Bytes excluding Preamble, Frame Delimiter and Inter-Frame Gap.
On the other hand, Jumbo frame is a frame with a payload greater than the standard maximum transmission unit (MTU) of 1500 bytes.
So, are they referring the payload as in the Ethernet frame? If so, does it mean that Giant Frame and Jumbo Frame are the same?
switching layer2 mtu
switching layer2 mtu
edited May 7 at 9:39
Zac67
34.5k22372
34.5k22372
asked May 7 at 8:27
KingsNeverDieKingsNeverDie
6615
6615
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Generally, a giant frame is a frame that is too large for the receiving interface. As a malformed frame it is dropped.
A jumbo frame is a frame that is larger than the standard allows (1518 bytes for Ethernet w/o tags, or 1500 bytes L3 payload (= L3 PDU = L2 SDU) plus L2 overhead). It may still be acceptable, depending on the interface configuration.
For an interface with standard configuration, any jumbo frame is a giant frame.
Preamble, frame delimiter and IPG belong to the physical layer (L1) and are never counted against the frame size (L2), as you've pointed out.
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
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%2f58952%2fdifference-between-giant-frame-and-jumbo-frame%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
Generally, a giant frame is a frame that is too large for the receiving interface. As a malformed frame it is dropped.
A jumbo frame is a frame that is larger than the standard allows (1518 bytes for Ethernet w/o tags, or 1500 bytes L3 payload (= L3 PDU = L2 SDU) plus L2 overhead). It may still be acceptable, depending on the interface configuration.
For an interface with standard configuration, any jumbo frame is a giant frame.
Preamble, frame delimiter and IPG belong to the physical layer (L1) and are never counted against the frame size (L2), as you've pointed out.
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
add a comment |
Generally, a giant frame is a frame that is too large for the receiving interface. As a malformed frame it is dropped.
A jumbo frame is a frame that is larger than the standard allows (1518 bytes for Ethernet w/o tags, or 1500 bytes L3 payload (= L3 PDU = L2 SDU) plus L2 overhead). It may still be acceptable, depending on the interface configuration.
For an interface with standard configuration, any jumbo frame is a giant frame.
Preamble, frame delimiter and IPG belong to the physical layer (L1) and are never counted against the frame size (L2), as you've pointed out.
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
add a comment |
Generally, a giant frame is a frame that is too large for the receiving interface. As a malformed frame it is dropped.
A jumbo frame is a frame that is larger than the standard allows (1518 bytes for Ethernet w/o tags, or 1500 bytes L3 payload (= L3 PDU = L2 SDU) plus L2 overhead). It may still be acceptable, depending on the interface configuration.
For an interface with standard configuration, any jumbo frame is a giant frame.
Preamble, frame delimiter and IPG belong to the physical layer (L1) and are never counted against the frame size (L2), as you've pointed out.
Generally, a giant frame is a frame that is too large for the receiving interface. As a malformed frame it is dropped.
A jumbo frame is a frame that is larger than the standard allows (1518 bytes for Ethernet w/o tags, or 1500 bytes L3 payload (= L3 PDU = L2 SDU) plus L2 overhead). It may still be acceptable, depending on the interface configuration.
For an interface with standard configuration, any jumbo frame is a giant frame.
Preamble, frame delimiter and IPG belong to the physical layer (L1) and are never counted against the frame size (L2), as you've pointed out.
edited May 7 at 21:08
answered May 7 at 9:20
Zac67Zac67
34.5k22372
34.5k22372
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
add a comment |
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
3
3
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
To add to the confusion, there are switches (I dare to add: ... based on older architectures) which have the notion of and support for "baby giants", referring to frame sizes in the ~1530-1600 bytes range. Example: Cisco's Catalyst 4000 and 4500 series switches (cisco.com/c/en/us/support/docs/switches/…).
– Marc 'netztier' Luethi
May 7 at 12:17
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%2f58952%2fdifference-between-giant-frame-and-jumbo-frame%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