Networking and Architecture Flashcards
What is a server?
A server is a computer designed to process requests and deliver data to other (client) computers over a local network or the internet.
Strictly speaking, the server is the software that handles a task. However, the powerful hardware that supports this software is also usually called a server because server software coordinating a network of hundreds or thousands of clients requires hardware much more robust than what you’d buy for ordinary consumer use.
What protocol do web browsers and servers use to communicate?
TCP/IP
What is the protocol that works on top of TCP/IP to allow the communication between client and server to flow?
HTTP
What does HTTP stand for?
Hyper Text Transfer Protocol