Skip to content

Commit

Permalink
dns sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Oct 17, 2024
1 parent b21d96b commit 3ff992c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions books/portable-docker.org
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,22 @@ on) to visit your pages.

[[/img/portable-docker/hello-traefik.webp]]

#+begin_mermaid
---
title: A web browser must query DNS before it can fetch any web page
---
sequenceDiagram
participant Browser as Web Browser
participant DNS as DNS Server
participant WEB as Web Server

Browser->>DNS: DNS Request (Resolve domain name)
DNS-->>Browser: DNS Response (IP Address)
Browser->>WEB: HTTP Request (Fetch Web Page)
WEB-->>Browser: HTTP Response (Web Page Content)
#+end_mermaid


*** Domain name registration

The public domain name registration system is controlled as a scarce
Expand Down

0 comments on commit 3ff992c

Please sign in to comment.