OConii chanincisco-ccna.hashnode.dev·May 21 · 6 min readIPv6 (CCNA) - PART 2What is EUI-64? EUI stands for Extended Unique Identifier. EUI-64 is a method used in IPv6 to automatically generate the Interface Identifier (IID), which is the host portion of an IPv6 address. In IP00
OConii chanincisco-ccna.hashnode.dev·May 18 · 6 min readIPv6 (CCNA) - PART 1Index Brief Introduction to IPv5 Introduction to IPv6 Why IPv6 Was Created Hexadecimal Basics Hexadecimal vs Decimal vs Binary Shortening (Abbreviation) of IPv6 Addresses Finding the IPv6 Prefi00
OConii chaninnodejs-broswer-and-global-objects.hashnode.dev·Aug 22, 2025 · 3 min readNode.js, Browser & Global Objects1. JavaScript Engines A JavaScript engine is the program that executes JavaScript code. Different environments use different engines: V8 Engine (by Google) → Chrome, Edge, Opera, Brave, Node.js. Spider Monkey (by Mozilla) → Firefox. JavaScriptCo...00