Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks...

50
1 ICS 614: Computer Networks Concepts and Principles 1 Types of Computer Networks

Transcript of Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks...

Page 1: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

1ICS 614: Computer Networks Concepts and Principles 1

Types of Computer Networks

Page 2: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types of networks

Networks are categorized by distribution, size, andarchitecture. A network can be as simple as a singleserial, parallel, or USB cable joining two computers ina peer-to-peer relationship

The common classifications of networks are;According to span of control

According to ownership

According to Geographic span or size

2

Page 3: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according span of control

•Centralized: One main CPU processes all informationrequests from dumb terminals and handlescommunication. An example is the mainframecomputer.

•Distributed: A collection of workstations/terminalsconnected to each other, along with various sharedstorage devices and input output devices. Eachworkstation can handle some or all of its ownprocessing

•Hybrid: Combines the two

3

Page 4: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to ownership

•Public Networks: Owned and operated by acommon carrier e.g. a telecommunication carrierthat serves a large number of subscribers. Anexample is PSTN.

•Value Added Networks (VANs): A privately ownedpacket-switched network whose services are soldto the public. They charge in terms of time orvolume of information transferred.

•Private Networks: An organization has exclusiverights to use the communication facility

4

Page 5: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to size

• Local Area Networks (LANs):• This is a high-speed, fault-tolerant data network that covers a relatively small

geographic area e.g. an office campus etc.

• It typically connects workstations, personal computers, printers, and other devices.

• A local area network (LAN) is usually privately owned and links the devices in a single office, building, or campus

5

Page 6: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to size

6

A sample local area network

Page 7: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to size

•Metropolitan Area Networks (MANs):• A metropolitan area network (MAN) is a network with a size between a LAN and

a WAN.

• It normally covers the area inside a town or a city.

• Cover distances no greater than 50km radius and rely on the communicationfacilities provided by a common carrier.

• The term metropolitan implies that it is a “city or big town” network.

7

Page 8: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to size

•Wide Area Networks (WANs):• This is a world wide network that covers a large geographic areas e.g. countries or

continents.

• A wide area network (WAN) provides long-distance transmission of data, image, audio, and video information over large geographic areas that may comprise a country, a continent, or even the whole world.

8

Page 9: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Types according to size

9A Wide Area Network

Page 10: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Elements of a computer network

•Data Terminals Equipment

•Transmission Media: bounded or unbounded

•Networking software

10

Page 11: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Data Terminals Equipment

•These devices are the data sources and destinations ina network (ie., end nodes where data originates or isreceived).

•Examples• Personal computers

• Terminals

• Workstations

• Computers

• Point of sale cash registers

• Automatic teller machines

11

Page 12: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Transmission Media

•These are pathways used to transmit data from onepoint to another. Transmission media may be bounded(cable) or unbounded (wireless).

Bounded Media Unbounded

- Twisted pair wire - Radio waves

- Co-axial cable - Infrared waves

- Fiber optic cables - Satellite- Microwave

12

Page 13: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Software

Connection software is ubiquitous/present in allsystems that must be networked together.You will find network software inside your computers’

operating systems, inside your networking hardware(routers or firewalls), in custom ASICs (ApplicationSpecific Integrated Circuit) or flash memory in networkcards or hubs, and even inside the physicaltransmission medium if the medium is intelligentlyswitched or amplified.Software in end nodes implements techniques and

protocols which define the rules and end proceduresfor initiating and terminating data transfers,interpreting how data is represented and transmittedand how errors are handled.

13

Page 14: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

14

Network Topologies

Page 15: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

15

Networking Topologies

A topology is the distribution or arrangement ofnetwork elements, usually both devices as well asconnections.

Commonly used to discuss the properties of varioustypes of networks.

Networks have shapes, and the shape of a network

determines the way it functions.

Different types of topologies are used because each

topology has strength and weaknesses.

Page 16: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

16

Factors affecting the choice of a topology

• Impact of cable breaks on a network.

• Impact of adding or removing nodes.

•Flow of messages and which nodes see the

messages.

•Ability to use nodes as repeaters.

•Maximum physical size of the network.

•Amount of cable used.

Page 17: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

17

Types of topologies

•Physical topology: The layout or actual appearanceof the cabling scheme used on a network . The termphysical topology refers to the way in which anetwork is laid out physically.

• Logical topology: Describes how data flows throughthe physical topology.• Data are packaged in frames

• Electrical pulses are sent over network’s physical media

•Similar-looking networks can have quite differentlogical topologies

Page 18: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

18

Physical Topologies

A physical topology describes the arrangement of devices used toimplement the network.

Topological devices can be either nodes or endpoints, or they can beconnections or links.

All physical topologies are variations of two fundamental methods ofconnecting devices:Point-to-point.

Multipoint.

Page 19: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

19

Point-to-point Topologies•A point-to-point connection provides a dedicated link

between two devices

•The entire capacity of the link is reserved fortransmission between those two devices

•Most point-to-point connections use an actual lengthof wire or cable to connect the two ends, but otheroptions, such as microwave or satellite links, are alsopossible.

Page 20: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

20

Point-to-point Topologies•Examples of point-to-point links:

• Two computers communicating via modems.

• A workstation communicating along a parallel cable to a printer.

• When you change television channels by infrared remote control, you areestablishing a point-to-point connection between the remote control and thetelevision's control system.

•Two devices monopolize a communication medium.

•The medium is not shared, hence no need foraddressing.

Page 21: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

21

Point-to-point Topologies

Page 22: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

22

Multipoint Topology

•A multipoint (also called multidrop) connection is onein which more than two specific devices share a singlelink.

•Multipoint topologies link three or more devicestogether through a single communication medium.

• In a multipoint environment, the capacity of thechannel is shared, either spatially or temporally. Ifseveral devices can use the link simultaneously, it is aspatially shared connection. If users must take turns,it is a timeshared connection

Page 23: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

23

Multipoint Topology

Page 24: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

24

Multipoint Physical Topologies

Each device needs a way to identify itself using anaddress and the device to which it wants to sendinformation.Multipoint Physical Topologies include;

StarBusRingMeshHybrid

The first three are the basic topologies from whichcomplex and hybrid topologies derived.

Page 25: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Multipoint topologies

25

Page 26: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

26

Star topology•Has its roots in the mainframe world.

•Each device connects to a central point via a point-to-point link.

•Depending on the logical architecture used, severalnames are used for the central point including thefollowing:• Hub

• Multipoint Repeater

• Concentrator

• Multi-Access Unit (MAU)

• Switch

Page 27: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

27

Star topology (cont..)• In its most basic configuration, cables radiate from a hub

or switch as shown.

Page 28: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

28

Star topology (cont..)

• It can also be designed using the followingconfigurations• Distributed star: This is a modification of the basic star topology in which the

stations are not connected

Page 29: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

29

Star topology (cont..)• Clustered star: It is similar to the tree topology but there are clusters of

devices at the end of each branch.

Page 30: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

30

Star topology (cont..)

• Hierarchical star: It is an extension of the star topology.• The devices are connected to a hub or switch as in a star topology.

• These hubs or switches are connected to each other via a central hub.

Page 31: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Hierarchical star

31

Page 32: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

32

Advantages and disadvantages of Star

Strength Weaknesses

Network control is centralized at

one point

Network intelligence is limited to

the central workstation

Radiating workstations can use

the CPU processing of the

central workstation

Congestion at the central workstation

can slow transmissions

Failure of the central workstation

renders the network useless.

Workstations can only communicate

with each other by going through the

central workstation.

All workstations have their own

communication media, which can

become expensive

The central workstation has a physical

limitation for the number of

workstations that can be connected

Page 33: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

33

Ring Topology

• It is a physical, closed loop consisting of point-to-point links. Each node is connected to the twonearest nodes so the entire network forms a circle

Page 34: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Advantages and disadvantages of ring

Strength Weaknesses

All workstations share thesame communicationmedium.

The loss of oneworkstation does notaffect the functionality ofthe network.

The cost of a singleshared medium is low.

Adding another stationamounts to making aconnection to the singlecommunication medium.

Each workstation mustpass on unintendedmessages.

Response speed degradesas the network sizeincreases.

Network intelligence mustbe distributed.

34

Page 35: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

35

Bus Topology

•A Bus topology consists of a single cable called a busconnecting all nodes on a network without interveningconnectivity devices

• In bus topologies, all data signals are broadcastthroughout the bus structure.

Page 36: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

36

Advantages and disadvantages of bus

Strength Weaknesses

Workstations can

communicate directly with

each other.

A single shared medium is

inexpensive

The loss of one workstation

does not affect the

functionality of the network

High transmission speed is

possible.

Adding another station

amounts to making another

connection to the bus

The approach is

appropriate to a limited

geographical area.

The causes of faults and

failures are difficult to

determine.

Failure of the backbone

renders the network

useless.

Network intelligence may

have to be distributed to

all workstations.

Page 37: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

mesh TOPOLOGY

•Computers are interconnected with at least twopathways connecting each computer

37

Page 38: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

38

Advantages and disadvantages of mesh

Configuration

Strength Weaknesses

Mesh Fast response time.

Single workstation failure does not affect network.

Connections determined by movement of data

Network intelligence must be distributed.

Adding a new station can be expensive.

Making connections between many stations is expensive.

Page 39: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Hybrid topologies

•Complex combination of the simple physicaltopologies. Examples are Star-wired ring, Star-wiredbus, daisy-chained and hierarchical or tree topologies

39

Page 40: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

40

Star ring• Star-wired topologies use physical layout of a star in conjunction with token ring-

passing data transmission method

Page 41: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

41

Star bus

• In a star-wired bus topology, groups of workstationsare star-connected to hubs and then networked via asingle bus

Page 42: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

42

Advantages and disadvantages of Hybrid

Configura

tion

Strength Weaknesses

Hybrid Benefits of

several

topologies can be

combined.

Workgroup

efficiency and

traffic can be

customized.

Devices on one

topology can not

be placed onto

another topology

without hardware

changes.

Page 43: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

43

a) Resource sharing – The resources include

data/information, files, printers, modems,

communication links, storage devices, fax machines,

application programs and any other component that

can accessed by users over the network.

Advantages of networking:

Page 44: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

44

c) Remote communication – This refers to the

transmission of data signals between two

communication devices located at different

geographical locations. This enables people to be

able to share information, ideas and pass messages

while far from each other e.g. through use of

Internet.

Advantages of networking:

Page 45: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

45

d) Distributed processing – This refers to the act of

running the same program on different computers

which are on the same network. The processed data

is the sent to central computer (server) storage or

further processing. E.g. the operations in banks.

Advantages of networking:

Page 46: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Advantages of networking:

e) Increased efficiency and effectiveness – Dues to fasttransfer of data and information, operations in anorganization can be executed quickly and timely.

f) Centralized control of data.

g) Reduced cost of transfer of data and information.

h) Reliability – In a computer network, data transfercan be done with minimal errors and breaks downof one computer may not bring the all operations inan organization to a halt.

46

Page 47: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

47

Disadvantages of networking

a) Security – data and information may be prone to un

authorized access.

b) High initial cost – Initial cost network hardware and

software is high.

c) Moral and cultural decancy – Poor observing of

network etiquettes (netiquettes) e.g. in use of

Internet may lead to moral and cultural decancy.

Page 48: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Disadvantages of networking

d) Over-reliance on a computer network may grind

a whole system to a halt should one of the

network components fail e.g. where all computer

are connected through a central computer

(server) and it fails/crushes.

48

Page 49: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Disadvantages of networking

e) Slow response time – this may be due to limited

resources within the network components e.g.

small RAM memory in a file server computer may

slow down the system especially when many

users access files at the same time.

49

Page 50: Types of Computer Networks - intUitiON KE · Types of Computer Networks. Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple

Network standards

50