From the course: Cert Prep: SNCP Foundations (S10-110)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Object IO

Object IO

From the course: Cert Prep: SNCP Foundations (S10-110)

Start my 1-month free trial

Object IO

- [Instructor] So, highly related to cloud IO is object IO. And these object IO topics can be expected to be encountered on the SNIA exam. Object IO is primarily used for web-based applications. Primarily, but not exclusively. Amazon S3 is an object service that allows you to put objects onto Amazon storage and embed those objects into web pages that you build. Objects being photos, videos, live streams, soundbites, and so forth. An end user will open up a browser. They will establish an HTTP-authorized session. The code running in that browser will get or put an object on the web server. And that object will accordingly display on the web browser. That's the basis of how these things work. The object IO protocol is called REST, the Representational State Transfer. It's a very simplified protocol, it has a very short list of commands that you see here. You have the ability to put and delete and get objects. You have the ability to group objects into buckets. You have the ability to…

Contents