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 08:30
On the loan worksheet in cell c9 enter pmt function to calculate the monthly payment for the altamonte springs 2018 facilities loan. ensure that the function returns a positive value and set the reference to cells b5 and b6 as absolute references.
Answers: 2
question
Computers and Technology, 22.06.2019 19:20
Terri needs to insert a cover page into her document. where should she go to access the commands to do so? o insert tab, objects group o insert tab, illustrations group o insert tab, pages group o insert tab, media group submit
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
Amanda needs to create an informative print brochure for her local library’s fundraiser dinner. what critical detail must she have before she starts designing the brochure?
Answers: 1
You know the right answer?
Objective of this assignment: To get you familiar with developing and implementing TCP or UDP socke...
Questions
question
Mathematics, 15.01.2020 00:31
question
Mathematics, 15.01.2020 00:31
Questions on the website: 13722367