Buffer stuff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 08:30 AM - edited 03-03-2019 09:05 AM
This is probably a gap in my understanding but here goes. What is the purpose of the VeryBig, Large and Huge buffers? MTU for ethernet is 15xx bytes so why would I ever need a buffer of 4520 bytes? And if I see a lot of buffer misses in these areas what is likely to be the cause?
Small buffers, 104 bytes
Middle buffers, 600 bytes
Big buffers, 1536 bytes
VeryBig buffers, 4520 bytes
Large buffers, 5024 bytes
Huge buffers, 18024 bytes
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 10:30 AM
Hi,
Buffer sizes are designed with respect of all possible interfaces. Yes, for Ethernet the MTU size is 1500 bytes. But, what about FDDI interfaces? It's 4352 bytes. Like this, the buffers are designed in consideration with different types of interfaces and technologies. Hope the answer cleared your doubt.
Thank you
-Ashok.
With best regards...
Ashok

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 12:35 AM
Yeah, that is true but it still does not explain the Huge/VeryBig buffers.
