Client Server Application Flashcards
What are the resources a network makes available to its users?
Application & data provided by application
the resources a network makes available to its users is collectively referred to as _________ ________.
network services
applications, which involve two computers, are known as ______ ______ ____________.
client-server applications.
In the process of client server applications, the first computer _________ or a service from the second computer, the _______.
requests data , server.
a web ________ requests a web page from a web _______; the web server returns the requested data to the _______.
web browser, web server, client.
web browser is also known as the ______ __________.
client application
web server is also known as the ______
________.
server application
network devices use methods and rules for communication known as ________.
protocols
What’s the process to handle the request for a web page?
- client computer must find web server.
- when client finds server, they must agree on protocols for means of communication.
- Client makes request and server responds by sending web page.
What is all involved in the process to handle the request of a web page?
-Hardware
-OS
-applications on both computers.
the ________ on a network are able to communicate with each other via the ________ they have in common.
computers, protocols
two primary protocols are . . .
-TCP (Transmission Control Protocol)
-IP (Internet Protocol)
the suite of all the protocols an OS uses for communication on a network is the _________.
TCP/IP suite of protocols.
What are the 6 servers popular client-server applications and their protocols used on networks and the internet?
Web service
FTP Service (File Transfer Protocol)
Remote Applications
Remote Desktop
SMTP (Simple Mail Transfer Protocol)
Telnet Service
Web service: a ___ ______ serves up web pages to clients.
Web server
Many ____________ have their own web servers, which are available _________ on the corporate network.
Corporations, privately
Other web servers are _______, accessible from anywhere on the internet.
Public
What’s the primary protocol used by web servers and browsers? (clients)
HTTP (HyperText Transfer Protocol)
When HTTP is layered on top of an encryption protocol, such as SSL (Secure Sockets Layer) or TLS (Transport Layer Security), the result is ______ (_________), which gives secure transmission.
HTTPS (HTTP Secure)
The most popular web server application is ?
Apache
What systems does the most popular web server primarily runs on?
UNIX systems