chapter7 computer networks

48
Networks Chapter 7

Upload: muhammad-waqas

Post on 20-Jan-2015

334 views

Category:

Education


0 download

DESCRIPTION

Course Code: CS-301 Course Title: Introduction to Computing. Degree: BS (SE, CS, BIO) Contents of this chapter: Basic information about computer networks, types of computer networks. Other contents include: 1. List four major benefits of connecting computers to form a network. 2. Define the terms LAN, WAN, and MAN. 3. List the three types of networks. 4. Name the three physical topologies used to build networks.

TRANSCRIPT

Page 1: Chapter7 Computer Networks

Networks

Chapter 7

Page 2: Chapter7 Computer Networks

Learning Objectives:

List four major benefits of connecting computers to form a network.

Define the terms LAN, WAN, and MAN.

List the three types of networks.

Name the three physical topologies used to build networks.

Page 3: Chapter7 Computer Networks

Benefits of a Network:

Allows simultaneous access to critical programs and data.

Allows people to share peripheral devices, such as printers and scanners.

Streamlines personal communication with email.

Makes the backup process easier.

Page 4: Chapter7 Computer Networks

SHARED DATA, PROGRAMS AND BACKUPS

Networking in a word: efficiency

Page 5: Chapter7 Computer Networks

Network Setup:

• LAN (Local Area Network)

• WAN (Wide Area Network)

• MAN (Metropolitan Area Network)

Page 6: Chapter7 Computer Networks

Local Area NetworkLAN

• A network of computers located relatively near

each other and connected by a cable.

Page 7: Chapter7 Computer Networks

Wide Area NetworkWAN

• Two or more LANs connected together, generally

across a wide geographical area using high-speed or

dedicated telephone line.

Page 8: Chapter7 Computer Networks
Page 9: Chapter7 Computer Networks

Metropolitan Area NetworkMAN

• Similar to a WAN network but is confined to a

single city or metropolitan area.

Page 10: Chapter7 Computer Networks
Page 11: Chapter7 Computer Networks

Node - individual computers attached to a network.

Page 12: Chapter7 Computer Networks

Intranet:

Page 13: Chapter7 Computer Networks

Extranets:

Page 14: Chapter7 Computer Networks

Network Types:

Server Network

Peer-to-Peer Network

Page 15: Chapter7 Computer Networks

Server Network:

• File Server– used to store and forward (send) files from and

to computers (nodes) on the network.

• Client/Server– individual computers (nodes) share the

processing and storage workload with a central server.

Page 16: Chapter7 Computer Networks

Peer-to-Peer Network:

• Simple Peer-to-Peer– all nodes on the network have equal

relationship to all others, and all have similar types of software.

• Distributed Computing– enables users to draw on the processing power

of other computers in the network.

Page 17: Chapter7 Computer Networks

Topology - the physical layout of the cables that connect the nodes of the network.

Page 18: Chapter7 Computer Networks

Network Topologies:

• Bus topology

• Star topology

• Ring topology

Page 19: Chapter7 Computer Networks

Bus topology - a single node to which all the network nodes and peripheral devices are attached.

Page 20: Chapter7 Computer Networks

Bus: a single path connects all devices.

A broken path can bring down all connected devices.

BUS

Page 21: Chapter7 Computer Networks

Star topology - places a hub in the center of the network nodes. Groups of data are routed through the central hub to their destinations.

Page 22: Chapter7 Computer Networks

Star: the hub is in the center of the network nodes.

The entire network goes down only if the hub is lost.

Page 23: Chapter7 Computer Networks

Ring topology - connects the nodes of the network in a circular chain in which each node is connected to the next.

Page 24: Chapter7 Computer Networks

Ring: each node is chained to the next.

If a connection is lost, the entire network goes down.

Page 25: Chapter7 Computer Networks

Network Media - refers to the wires, cables, and other means by which data travels from its source to its destination.

Page 26: Chapter7 Computer Networks

Network Media:

• Twisted-pair wire

• Coaxial cable

• Fiber-optic cable

• Wireless links

Page 27: Chapter7 Computer Networks

Twisted-pair Cable:

Page 28: Chapter7 Computer Networks

Coaxial Cable:

Page 29: Chapter7 Computer Networks

Fiber-optic Cable:

Page 30: Chapter7 Computer Networks

Wireless media:

Page 31: Chapter7 Computer Networks

Protocols

Page 32: Chapter7 Computer Networks

Network Protocol - a set of standards for communication.

• TCP/IP

• IPX/SPX

• NetBEUI

Page 33: Chapter7 Computer Networks

TCP/IP

Page 34: Chapter7 Computer Networks

IPX/SPX

NetBEUI

Page 35: Chapter7 Computer Networks

Network Technologies:

• Ethernet• Fast Ethernet• Token Ring• ARCnet

Page 36: Chapter7 Computer Networks

Ethernet:

Ethernet is the most widely-installed local area network ( LAN) technology. Specified in a standard, IEEE 802.3, Ethernet was originally developed by Xerox from an earlier specification called Alohanet (for the Palo Alto Research Center Aloha network) and then developed further by Xerox, DEC, and Intel.

An Ethernet LAN typically uses coaxial cable or special grades of twisted pair wires. Ethernet is also used in wireless LANs.

The most commonly installed Ethernet systems are called 10BASE-T and provide transmission speeds up to 10 Mbps.

Devices are connected to the cable and compete for access using a Carrier Sense Multiple Access with Collision Detection (CSMA/CD ) protocol.

Page 37: Chapter7 Computer Networks

Fats Ethernet:

Fast Ethernet is a local area network (LAN) transmission standard that provides a data rate of 100 megabits per second (referred to as "100BASE-T"). Workstations with existing 10 megabit per second (10BASE-T) Ethernet Card can be connected to a Fast Ethernet network. (The 100 megabits per second is a shared data rate; input to each workstation is constrained by the 10 Mbps card.)

Page 38: Chapter7 Computer Networks

Gigabit Ethernet:

Gigabit Ethernet, a transmission technology based on the Ethernet frame format and protocol used in local area networks (LANs), provides a data rate of 1 billion bits per second (one gigabit). Gigabit Ethernet is defined in the IEEE 802.3 standard and is currently being used as the backbone in many enterprise networks.

Page 39: Chapter7 Computer Networks

Token Ring:

A Token Ring network is a local area network (LAN) in which all computers are connected in a ring or star topology and a bit- or token-passing scheme is used in order to prevent the collision of data between two computers that want to send messages at the same time. The Token Ring protocol is the second most widely-used protocol on local area networks after Ethernet.

Page 40: Chapter7 Computer Networks

ARCNET

ARCNET is a widely-installed local area network (LAN) technology that uses a token-bus scheme for managing line sharing among the workstations and other devices connected on the LAN.

The LAN server continuously circulates empty message frames on a bus(a line in which every message goes through every device on the line and a device uses only those with its address).

When a device wants to send a message, it inserts a "token" (this can be as simple as setting a token bit to 1) in an empty frame in which it also inserts the message. When the destination device or LAN server reads the message, it resets the token to 0 so that the frame can be reused by any other device.

The scheme is very efficient when traffic increases since all devices are afforded the same opportunity to use the shared network.

Page 41: Chapter7 Computer Networks

Network Operating System (NOS) - the group of programs that manages the resources on the network.

Page 42: Chapter7 Computer Networks

Network Operating System Software:

• Microsoft Windows NT Server• Banyan VINES• AppleShare• Artisoft LANtastic

Page 43: Chapter7 Computer Networks

Modem - (short for modulator-demodulator). Used to translate digital signals into analog signals that can travel over standard phone lines.

Page 44: Chapter7 Computer Networks

Modem

Page 45: Chapter7 Computer Networks

Digital Phone Lines:

ISDN

T1

T3

ATM

Page 46: Chapter7 Computer Networks

ISDN(Integrated Services Digital Network)

ISDN (Integrated Services Digital Network) is a standard for digital transmission over ordinary telephone copper wire as well as over other media.

Home and business users who install an ISDN adapter (in place of a telephone modem) receive Web pages at up to 128 Kbps compared with the maximum 56 Kbps rate of a modem connection.

ISDN requires adapters at both ends of the transmission so your access provider also needs an ISDN adapter.

In many areas where DSL and cable modem service are now offered, ISDN is no longer as popular an option as it was formerly.

Page 47: Chapter7 Computer Networks

T1

Page 48: Chapter7 Computer Networks

Multimedia Network - a network that enables artists to store, retrieve, and share data with other users.