Vertical Scaling vs Horizontal Scaling

Vertical Scaling is the addition of extra resources to the servers in a network. For example, a business runs up against storage capacity limits, so they choose to add extra or larger hard drives to their existing servers. It is the old fashioned approach, and it tends to be significantly more expensive than the horizontal scaling we’re going to look at below. If a company expects to be vertically scaling their existing hardware, then that hardware has to be built with the possibility in mind. It has to have excess capacity, extra drive bays, and so on, that will end up sitting idle until the moment of expansion comes. Such hardware tends to be significantly more expensive than commodity hardware: hardware prices don’t scale linearly.

Vertical scaling is also fairly inefficient when it comes to resource reallocation. Because servers tend to be dedicated to particular tasks, it can be hard to reallocate the spare resources of a server to other, more pressing tasks. That’s why virtualization has become so popular.

Horizontal Scaling, on the other hand, involves adding more nodes to the system as it scales, rather than beefing up the existing nodes. This is by far the most popular scaling strategy in modern times. Google, Facebook, and other huge enterprises rely on using many nodes of relatively inexpensive commodity-class hardware, which they can add to and retask as the need arises. Because horizontal scaling is the growth method of choice for very large Internet enterprises, software has been developed that makes distributing file serving, databases, and virtualization across an expanding pool of nodes practical. For example, Google’s Spanner is a distributed database that is designed to scale at globally. The increasingly popular Hadoop software framework has horizontal scaling as a key design principle.

Chrome :: How to Always Open Tabs from Your Last Browsing Session

To reopen tabs that were open last time Chrome was open, click the wrench button and select Settings.

Chrome_LastBrowsingSession-1

The Settings screen opens in a new tab. In the On startup section, select the Continue where I left off radio button.

Chrome_LastBrowsingSession-2

To close the Settings tab, click the X on the right side of the tab.

Chrome_LastBrowsingSession-3

Google Drive @ Scanning Option

Google Drive is one such app that’s has integrated document-scanning and OCR capabilities. Snap a photo of a document and a PDF copy of the document will be saved to Google Drive. It will also use the power of Google’s servers to perform OCR on the documents, making it searchable in your Drive.

To do this, open the Drive app on your phone, open its menu, and tap Add New. Tap the Scan option in the list to scan and upload a document. Note that you could also add the Drive widget to your home screen and tap the camera icon on it to quickly open the Scan interface — this is useful if you frequently want to scan documents.

GoogleDrive_ScanOption
GoogleDrive_ScanOption