Hassan6678 / Socket-Programming

Transmission Control Protocol & User Datagram Protocol Small Example code for Socket Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Socket-Programming"

We’ll use the following simple client-server application to demonstrate socket programming for both UDP and TCP:

  1. The client reads a line of characters (data) from its keyboard and sends the data to the server.
  2. The server receives the data and converts the characters to uppercase.
  3. The server sends the modified data to the client.
  4. The client receives the modified data and displays the line on its screen.

Diagram

>> TCP Socket programming Diagram

image

>> UDP Socket programming Diagram

image

You need to Install Python in your System, for Installation please follow given video https://www.youtube.com/watch?v=S2NBgJRO-Kc

About

Transmission Control Protocol & User Datagram Protocol Small Example code for Socket Programming


Languages

Language:Python 100.0%