Chapter 1 Flashcards
What is ARPANet
In 1968 DARPA (Defence Advanced Research Projects Agency) create ARPANet
Which year TCP start
1974
What are 2 protocols
TCP/IP and HTTP
What is statelessness of HTTP
Does not contain any connection information between transaction
What is role of TCP/IP
Transmission control protocol / internet protocol ensures that data packet reach the destination from the source of communication
What is logical grouping of software
layers
What is physical grouping of software
tiers
What are 2 models for typical client server application
- Thin client model
- Fat client model
What happen in thin client model
Server do processing, not client
What happen in fat client model
Client do more processing and server do less processing. e.g. ATM machine
What is 3-tier model
- Client (Presentation)
- Server (Application processing)
- Server (Data management)