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

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
“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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
“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...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

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.