sanjar-notes / backend

Backend web development fundamentals
0 stars 0 forks source link

Learn TCP/IP stack details, just enough to understand significant parts of communication #24

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago

Was reading Networking by Forouzan, but it's too long and time consuming. Not practically useful if read page to page.

sanjarcode commented 1 year ago

The main goal is to understand how persistent comm works - long lived TCP, web sockets, steaming data, resumability's it's affect on a server's statefulness.

sanjarcode commented 1 year ago

Assume interfaces from OSI model, and learn significant details that actually matter in TCP/IP