Posts

Computer Networking Fundamentals - To The Point

Image
What is Computer Network? A computer network is a collection of two or more computers with communication between them through a medium. The communication medium can be through radio waves, wires, infrared, optical fibers etc.

SaaS (Software as a Service) Services in Azure

  What is SaaS (Software as a Service)? Software as a service (SaaS)   allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools (such as Microsoft Office 365).

PaaS (Platform as a Service) Services in Azure

  What is PaaS (Platform as a Service)? Platform as a service (PaaS)   allows you to avoid the expense and complexity of buying and managing underlying application infrastructure. You manage the applications and services you develop, and the cloud service provider typically manages everything else.

IaaS (Infrastructure as a Service) Services in Azure

Image
  What is IaaS (Infrastructure as a Service)? Infrastructure as a service (IaaS)   is an instant computing infrastructure, provisioned, and managed over the internet. IaaS quickly scales up and down with demand, letting you pay only for what you use.

Azure Fundamentals - AZ-900 - Real Exam Questions for 2021 - Part -1 (tricks & explanation)

Image
   If you are preparing for Exam: Azure Fundamental (AZ-900) or looking to enhance your knowledge of Azure fundamentals  to the point , then you are at the right place. 

Azure Fundamental (AZ-900) - Latest Exam Questions and Answers (Explained)

Image
  If you are preparing for Exam: Azure Fundamental (AZ-900) or looking to enhance your knowledge of Azure fundamentals  to the point , then you are at the right place. 

Azure Fundamentals : AZ-900 - quick concepts

Image
  If you are preparing for Exam : Azure Fundamental (AZ-900) for 2021 or looking for enhance your knowledge for Azure fundamentals  to the point , then you are at the right place. 

VMware Premium Learning Content for Free (till 31st October 2020)

Image
If you are looking for VMware Premium Learning Content for free then Subscribe to the content by 31st October 2020. How to subscribe it?

Azure Artificial Intelligence Fundamentals (AI-900) - Concepts

If you are preparing for Exam : Azure Artificial Intelligence Fundamental (AI-900) or looking for enhance your knowledge to the point, then you are at the right place. 

Kubernetes Architecture

Image
Kubernetes (K8s) is known as an Orchestrator for containers/microservies applications. If we talk about it from higher level, it is a cluster of nodes where applications are running. 

Cloud Computing

Image
Overview Cloud computing is an approach through which everything related to computing (Servers, network, storage, applications, platform etc.) offered "as a service". "As a Service" means you will not own the Infrastructure rather than use it and will pay as per usage.

Docker Features

Image
Docker CLI The most powerful interface to interact with Docker Containers. It is a simple command line Interface tool which integrates with Cmd Prompt and PowerShell in Windows and with default terminal in Linux based Operating System.

VMWare Horizon 7

Overview VMWare Horizon 7 is a highly automated platform that provides simplified solution for managing and delivering Virtual Desktops and application in On-Premises,  Cloud, Hybrid or multi-cloud configuration. It works with Software-defined data center (SDDC).

Docker Architecture

Image
Docker Architecture provides details about all major components belongs to docker platform, also explain how each components works together to fulfill requirements. Also we will see, how the actions will takes once run the commands in Docker Client (CLI).

Networking in Containers

Image
Overview Docker containers and it's services are so powerful because these can connect together, or can connect with the workload which is not running on docker. Even our containers and services are not required to be aware that they are running on docker or not even their peers.