Client-server computing
the basis of much of what we will be doing

The Internet Book by Douglas Comer

Client-server computing

is the interaction between two programs when they communicate across a network. A program at one site sends a request to a program at another site and awaits a response.

The requesting program is the client.

Assuming we are using our laptops as a client, we might want to know how laptops work.

The program satisfying the request is the server.

Assuming we want to retrieve something from a server over the web, we might want to know how web servers work.

client-server interaction is the basis of distributed computing

[top]

baseline understandings about the tools we will be using

How PCs work

Advice on how to deal with problems as they come up

[top]

Terminology

Is memory the same thing as storage? [notice how dated the details are in this storage article]

from The Economist, 08 July 2009

What are operating systems? We are familiar with Windows and Apple on our clients, but Linux and Android are starting to become challengers and Google is entering the market as well

What are some of the others? Wikipedia lists lots and lots.

What does open source mean?

[top]

one simple tool that we will use a lot

Learn how to use the screen capture tool.

PC keyboard with the PRTSC key highlighted

If you want to capture the entire screen, press the Print Screen button and an image of the screen will be saved to your clipboard.

a complete print screen capture

If you want to capture the active window, press the ALT button + the Print Screen button and an image of the active window screen will be saved to your clipboard.

an active window print screen capture

If you want to trim a portion of the screen, find the Snip tool, pick the area you want to snip, and an image will be saved to your clipboard.

an active window print screen capture showing snip instructions

If you use a Mac, there are several keyboard combinations that can be used to take screenshots in Mac OS X

[top]


CLIENTS | Open Source | file transfer | file transfer - mac | 01.03 | 01.04 | 01.04 - mac | next session