So can someone (as simply as possible) go through the UDP and TCP socket programming processes step by step. This is my 1st time understanding this process. Use visuals if you have too. Please explain AS SIMPLY as possible tcp and udp socket interaction.
Networking Model
Networking is a method of linking two or more devices in order to share data, give technical support, and communicate. It refers to the communication between connected computing devices such as desktops, laptops, smartphones, servers, and tablets and also Internet of Things (IoT) devices such as cameras, doorbells, door locks, and various sensors.
Design of the Network System
For a medium and a large scale business around the globe computers and networking plays a major role. With the access of these digital components hardware, all the necessities are interconnected and thus business runs smoothly. As the daily consumption rate of a product is increasing day by day thus the networking factor or the network design of a business is also becoming more complex.
Networking
Networking refers to the communication shared between a group of computers. A group of computers connected to each other for the purpose of sharing resources and information is called a computer network. The first computer network was ARPANET, which stands for Advanced Research Projects Agency Network.
So can someone (as simply as possible) go through the UDP and TCP socket
TCP :
One of the key Internet protocol suite protocols is TCP (Transmission Control Protocol). It sits in the space between the application and network layers, which are utilized to offer services with consistency. It is a connection-oriented protocol for communications that facilitates message exchanges among various devices on a network.
UDP :
UDP is a communications protocol that is largely used to provide low-latency, loss-tolerant connections between internet-based applications. UDP allows for the sending of data prior to obtaining a response from the receiving side, which speeds up transfers.
Step by step
Solved in 3 steps with 2 images