cs architecture

cs Architecture Overview

  • c cs architecture is a client (client), s is the server (server), therefore cs architecture sometimes referred to as client / server architecture.

  • Hardware C / S structure (printer)

  • Software C / S structure

    • Internet everywhere is C / S structure

    • Such as pornographic websites is the server, your browser is the client (S architecture is also a B / C / S architecture)

    • Tencent as a server to provide the video for you, you have the next Tencent video client to see its video)

  • Relations C / S architecture and socket: We learn socket is to complete the C / S architecture development

01-cs architecture -cs architecture .gif

server-side presentation

  • Suppose we now Lynx double eleven we went shopping, our computer is the client, Lynx's computer is the server, as Lynx server, you must have the following two characteristics:
  1. Stable operation (network, hardware, operating system, application server software), has been providing services outside

  2. The server must be bound to a fixed address

Guess you like

Origin www.cnblogs.com/nickchen121/p/11004951.html