Question: Class Work Create a basic client server program where the server tells the client the client's IP and device name whenever a client is connected.
Class Work
Create a basic client server program where the server tells the client the client's IP and device name whenever a client is connected.
Create a basic client server program where the server receives a message from the client and counts how many vowels are there in the message. If there are no vowels in the message then the server sends "Not enough vowels" message to the client, if there are at most two vowels then the server sends "Enough vowels I guess" and if there are more than two vowels then the server sends "Too many vowels" to the client.
Create a basic multithreaded client server program where the server receives a message from the client and counts how many vowels are there in the message. If there are no vowels in the message then the server sends "Not enough vowels" message to the client, if there are at most two vowels then the server sends "Enough vowels I guess" and if there are more than two vowels then the server sends "Too many vowels" to the client. Only difference here is that the server will be able to respond to multiple clients simultaneously.
Home Work
Create a basic client server program where the server takes the number of hours a person worked from the client and calculates the person's salary.
If the hours worked is less than or equal to then the person receives Tk per hour.
If the hours worked is greater than then the person receives Tk plus Tk for each hour worked over hours.
The client will provide how many hours the person worked to the server and the server will calculate the salary and send it to the client.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
