is there any quick guide to understand basic concept of computer networking like layers of networking tcp/ip and how to use it in programming language like c ? i am not talking about books but some tutorials available on net.
is there any quick guide to understand basic concept of computer networking like layers
Share
I just read through this yesterday. It gives great explanations about the network stack and how to program with it via
C++C.http://beej.us/guide/bgnet/output/html/multipage/index.html
It’s more or less an eBook, but there are a lot of tutorials and examples.
Hope that helps!