BEST代写-线上编程学术专家

Best代写-最专业靠谱代写IT | CS | 留学生作业 | 编程代写Java | Python |C/C++ | PHP | Matlab | Assignment Project Homework代写

C语言代写 | CA2: Programming Assignment

C语言代写 | CA2: Programming Assignment

这个作业是用C语言实现一个http服务器

CA2: Programming Assignment
Instructions:
1. The homework is due on Wednesday, April 15, 2020 at the start of lecture.
2. You should submit your code electronically on LumiNUS (in the folder
CA2_submission_EE4210).
In this assignment you are expected to do the following:
 Implement a HTTP server with support for persistent connections. The server should be
capable of serving the following three files (make up your own files):
a. a.jpg
b. b.mp3
c. c.txt.
 Next, implement two HTTP client programs which request the three files sequentially (one
after the another). The first client is supposed to use HTTP persistent connections and the
second one should use non-persistent HTTP connections (the request for every item
creates a new transport layer connection). For both the clients, compare and report the
retrieval time for all the items individually.
 Submission: Your submission is expected to contain the following files zipped together.
The zip file should be named as “MATRIC-ID NAME.zip”.
a. One server file (source code).
b. Two client files (source code).
c. One readme file explaining how to run the programs.
d. One report (PDF only) reporting and explaining your observations.
Note:
 You can try to use the different techniques discussed in class.
 The clients and servers can be implemented in C or Python or any other language of your
choice.
 Make sure to follow the above mentioned format while submitting your assignment
(failing to do so might incur some deduction in points).

bestdaixie

评论已关闭。