系统设计

系统设计

  • Client—Server Model
  • Network Protocols
  • Storage
  • Latency And Throughput
  • Availability
  • Caching
  • Proxies
  • Load Balancers

Client—Server Model

A client is a thing that talks to servers. A server is a thing that talks to clients. The client—server model is a thing made up of a bunch of clients and servers talking to one another.

系统设计_第1张图片

系统设计_第2张图片
系统设计_第3张图片

Network Protocols

IP packets. TCP headers. HTTP requests.

As daunting as they may seem, these low-level networking concepts are essential to understanding how machines in a system communicate with one another. And as we all know, proper communication is key for thriving relationships!
系统设计_第4张图片
系统设计_第5张图片

Storage

An entire video dedicated just to the storage of data?

Yes! Multiple videos, in fact, as you’ll see later on when we discuss databases. As it turns out, information storage is an incredibly complex topic that is of vital importance to systems design.
Don’t even think of skipping this lesson!
系统设计_第6张图片

Latency And Throughput

If you’ve ever experienced lag in a video game, it was most likely due to a combination of high latency and low throughput. And lag sucks.

It is therefore your Call of Duty to master these two concepts and to join the crusade against high ping.
系统设计_第7张图片
系统设计_第8张图片
系统设计_第9张图片

Availability

系统设计_第10张图片

系统设计_第11张图片
系统设计_第12张图片

Caching

系统设计_第13张图片

系统设计_第14张图片
系统设计_第15张图片

Proxies

系统设计_第16张图片

Often used by nefarious hackers to conceal their identity and obfuscate their location, these special intermediary servers boast many important real-life applications within the context of caching, access control, and censorship bypassing, amongst other things.
系统设计_第17张图片
系统设计_第18张图片

Load Balancers

系统设计_第19张图片

Relentlessly distributing network requests across multiple servers, these digital traffic cops act as watchful guardians for your system, ensuring that it operates at peak performance day and night.
在这里插入图片描述
系统设计_第20张图片

你可能感兴趣的:(全栈开发,#,系统设计)