SlideShare a Scribd company logo
1 of 27
1
Introduction
2
Intro
• A network is a group of computers that are
connected to share hardware and software.
• The group can be as small and simple as two
computers and a printer set up in a house or as
large and complex as thousands of computers
and hundreds of printers and other devices.
• In order for the computers to communicate with
each other, they must share three elements: a
network media and topology, a protocol, and
a software client or service.
3
The Functions of a Network
• If the purpose of a network is to share resources
among computer systems, what types of
information and services are shared on a
network and why?
– Communication - videoconferencing, real-time chats,
email.
– Sharing hardware – printer, scanners, CD-ROM
drives, tape drives
– Data sharing – security is a major task
– Application sharing - application can be run from a
central location.
– Data backup and retrieval – managed central
backup
4
Peer-to-Peer Versus Client/Server
• Peer-to-Peer
– also known as a workgroup, is a low-cost, easily
implemented network solution
– generally used in small network environments that
need to share a few files and maybe some hardware,
such as printers.
– all systems are equal, or peers. Each system can
share hardware or files and access the same things
on other systems.
– is often referred to as decentralized networking
because the network files, data, and administration
are not handled from a central location.
5
6
Pros and Cons
• Advantages of Peer-to-Peer Networks
– Cost - Because peer-to-peer networking does not
require a dedicated server, such networks are very
cost-effective.
– Ease of installation
• Disadvantages of Peer-to-Peer Networks
– Security - security needs to be applied to each
computer and resource individually.
– Data backup - each system must have its data
backed up individually.
– Resource access - difficult to locate resources on the
network.
– Limited numbers of computers - Peer-to-peer
networking is effective only on small networks (fewer
than 10 computers).
7
Client/Server Networking Model
• Scalable, allowing additional computers or
other networked devices to be added with
little difficulty.
• Centralized management of all network
services, security, and streamlined backup
procedures.
• two different types of computers are
required: the client and the server.
8
9
Servers
• workhorses of the network.
• require additional resources and computing
power.
• servers also require a network operating system.
– Microsoft Windows 2000/2003, Unix, Mac OS X
servers, and Novell NetWare.
• network may have a single server that offers
more than one network service or hundreds of
servers, each performing a dedicated task.
10
Client Computers
• connect to the network and access the
resources of the server.
• Software is needed to allow the client to
connect to the network, which is mostly
now built in to desktop operating systems.
11
Pros and Cons
• Advantages of Client/Server Networking
– Centralized management and security
– Scalability
– Simplified backups
• Disadvantages of Client/Server Networking
– High cost - additional hardware and software costs
– Administration requirements - needs technically
skilled people to manage and maintain the network
and the servers.
– Single points of failure - If the server fails, the clients
can't access the services that reside on the server.
Great effort and expense are needed to ensure the
high availability of network servers.
12
Distributed and Centralized
Computing
• The terms distributed and centralized computing
describe the location on a network where the
processing takes place.
• In an environment such as a mainframe, the
processing is performed on a centralized system
that also stores all the data. In such a model, no
data processing or data storage occurs on the
client terminal.
• In contrast, in a distributed processing
environment, processing is performed in more
than one place. If a network has servers and
workstations, processing can take place on the
server or on the client.
13
Topology
• Basically, a topology is a shape, so a network
topology is the shape of a network.
• There is, however, a big difference between a
physical network topology and a logical network
topology. The physical network topology
represents how the network looks to the naked
eye—in other words, the way the components
are arranged.
• The logical network topology represents how the
flow of information works its way through the
network.
14
Bus
• The bus topology was commonly used in
earlier networks but is not seen much
today. In a bus topology, a single cable
connects all the computers.
• A coaxial cable is used with special
connectors called BNC and T connectors.
• The bus only works if both ends of the
cable have a special resistor installed
called a terminator.
15
16
Pros and Cons
• Pros
– The bus topology is very simple and inexpensive to
implement due to its low cost requirements for cable
installation (there's only one main trunk).
• Cons
– Without the proper terminations in place, expect a
very slow or inoperable network.
– The cable itself is a single point of failure. One break,
cut, or poor connection negatively impacts the entire
LAN.
– Because all workstations or devices share a common
cable, troubleshooting can be difficult when problems
occur. You must disrupt LAN service for
troubleshooting.
17
Star
• A star topology is a group of computers that are
connected to a central location such as a hub or a
switch.
• This is the most common topology in use today.
• The computers may be physically located next to each
other or spread throughout an entire building, but the
flow of information from each computer to the other
computers must go through the central location.
• Since each computer has its own connection, the failure
of one computer will not affect the other computers in the
network; however, if the hub or switch should fail, then
all of the computers on that hub or switch will be
affected.
18
19
Pros and Cons
• Advantages
– Management of the network is centralized around the
hub and switch components.
– Wiring installation is less obtrusive and therefore does
not disrupt LAN service with the addition or deletion of
nodes.
– A cable cut or bad connector does not take down the
entire LAN segment.
• Disadvantage
– The network component (hub or switch) is a single
point of failure, and
– a great deal of wiring is involved to implement the
star.
20
Ring Topology
• Ring topologies are more complex than the bus
and star topologies, but they offer some
attractive features.
• Nodes logically communicate in a ring formation,
with each node communicating only directly with
its upstream and downstream neighbors.
• You can probably picture what a mess the wiring
would be in an office with hundreds of computer
systems, if a network like this were implemented
as a physical ring. So ring topologies are
typically implemented in a physical star topology.
21
Pros and Cons
• Pros
– Token-controlled access provides greater overall
bandwidth use.
– Data packet transmission happens within a
determinable time interval. This quality of ring
topologies has made it a staple in situations in which
timing is essential.
– Because each node knows its upstream and
downstream neighbors, this information can be used to
determine where problems have occurred on the ring.
• Cons
– The firmware required to manage the ring is somewhat
complicated and must be on every network card that
participates in the ring which makes Token-Ring
network adapters more expensive devices.
22
Mesh Topology
• A mesh topology is an interlacing of multiple
connections among several nodes. Typically, a
mesh is done for one purpose: redundancy.
• There are two types of mesh: full and partial.
• Except in the smallest network, a full mesh is not
very practical due to high cost.
• Full mesh means that every node contained in a
network has a connection to every other node
contained in the network.
• Partial meshes are designed to provide
redundancy where it is needed.
23
24
Hybrid Topologies
• Three popular hybrids
are tree, hierarchical
star, and star-wireless.
• The figure below shows
a tree hybrid
combination that groups
workstations in a star
and joins the stars
along a linear bus. The
majority of the problems
of the bus are
eliminated because a
single workstation
cannot bring the entire
LAN to a halt.
25
Hierarchical Star
• Another method that can be used to connect hubs is a
hierarchical star. This method uses a central hub to link
several hubs that have workstations attached.
• This method can be used to build very large LANs;
however, there are restrictions on the size of the LAN.
26
Star-Wireless
• The most recent hybrid topology has arrived with the advent of
wireless technology.
• Wireless LAN technology in its current implementation requires a
user to be in the vicinity of an access point attached to the wired
data network. A configuration such as this gives you an amorphous
hybrid topology of star combined with wireless.
27
Fill the following chart

More Related Content

Similar to Topology.ppt

1 introduction to-networking
1 introduction to-networking1 introduction to-networking
1 introduction to-networkingNor Zailani
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologiesAyush0734
 
Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxAASTHAJAJOO
 
1-introduction-to-computer-networking-converted 2.pptx
1-introduction-to-computer-networking-converted 2.pptx1-introduction-to-computer-networking-converted 2.pptx
1-introduction-to-computer-networking-converted 2.pptxYashwant Srikrishnan
 
Network yr 7 week 6
Network yr 7 week 6Network yr 7 week 6
Network yr 7 week 6yuvan80
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005SOLOMONCHINAEMEUCHEA
 
1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdfsophia763824
 
1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdfJamesOtieno34
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network ComponentsJyoti Akhter
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)Shweta Kumari
 
Lecture 1_Introduction to Networking_1.ppt
Lecture 1_Introduction to Networking_1.pptLecture 1_Introduction to Networking_1.ppt
Lecture 1_Introduction to Networking_1.pptflyinimohamed
 
Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02DeShawn A. Larkin
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdfNehaam3
 

Similar to Topology.ppt (20)

1 introduction to-networking
1 introduction to-networking1 introduction to-networking
1 introduction to-networking
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologies
 
Module 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptxModule 1 Introduction to Computer Networks.pptx
Module 1 Introduction to Computer Networks.pptx
 
1-introduction-to-computer-networking-converted 2.pptx
1-introduction-to-computer-networking-converted 2.pptx1-introduction-to-computer-networking-converted 2.pptx
1-introduction-to-computer-networking-converted 2.pptx
 
Network yr 7 week 6
Network yr 7 week 6Network yr 7 week 6
Network yr 7 week 6
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Networking lec1 4
Networking lec1 4Networking lec1 4
Networking lec1 4
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
 
1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf
 
1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf1-introduction-to-computer-networking.pdf
1-introduction-to-computer-networking.pdf
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network Components
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)
 
Lecture 1_Introduction to Networking_1.ppt
Lecture 1_Introduction to Networking_1.pptLecture 1_Introduction to Networking_1.ppt
Lecture 1_Introduction to Networking_1.ppt
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02Computer networkppt-110208141655-phpapp02
Computer networkppt-110208141655-phpapp02
 
Computer network
Computer networkComputer network
Computer network
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdf
 
presentation on type of toplogy and network
presentation on type of toplogy and networkpresentation on type of toplogy and network
presentation on type of toplogy and network
 

Recently uploaded

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

Topology.ppt

  • 2. 2 Intro • A network is a group of computers that are connected to share hardware and software. • The group can be as small and simple as two computers and a printer set up in a house or as large and complex as thousands of computers and hundreds of printers and other devices. • In order for the computers to communicate with each other, they must share three elements: a network media and topology, a protocol, and a software client or service.
  • 3. 3 The Functions of a Network • If the purpose of a network is to share resources among computer systems, what types of information and services are shared on a network and why? – Communication - videoconferencing, real-time chats, email. – Sharing hardware – printer, scanners, CD-ROM drives, tape drives – Data sharing – security is a major task – Application sharing - application can be run from a central location. – Data backup and retrieval – managed central backup
  • 4. 4 Peer-to-Peer Versus Client/Server • Peer-to-Peer – also known as a workgroup, is a low-cost, easily implemented network solution – generally used in small network environments that need to share a few files and maybe some hardware, such as printers. – all systems are equal, or peers. Each system can share hardware or files and access the same things on other systems. – is often referred to as decentralized networking because the network files, data, and administration are not handled from a central location.
  • 5. 5
  • 6. 6 Pros and Cons • Advantages of Peer-to-Peer Networks – Cost - Because peer-to-peer networking does not require a dedicated server, such networks are very cost-effective. – Ease of installation • Disadvantages of Peer-to-Peer Networks – Security - security needs to be applied to each computer and resource individually. – Data backup - each system must have its data backed up individually. – Resource access - difficult to locate resources on the network. – Limited numbers of computers - Peer-to-peer networking is effective only on small networks (fewer than 10 computers).
  • 7. 7 Client/Server Networking Model • Scalable, allowing additional computers or other networked devices to be added with little difficulty. • Centralized management of all network services, security, and streamlined backup procedures. • two different types of computers are required: the client and the server.
  • 8. 8
  • 9. 9 Servers • workhorses of the network. • require additional resources and computing power. • servers also require a network operating system. – Microsoft Windows 2000/2003, Unix, Mac OS X servers, and Novell NetWare. • network may have a single server that offers more than one network service or hundreds of servers, each performing a dedicated task.
  • 10. 10 Client Computers • connect to the network and access the resources of the server. • Software is needed to allow the client to connect to the network, which is mostly now built in to desktop operating systems.
  • 11. 11 Pros and Cons • Advantages of Client/Server Networking – Centralized management and security – Scalability – Simplified backups • Disadvantages of Client/Server Networking – High cost - additional hardware and software costs – Administration requirements - needs technically skilled people to manage and maintain the network and the servers. – Single points of failure - If the server fails, the clients can't access the services that reside on the server. Great effort and expense are needed to ensure the high availability of network servers.
  • 12. 12 Distributed and Centralized Computing • The terms distributed and centralized computing describe the location on a network where the processing takes place. • In an environment such as a mainframe, the processing is performed on a centralized system that also stores all the data. In such a model, no data processing or data storage occurs on the client terminal. • In contrast, in a distributed processing environment, processing is performed in more than one place. If a network has servers and workstations, processing can take place on the server or on the client.
  • 13. 13 Topology • Basically, a topology is a shape, so a network topology is the shape of a network. • There is, however, a big difference between a physical network topology and a logical network topology. The physical network topology represents how the network looks to the naked eye—in other words, the way the components are arranged. • The logical network topology represents how the flow of information works its way through the network.
  • 14. 14 Bus • The bus topology was commonly used in earlier networks but is not seen much today. In a bus topology, a single cable connects all the computers. • A coaxial cable is used with special connectors called BNC and T connectors. • The bus only works if both ends of the cable have a special resistor installed called a terminator.
  • 15. 15
  • 16. 16 Pros and Cons • Pros – The bus topology is very simple and inexpensive to implement due to its low cost requirements for cable installation (there's only one main trunk). • Cons – Without the proper terminations in place, expect a very slow or inoperable network. – The cable itself is a single point of failure. One break, cut, or poor connection negatively impacts the entire LAN. – Because all workstations or devices share a common cable, troubleshooting can be difficult when problems occur. You must disrupt LAN service for troubleshooting.
  • 17. 17 Star • A star topology is a group of computers that are connected to a central location such as a hub or a switch. • This is the most common topology in use today. • The computers may be physically located next to each other or spread throughout an entire building, but the flow of information from each computer to the other computers must go through the central location. • Since each computer has its own connection, the failure of one computer will not affect the other computers in the network; however, if the hub or switch should fail, then all of the computers on that hub or switch will be affected.
  • 18. 18
  • 19. 19 Pros and Cons • Advantages – Management of the network is centralized around the hub and switch components. – Wiring installation is less obtrusive and therefore does not disrupt LAN service with the addition or deletion of nodes. – A cable cut or bad connector does not take down the entire LAN segment. • Disadvantage – The network component (hub or switch) is a single point of failure, and – a great deal of wiring is involved to implement the star.
  • 20. 20 Ring Topology • Ring topologies are more complex than the bus and star topologies, but they offer some attractive features. • Nodes logically communicate in a ring formation, with each node communicating only directly with its upstream and downstream neighbors. • You can probably picture what a mess the wiring would be in an office with hundreds of computer systems, if a network like this were implemented as a physical ring. So ring topologies are typically implemented in a physical star topology.
  • 21. 21 Pros and Cons • Pros – Token-controlled access provides greater overall bandwidth use. – Data packet transmission happens within a determinable time interval. This quality of ring topologies has made it a staple in situations in which timing is essential. – Because each node knows its upstream and downstream neighbors, this information can be used to determine where problems have occurred on the ring. • Cons – The firmware required to manage the ring is somewhat complicated and must be on every network card that participates in the ring which makes Token-Ring network adapters more expensive devices.
  • 22. 22 Mesh Topology • A mesh topology is an interlacing of multiple connections among several nodes. Typically, a mesh is done for one purpose: redundancy. • There are two types of mesh: full and partial. • Except in the smallest network, a full mesh is not very practical due to high cost. • Full mesh means that every node contained in a network has a connection to every other node contained in the network. • Partial meshes are designed to provide redundancy where it is needed.
  • 23. 23
  • 24. 24 Hybrid Topologies • Three popular hybrids are tree, hierarchical star, and star-wireless. • The figure below shows a tree hybrid combination that groups workstations in a star and joins the stars along a linear bus. The majority of the problems of the bus are eliminated because a single workstation cannot bring the entire LAN to a halt.
  • 25. 25 Hierarchical Star • Another method that can be used to connect hubs is a hierarchical star. This method uses a central hub to link several hubs that have workstations attached. • This method can be used to build very large LANs; however, there are restrictions on the size of the LAN.
  • 26. 26 Star-Wireless • The most recent hybrid topology has arrived with the advent of wireless technology. • Wireless LAN technology in its current implementation requires a user to be in the vicinity of an access point attached to the wired data network. A configuration such as this gives you an amorphous hybrid topology of star combined with wireless.