introduction to hardware and networking module hardware and networking1.1

Post on 19-Dec-2015

233 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Module hardware and networking

Introduction to hardware and networking

1.1

Module hardware and networking

What is a computer?

• A programmable electronic device that can process, store and retrieve data

1.2

Module hardware and networking

Types of computer

• Microcomputers (or personal computers)– Desktop (single location)– Laptop or Notebook

(mobile)– Tablet (mobile, touch

screen, stylus)– Netbook (smaller mobile)– Personal Digital

Assistant/Smart Phones (handheld)

1.3

Module hardware and networking

Functional classification

• Server– Primary task is storing and retrieving large

quantities of data (network)• Web server, servers in each office

• Workstation– High end-computer designed to be used by one

person• Office desktops

1..4

Module hardware and networking

About Hardware

• Hardware is any physical piece of equipment, called a device, that is both connected to your computer and controlled by your computer

• Comprehensive term for all of the physical parts of the computer.

• Refers to objects you can touch, like disks, disk drives, display screens , keyboard, printers and chips.

• Internal devices are placed inside the case of the computer

• External devices remain outside the case of the computer

1.5

Module hardware and networking

About software

• Exists as ideas, concepts, and symbols• Provides instructions for the hardware to

accomplish tasks.• Can not be touched like the hardware. All

parts are inside the computer.

1.6

Module hardware and networking

System unitpower supply

ports

drive bays

processor

memory

sound card

video cardmodem card

network card1.7

Module hardware and networking

Interface between computers and devices

1.8

Module hardware and networking

Inside the PCprocessor chip

adapter cards

memory chips

memory slots

motherboard

Expansionslots for adapter cards

1.9

Module hardware and networking

Printers

• Types of printer– Laser, inkjet (ink dispersion), solid ink, thermal

printers, and impact printers

1.10

Module hardware and networking

Laser printer

• Uses mechanical, electrical, and optical technologies

• Capable of handling and printing large volumes quickly and continuously

1.11

Module hardware and networking

Dot matrix printers

• Overview of dot matrix printer technology:– Lesser quality of other printers– A print head moves across the width of the paper– Pins are used to print a matrix of dots on the page• Can print multicopy documents and Last Forever• Pins shoot against a cloth ribbon. Ribbon is used for ink

and to lubricate• Ribbon impacts the paper, depositing the ink

1.12

Module hardware and networking

Inkjet printers• Overview of inkjet printer

technology:– With Inkjet, ink is applied to

paper using a matrix of small dots• Plates with magnetic charge

direct path to the page– Older inkjets have lower

resolution, but today’s are photo quality

– Images smudge on inexpensive paper• Especially with higher

resolution (wet paper)– Usually cost less

• Print color inexpensively

1.13

Module hardware and networking

Thermal printers

• Overview of thermal printer technology– Nonimpact printers that use heat to produce

output– Popular in retail for bar codes and price tags– Wax-based ink heated by heat pins– Print head is as wide as paper, so does not move – Heat pins melt ink onto paper

1.14

Module hardware and networking

Networking - Basics

• Network defined• The difference between Standalone and networked

Systems• Advantages of networking• Disadvantages of networking• Why use network– To share information– To Share hardware and software– Centralizing administration

1.15

Module hardware and networking

Types of networks

• Classification based on geographical area– LAN– WAN

1.16

Module hardware and networking

Network configuration

• Classification based on how computers behave in a network

• Two classifications are– Peer-to-Peer network– Server based network

1.17

Module hardware and networking

Server based network

• Designated computer to administer• Resources centralized• Supports larger networks• Strong security• Expensive

1.18

Module hardware and networking

Topologies - Physical

• Refers to physical arrangement of– Computers– Cables– Other components

1.19

Module hardware and networking

Star topology

• Connected to a central hub

• Easier administration• Difficult to install• High cable cost• Hub failure fails the

network

1.20

Module hardware and networking

Star bus topology

• Combination of several stars

• Augments systems in network

• Failure of hub/s fails the network

1.21

Module hardware and networking

Network hardware

• Hub• Cables• Connectors• Switches• Routers

1.22

Module hardware and networking

Hub

• Standard component in Star topology• Types– Active, Passive– Manageable

• Easier administration• Centralized monitoring of network

1.23

Module hardware and networking

Cables

• Wires the LAN, usually• Transmit signals through network• Different cable considerations according to need• Types– Co-axial– Twisted Pair– Fiber-optic

1.24

Module hardware and networking

Twisted pair

• Pair of insulated copper wires

• Types– Shielded(STP)– Unshielded(UTP)

• UTP common in LAN• Max. cable length – 100

meters

1.25

Module hardware and networking

Connectors for UTP

• RJ – 11 and RJ – 45• RJ11 in telephone

cables – 4 cable connections

• RJ45 in LAN cables – 8 cable connections

1.26

Module hardware and networking

Cable connection method

Used to connect a system to hub or switch in LAN

1.27

Module hardware and networking

Network operating systems

• Co-ordinates hardware and software• Ties together all computers and peripherals• Provides security by controlling access to

resources and peripherals shared• Manages users• Example – Windows 2003 and Windows 2008

server operating systems

1.28

Module hardware and networking

Postmaster’s role in managing windows network

• Ensure that the administrator’s account is not known to all users in the office

• Ensure that ordinary users are not logging in with administrative rights

• Ensure that one user with account operator right in the server is created for PM or one of the supervisors – helps in creating users in the absence of administrator

• Ensure that server is protected physically

1.29

Module hardware and networking

Password Security• Do not allow blank

passwords• Assign a Password for the

Administrator Account• Determine who has Control

over Passwords• Educate Users on How to

Use Passwords– Avoid obvious associations, such

as a family name– Use long passwords– Use a combination of uppercase

and lowercase characters

1.30

User level security in domain

Module hardware and networking 1..31

• Set logon hours according to requirements• Set expiration for User accounts• Specify the Computers from Which a User Can Log

On– Domain users can log on at any computer in the domain,

by default– Domain users can be restricted to specific computers to

increase security

Module hardware and networking

Database management and SQL Server

• Overview of Databases– Data is a collection of raw facts– Database is a collection of data stored inside tables– Provides centralized control of data– Relational database management

• Advantages– Reduces data redundancy– Can be shared among many users– Security around access can be implemented

• Examples– SQL 2000 and SQL 2005

1.32

Module hardware and networking

Administrative tasks in SQL Server

• SQL Server enterprise manager (SQL 2000) and SQL Server management studio (SQL 2005 /2008) are used to perform admin tasks

• The admin tasks involved are– Manage security– Manage databases– Manage backups– Follow up events

1.33

Module hardware and networking

Backup of database - Overview

• Backup is a copy• Stores copy in another media like– Local Hard disk– Tape disk, DVD, CD, external hard disk– Network drive

• Helps recover data in case of failure and also to recall past data for investigation or auditing

1.34

Module hardware and networking

Backup types

• Full or complete• Differential• Transaction log

1.35

Module hardware and networking

Backup strategy

• Good strategy helps restore data with minimum down time

• Minimizes permanent loss of data• A good plan should involve minimum shut down of

operations for backup• Good strategy should put the system back to what it

was before failure• Good protection should exist for the backup media –

preferably stored offsite

1.36

Module hardware and networking

Security in SQL Server

• Strong password for sa• Password for the sa secured by divisional head• Postmaster to ensure that unauthorised

administrative access to admin tools is prevented

1.37

top related