in Computer Networks retagged by
471 views
1 vote
1 vote
Interview question: Why HTTP is used for web document transfer instead of FTP even though FTP used to be generally considered faster. ?
in Computer Networks retagged by
by
471 views

1 Answer

0 votes
0 votes
FTP need Authorization for any type of file transfer. If FTP is used instead of http , all users will be  required to have get the credentials for  accessing any thing on web . Hence it's not possible to use FTP for webdocument transfer.

I guess , FTP is faster than http for large file transfer.

Related questions