alex / alex/what-happens-when

TCP/IP layers

未關閉
#882 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
沒有語言資料
星號
43.3k
分支
5.7k
PR 合併指標
30 天內沒有已合併 PR

描述

It is expedient that we attempt to explain what happens when we type google.com and click enter in terms of the TCIP/IP model.

The five layers in this model includes
1. Application layer
2. Transport layer
3. Internet layer
4. Data link layer
5. Physical layer

When the user types google.com into their Web browser and presses enter, the user has just begun their communication at the application layer of the TCP/IP model
1. The application layer is where the HTTP and DNS request are processed, the session is also created in this layer
2. The transport layer ensures end to end connectivity between the user's end device and the server. Protocols like UDP (user datagram protocol) and HTTP operate at this level.
3. Internet layer is where the ARP requests and responses takes place, where the communication between the MAC addresses and the IP address of the devices along the path between the user's end device and the server takes place.
4. The data link and physical layer help deliver the request to the physical hardware the actual Google server is located.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。