Answer:HTTP is a stateless protocol where the server does not maintain any information regarding the clients.This is sufficient for accessing static data,but for streaming media where the clients might require the ability to pause the stream and resume it at a later time,a stateless
protocol is insufficient.The server would not be able to keep track of the current position within the stream for a client and therefore would not be able to resume the streaming at a later point in time.
Answer:HTTP is a stateless protocol where the server does not maintain any information regarding the clients.This is sufficient for accessing static data,but for streaming media where the clients might require the ability to pause the stream and resume it at a later time,a stateless
protocol is insufficient.The server would not be able to keep track of the current position within the stream for a client and therefore would not be able to resume the streaming at a later point in time.