Client Side Program echo-client.py runtime --------------------------------------------------------------------------------------------------------------------- root@jimmy-laptop:/home/jimmy/Desktop# python echo-client.py Hello Google User Please enter address to the socket server you wish to connect to: www.google.com What message would you like to send to the server: Hello Google! Received 'Thank you for connecting to google.com! We received you message: Hello Google!' root@jimmy-laptop:/home/jimmy/Desktop# --------------------------------------------------------------------------------------------------------------------- Server Side Program echo-server.py --------------------------------------------------------------------------------------------------------------------- root@google-server:/home/jimmy/Documents/googleSocketExmaple# python echo-server.py Someone sent a message to the server from this address: ('68.6.45.112', 34700) Message: Hello Google! root@google-server:/home/jimmy/Documents/googleSocketExmaple# ---------------------------------------------------------------------------------------------------------------------