Entire Linux Network stack diagram (2024)
21–30 of 61 posts
Re: Entire Linux Network stack diagram (2024)
#22Re: Entire Linux Network stack diagram (2024)
#23For anyone who is interested, the author of this diagram also made a Linux disk I/O diagram ( https://zenodo.org/records/15234151 ). These diagrams are from his book Operativni sustavi i računalne mreže - Linux u primjeni ( https://zenodo.org/records/17371946 ) Shout out to the brilliant and generous work of the author!
Re: Entire Linux Network stack diagram (2024)
#24Fools admire complexity.
Re: Entire Linux Network stack diagram (2024)
#25Is it possible we see the diagram as an svg? I am seeing it only as embedded in the pdf, and really difficult to read .
Re: Entire Linux Network stack diagram (2024)
#26Earlier quoted context omitted.
Can you share the diagram? Would love to become iptables-enlightened.
It is time to be nftables enlightened instead.
If you know how iptables maps to that diagram you are very likely to be able to quickly understand how nftables does too.
Re: Entire Linux Network stack diagram (2024)
#27Re: Entire Linux Network stack diagram (2024)
#28Re: Entire Linux Network stack diagram (2024)
#29Fools admire complexity.
There’s complication, and there’s complexity. Fools admire complication, engineers design solutions to complex problems. This is a diagram explaining the latter.
The same thing could sometimes fall into different categories as well - like going for a microservices architecture when you need to serve about 10'000 clients in total vs at some point actually needing to serve a lot of concurrent requests at any given time.
Re: Entire Linux Network stack diagram (2024)
#30I'm not sure if this takes into account para-virtualized networks on VMs, ie. VMware vm's with "virtual" hardware access It's been a few years for me tho, so perhaps it's covered with the VM section. Lovely diagram, thanks for sharing it!