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, 22.06.2019 07:30
Events and conditions that happen within an organization that are somewhat easier to deal with when responding to change are called
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
Once the data center routes to the destination server that hosts the website, what's the next step in the internet process? user’s browser renders html code from destination server into web page request goes through router/model and isp request routed to nameserver and datacenter
Answers: 2
question
Computers and Technology, 22.06.2019 21:00
So im doing this school challenge and the teachers said whats the average text a student gets a day so i need to get about 20 in a day but dont know how can you guys 2163371293
Answers: 2
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
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, 03.02.2021 07:50
question
Mathematics, 03.02.2021 07:50
question
English, 03.02.2021 07:50
question
Health, 03.02.2021 07:50
question
Mathematics, 03.02.2021 07:50