Posts

Showing posts from January, 2024

Week 8 – BSIT220-T301 Network Mgmt & Infrastructure

     IPv4, with its 32-bit address space, can only accommodate around 4.3 billion unique IP addresses. As the number of internet-connected devices explodes globally, IPv4 addresses are rapidly depleting. IPv6, with its 128-bit address space, provides an astronomical number of unique addresses (2^128), ensuring the continued growth of the internet and supporting the vast array of devices, from smartphones and laptops to IoT devices and more.   IPv6 Features and Advantages:   Expanded Address Space: The most prominent feature of IPv6 is its expansive address space. This enables the allocation of unique addresses to an exponentially increasing number of devices, eliminating the concerns of IPv4 address exhaustion.   Efficient Routing and Network Performance: IPv6 simplifies the routing process by reducing the size of routing tables. This efficiency not only enhances network performance but also decreases the burden on internet infrastructure, resulting i...

Week 7 – BSIT220-T301 Network Mgmt & Infrastructure

 In the dynamic realm of network management, staying ahead of potential issues and ensuring optimal performance is crucial. One indispensable tool that network administrators rely on for effective monitoring is port mirroring. This often-overlooked feature plays a pivotal role in gaining insights into network traffic, troubleshooting, and enhancing overall security. What is Port Mirroring? Port mirroring, also known as port monitoring or spanning port, is a networking technique that involves duplicating the traffic from one network port (or a set of ports) to another. Essentially, it creates a mirror image of the data passing through the mirrored port(s) and directs it to a monitoring device or tool. This allows administrators to analyze network activity without interrupting the flow of data. How Does Port Mirroring Work? The process of port mirroring is implemented at the switch level. Network switches, which play a central role in managing data traffic within a network, a...

Week 6 BSIT220-T301 Network Mgmt & Infrastructure

     In the vast realm of the internet, where millions of websites coexist, name resolution plays a crucial role in ensuring that users can access the content they seek. Whether you're typing a URL into your browser or clicking on a link, the process of name resolution quietly takes place in the background, navigating the complex network to connect you with the desired destination.      Name resolution, at its core, is the translation of human-readable domain names into IP addresses, which are numerical identifiers used by computers to locate each other on the internet. This conversion is essential because while humans find it easy to remember names like " www.example.com ," computers communicate through numerical IP addresses, such as "192.168.1.1."

Week 5 BSIT220-T301 Network Mgmt & Infrastructure

               Traceroute is a command-line tool designed to trace the route that packets of data take from a source to a destination. This information helps identify network issues, pinpoint delays, and understand the topology of the internet between the two points. The command is available on most operating systems, including Linux, macOS, and Windows. Traceroute operates by sending a series of packets toward the target destination with each packet containing a Time-to-Live (TTL) value. The TTL value represents the number of hops (routers or nodes) the packet is allowed to traverse before being discarded. As the packet reaches each hop, the TTL is decremented, and the hop sends back an ICMP Time Exceeded message when the TTL reaches zero. This process repeats, with the TTL incrementing for each subsequent batch of packets until the destination is reached. By analyzing the sequence of hops and their round-trip times (RTT), traceroute generat...