this post was submitted on 02 Dec 2024
836 points (98.7% liked)

Technology

59753 readers
3170 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 2 days ago* (last edited 2 days ago) (3 children)

Packet loss occurs when a router has to drop some packets because the buffer to store them is running out because the link where they are supposed to go is overloaded.

Bufferbloat is the issue where you make your queues too deep, i.e. you allocate too much RAM to buffering, while the cause of the buffering still exists, so the deeper queue just fills up anyway, so you haven't improved anything, and have induced extra latency on the packets that do make it trough.

Deep buffers can help in situations where you have a step down in link speed, but only bursty and not sustained overloading of the slower output link.

The big bottleneck in router hardware is more about TCAM or HBM memory used to store the FIB of the global routing table. Since the table has grown so much the devices with less high speed memory can't hold the table anymore, and if they start swapping the FIB to normal memory your routing performance goes to shit.

So not all of your concerns seem to apply to this class of device, but of course you're right, The Register should have mentioned the RAM.

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago)

Wait, is this why packet shapers limiting bandwidth on one guest vlan drop so many damn packets? How do you prevent this?

[–] [email protected] 1 points 1 day ago

Thanks. You know a lot about hardware spec reqs in networking equipment. It always drives me crazy when buying a router because they dont seem to list this info.

Do you have any general advice for spec'ing hardware reqs for small businesses with event spaces with occasionally loads of people? How do u ensure the router can handle everyone's traffic without dropping packets?

[–] [email protected] 1 points 2 days ago

Where do I find TCAM and HBM specs?