Autosave: 2024-09-06 11:00:03
This commit is contained in:
parent
e2a024719f
commit
851318660b
2 changed files with 6 additions and 1 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -40,4 +40,9 @@ created: Friday, September 06, 2024
|
|||
the internet and the process is replicated (looking up MAC address of the
|
||||
device and determining IP target). Eventually, the request reaches the router
|
||||
on the network where the server is connected.
|
||||
- The last router
|
||||
- The last router puts the packet in a frame suitable for the server's local
|
||||
network and in the frame's header is the MAC address of the server.
|
||||
- The server receives the frame and the packet is passed to the TCP/IP software
|
||||
stack. This passes the HTTP data to the process listening on TCP port 80.
|
||||
- Web server software, listening on port 80 handles the request and replies to
|
||||
the client, start ing the process again in reverse order.
|
||||
|
|
Loading…
Add table
Reference in a new issue