What programming knowledge is required for working and experimenting with TCP/IP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What programming knowledge is required for working and experimenting with TCP/IP?

I'm new to programming and know some C and C++. I know that a lot of internet communication is enabled by the TCP/IP protocol. But what bugs me is that I do not understand how TCP/IP is connected to programming :/ I would appreciate it, if someone made it clearer for me :) Thanks in advance. Sorry if my assumptions are not technically correct. Chris

14th Aug 2017, 7:33 PM
Chris_s100
Chris_s100 - avatar
1 Answer
+ 3
Every language has a library dedicaded to tcp/ip that make life easier :-) choose one depending on protocol you are using, they are not much difficult to learn, i would start with winsock2, and play with it if you are running on windows
14th Aug 2017, 7:42 PM
Aleksandar Stevanovic
Aleksandar Stevanovic - avatar