Ref: https://www.udemy.com/course/aws-certified-cloud-practitioner-new/learn/lecture/20054238


Client-Server Paradigm for Web Applications

image.png


Physical Servers and Hardware (HW)

Computer/Server components

  1. COMPUTE: processes data, performs calculations
  2. MEMORY: temporarily stores frequently or recently accessed data → data stored in memory can be accessed at high speeds
  3. STORAGE: stores data persistently (data access much slower than in memory)
  4. NETWORK: communicates with external devices, prepares data to be sent to other devices, receives data from other devices

Challenges of physically hosted servers