Cloud object storage stores unstructured data(like application images or media files) in the cloud. Object storage is elastic, flexible and easily scalable into multiple petabytes which ideal for environment where data growth is unlimited hence it is considered a good fit for the cloud. Contrary to Block Storage which deal data as block and logical…
Category: Cloud Computing
What is OpenFlow? How it works in SDN?
OpenFlow is a standard protocol of SDN which assist SDN Controller to communicate directly with the forwarding plane of network devices such as switches and routers, both physical and virtual (hypervisor-based), so it can better adapt to changing business requirements. Generally the conventional switches forwards the packets which are called the Forwarding Plane and do…
444 total views
What is SDN?
SDN or Software-defined networking is a new technology which will soon replace the traditional Data Center networking architecture specially after introduction of Virtulization and Cloud. This term comprises of several kinds of network technologies which aimed at making the network as agile and flexible for virtualized server and storage infrastructure of the modern Data Center….
How to install and configure AWS CLI
The AWS has launched AWS Command Line Interface (CLI) unified tool to manage your whole AWS services from the command line and automate them through scripts. You can install AWS CLI on your Linux or Windows machine for managing AWS services from command line. In this post I have demonstrated how to install and configure…