CS50 IP (Internet Protocol)


Jan 05, 2022

IP (Internet Protocol)

We don't want to spend too much money to build every line a wire,
except those big one cross the oceans.

So we use routers to help us get more closer to our destination from A to B.

In reality, if 1.208.12.37(me) is sending an e-mail, FTP file
transfer, or web request to 5.188.109.14(you), the data
isn't being sent as one huge block.

Any slowdown that was caused by sending such a large amount
of data would have a ripple effect that would throttle the network for
all the other users.

As such, another crucial part of IP is splitting data into packets.

IP is also known as a connectionless protocol. There is not
necessarily a defined path from the sender to the receiver, and vice versa.

This means that in response to traffic that might be "clogging"
up one particular path through the Internet, some packets can
be "re-routed" around the traffic jam to follow the most optimal path,
based on the current state of the network.

#cs50 #IP #router






你可能感興趣的文章

筆記:我知道你懂 hoisting,可是你了解到多深?

筆記:我知道你懂 hoisting,可是你了解到多深?

【SSH 技巧】使用 iTerm2 設定 Profile + Shell Script 自動登入 Server

【SSH 技巧】使用 iTerm2 設定 Profile + Shell Script 自動登入 Server

Day01:從變數看 bytecode

Day01:從變數看 bytecode






留言討論






2
2
2