39
2: Operating Systems Networking for Home & Small Business

2: Operating Systems Networking for Home & Small Business

Embed Size (px)

Citation preview

Page 1: 2: Operating Systems Networking for Home & Small Business

2: Operating SystemsNetworking for Home & Small Business

Page 2: 2: Operating Systems Networking for Home & Small Business

Purpose of the OS

• Allows components to work together

• Write a report & print– Enter on keyboard– Stored in RAM– Processed by CPU– Displayed on monitor– Printed on printer

• All computerized device require an OS

Page 3: 2: Operating Systems Networking for Home & Small Business

How the OS Works• Loads OS into RAM from disk drive • Shell

– Interface with the applications & user– Provides access to the OS

• Interact with the shell using– Command Line Interface (CLI) – Graphical User Interface (GUI)

• Kernel– OS code that interacts with the computer hardware is

known as the– Manages communication between hardware &

software

Page 4: 2: Operating Systems Networking for Home & Small Business

The OS

Page 5: 2: Operating Systems Networking for Home & Small Business

CLI

Page 6: 2: Operating Systems Networking for Home & Small Business

GUI

Page 7: 2: Operating Systems Networking for Home & Small Business

The OS

• Manage one user at a time

• Multitask– OS keeps track of resources used

• Some resources are not directly connected to the PC– Examples???

Page 8: 2: Operating Systems Networking for Home & Small Business

Redirector & NOS

• Redirector (OS driver or Network Client software)• Now becomes a NOS

– Allows device to be shared– Acts as though it were directly connected

Page 9: 2: Operating Systems Networking for Home & Small Business

Review so far…

• Which interface has a command prompt?– CLI

• After powering up, the OS gets loaded into where?– RAM

• What interfaces with the user & application?– Shell

Page 10: 2: Operating Systems Networking for Home & Small Business

OS License

• Commercial License• Windows, Mac, UNIX

• GNU Public License (GPL)– FREE

• Linux

Page 11: 2: Operating Systems Networking for Home & Small Business

Comparing Licenses

Commercial License

GPL

Access Restricts/limits access to code

Access to code & can enhance it

Cost Expensive $$$

Windows, Mac, Unix; license each PC

Free

Development Cycle

Structured; changes aren’t avail quickly

Ongoing, changes distributed quickly

Support Avail for a fee usually

Mostly community support

Page 12: 2: Operating Systems Networking for Home & Small Business

OS Requirements

• Amount of RAM

• Hard disk space required

• Processor type and speed

• Video resolution

• Minimum– Poor performance

• Recommended

Page 13: 2: Operating Systems Networking for Home & Small Business

Activity- Commercial or GPL

Page 14: 2: Operating Systems Networking for Home & Small Business

Choosing An OS

• Must meet requirements of user– Support applications– Security sufficient

• Is the hardware supported by the OS?

• Will the company support the new OS?

• At home, will support be available readily?

• Total Cost of Ownership (TCO)– Buying, installing, supporting

Page 15: 2: Operating Systems Networking for Home & Small Business

Review

1. Which type of OS provides full access to the source code?

– GPL

2. Which type of OS is costly?– Commercial

3. Which type of OS provides support through its users?

– GPL

Page 16: 2: Operating Systems Networking for Home & Small Business

Review

1. Name 4 specifications for OS install requirements.

– HD– Processor– RAM– Video Resolution

2. Describe a network redirector.3. What are the 2 ways you can interact with

the shell?– CLI & GUI

Page 17: 2: Operating Systems Networking for Home & Small Business

Lab 2.2

• Specifications of OS

Page 18: 2: Operating Systems Networking for Home & Small Business

Installing the OS- Clean Install

• Deletes all data on install path• Applications need to be reinstalled• When would you do a clean install?

Page 19: 2: Operating Systems Networking for Home & Small Business

Installing the OS- Upgrade

• System config settings, applications and data are preserved

• Replaces old OS files with new ones

Page 20: 2: Operating Systems Networking for Home & Small Business

Installing the OS- Multi-boot

• Can install more than one OS to a drive• Why?• Each has its own partition

– Own files & config settings

• On start, user chooses which OS• Only one OS runs at a time

Page 21: 2: Operating Systems Networking for Home & Small Business

Activity

Page 22: 2: Operating Systems Networking for Home & Small Business

Pre-Installation Checklist1. Verify all hardware is certified to work with the OS.

2. Verify the hardware resources meet or exceed the minimum requirements.

3. Confirm the appropriate installation medium is available. Do you have CD or DVD & the correct drive?

4. If the OS is to be installed on a system that already contains data: (a) Use system diagnostic tools and utilities to ensure the current OS installation is in good condition, free of malicious or damaging files and codes; (b) Complete a full backup of all important files.

5. If performing a clean-install, verify that all application software is available for installation.

Page 23: 2: Operating Systems Networking for Home & Small Business

Partitions

• On clean install, some techs…– Partition 1 for OS– Partition 2 for data

• When upgrade OS, data will not be deleted

Page 24: 2: Operating Systems Networking for Home & Small Business

Review so far…

1. What is a partition?

2. What happens to data on a HD during a clean install?

3. How many OS’s are running in a multiboot system?

4. What happens to applications during an upgrade?

Page 25: 2: Operating Systems Networking for Home & Small Business

Configure for Network• What is a network?

– Group of devices connected to each other to share info & resources

• NIC• IP Address

– Id’s computer UNIQUE• Subnet Mask

– Id’s the network it is on• Default Gateway

– the way out of the network

Page 26: 2: Operating Systems Networking for Home & Small Business

Network Communication

Page 27: 2: Operating Systems Networking for Home & Small Business

Configuring the IP

• Manual (static) or Dynamic (automatic) pool

Page 28: 2: Operating Systems Networking for Home & Small Business

Computer Naming

• Manually assigned

• For easy sharing

• Admin designs naming scheme

• PRT-CL-Eng-01 represents the 1st color laser printer in the Engineering Department

Page 29: 2: Operating Systems Networking for Home & Small Business

Planning Names & Addresses

• The larger the network gets, you MUST be organized & documented!

• Come up with guidelines

Page 30: 2: Operating Systems Networking for Home & Small Business

Review

1. A DHCP server assigns address how?– Automatically/Dynamically

2. What are 3 settings you need to connect to a network?

– IP, Subnet Mask, Default Gateway

3. What is a default gateway?– Address to get out of the network so it can

communicate with other networks

4. Describe a partition.

Page 31: 2: Operating Systems Networking for Home & Small Business

Review

1. Which install method requires applications to be reinstalled?

– Clean Install

2. Before upgrading the OS, what should you do with your data?

– Back it up

3. To be on a network, what 2 things need to be unique?

– IP address & computer name

Page 32: 2: Operating Systems Networking for Home & Small Business

When to Apply Patches

• What’s a patch?– Piece of program code

that can correct a problem or enhance the functionality of an application program or OS

• Update computers often BUT make sure you understand the patch first!

Page 33: 2: Operating Systems Networking for Home & Small Business

Applying the OS Patch

• Automatic installation

• Prompt for Permission

• Manual

Page 34: 2: Operating Systems Networking for Home & Small Business

Auto, Manual, or Prompt?

Page 35: 2: Operating Systems Networking for Home & Small Business

Applying the Application Patch

• Browsers, Office, other programs

• Repair a detected vulnerability or other problem

• Found on manufacturer’s site

Page 36: 2: Operating Systems Networking for Home & Small Business

Lab 2.3.3

Page 37: 2: Operating Systems Networking for Home & Small Business

Review

1. What’s a patch?

2. Where can you find a patch?• Manufacturer’s web site

3. What are the 3 methods for getting OS updates?

• Auto, Manual, With Permission

4. What user interface has icons?• GUI

Page 38: 2: Operating Systems Networking for Home & Small Business

Review

1. Where do devices get IP addresses from dynamically?

– A DHCP server

2. What is needed to install two OS’s on a PC?

– Multiple partitions

3. What letter grade will you get on this test?– A or B, hopefully

Page 39: 2: Operating Systems Networking for Home & Small Business

2: Operating SystemsNetworking for Home & Small Business