|
|
|
|
|
by t-3
1592 days ago
|
|
Networking is all about protocols - you're going to have to read RFCs and stare at packet diagrams. With time, practice, and repetition, it will sink in. If you really want to learn, install wireshark and practice with it regularly to build experience. |
|
For example, it really doesn’t matter what TCPs header layout is, what’s more interesting is how it solves the problems it’s designed to solve (e.g. reliable, ordered transit on top of an unreliable base; congestion control etc.), which are independent of the exact TCP implementation.
I also think RFCs are suboptimal for this. They will contain all the details, however this means they have to also explain uninteresting implementation details, whereas a good textbook can present the topics much more concisely.