DRAG DROP
You need to optimize the storage of a SharePoint Server 2013 server farm to meet the following requirements:
Ensure that files that are larger than 100 MB are stored outside of the Microsoft SQL Server database.

Ensure that files that are accessed frequently are cached on the front-end Web servers.

What should you use? (To answer, drag the appropriate technologies to the correct requirements. Each technology may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.) Select and Place:

Correct Answer:

Explanation/Reference:
Note:
* Remote Blob Storage
SQL Server Remote BLOB Store (RBS) is an optional add-on component that lets database administrators store binary large objects in commodity storage solutions instead of directly on the main database server.
* SharePoint Server 2013 provides a disk-based cache that stores files that are used by web pages to help them load quickly in the browser, and reduces the load on the database server when it uses those files.
These files are known as binary large objects (BLOBs), and the cache is known as the BLOB cache. The BLOB cache is stored directly on the hard disk drive of a front-end web server computer.