Explanation:
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.
Which internet application layer protocol is specifically configured to manage and stream digital audio and video communications synchronously across network portals?
Explanation:
RTP (Real-time Transport Protocol) is designed to deliver end-to-end real-time streaming data, such as interactive audio and video media, over IP networks.
No comments yet. Be the first to start the discussion!