Title: Clientserver computing
1Client-server computing
2Topics
- Client-server computing mechanism
- Client applications
- SSH
- FTP
- AFS
3Before we start Create your folder for this
class under temp on D drive in the following
fashion inls050_YourFirstName_YourLastName For
example inls050_lili_luo
4Concepts of client-server computing
- Server
- a program that provide services to other
machines - Client
- a program that request and receive services from
servers
5A server machine may provide one or more services
on the Internet. For example, a server machine
might have software running on it that allows it
to act as a Web server, an e-mail server and an
FTP server, etc isis.unc.edu email server,
file server, application server, ftp server, web
server
6Clients that come to a server machine do so with
a specific intent, so clients direct their
requests to a specific software server running on
the overall server machine. For example, if you
are running a Web browser on your machine, it
will most likely want to talk to the Web server
on the server machine.
7A blurry line Its common and possible for a
machine to be both a server and a client
8What a server machine looks like?
9(No Transcript)
10(No Transcript)
11(No Transcript)
12(No Transcript)
13Lets go back to class notes to learn more about
client applications