SlideShare a Scribd company logo
1 of 29
1
CHAPTER TWO
INTRODUCTION TO COMPUTER
NETWORKS
Computer Networks
• A network is a set of devices (often referred to as nodes)
connected by communication links to communicate data.
• A node can be a computer, printer, or any other device
capable of sending and/or receiving data generated by
other nodes on the network.
2
Network Applications
3
• Computer systems and peripherals are connected to
form a network.
• They provide numerous advantages:
– Resource sharing such as printers and storage
devices
– Exchange of information by means of e-mails and
FTP
– Information sharing by using Web or Internet
– Interaction with other users using dynamic web
pages
– Video conferences
– Parallel computing
Types of Computer networks
• Computer networks are classified based
on various factors.
• They include:
• Geographical span -LAN, MAN and WAN
• Administration -Private network &
public network
• Architecture-Client/Server & peer-to-
peer
• A private network is used inside an
organization. 4
Types of Network- Geographical
Span
5
LAN
• A local area network (LAN) is usually privately
owned and links the devices in a single office,
building, or campus.
• LAN size is limited to a few kilometres.
• In the early 1980s, LANs might have consisted
of a handful of computers connected in a peer-
to-peer fashion.
• Today’s LANs are typically much larger and
more complex client/server networks.
MAN
6
• 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.
• MAN-is A network that is larger than a LAN and
connects clients and servers from multiple
buildings.
• Because of the distance it covers, a MAN may
use different transmission technology and media
than a LAN.
WAN
7
• 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.
• The largest and most varied WAN in the world is
the Internet.
Types of Network-Architecture
8
• Computers can be positioned on a
network in different ways relative to each
other.
• They can have different levels of control
over shared resources.
• They can also be made to communicate
and share resources according to different
schemes.
• The following sections describe two
fundamental network models:
Peer-to-Peer
• In a peer-to-peer network:-
• There are no dedicated servers.
• There is no hierarchy among the
computers.
• All the computers are equal and therefore
are known as peers.
• Each computer functions as both a client
and a server.
• There is no administrator responsible for
the entire network. 9
Peer-to-Peer Networks
10
• The simplest form of a network is a peer-
to-peer network.
• In a peer-to-peer network, every computer
can communicate directly with every other
computer.
• By default, no computer on a peer-to-peer
network has more authority than another.
• However, each computer can be
configured to share only some of its
resources and prevent access to other
resources.
Peer-to-Peer Networks
11
Client/Server Networks
12
• A network that uses a server to enable clients
to share data, data storage space, and
devices is known as a client/server network.
• Client—A computer on the network that
requests resources or services from another
computer on a network.
• Clients usually take the form of personal
computers, also known as workstations.
• Every computer on a client/server network
acts as a client or a server.
• Clients on a client/server network do not
Client/Server Networks
13
• Clients and servers communicate through
connectivity devices such as switches or
routers.
• Server—A computer on the network that
manages shared resources; servers
usually have more processing power,
memory, and hard disk space than clients.
• To function as a server, a computer must
be running an NOS (network operating
system).
• An NOS is a special type of software
Client/Server Networks
14
– Restrict when and from where users can access the
network.
– Dictate which rules computers will use to
communicate.
– Supply applications to clients.
• Examples of NOS: UNIX and Linux, Microsoft
Windows Server 2003 or Server 2008, and Mac
OS X Server.
• (But, stand-alone computer, or a client computer,
uses an operating system, such as Windows
XP/7 or Windows Vista, which has more limited
resource management capabilities.)
Client/Server Networks
15
Client/Server
• In an environment with more than 10
users, a peer-to-peer will probably not be
adequate.
• Therefore, most networks have/required
dedicated servers.
• A dedicated server is one that functions
only as a server and is not used as a client
or workstation.
• Client requests the server to serve the
requests. 16
Specialized Servers
• 1-File Servers
• File servers offer services that allow network users to
share files.
• 2- Print Servers
• Allow users to share printers
• Allow multiple and simultaneous access to printing
facilities.
• 3- Database Servers
• Database server can provide a network with powerful
database services.
• 4 -Application Servers
• Servers store vast amounts of data that is organized to
make it easy to retrieve.
• An application server differs from a file server in that
with file server the data or file is downloaded to the
computer which making the request.
17
Specialized Servers
• 5-Mail Servers
• Mail servers - separate server and client
applications.
• Data selectively downloaded from the
server to the client.
• 6-Web Servers
• Stores different web pages.
• 7- Proxy Server
• A Proxy Server implements Internet
connectivity and network security for an 18
Network Topologies
• Types of Connection
• There are two possible types of
connections: point-to-point and multipoint.
• Point-to-Point
• A point-to-point connection provides a
dedicated link between two devices.
• The entire capacity of the link is reserved
for transmission between those two
devices.
e.g connection b/n television and its remote
control 19
Physical Topology
• The topology of a network is the geometric
representation of the relationship of all the
links and linking devices (usually called
nodes) to one another.
• The topology- is physical layout of a
computer network.
• Topologies vary according to the needs of
the organization, available hardware and
expertise.
• There are five basic topologies possible:
• Bus
• Ring
20
Bus
• A bus topology is multipoint connection.
• One long cable acts as a backbone to link
all the devices in a network.
21
Bus
22
Advantages
• Connecting a computer or peripheral to a
linear bus is easy.
• This topology requires least amount of
cabling to connect the computers and
therefore, less expensive.
• It is easy to extend a bus since two cables
can be joined into longer cable with a
connector.
Disadvantages
• Entire network shuts down if there is a
Ring
23
• In a ring topology, each device has a
dedicated point-to-point connection with
only the two devices on either side of it.
Ring
24
Advantage
• Ring topology is easy to install and
reconfigure.
• Every computer is given equal access to
the ring.
• Hence, no single computer can
monopolize the network.
Disadvantages
• Failure in any cable or node breaks the
loop and can take down the entire
Star
• In a star topology, each device has a dedicated
point-to-point link only to a central controller,
usually called a hub.
• The devices are not directly linked to one
another.
25
Star
• Advantages of Star
• Star topology is easy to install and wire.
• The network is not disrupted even if a
node fails or is removed from the network.
• Fault detection and removal of faulty parts
is easier in star topology.
• Disadvantages of Star
• It requires a longer length of cable.
• If the hub fails, nodes attached to it are
disabled.
• The cost of the hub makes the network 26
Mesh
• In a mesh topology, every device has a
dedicated point-to-point link to every other
device.
27
Mesh
• Advantages of Mesh Topology
• The use of large number of links
eliminates network congestion.
• If one link becomes unusable, it does not
disable the entire system.
• Disadvantages of Mesh Topology
• The amount of required cabling is very
large.
• As every node is connected to the other,
installation and reconfiguration is very 28
Hybrid
29
• A network structure whose design contains
more than one topology is said to be
hybrid topology.
• Hybrid topology inherits merits and
demerits of all the incorporating
topologies.

More Related Content

Similar to Introduction to computer networking chapter 2

data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.pptGetachewDires1
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networkingJafar Nesargi
 
Computer networks
Computer networksComputer networks
Computer networkssamina khan
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
Computer networks
Computer networks Computer networks
Computer networks ABUBAKAR270
 
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...nesarahmad37
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Conceptszaisahil
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologiesAyush0734
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptxssuser5cb8d3
 
ENC 254_PPT_ch01.pptx
ENC 254_PPT_ch01.pptxENC 254_PPT_ch01.pptx
ENC 254_PPT_ch01.pptxshaker402
 
Computer Network | BBA First Semester
Computer Network | BBA First SemesterComputer Network | BBA First Semester
Computer Network | BBA First SemesterHem Pokhrel
 
computer networks
computer networkscomputer networks
computer networksdee_rosal
 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksImdad Ullah
 
Computer communication network
Computer communication networkComputer communication network
Computer communication networkhimz676987
 

Similar to Introduction to computer networking chapter 2 (20)

data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 
Computer networks
Computer networksComputer networks
Computer networks
 
Basics of Networking
Basics of NetworkingBasics of Networking
Basics of Networking
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
Computer networks
Computer networks Computer networks
Computer networks
 
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
 
lecture-1.1.pptx
lecture-1.1.pptxlecture-1.1.pptx
lecture-1.1.pptx
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Computer network and its topologies
Computer network and its topologiesComputer network and its topologies
Computer network and its topologies
 
Networking
Networking Networking
Networking
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptx
 
ENC 254_PPT_ch01.pptx
ENC 254_PPT_ch01.pptxENC 254_PPT_ch01.pptx
ENC 254_PPT_ch01.pptx
 
Computer Network | BBA First Semester
Computer Network | BBA First SemesterComputer Network | BBA First Semester
Computer Network | BBA First Semester
 
computer networks
computer networkscomputer networks
computer networks
 
Unit 2B.pdf
Unit 2B.pdfUnit 2B.pdf
Unit 2B.pdf
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Computer communication network
Computer communication networkComputer communication network
Computer communication network
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Recently uploaded (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
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
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
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
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Introduction to computer networking chapter 2

  • 1. 1 CHAPTER TWO INTRODUCTION TO COMPUTER NETWORKS
  • 2. Computer Networks • A network is a set of devices (often referred to as nodes) connected by communication links to communicate data. • A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network. 2
  • 3. Network Applications 3 • Computer systems and peripherals are connected to form a network. • They provide numerous advantages: – Resource sharing such as printers and storage devices – Exchange of information by means of e-mails and FTP – Information sharing by using Web or Internet – Interaction with other users using dynamic web pages – Video conferences – Parallel computing
  • 4. Types of Computer networks • Computer networks are classified based on various factors. • They include: • Geographical span -LAN, MAN and WAN • Administration -Private network & public network • Architecture-Client/Server & peer-to- peer • A private network is used inside an organization. 4
  • 5. Types of Network- Geographical Span 5 LAN • A local area network (LAN) is usually privately owned and links the devices in a single office, building, or campus. • LAN size is limited to a few kilometres. • In the early 1980s, LANs might have consisted of a handful of computers connected in a peer- to-peer fashion. • Today’s LANs are typically much larger and more complex client/server networks.
  • 6. MAN 6 • 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. • MAN-is A network that is larger than a LAN and connects clients and servers from multiple buildings. • Because of the distance it covers, a MAN may use different transmission technology and media than a LAN.
  • 7. WAN 7 • 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. • The largest and most varied WAN in the world is the Internet.
  • 8. Types of Network-Architecture 8 • Computers can be positioned on a network in different ways relative to each other. • They can have different levels of control over shared resources. • They can also be made to communicate and share resources according to different schemes. • The following sections describe two fundamental network models:
  • 9. Peer-to-Peer • In a peer-to-peer network:- • There are no dedicated servers. • There is no hierarchy among the computers. • All the computers are equal and therefore are known as peers. • Each computer functions as both a client and a server. • There is no administrator responsible for the entire network. 9
  • 10. Peer-to-Peer Networks 10 • The simplest form of a network is a peer- to-peer network. • In a peer-to-peer network, every computer can communicate directly with every other computer. • By default, no computer on a peer-to-peer network has more authority than another. • However, each computer can be configured to share only some of its resources and prevent access to other resources.
  • 12. Client/Server Networks 12 • A network that uses a server to enable clients to share data, data storage space, and devices is known as a client/server network. • Client—A computer on the network that requests resources or services from another computer on a network. • Clients usually take the form of personal computers, also known as workstations. • Every computer on a client/server network acts as a client or a server. • Clients on a client/server network do not
  • 13. Client/Server Networks 13 • Clients and servers communicate through connectivity devices such as switches or routers. • Server—A computer on the network that manages shared resources; servers usually have more processing power, memory, and hard disk space than clients. • To function as a server, a computer must be running an NOS (network operating system). • An NOS is a special type of software
  • 14. Client/Server Networks 14 – Restrict when and from where users can access the network. – Dictate which rules computers will use to communicate. – Supply applications to clients. • Examples of NOS: UNIX and Linux, Microsoft Windows Server 2003 or Server 2008, and Mac OS X Server. • (But, stand-alone computer, or a client computer, uses an operating system, such as Windows XP/7 or Windows Vista, which has more limited resource management capabilities.)
  • 16. Client/Server • In an environment with more than 10 users, a peer-to-peer will probably not be adequate. • Therefore, most networks have/required dedicated servers. • A dedicated server is one that functions only as a server and is not used as a client or workstation. • Client requests the server to serve the requests. 16
  • 17. Specialized Servers • 1-File Servers • File servers offer services that allow network users to share files. • 2- Print Servers • Allow users to share printers • Allow multiple and simultaneous access to printing facilities. • 3- Database Servers • Database server can provide a network with powerful database services. • 4 -Application Servers • Servers store vast amounts of data that is organized to make it easy to retrieve. • An application server differs from a file server in that with file server the data or file is downloaded to the computer which making the request. 17
  • 18. Specialized Servers • 5-Mail Servers • Mail servers - separate server and client applications. • Data selectively downloaded from the server to the client. • 6-Web Servers • Stores different web pages. • 7- Proxy Server • A Proxy Server implements Internet connectivity and network security for an 18
  • 19. Network Topologies • Types of Connection • There are two possible types of connections: point-to-point and multipoint. • Point-to-Point • A point-to-point connection provides a dedicated link between two devices. • The entire capacity of the link is reserved for transmission between those two devices. e.g connection b/n television and its remote control 19
  • 20. Physical Topology • The topology of a network is the geometric representation of the relationship of all the links and linking devices (usually called nodes) to one another. • The topology- is physical layout of a computer network. • Topologies vary according to the needs of the organization, available hardware and expertise. • There are five basic topologies possible: • Bus • Ring 20
  • 21. Bus • A bus topology is multipoint connection. • One long cable acts as a backbone to link all the devices in a network. 21
  • 22. Bus 22 Advantages • Connecting a computer or peripheral to a linear bus is easy. • This topology requires least amount of cabling to connect the computers and therefore, less expensive. • It is easy to extend a bus since two cables can be joined into longer cable with a connector. Disadvantages • Entire network shuts down if there is a
  • 23. Ring 23 • In a ring topology, each device has a dedicated point-to-point connection with only the two devices on either side of it.
  • 24. Ring 24 Advantage • Ring topology is easy to install and reconfigure. • Every computer is given equal access to the ring. • Hence, no single computer can monopolize the network. Disadvantages • Failure in any cable or node breaks the loop and can take down the entire
  • 25. Star • In a star topology, each device has a dedicated point-to-point link only to a central controller, usually called a hub. • The devices are not directly linked to one another. 25
  • 26. Star • Advantages of Star • Star topology is easy to install and wire. • The network is not disrupted even if a node fails or is removed from the network. • Fault detection and removal of faulty parts is easier in star topology. • Disadvantages of Star • It requires a longer length of cable. • If the hub fails, nodes attached to it are disabled. • The cost of the hub makes the network 26
  • 27. Mesh • In a mesh topology, every device has a dedicated point-to-point link to every other device. 27
  • 28. Mesh • Advantages of Mesh Topology • The use of large number of links eliminates network congestion. • If one link becomes unusable, it does not disable the entire system. • Disadvantages of Mesh Topology • The amount of required cabling is very large. • As every node is connected to the other, installation and reconfiguration is very 28
  • 29. Hybrid 29 • A network structure whose design contains more than one topology is said to be hybrid topology. • Hybrid topology inherits merits and demerits of all the incorporating topologies.