Apr 29, 2025 1 min read

What is Router?

What is Router?

Router: It is a device that talks to the internet and computer. What’s Inside a Router? A router has the following key components:

  1. Processor (CPU): Handles routing decisions, like managing traffic and translating IP addresses. Memory:

  2. RAM: Stores temporary data like the routing table (current device connections).

  3. Flash Memory: Stores the firmware (router’s operating system).
  4. Network Ports: WAN Port: Connects to the modem for internet access.
  5. LAN Ports: Connects to your local network (wired) devices.
  6. Wireless Module (for Wi-Fi routers): Enables communication with wireless devices using standards like Wi-Fi 5 or Wi-Fi 6.
  7. Firmware: The router's software, controls how it operates and manages traffic.
  8. Power Supply: Powers the router and its internal components.

Liked this? Get more in your inbox.

One short email when I publish. AWS, AI, and founder notes — no spam, unsubscribe in one click.

By JOY 1 year, 1 month ago

// Read next

How to Host Your Static Website on AWS S3 and CloudFront (Step-by-Step Guide)

# 🌍 Day 1 — Host a Static Website on AWS (S3 + CloudFront) When I started my …

AWS EventBridge Explained: The Ultimate Q&A Guide for Developers (with Real-Life Examples)

# 🧩 AWS EventBridge Explained: The Ultimate Q&A Guide for Developers (with Real-Life Examples) ## 🧠 1. What …

AWS API Gateway: A Practical, Step-by-Step Guide

## 🔗 What Is API Gateway? AWS API Gateway is the **entry point** for your backend APIs. It …