subject

Objective of this assignment: To get you familiar with developing and implementing TCP or UDP sockets.
What you need to do:
1. Implement a simple TCP Client-Server application
2. Implement a simple UDP Client-Server application
3. Collect and analyze round trip time measurements for each of the above applications.
Objective:
The objective is to implement a client-server application using a safe method: start from a simple working code for the client and the server. You must slowly and carefully bend (modify) little by little the client and server alternatively until you achieve your ultimate goal. You must bend and expand each piece alternatively like the way a black-smith forges iron. From time to time save your working client and server such that you can roll-back to the latest working code in case of problems.
For this programming assignment, you are advised to start from the simple echo client and serve rver to implement a very simple application.
Part I: TCP "Capitalize" Client-Server
Implement the following Client-Server application that will use two programs: a client program myFirstTCPClient. java and myFirst TCPServer. java
a) Client: myFirstTC PClient. java
This program must take two arguments: a hostname H and a port number P. The hostname h is a name or a decimal dotted-quad IP address of the server Sv. The port number P is any valid port number where the server Sv is binds to.
This program must
1) Create a TCP client socket connected with the server Sv running on the machine with hostname (or IP address) h bound to Port number P.
2) Repeatedly perform the following actions:
i) Prompt the user to enter a sentence S
ii) Send the sentence S to the server Sv
iii) Receive the response from the server
iv) Measure the duration between the time when the sentence S was sent and the time a response was received.
v) Display the following information: the message received and the
vi) Collect the round trip time.
expressed in milliseconds. time To implement the client myFirstTCPClient. java, you should consider start with the program TCPEchoClientjava (provided on Canvas with this programming assignment). Do not forget to change the name of the class inside the program TCPEchoClient. java
b) Server: myFirstTC PServer. java
This program must take one argument: a port number P. The port number P is any valid port number.
This program must D Create a TCP server socket
1) Create a TCP server socket
2) Wait for a client to connect, receive a message, display it with the IP address and port # of the client, capitalize the message, display the message, and echo back the "capitalized" message.
To implement the server myFirstTCPServer. java, you should consider start with the program TCPEchoServerjava (provided on Canvas with this programming assignment). Do not forget to change the name of the class inside the proeram TCPEchoServerjava.
Part II: UDP "Capitalize" Client-Server Repeat Part I using UDP sockets. Call the client and server programs myFirstUDPClient. java and myFirstUDPServer. java, respectively
To implement the server (respectively, client) myFirstUDPServer. java (respectively, myFirstUDPC lient. java), you should consider start with the program UDPEchoServer. java (respectively, UDPEchoClienTimeoutjava) (provided on Canvas with this programming assignment). Do not forget to change the name of the class inside the program.
Data collection and analysis
For each application (UPD and TCP), report separately the min, average, and max round trip time.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:30
Keep your choice of a major there is probably no single correct choice.
Answers: 1
question
Computers and Technology, 21.06.2019 21:30
You need to write some code that responds to a text change in a jtextfield. how can you do that? create a class that implements the interface actionlistener and override the method textfieldchanged create a class that extends the superclass actionlistener and override the method actionperformed create a class that implements the interface actionlistener and override the method actionperformed create a class that extends the superclass actionlistener and override the method textfieldchanged
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
What shows the web address of the page that is currently displayed in the workspace? status window toolbar location bar internet box
Answers: 1
question
Computers and Technology, 25.06.2019 00:30
Which of these serves as a bridge between the programming team and the audio team?
Answers: 2
You know the right answer?
Objective of this assignment: To get you familiar with developing and implementing TCP or UDP socke...
Questions
question
Mathematics, 23.07.2021 01:00
question
Mathematics, 23.07.2021 01:00
Questions on the website: 13722359