Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Series

Computer Science

Computer Science

Articles in this series

Address Resolution Protocol (ARP) Explained

Apr 6, 20244 min read

The Address Resolution Protocol (ARP) is a communication protocol used for discovering the link layer address, such as a MAC (Media Access Control)...

Address Resolution Protocol (ARP) Explained

What is Border Gateway Protocol (BGP)?

Apr 3, 20245 min read

The Border Gateway Protocol (BGP) is the internet's routing protocol, often referred to as the "internet's mailman" for its role in directing data...

What is Border Gateway Protocol (BGP)?

Get started with IPv6 addressing

Apr 1, 20246 min read

IPv6, which stands for Internet Protocol Version 6, is the most recent version of the Internet Protocol (IP), the set of rules that dictates how data...

Get started with IPv6 addressing

Get started with IP multicast addressing

Mar 31, 20245 min read

Multicasting, in the context of IP addressing, refers to the distribution of information to a group of destination computers simultaneously in a...

Get started with IP multicast addressing

CIDR Simplified: Network, Broadcast, and Subnet Mask Calculations

Feb 29, 20244 min read

As a DevOps Engineer or a Network Administrator you have to deal with a lot of IP address ranges in CIDR (Classless Inter-Domain Routing) format. It...

CIDR Simplified: Network, Broadcast, and Subnet Mask Calculations

How to manually convert decimal numbers to binary and vice versa

Feb 28, 20245 min read

Sometimes you won't have a calculator right beside you and you will be forced to convert decimal numbers to binary or vice versa by hand. For example,...

How to manually convert decimal numbers to binary and vice versa