014.02.12.2. How do network clients utilize operating system transport layer protocols, such as TCP and UDP, in establishing connections with network servers, and why is it important to understand these basics for effective network application development?
Network client uses the transport layer protocol and interfaces. Telnet, a network client works with TCP, and communicates via a port on the server whereas it doesn't work with any other communication protocol such as UDP,etc . It is importatnt to understand networking basics because without these, communication can't be done.