Course
Internet
|
Client-Server ModelAs discussed previously, the Internet is a global network comprised of a variety of computers. All computers are specialized by the software they run. In the Internet world, the model describing the interactions between these systems is called The Client-Server Model of computing. The Client-Server Model consists of 4 components: An outline and a diagram of the process for transferring data in the Client-Server model is provided below.[ Click Here ] ClientThe Client is usually a software application, such as a Web browser, running on an end user's computer. ServerIn general terms, the Server is a software application running on the information provider's computer that responds to instructions (requests) from the client application. NetworkThe Network is the communications infrastructure that allows for transmission between the client and the server. ProtocolA Protocol is an agreed upon standard rule of communication. In the Internet world, TCP/IP is the standard protocol used to transmit data over the network. TCP/IP: "TCP/IP is a suite of communications protocols that allows communication between groups of dissimilar computer systems from a variety of vendors." -- Definition from Geek.com TCP == Transmission Control Protocol; ensures reliable communication between systems (quality control). IP == Internet Protocol; manages movement of data from one system to another. Client-Server Model
Transfer ProcessThe process of transferring data through the Client-Server Model generally works as follows:
|