MMaulanainmauls.hashnode.dev·5d ago · 12 min readHow ARP Resolves IP Addresses to MAC AddressesARP (Address Resolution Protocol) is used in IPv4 networks to determine the MAC address associated with an IP address on the local network. In simple terms, ARP connects Layer 3 addressing with Layer 00
MMaulanainmauls.hashnode.dev·5d ago · 13 min readHow IPv4 Subnetting Determines Network and Host AddressesIPv4 subnetting is the process of dividing an IP network into smaller logical networks called subnets. A subnet mask determines which part of an IPv4 address identifies the network and which part iden00
MMaulanainmauls.hashnode.dev·Aug 27 · 10 min readUnderstanding Computer Networks by Following a Packet from One Host to AnotherWhen learning computer networking, it is easy to encounter terms such as IP address, MAC address, ARP, switch, router, default gateway, and routing table. The difficult part is not simply memorizing w00