Client/Server Application:-
It is 2 tier architecture.
It servers restricted number of users.
FTP will process the request which is given by the client.
Advantages:-High Performance
Disadvantage:-Hard to mantain.
Web Server:-
It is min 3 tier architecture.
It servers n number of users.
Browser will process the request.
Disadvantage:-Slow Performance