/ DISTRIBUTED SYSTEM

3. 저장 장치 구조

1. Basic Architectures

1-1. Client-Server(Two-tier)

centralized architectures

connectionless vs. connection-oriented

1-2. Three-tier

물리적 분류

  • Client (user interface)
  • Application server
  • Database server

Application Layering

개념적 분류

  • The user-interface level
  • The processing level
  • The data level

Fat (Thin) Client: 클리이언트 쪽 기기에 기능이 많을 때 (적을 때)

서버, 클라이언트 두 단계 구조로 생각함.

Peer-to-peer architecture

BitTorrent, BitCoin etc