EP188: Essential Guide to Modern System Servers

๐Ÿ“Œ This Week's System Design Refresher

Overview

In this edition, we cover topics ranging from web crawler design and AI engineering to the building blocks of modern networking and network services powering modern connectivity.

Featured topics:

  • ๐Ÿ“บ Design a Web Crawler: FAANG interview challenge (YouTube)
  • ๐Ÿš€ AI Engineering Cohort 2 starts today!
  • ๐Ÿ–ฅ Servers You Should Know in Modern Systems
  • ๐Ÿค– What is Prompt Engineering? (YouTube)
  • ๐ŸŒ Core Networking Concepts
  • ๐Ÿ”Œ Network Services Overview
  • ๐ŸŽฏ Sponsor Us

---

๐ŸŽฏ Design a Web Crawler (FAANG Interview Question)

Explore how to approach and design an efficient web crawler, as discussed in the linked YouTube video.

---

๐Ÿš€ AI Engineering Cohort 2 Starts Today

A live, cohort-based course โ€” built in collaboration with best-selling author Ali Aminian and published by ByteByteGo.

image

๐Ÿ’ก What Makes This Cohort Special

  • Learn by Doing โ€“ Build real-world AI apps instead of only watching tutorials.
  • Structured Learning Path โ€“ From fundamentals to advanced topics.
  • Live Feedback + Mentorship โ€“ Direct interaction with instructors and fellow learners.
  • Community-Driven โ€“ A supportive environment boosts learning.

---

For AI creators: Similar to how this cohort prioritizes practical, collaborative learning, publishing AI-generated work across multiple platforms can be streamlined with tools like AiToEarnๅฎ˜็ฝ‘.

AiToEarn integrates AI generation, cross-platform publishing, analytics, and model ranking for efficient distribution to platforms including Douyin, Kwai, YouTube, Facebook, LinkedIn, Instagram, Threads, Pinterest, and X (Twitter).

๐Ÿ“Œ Learn more here:

If you want to start learning AI from scratch, now is the perfect time.

Join here

image

---

๐Ÿค– What is Prompt Engineering?

(YouTube reference above.)

---

๐ŸŒ The Building Blocks of Modern Networking

image

Core Networking

  • Switches โ€“ Link devices in local networks.
  • Routers โ€“ Connect different networks.
  • SD-WAN โ€“ Software-defined, flexible branch connections.
  • DNS โ€“ Translates domain names to IP addresses.
  • DHCP โ€“ Assigns IP addresses automatically.
  • NTP โ€“ Keeps clocks synchronized.

Network Security

  • Firewalls โ€“ Perimeter defense; NGFW inspects app traffic.
  • VPN โ€“ Encrypted tunnels for remote work.
  • IDS/IPS โ€“ Detect and block malicious traffic.

Traffic Delivery & Management

  • Load Balancers โ€“ Distribute requests across servers.
  • Reverse Proxies โ€“ SSL termination, caching.
  • API Gateways โ€“ Secure API traffic.

Identity & Trust

  • Identity Providers โ€“ Okta, Azure AD, Auth0.
  • RADIUS / AAA โ€“ Device authentication.
  • PKI โ€“ Certificates and encryption.

Operations

  • SIEM โ€“ Collect and analyze security events.
  • NMS โ€“ Monitor network health.

Edge Networking

  • Access Points โ€“ Deliver Wiโ€‘Fi coverage.
  • IoT Gateways โ€“ Bridge IoT to IT.

Infrastructure Virtualization

  • NFV โ€“ Network functions in software form.

---

Question for you: Which of these components should we deep dive into next?

---

๐Ÿ”Œ Network Services That Power Modern Connectivity

image

โš™๏ธ Essential Network Services

  • DNS โ€“ Resolves domain names to IP addresses.
  • DHCP โ€“ Assigns IP addresses automatically.
  • NTP โ€“ Synchronizes system clocks.
  • SSH โ€“ Secure login & file transfers (port 22).
  • RDP โ€“ Remote desktop for Windows (port 3389).
  • SMTP Submission โ€“ Sends emails securely to mail servers.
  • HTTPS / HTTP3 (QUIC) โ€“ Encrypted web communication.
  • LDAP over TLS โ€“ Centralized directory for enterprise access.
  • OAuth 2.0 / OpenID Connect โ€“ Modern authentication flows.
  • Databases (MySQL, PostgreSQL, Oracle) โ€“ Backend data storage.
  • WireGuard / IPsec โ€“ Secure tunnels for remote access.

---

Question for you:

When something breaks, which protocol do you check first โ€” DNS, DHCP, or HTTPS?

---

๐ŸŽฏ Sponsor Us

Get in front of 1M+ tech professionals.

Our newsletter reaches engineering leaders & senior engineers โ€” the people who make critical buying decisions.

๐Ÿ“ฉ Email sponsorship@bytebytego.com to reserve your spot.

(Advertising slots sell out ~4 weeks in advance.)

---

๐Ÿ’ก For tech teams working across protocols, tools like AiToEarnๅฎ˜็ฝ‘ integrate AI content creation, secure publishing, analytics, and monetization across multiple platforms in a single workflow.

---

โœ… Over to you:

Which network topic should we break down in next weekโ€™s refresher?

Read more

Master Local Large Models: Official Ollama Learning Guide Released

Master Local Large Models: Official Ollama Learning Guide Released

Released by the Datawhale Team ๐Ÿš€ --- Open Source Contribution: Datawhale Handy-Ollama Team --- ๐ŸŽ‰ Ollamaโ€™s Only Officially Approved Tutorial On November 6, the Datawhale Handy-Ollama open-source tutorial was officially included by Ollama โ€” making it the only currently designated official learning tutorial. ๐Ÿ“Œ Official listing: https://github.com/ollama/ollama#tutorial >

By Honghao Wang