manandharsudip.hashnode.devHSRP: Hot Standby Routing ProtocolBasic HSRP stands for Hot Standby Routing Protocol. It is an important Cisco proprietary protocol that provides a redundant gateway for hosts on a local subnet. However, HSRP does not provide load-balancing solutions. HSRP allows us to configure two ...May 14, 2023·5 min read
manandharsudip.hashnode.devAddress Resolution Protocol (ARP), its need, and its workingARP Address Resolution Protocol (ARP) is an IPv4 protocol used to resolve the MAC address of a specific destination host when its logical address (IP address) is known. This is necessary because the MAC address is needed to send frames to the correct...Apr 28, 2023·3 min read
manandharsudip.hashnode.devCreate Google Map API KEY for FreeI don’t usually write, but I thought sharing this knowledge might help some creative people. Adding a map to our app is fascinating and helpful to the users. To add a map to our app, we first need an API KEY. What is an API KEY? An API KEY is a secre...May 25, 2022·2 min read
manandharsudip.hashnode.devVirtual Environment in Python for Linux and WindowsConfused and lost while setting up a virtual environment?No problem, I'm gonna guide you from the very beginning. There are many ways to set up a virtual environment in python. We are going to set it up in a very simple way. There are 5 steps for b...Feb 22, 2022·4 min read