TCP: the client sends only 1 message to the server ‘hello from TCP client’ and the server responds with the uppercase message.  Update the program / make a simple chat program so that  The client can send/receive multiple messages to the server.  A special exit message is used to disconnect ‘Exit’.  Each time client sends a message, the server responds with a confirmation of receiving it and its length.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

TCP: the client sends only 1 message to the server ‘hello from TCP
client’ and the server responds with the uppercase message.
 Update the program / make a simple chat program so that
 The client can send/receive multiple messages to the server.
 A special exit message is used to disconnect ‘Exit’.
 Each time client sends a message, the server responds with a confirmation of receiving it and its length.

UDP: in the client-side
 The OS assigns the port number automatically.
 The client sends a line of characters (data) from its keyboard to the server.
 Update the client-side of the program so that it takes 2 arguments
 The port it will bind to.
 The message that will be sent to the server.
 Keep the server-side of the program as it is. check the testArg.py --> an example to show you how to use arguments

make this 2 socket programming program in python in detail and show the output.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Network Protocols
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education