Networker Pro BD

Demystifying Internet Infrastructure

0%

WPA2 vs WPA3: Which Wi-Fi Security Should You Use?

Summary

WPA2 (Wi-Fi Protected Access 2) has been the standard for Wi-Fi security since 2004. WPA3 is the latest generation, introduced in 2018 to fix several vulnerabilities in WPA2 and provide stronger encryption for modern devices.

Overview

Encryption is what prevents your neighbors or hackers from “sniffing” your Wi-Fi traffic. While WPA2 is still “safe” for most people, it is vulnerable to certain types of attacks (like the KRACK attack). WPA3 introduces SAE (Simultaneous Authentication of Equals), which makes it nearly impossible for hackers to guess your password using automated tools.

Summary

The best place for a router is a central, elevated, and open location within your home. Wi-Fi signals travel outward and downward; placing the router in a corner, inside a cupboard, or on the floor will significantly reduce its range and performance. For most Bangladeshi flats, the central dining or living area is the ideal spot.

Overview

Think of your router like a lightbulb. If you put a lightbulb in the corner of a room, it only lights up half the space. If you put it inside a box, the light is dim everywhere. Wi-Fi works the same way. Every wall, door, and piece of furniture acts as a “shadow” that blocks the signal.

Summary

The main difference between 2.4GHz and 5GHz Wi-Fi is the trade-off between range and speed. 2.4GHz provides a wider coverage area and penetrates walls better but is slower and prone to interference. 5GHz provides significantly faster data speeds and less congestion but has a much shorter range and struggles to pass through solid objects like concrete walls.

Overview

Modern “Dual-Band” routers broadcast two separate signals. If you see two Wi-Fi names in your home (e.g., Home_WiFi and Home_WiFi_5G), your router is giving you the choice between these two frequencies. Choosing the right one for each device is the simplest way to improve your internet experience.

Summary

The internet reaches your home in Bangladesh through a strictly regulated, multi-tier system. It starts at the international border via submarine or terrestrial cables, passes through an International Internet Gateway (IIG) for global routing, travels across the country via a Nationwide Telecommunication Transmission Network (NTTN), and is finally delivered to your router by your local Internet Service Provider (ISP).

The Journey of Your Data

Unlike some countries where a single telecom company handles the entire infrastructure from the ocean to your living room, Bangladesh uses a layered model mandated by the Bangladesh Telecommunication Regulatory Commission (BTRC). This ensures fair competition and structured infrastructure development.

Summary

BDIX (Bangladesh Dhaka Internet Exchange) is the central Internet Exchange Point (IXP) in Bangladesh. It allows domestic Internet Service Providers (ISPs) to directly connect and exchange local traffic within the country. By keeping domestic data local, BDIX bypasses international routing, resulting in drastically lower latency and significantly higher speeds for locally hosted websites and services.

What is BDIX?

Historically, if a user in Dhaka tried to access a website hosted on a server in Chittagong, the data had to travel out of Bangladesh to a hub in Singapore or the US, and then route back into Bangladesh. This was expensive for ISPs and slow for users.

Summary

An IIG (International Internet Gateway) is a specialized telecommunications company in Bangladesh that acts as the essential bridge between domestic Internet Service Providers (ISPs) and the global internet. IIGs purchase massive international bandwidth from submarine cables and terrestrial links, manage complex global routing, and resell this capacity wholesale to your local ISP.

The Role of the IIG

Under Bangladesh’s strict regulatory framework, standard retail ISPs cannot directly plug into international submarine cables. They must go through an IIG. The IIG operates as the “Wholesaler” of internet bandwidth.

Summary

An NTTN (Nationwide Telecommunication Transmission Network) is a licensed telecommunications entity in Bangladesh authorized to construct, maintain, and lease the physical underground fiber-optic backbone across the country. ISPs and mobile operators must rent capacity on these networks to transport their data between districts, cities, and local neighborhoods.

What Does an NTTN Do?

An NTTN provides the physical infrastructure—the “highway”—that data travels on.

While an ISP manages your IP address and an IIG manages your global routing, the NTTN simply ensures there is a continuous, high-quality fiber glass strand running from the ISP’s main server room in Dhaka to the ISP’s local distribution switch in your neighborhood, whether you live in Sylhet, Chittagong, or a rural upazila.

CGNAT (Carrier-Grade NAT)

Definition: Carrier-Grade Network Address Translation (CGNAT) is a large-scale version of the NAT process that happens inside your home router. It is used by Internet Service Providers (ISPs) to share a single, public internet IP address among hundreds or thousands of different customers.

Why it matters in Bangladesh: Because there are not enough unique IPv4 addresses for every internet user in the world, almost all ISPs in Bangladesh use CGNAT by default for home broadband connections. While this keeps internet costs low and allows for rapid expansion, it prevents users from doing things like port-forwarding for CCTV cameras or achieving an “Open NAT” type in online gaming.

DHCP (Dynamic Host Configuration Protocol)

Definition: DHCP is a network protocol that automatically assigns IP addresses and other network settings (like the Default Gateway and DNS servers) to devices when they connect to a network.

Why it matters: Without DHCP, every time you brought a new phone, laptop, or smart TV into your house, you would have to manually type in a unique, non-conflicting IP address before it could connect to the Wi-Fi. DHCP acts as the automatic host, instantly leasing out addresses from a pool so that everything works seamlessly the moment you enter the Wi-Fi password.

Subnetting

Definition: Subnetting is the practice of dividing a single, large network into multiple smaller, logically separated networks (called subnets).

Why it matters: Imagine a large office with 1,000 employees. If they were all on one massive network, the sheer amount of background “chatter” between computers (broadcast traffic) would slow everything down. Furthermore, if one computer caught a virus, it could easily spread to all 1,000 machines.

By using subnetting, network administrators can put the 100 sales employees in one subnet, and the 50 IT servers in another subnet. This improves network speed by keeping the chatter contained, and drastically improves security because a virus in the sales subnet cannot easily cross into the IT subnet.