in the project a database was created on the relay server andthe relay server 1 we w 4944752
In the project, a database was created on the relay server andthe relay server. 1) We write two applications over A relay server that can send aselected file between 1 and 10 MB in size using UDP and TCP. Wemeasure these applications’ performance and reliability. – Reliability Even if it is controlled in TCP, it is necessaryto perform a reliability check on B since TCP is not installed onthe end. You can use hash algorithms for this purpose (you do notneed to develop the algorithm yourself). – The performance measurement should be made at least 10 timesby the same procedure. – Security problems will be ignored in this project. 2) Develop an application thatprovides end-to-end reliability between A and B using UDP, withstop & wait protocol. We compare reliability and performancewith TCP and UDP that you have developed in the first place.(filetransfer using stop and wait UDP) . . .