Automatically translated.View original post

🧠 What is the Internet?

🧠 What is the Internet?

The Internet is a global network of interconnected networks.

It connects:

Your phone and laptop.

Router and Switch

Internet Service Providers (ISPs)

Global data centers and servers

All these systems communicate using standard rules called protocols.

How does the Internet work?

The Internet is a global network that connects computers and devices for sharing information, enables browsing, e-mail, streaming and communication through linked systems; serves as a global infrastructure, facilitating online access to resources and services.

🔌 Internet & Wi-Fi & Web Site

Wi-Fi connects your device to a router.

The Internet connects routers and networks around the world.

A website is an application built on the Internet.

The Internet is the infrastructure. The website is the content.

🔁 Step by Step: How the Internet Works

1️⃣ Requests from clients

When you type a URL in your browser, your device becomes a customer.

It creates a request:

> "I want the information of this site."

2️⃣ DNS resolution

Computers don't understand names like 'google.com'.

DNS converter:

google.com → @ IGNORE.xxx.xxx

The DNS serves as the phone book of the Internet.

3️⃣ Data packet generation

The browser divides the request into small data packets.

Each envelope contains:

Source IP

Destination IP

Packet No.

This makes data transfer quick and reliable.

4️⃣ Information travels through the Internet.

The packet travels through:

Router

ISP

Internet backbone

Data Center

Routers choose the best path dynamically.

Packets may take different paths, but still be accessed correctly.

5️⃣ Server processing

The web server received the request and responded with:

HTML (Structure)

CSS (design)

JavaScript (logic)

Image, font, data

6️⃣ Browser display

Your browser:

Parses HTML

Use CSS.

Execute JavaScript

Show the last website

This is where frontend development will be visible.

📦 Why are data packets so important?

The data travels in packets to provide:

Fast Internet

The broken path didn't stop communication.

Millions of users can connect at once.

Reassembled packet. Destination correct.

🧱 The Internet is physical.

The Internet works on:

Fiber optic cable

🌊 cable

Router & Switch

Data Center

"Clouds" are just 'other people's computers'.

💡 Why do Frontend developers need to know this?

Understanding the Internet allows you to:

Work with API

Network error, bug fix

Improve efficiency

Understand HTTPS & Security

Create a scalable application.

Strong front-end developers understand both UI and data procedures.

🧠 One-line summary

> The Internet is a global system that allows computers to communicate by sending data packets between customers and servers using standardized protocols.

Tag 🔖

# Recap 2025 # Take care of yourself # Open budget # Includes IT matters

# Cybershield

2025/12/24 Edited to

... Read moreนอกจากที่บทความกล่าวถึงแล้ว การใช้งานอินเทอร์เน็ตอย่างปลอดภัยก็เป็นสิ่งที่สำคัญไม่แพ้กัน ผมอยากแชร์ข้อควรระวังเล็กๆ ที่ควรระวังเมื่อออนไลน์ เช่น อย่าคลิกลิงก์ที่ไม่น่าเชื่อถือ หรือใช้รหัสผ่านที่คาดเดาง่าย เพราะอินเทอร์เน็ตมีความซับซ้อนและมีผู้ไม่ประสงค์ดีอยู่บ้าง นอกจากนี้ บริการอินเทอร์เน็ตที่พบเห็นบ่อย เช่น บริการสตรีมมิ่ง วิดีโอคอล หรือบริการเก็บข้อมูลบนคลาวด์ ล้วนแต่ทำงานบนพื้นฐานโครงสร้างของอินเทอร์เน็ตนี้ทั้งหมด เข้าใจหลักการทำงานจะช่วยให้เราใช้งานได้ไม่ติดขัดและแก้ไขปัญหาได้ง่ายขึ้น สุดท้าย ผมอยากแนะนำให้ลองศึกษาการทำงานของระบบ DNS ซึ่่งเปรียบเสมือนสมุดโทรศัพท์ของโลกออนไลน์ ที่แปลงชื่อเว็บไซต์เป็นหมายเลข IP ที่เครื่องคอมพิวเตอร์เข้าใจ การรู้เรื่องนี้จะช่วยให้เข้าใจว่าทำไมบางครั้งเกิดปัญหาเว็บไซต์ไม่ขึ้นได้ เพราะ DNS ก็มีผลกับการเชื่อมต่ออินเทอร์เน็ตเช่นกัน