Skip to content

Commit

Permalink
基本原理更改
Browse files Browse the repository at this point in the history
  • Loading branch information
cqs0918 committed Apr 8, 2023
1 parent fb21d55 commit a68bad9
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions 1. 基本原理.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)轉換的系統
* 可以申請自己的網域

---

<!-- _class: lead -->
# HTTP Request & Response

---

##### HTTP是一種通訊協定,主要用來傳輸網頁的資料
* 分成兩種
* Request & Response,皆有Header跟Body兩部分
* Header放一些額外資訊,如: Host、User-Agent
* Body放主要內容: HTML、CSS、JS
* 由瀏覽器解析,渲染成可讀的網頁
* Request
* 向伺服器請求資料
* Response
* 伺服器傳回資料

---


0 comments on commit a68bad9

Please sign in to comment.