Amazon Cloud Computing Question:
Download Questions PDF

Explain what is the use of multi-threaded fetching in Amazon S3?

Answer:

Multi-threading fetching in Amazon S3 is used to fetch the objects concurrently using the multiple threads and map the task so that fetching can be made simpler.
It is not a good practice to increase the threading for a particular object as every node on the server has some bandwidth constraints.
It provides user the ease with which they can upload the files and upload the threads in parallel.
It provides high speed of data transfer and easy maintenance of the sever as well.

Download Cloud Computing - Amazon Interview Questions And Answers PDF

Previous QuestionNext Question
How to upload files in Amazon S3?the different components used in AWS?