From a68bad9554c12dc166922de1d9a04ef41db0e082 Mon Sep 17 00:00:00 2001 From: "cqs.0918" Date: Sat, 8 Apr 2023 08:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=8E=9F=E7=90=86=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...72\346\234\254\345\216\237\347\220\206.md" | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git "a/1. \345\237\272\346\234\254\345\216\237\347\220\206.md" "b/1. \345\237\272\346\234\254\345\216\237\347\220\206.md" index 91233a9..4b7e0ac 100644 --- "a/1. \345\237\272\346\234\254\345\216\237\347\220\206.md" +++ "b/1. \345\237\272\346\234\254\345\216\237\347\220\206.md" @@ -85,31 +85,12 @@ Musixmatch管理員 --- -1. IP +1. IP Address * 當連上網路後,每台電腦在網路中的位置 * IPv4、IPv6 * Google: 172.217.160.110 / 2404:6800:4012:1::200e -2. DNS -* 把IP變成一串有意義的文字(~~一坨數字根本記不住~~ +2. DNS(Domain Name System) +* 一個可以把IP跟域名(Domain)轉換的系統 * 可以申請自己的網域 - ---- - - -# HTTP Request & Response - ---- - -##### HTTP是一種通訊協定,主要用來傳輸網頁的資料 -* 分成兩種 - * Request & Response,皆有Header跟Body兩部分 - * Header放一些額外資訊,如: Host、User-Agent - * Body放主要內容: HTML、CSS、JS - * 由瀏覽器解析,渲染成可讀的網頁 -* Request - * 向伺服器請求資料 -* Response - * 伺服器傳回資料 - ---- +