Cloud Load Balancers

Cloud offers different types of cloud load balancers that can be divided into two categories: global and regional. The global load balancers are the HTTP(S), SSL proxy, and TCP proxy load balancers. These load balancers leverage the Cloud Front End (FE) service. FE is a software-defined, distributed system that is available from global points of … Read more

Best practices for virtual private clouds (VPCs) design

This article introduces best practices and typical enterprise architectures for virtual private clouds (VPCs) design with AWS, Azure or Google Cloud. Below, I tried to list a common steps in organizing right process for creating complex network solution, which meets current needs and ready for future enchantments. General principles Identify decision makers, timelines, and pre-work As a first step … Read more

Wireshark dumpcap: packet capture cli automation

Wireshark is amazing tool for any network nerd. It brings a simple way to visualize a flow of tons of packets in and out from network interface. But what if we need a simple command line way to interact to Wireshark functionality just using a Linux terminal or IoT simple device. Installing and configuring Wireshark … Read more