You are on page 1of 20

12/1/2016

Chapter one
Contents
Computers, parts of computers and their roles
CSE 101- Principles of Computing Data and Networking
Operating systems
Accounts
Mekelle Institute of Technology Command prompt
2015 Command options and arguments
DOS and Unix common commands
The Job of the Shell

12/1/2016 1 12/1/2016 2

The Role of Computers


Goals of the chapter
After completing lesson, you will be able to:
Describe the importance of computers in todays world. In Business and Industry
Identify the main parts of a computer.
In Publication Field
Identify the primary hardware components of a computer.
Define an operating system and its role.
In Education Field
Define the term program.
Explain what is meant by data. In Government Organizations
Define the term network, and identify the benefits of networking.
Define the term Internet. In Medical Field
Exercise common Unix commands
In Science Field

In Entertainment Field

12/1/2016 3 12/1/2016 4

1
12/1/2016

Parts of a Computer Basic Personal Computer System


A computer system consists of hardware and software components.

1. Input Devices (Keyboard, Mouse, etc.) Hardware is the physical equipment such as the case, storage drives,
keyboards, monitors, cables, speakers, and printers.

2. Output Devices (Monitor, Speakers, etc.) Software is the operating


system and programs.
3. Central Processing Unit (CPU) and memory The operating system
instructs the computer how
to operate.
4. Motherboard (Circuit Board)
Programs or applications
5. Expansion Cards (Video Card, Sound Card, or NIC) perform different functions.

6. Hard Drive Ports and Connections (USB, Firewire, etc.)

12/1/2016 5 12/1/2016 6

Computer Cases and Power


Power Supplies
Supplies
Computer case
The power supply converts alternating-
Provides protection and support for internal components
current (AC) power coming from a wall
Should be durable, easy to service, and have enough room
for expansion outlet into direct-current (DC) power, which
Power supply is a lower voltage.
Converts AC power from the DC power is required for all of the
wall socket into DC
components inside the computer.
Must provide enough power
for the installed components Cables, connectors, and
and future additions components are designed
to fit together comfortably.
12/1/2016 7 12/1/2016 8
Never force any connector or component.

2
12/1/2016

Four Basic Units of Electricity Power Supplies


Voltage (V) is a measure of the force required to push electrons
through a circuit. Voltage is measured in volts. A computer power
supply usually produces several different voltages. CAUTION: Do not open
Current (I) is a measure of the amount of electrons going through a
circuit. Current is measured in amperes, or amps (A). Computer power a power supply.
supplies deliver different amperages for each output voltage.
Power (P) is voltage multiplied by current. The measurement is called Electronic capacitors
watts (W). Computer power supplies are rated in watts.
Resistance (R) is the opposition to the flow of current in a circuit. located inside of a
Resistance is measured in ohms. Lower resistance allows more current
to flow through a circuit. power supply can
Formulas
V = IR
hold a charge for
P = VI extended periods of
time.
12/1/2016 9 12/1/2016 10

Internal Components Motherboards


The main printed circuit board.
Contains the buses, or electrical
pathways found in a computer.
Buses allow data to travel
among the various components.
Also known as the system board,
the backplane, or the main board.
Accommodates CPU, RAM, expansion slots, heat sink/fan
assembly, BIOS chip, chip set, sockets, internal and external
connectors, various ports, and the embedded wires that
interconnect the motherboard components.
12/1/2016 11 12/1/2016 12

3
12/1/2016

Parts of a Computer
Central Processing Unit (CPU) Central Processing Unit (CPU)
Known as the brain of the computer. Also A device that interprets and runs the commands that you
give to the computer.
referred to as the processor.
Most important element of a computer Also referred to as the processor.
system.
Two major brands are Intel and AMD.
Executes a program, which is a sequence of
stored instructions. Examples: Intel Core 2 Duo, AMD Turion X2

12/1/2016 13 12/1/2016 14

Parts of a Computer
Cooling Systems Memory

Electronic components generate Memory is where information is stored and retrieved


heat. Too much heat can damage by the CPU.
components.
A case fan makes the cooling There are two main types of memory:
process more efficient. Random Access Memory (RAM): It is the main
Case Fan A heat sink draws heat away from memory and allows you to temporarily store
the core of the CPU. A fan on top commands and data.
CPU Fan of the heat sink moves the heat
Read Only Memory (ROM): It is the memory that
away from the CPU.
retains its contents even after the computer is
Fans are dedicated to cool the turned off.
Graphics-processing unit (GPU).

12/1/2016 15 12/1/2016 16

4
12/1/2016

Read-only Memory (ROM) Serial Ports and Cables


Basic instructions for booting the computer and loading the
operating system are stored in ROM. A serial port can be either a DB-9,
ROM as shown, or a DB-25 male
ROM Types Description
Types connector.
Information is written to a ROM chip when it is
ROM Read-only memory chips manufactured. A ROM chip cannot be erased or Serial ports transmit one bit of
re-written and can become obsolete.
data at a time.
Information is written to a PROM chip after it is
Programmable read-only To connect a serial device, such
PROM manufactured. A PROM chip cannot be erased
memory or re-written.
as a modem or printer, a serial
Information is written to an EPROM chip after it
Erasable programmable is manufactured. An EPROM chip can be erased cable must be used.
EPROM with exposure to UV light. Special equipment is
read-only memory
required. A serial cable has a maximum
Electrically erasable
Information is written to an EEPROM chip after
it is manufactured. EEPROM chips are also
length of 50 feet (15.2 m).
EEPROM programmable read-only called Flash ROMs. An EEPROM chip can be
memory erased and re-written without having to remove
the chip from the computer.
12/1/2016 17 12/1/2016 18

Parallel Ports and Cables Network Ports and Cables


A network port, also known as an RJ-45 port, connects a
Parallel ports can transmit 8 computer to a network.
bits of data at one time and Standard Ethernet can transmit up to 10 Mbps.
use the IEEE 1284 standard. Fast Ethernet can transmit up to 100 Mbps.
To connect a parallel Gigabit Ethernet can transmit up to 1000 Mbps.
device, such as a printer, a The maximum length of network cable is 328 feet (100
parallel cable must be used. m).
A parallel cable has a
maximum length of 15 feet
(4.5 m).

12/1/2016 19 12/1/2016 20

5
12/1/2016

Input Devices Fingerprint scanner


Other Output Devices
Input devices used to enter data or Printers, Scanners, and Fax Machines - Printers are output devices
that create hard copies of computer files. Other all-in-one type
instructions into a computer: printers are designed to provide multiple services such as printing,
Mouse and Keyboard fax, and copier functions.
Speakers and headphones are output devices for audio signals.
Digital camera and digital video Most computers have audio support either integrated into the
camera motherboard or on an adapter card.
Biometric authentication device Audio support includes ports that allow input and output of audio
Digital camera signals.
Touch screen
Scanner
Headphones
12/1/2016 21 12/1/2016 22
Speakers

Operating System Overview What is OS?


Operating System is a software, which makes a computer to
What is OS? actually work.
What does OS do? It is the software the enables all the programs we use.
Structure of OS
The OS organizes and controls the hardware.
Storage Structure
Multiprogramming OS acts as an interface between the application programs and
the machine hardware.
OS services
Examples: Windows, Linux, Unix and Mac OS, etc.,
User OS interfaces
Computing environment
12/1/2016 23 12/1/2016 24

6
12/1/2016

What OS does? Structure of Operating System:


Application Programs
An operating system performs basic tasks such as,
System Programs

controlling and allocating memory, Software (Operating System)

prioritizing system requests, HARDWARE


controlling input and output devices,
facilitating networking and
managing file systems.

(Contd)

12/1/2016 25 12/1/2016 26

Structure of Operating System (Contd): Structure of Operating System (Contd):


3. System programs: or System Software are the
programs which enable the computer hardware or
The structure of OS consists of 4 layers: system to run (without these the computer as a
1. Hardware whole or parts of it's functionality would not
work).
provides basic computing resources such as The programs and the file that comprises the
CPU, Main memory, I/O Devices, etc, operating system are called system software.
These files include configuration files, system
2. Software (Operating System) preferences, system services, libraries of
functions and the drivers for the hardware
Controls and coordinates use of hardware installed on the computer.
among various applications and users Examples include the operating system, device
drivers.
This layer consists of compilers, Assemblers, linker
12/1/2016 27 12/1/2016 etc. 28

7
12/1/2016

Structure of Operating System (Contd): Open vs Closed Source operating systems


4.Application programsor Application Software Linux is the most well known Open Source OS and Windows is
are the programs written to for specific the most well known Closed Source OS. So what does this mean?
applications or execution of specific tasks. e.g. Open Source programs are programs where you can see the
Microsoft Word is an application software for code (the source), you can edit it, copy it and use as you wish
word processing. Internet Explorer and Mozilla within the confines of an open source license.
Firefox are application software written for As a result of this Linux is not developed by one person or
internet browsing. Computer games are also one company but uses code developed by thousands of
application programs. people, working for different organizations all over the world.
Define the ways in which the system And as a result there are many different versions (known as
resources are used to solve the computing distributions) of Linux out there including Ubuntu, Slackware
problems of the users: and Fedora.
Android is built using Linux code.
Word processor, web browsers,
database systems, video games
Closed Source software doesn't allow people to look at the code
This is dependent on users need. Ex. Railway or adapt it. Companies normally sell closed source products and
12/1/2016
reservation system, Bank database management 29 you'll have to pay for a copy of Windows.
12/1/2016 30
etc.,

Home Work
1. What is utility software? Give examples? Four Components of a Computer System
2. What is the purpose of translator software, give full definitions of the following
translator soft-wares.
Assembler
Compiler
Interpreter
Linker
Loader
3. State which program goes with the definition? System program or application
program?
a) Gets installed when the operating Program type?
system is installed on the computer

b) Users often do not interact with system


software
c) Includes programs such as compilers,
debuggers, drivers, assemblers

d) Includes media players, word


processors, and spreadsheet programs.
12/1/2016 31 12/1/2016 32

8
12/1/2016

Computer Startup Computer Startup


There is a program on the motherboard called the The bootstrap program is loaded at power-up or
system BIOS(Basic I/O System) reboot
BIOS contains low-level I/O software including: Typically stored in ROM or EPROM, generally
Procedures to read the keyboard known as firmware
Procedures to write to the screen Initializes all aspects of system
See how much RAM is installed Loads operating system kernel and starts
execution
It is the initial program run when a computer is
powered on or booted

12/1/2016 33 12/1/2016 34

Computer System Organization Computer-System Operation


Computer-system operation I/O devices and the CPU can execute concurrently.
Each device controller is in charge of a particular device type.
One or more CPUs, device controllers connect
Each device controller has a local buffer.
through common bus providing access to shared
CPU moves data from/to main memory to/from local buffers
memory
I/O is from the device to local buffer of controller.
Concurrent execution of CPUs and devices
Device controller informs CPU that it has finished its operation
competing for memory cycles by causing an interrupt.

12/1/2016 35 12/1/2016 36

9
12/1/2016

Storage Structure Storage Hierarchy


Main memory The only large storage media that Storage systems are organized in hierarchy.
the CPU can access directly. Speed
Secondary storage extension of main memory that Cost
provides large nonvolatile storage capacity. Volatility
Magnetic disks rigid metal or glass platters covered Caching copying information into faster storage
with magnetic recording material system; main memory can be viewed as a last cache
for secondary storage.

12/1/2016 37 12/1/2016 38

Storage-Device Hierarchy Caching


Important principle, performed at many levels in a computer
(in hardware, operating system, software)
Information in use copied from slower to faster storage
temporarily
Faster storage (cache) checked first to determine if
information is there
If it is, information used directly from the cache (fast)
If not, data copied to cache and used there
Cache smaller than storage being cached
Cache management important design problem
Cache size and replacement policy
12/1/2016 39 12/1/2016 40

10
12/1/2016

Performance of Various Levels of Storage Multiprogramming

Movement between levels of storage Multiprogramming is a technique to execute number of


programs simultaneously by a single processor.
hierarchy can be explicit or implicit
In Multiprogramming, number of processes reside in main
memory at a time.
The OS picks and begins to executes one of the jobs in the
main memory.
If any I/O wait happened in a process, then CPU switches from
that job to another job.
Hence CPU in not idle at any time.

12/1/2016 41 12/1/2016 42

Multiprogramming (Contd) Time Sharing Systems


OS Figure dipicts the layout of
Time sharing, or multitasking, is a logical extension of
multiprogramming system. multiprogramming.
Job 1
The main memory consists of 5 Multiple jobs are executed by switching the CPU between
Job 2 jobs at a time, the CPU executes them.
one by one. In this, the CPU time is shared by different processes, so it is
Job 3 called as Time sharing Systems.
Advantages:
Time slice is defined by the OS, for sharing CPU time between
Job 4 Efficient memory utilization
processes.
Job 5 Throughput increases Examples: Multics, Unix, etc.,
CPU is never idle, so performance
increases.
12/1/2016 43 12/1/2016 44

11
12/1/2016

Operating System Services Operating System Services (Cont.)


One set of operating-system services provides functions that are helpful One set of operating-system services provides functions that are helpful
to the user: to the user (Cont):
User interface - Almost all operating systems have a user interface (UI) Communications Processes may exchange information, on the same
Varies between Command-Line (CLI), Graphics User Interface computer or between computers over a network
(GUI), Batch Communications may be via shared memory or through message
Program execution - The system must be able to load a program into passing (packets moved by the OS)
memory and to run that program, end execution, either normally or Error detection OS needs to be constantly aware of possible errors
abnormally (indicating error) May occur in the CPU and memory hardware, in I/O devices, in
I/O operations - A running program may require I/O, which may user program
involve a file or an I/O device. For each type of error, OS should take the appropriate action to
File-system manipulation - The file system is of particular interest. ensure correct and consistent computing
Obviously, programs need to read and write files and directories, Debugging facilities can greatly enhance the users and
create and delete them, search them, list file Information, permission programmers abilities to efficiently use the system
management.

12/1/2016 45 12/1/2016 46

Operating System Services (Cont.) User Operating System Interface - CLI


Another set of OS functions exists for ensuring the efficient operation of the
system itself via resource sharing CLI allows direct command entry
Resource allocation - When multiple users or multiple jobs running Sometimes implemented in kernel,
concurrently, resources must be allocated to each of them
Many types of resources - Some (such as CPU cycles, main memory, and sometimes by systems program
file storage) may have special allocation code, others (such as I/O Sometimes multiple flavors implemented
devices) may have general request and release code.
Accounting - To keep track of which users use how much and what kinds of shells
computer resources
Protection and security - The owners of information stored in a multiuser or
Primarily fetches a command from user
networked computer system may want to control use of that information, and executes it
concurrent processes should not interfere with each other
Protection involves ensuring that all access to system resources is Sometimes commands built-in,
controlled sometimes just names of programs
Security of the system from outsiders requires user authentication,
extends to defending external I/O devices from invalid access attempts If the latter, adding new features
If a system is to be protected and secure, precautions must be instituted
12/1/2016 throughout it. A chain is only as strong as its weakest link. 47 12/1/2016
doesnt require shell modification 48

12
12/1/2016

User Operating System Interface - GUI


User Operating System Interface
User-friendly desktop metaphor interface Command Line Interface (CLI): Graphical User Interface (GUI):
Usually mouse, keyboard, and monitor The user types commands at a The user interacts with menus and
Icons represent files, programs, actions, etc prompt. icons.

Various mouse buttons over objects in the interface cause various


actions (provide information, options, execute function, open
directory (known as a folder)
Invented at Xerox PARC
Many systems now include both CLI and GUI interfaces
Microsoft Windows is GUI with CLI command shell
Apple Mac OS X as Aqua GUI interface with UNIX kernel underneath
and shells available
Solaris is CLI with optional GUI interfaces (Java Desktop, KDE)

Most operating systems include both a GUI and a CLI.


12/1/2016 49 12/1/2016 50

Compare Operating Systems Operating System Requirements


Terms often used when comparing operating systems:
Multi-user Two or more users can work with programs Operating systems require a certain amount of hardware resources.
and share peripheral devices, such as printers, at the same These resources are specified by the manufacturer and include such things as:
time. Amount of RAM
Multi-tasking The computer is capable of operating Hard disk space required
multiple applications at the same time. Processor type and speed
Video resolution
Multi-processing The computer can have two or more
central processing units (CPUs) that programs share.
Multi-threading A program can be broken into smaller
parts that can be loaded as needed by the operating
system. Multi-threading allows individual programs to be
multi-tasked.

12/1/2016 51 12/1/2016 52

13
12/1/2016

.. Continued How to select an operating system


To take advantage of all of the features provided by an OS,
additional hardware resources such as sound cards, NICs,
modems, microphones, and speakers are generally
required.
Many of the OS developers test various hardware devices
and certify that they are compatible with the operating
system.
Always confirm that the hardware has been certified to
work with the operating system before purchasing and
installing it.

12/1/2016 53 12/1/2016 54

Installation of an Operating System Continued


An OS is installed in a defined section of the hard disk, called a disk Clean Install
partition. A clean install is done on a new system or in cases where no upgrade
There are various methods for installing an OS. path exists between the current OS and the one being installed.
The method selected for installation is based on the system hardware, It deletes all data on the partition where the OS is installed and requires
the OS being installed, and user requirements. application software to be reinstalled.
A clean install is also performed when the existing OS installation has
There are four basic options available for the installation of a new OS:
become damaged in some way.
Upgrade
If staying within the same OS platform, it is often possible to do an
upgrade.
With an upgrade, system configuration settings, applications and data
are preserved.
It simply replaces the old OS files with the new OS files.

12/1/2016 55 12/1/2016 56

14
12/1/2016

Continued Preparing for OS installation


Multi-boot A pre-installation checklist helps ensure that the installation process is
successful.
It is possible to install more than one OS on a computer to create a multi-boot
system. 1. Verify that all hardware is certified to work with the selected OS.
Each OS is contained within its own partition and can have its own files and 2. Verify that the hardware resources meet or exceed the published
minimum requirements.
configuration settings.
3. Confirm that the appropriate installation medium is available. Current
On start-up, the user is presented with a menu to select the desired OS.
operating systems are usually available on both CD and DVD medium.
Only one OS can run at a time and it has full control of the hardware. 4. If the OS is to be installed on a system that already contains data: (a)
Virtualization Use system diagnostic tools and utilities to ensure the current OS
Virtualization is a technique that is often deployed on servers. installation is in good condition, free of malicious or damaging files
and codes;
It enables multiple copies of an OS to be run on a single set of hardware, thus
creating many virtual machines. (b) Complete a full backup of all important files.
Each virtual machine can be treated as a separate computer. 5. If performing a clean-install, verify that all application software is
available for installation.
This enables a single physical resource to appear to function as multiple logical
resources.

12/1/2016 57 12/1/2016 58

Continued Prepare a computer to participate in a network

Before starting the installation, it is necessary to determine the


Once an OS is installed, the computer can be configured to
partition structure that best meets user requirements.
participate in a network; that means it would be given it an
One of the techniques available to help protect data is to divide the address to be identified.
hard drive into multiple partitions. usually 1 for data 1 for the OS)
A network is a group of devices, such as computers, that are
It is also necessary to determine the type of file system to use. connected to each other for the purposes of sharing information
A file system is the method the OS uses to keep track of the files. and resources.
Commonly used file systems include FAT 16/32, NTFS, HPFS, ext2, ext3. Shared resources can include printers, documents and Internet
Each OS is designed to work with one or more of these file system types access connections.
and each file system type offers specific advantages.
Careful consideration should be made to the type of file systems
supported by the selected OS and the benefits of each.

12/1/2016 59 12/1/2016 60

15
12/1/2016

Continued
Continued
To physically connect to a network, a computer must have a network
interface card (NIC).
The NIC is a piece of hardware that allows a computer to connect to the
network medium.
Manual IP Configuration :- The IP address entered is
In addition to the physical connection, some configuration of the referred to as a static address and is permanently assigned to that
operating system is required for the computer to participate in the computer using a Keyboard.
network.
Each computer on a network requires an Internet Protocol (IP) address, Dynamic IP Configuration :- Set up a computer to
as well as other information, to identify it. receive network address dynamically. This allows a computer to request
There are three parts to the IP configuration, which must be correct for an IP address from a pool of IP addresses assigned by another device
the computer to send and receive information on the network:
IP address - identifies the computer on the network. within the network (DHCP)
Subnet mask - is used to identify the network on which the computer is
connected.
Default gateway - identifies the device that the computer uses to access
the Internet or another network.

12/1/2016 61 12/1/2016 62

Computer naming
Networking and Its Benefits
In addition to the IP address, some network operating systems make use of
names. New technologies create a new kind of network that delivers more
In this environment each individual system must have a unique name assigned than a single type of service.
to it. Unlike dedicated networks, these new converged networks are capable
A computer name provides a user friendly name, making it easier for users to of delivering voice, video and data services over the same
connect to shared resources such as folders and printers on other computers. communication channel or network structure.

12/1/2016 63 12/1/2016 64

16
12/1/2016

Networking and Its Benefits


Networking and Its Benefits
In business, large networks can be used to advertise and sell products, order
supplies, and communicate with customers.
Networks come in all sizes. They can range from simple networks
Communication over a network is usually more efficient and less expensive
consisting of two computers, to networks connecting millions of than traditional forms of communication, such as regular mail or long distance
devices. phone calls.
The Internet is considered a "network of networks" because it is
literally made up of thousands of networks that are connected to each
other.
Here are other uses of a network and the Internet:
Sharing music and video files
Research and on-line learning
Chatting with friends
Planning vacations
Purchasing gifts and supplies

12/1/2016 65 12/1/2016 66

Components of a network Continued


There are many components that can be part of a network, for example
personal computers, servers, networking devices, and cabling. Hosts are devices that send and receive messages directly across the
These components can be grouped into four main categories: network.
Hosts
Shared peripherals are not directly connected to the network, but
Shared peripherals
Networking devices
instead are connected to hosts. The host is then responsible for sharing
Networking media the peripheral across the network. Hosts have computer software
configured to enable people on the network to use the attached
peripheral devices.
The network devices, as well as networking media, are used to
interconnect hosts.
Some devices can play more than one role, depending on how they are
connected.
For example, a printer directly connected to a host (local printer) is a
peripheral. A printer directly connected to a network device and
participates directly in network communications is a host.
12/1/2016 67 12/1/2016 68

17
12/1/2016

The role of host computers Peer-to-peer networks


In modern networks, computer hosts can act as a client, a server, or both. Client and server software usually runs
The software installed on the computer determines which role the computer on separate computers, but it is also
plays. possible for one computer to carry out
Servers are hosts that have software installed that enable them to provide both roles at the same time.
information, like email or web pages, to other hosts on the network. This type of network is called a peer-to-
For example, a host requires web server software in order to provide web peer network.
services to the network. The simplest peer-to-peer network
Clients are computer hosts that have software installed that enable them to consists of two directly connected
request and display the information obtained from the server. computers using a wired or wireless
An example of client software is a web browser, like Internet Explorer. connection.
Multiple PCs can also be connected to
create a larger peer-to-peer network but
this requires a network device, such as a
hub.

12/1/2016 69 12/1/2016 70

Concept of communication (source, destination and


Network Topologies channel)
When networks are installed, a physical topology map is created to record All communication methods have three elements in common; the
where each host is located and how it is connected to the network.
The physical topology map also shows where the wiring is installed and the message source, or sender like are people, or electronic devices, that
locations of the networking devices that connect the hosts. need to communicate a message to other individuals or devices. The
It is very important to maintain and update physical topology maps to aid second element of communication is the destination, or receiver. A
future installation and troubleshooting efforts.
it is sometimes necessary to also have a logical view of the network topology. third element, called a channel, provides the pathway over which the
A logical topology map groups hosts by how they use the network, no matter message can travel from source to destination.
where they are physically located. Host names, addresses, group information
and applications can be recorded on the logical topology map.

12/1/2016 71 12/1/2016 72

18
12/1/2016

What is the Internet Internet Service Providers (ISP)


The Internet is a network of networks that connects users in every country in Any home, business or organization that wants to connect to the Internet must
the world. There are currently over one billion Internet users worldwide. use an Internet Service Provider (ISP).
Up to now the networks we have discussed have been controlled by one An ISP is a company that provides the connections and support to access the
individual or organization. The Internet is a conglomerate of networks and is Internet. It can also provide additional services such as Email and web hosting.
owned by no one individual or group. ISPs range in size from small to very large and differ in terms of the area they
There are, however, several major International organizations that help service (they may service an entire country)
manage the Internet so that everyone uses the same rules. ISPs also differ in the types of connection technologies and speeds they offer.
Examples of well known ISPs include AOL, EarthLink, and Roadrunner.

12/1/2016 73 12/1/2016 74

The ISPs relation with the internet The ISPs relation with the internet
Describe how you connect to the Internet Individual computers and local networks connect to the ISP at a Point
of Presence (POP).
through the ISP and the ISPs relationship to A POP is the connection point between the ISP's network and the
the Internet particular geographical region that the POP is servicing.
An ISP may have many POPs depending on its size and the area it
services.
Within an ISP, a network of high-speed routers and switches with
multiple links move data between the various POPs.
ISPs connect to other ISPs in order to send information beyond the
boundaries of their own network.
The Internet is made up of very high-speed data links that interconnect
ISP POPs and ISPs to each other.
These interconnections are part of the very large, high capacity
network known as the Internet Backbone.

12/1/2016 75 12/1/2016 76

19
12/1/2016

Options for connecting to the ISP Options for connecting to the ISP
ISPs provide a variety of ways to connect to the Internet, depending on
location and desired connection speed. Each Internet access technology uses a network access device, such as
a modem, in order to connect to the ISP.
It may be built in to your computer or may be provided by the ISP.
Choices for
The simplest arrangement is a modem that provides a direct
connection: connection between a computer and the ISP.
Dial-Up
However, if multiple computers connect through a single ISP
DSL connection, you will need additional networking devices.
This includes a switch to connect multiple hosts on a local network, and
Satellite a router to move packets from your local network to the ISP network.
A home networking device, such as an integrated router, can provide
Cable modem these functions, as well as wireless capability, in a single package.
Leased line The choice of Internet access technologies depends on availability, cost,
access device used, media used and the speed of the connection.

12/1/2016 77 12/1/2016 78

Home Work2
1. Write a note and differentiate the following networking devices?
Router
Switch
Hub
Bridge
2. What is the difference between hard ware (MAC) address and IP
address?
3. Differentiate physical topology from logical topology of a network?
4. Compare and contrast wired and wireless media and come up with
clear advantages and disadvantages of each wired and wireless
communication media?
5. When and where is better to use GUI OS and CLI OS?

12/1/2016 79

20

You might also like