Networks
Dealing with networks, tcp/ip, application protocols (http, ftp etc), internet etc
For people to connect to machines and code that communicate with each other, they need a network over which such communication can take place. But the communication also needs some rules, structure, and agreed-upon procedures.
Protocols
a system of rules and regulations that govern something.
A kind of "official procedure" or "official way something must be done".
Network protocols
are protocols that govern how machines and software communicate over a given network
HTTP, TCP/IP
links
https://medium.com/javascript-in-plain-english/what-every-new-software-developer-needs-to-know-about-the-internet-da5d5c7ed84c
course https://youtu.be/QKfk7YFILws
Last updated