A socket is a communication endpoint that allows two-way communication between two processes over a network. Sockets can be used for communication between processes running on the same machine or on different machines connected over a network.TCP and UDP are two different transport protocols used over the internet. TCP (Transmission Control Protocol) is a reliable, connection-oriented protocol that provides ordered, error-checked data delivery. UDP (User...
Showing posts with label TCP socket program to send "Hello server" text to the remote machine. Show all posts
Showing posts with label TCP socket program to send "Hello server" text to the remote machine. Show all posts