Question: Use mininet to create a network that has at least 2 hosts, then write Python code for a network application consisting of a client running
Use mininet to create a network that has at least 2 hosts, then write Python code for a network application consisting of a client running on a host and a server running on another host of your mininet network. The client asks the user for a string, sends that string to the server, the server then changes every character of the string to upper case and sends it back. The client displays the resulting string (i.e. upper-case string) to the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
