1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
The Application Layer
The topmost layer in the OSI model where network applications and their application-layer protocols reside.
What are the 2 common network application architectures?
Client-Server Architecture
(P2P) Peer-to-Peer Architecture
Client-Server Architecture
There exists a server that services requests from clients.
Clients do not directly communicate with each other.
The server has an IP address.
A client can always contact the server by sending packets.
Another name for server and client
always-on host and host
Examples of Client-Server Architecture
The Web
FTP
Telnet
Client-Server: How does a server handle multiple requests?
Usually, a single server cannot handle many requests so a data center is used to create a powerful virtual server which can have hundreds of thousands of servers to handle multiple requests.