English, asked by dmivakarreddy6157, 1 year ago

REST architecture treats every content as a _____.

Answers

Answered by topanswers
0

REST architecture will treat every single content as new. No sessions. No history.

REST can be briefed as Representational State Transfer. REST was introduced back in the year 2000 for the purpose of designing loosely coupled apps over HTTP.  

Rather than regular path of designing, REST just tuned up the high level design guidelines instead of lower levels just o make the user think on their own implementation

Answered by mindfulmaisel
0

REST architecture treats every content as a Resources.

Explanation:

  • Resources include all type of data. It can be an HTML file, a video, photo or audio Here there maybe clients who are designed to access the data or to modify it.  
  • Each of the resources have its own address through which the resources can be identified.
  • Also there are resource servers which help the clients to provide access to the resources and modify them accordingly.  
  • This is a very good architecture where a large amount of data is to be stored modified or accessed.
Similar questions