wanna learn all about network programming [Archive] - C Board

PDA

View Full Version : wanna learn all about network programming


manav
03-21-2008, 01:16 AM
hi
i know how network programming work at the lowest level.
there are sockets that send data and receive data. and that all.
but i want to do advanced network programming? i dont even know what i want/have to learn actually? otherwise i would just google for it.

abachler
03-21-2008, 08:44 AM
Ive been programmign networks for years adn Im still waitign to learn everything. I don't think its possibleor useful to learn everything, just learn what you need at the moment, most of it you will never have to deal with.

Perspective
03-21-2008, 09:40 AM
You'll want to get in touch with Beej (http://beej.us/guide/bgnet/). Besides the basics, he covers things like serialization, asynchronous communication, and others. There's some recommended books at the end too.

manav
03-24-2008, 01:45 AM
thanks! i think i found what i should google for :)
the keywords are: protocols, proxy, firewall, tunnels, subnet (masking) and still more i don't know yet :)