SlideShare a Scribd company logo
Lecture 2
Transmission Rate: The amount of data transferred per unit time from source to
destination is called as transmission rate. Remember one thing, that the transmission rate
is the property of machine (the rate at which machine is sending). Units are bits/sec.

Propagation Delay: The amount of time taken per unit time, for the data to reach the
destination and acknowledgment to come back to the source is called as propagation
delay. Units are sec.

Data Rate or Channel Capacity or Link Capacity: The amount of data per unit time
which the medium is sending or transmitting through itself is called as Data Rate. Units
are bits/sec. Remember that Data Rate or channel capacity is the property of medium and
not of the machine. We will discuss later about the mathematical formulae given by
Nyquist to calculate the data rate or channel capacity of a noiseless medium and another
formulae by Shannon, called as Shannon channel capacity, which calculates the data rate
for a noisy medium.

Topology: Topology is defined as how the nodes in a network are physically placed.

Key Elements of a LAN
      The key elements of a LAN are
   1. Topology
   2. Transmission Medium
   3. Medium Access Control

Together these elements decide the cost and capacity of the LAN, but also the type of
data that can be transmitted, the speed and efficiency of applications.

In terms of communication network, topology is defined as the way nodes or systems in a
network are physically laid out. The common topologies for LAN are bus, tree, ring, star
and mesh.

Classification of Distance on the basis of Physical Layout or topology
There are five possible classifications on the basis of topology or physical layout.
   1. Bus
   2. Star
   3. Ring
   4. Mesh

Bus Topology
         Bus topology is characterized by the use of multipoint medium. In bus topology,
all stations attach through appropriate hardware interfacing known as tap, to the
transmission medium as shown in figure below.
A transmission from any station propagates the length of the medium in both the
directions and can be received by all other stations in the network. At each end of the bus
is a terminator, which absorbs any signal, and thus removing it from the bus.

In bus topology, any transmission made, will propagate through the medium and will be
received by all stations in the network, so we require some way of indicating for whom
the transmission is intended, i.e. who is the intended recipient. To solve this problem,
station transmits in small blocks, called as frames, and each frame contains the date and
frame header. Each station has a physical address, and this physical address is included in
the frame header. The transmission happens as shown below.




There is another problem associated with the bus topology, and it is controlling the access
of the medium i.e. Medium Access Control. If two stations wish to transmit at the same
moment of time, then their frames will collide and hence garbled up. So some mechanism
is needed for controlling the access of medium among the stations. This we will discuss
later in MAC.
Tree Topology
        Actually bus is a special case of tree, with only one trunk and no branches. The
transmission medium is a branching cable with no closed loops as shown in the figure
below. The tree layout begins at a point known as headend. One or more cables start at
the headend, and each of these may have branches. As with the bus, transmission from
any station will propagate throughout the medium, received by all the stations and finally
at each end there are terminators, which absorb the signals.




In bus topology, any transmission made, will propagate through the medium and will be
received by all stations in the network, so we require some way of indicating for whom
the transmission is intended, i.e. who is the intended recipient. To solve this problem,
station transmits in small blocks, called as frames, and each frame contains the date and
frame header. Each station has a physical address, and this physical address is included in
the frame header.

Transmission Media for Bus LANs
There are four possible alternatives that can be used for Bus LANs
   1. Twisted Pair:
   2. Baseband Coaxial Cable
   3. Broadband Coaxial Cable
   4. Optical Fiber

Ring Topology
        In ring topology, the network consists of stations joined together in a ring like
fashion through point-to-point links. These links are unidirectional i.e. data circulate
around the ring in one direction. In ring topology token passing technique is used. a
special control frame called as token. Generally this token propagates around the logical
ring, with only the token holder being permitted to transmit frame. Since only one station
can hold the token at a time, and there is only one token in the ring, no collisions can
occur. This access method is called as token passing. After a station get hold of the
token, he starts transmitting the data. A token with the data is known as frame, so a frame
is placed on the transmission medium, which also contains the address of intended
recipient. All the station in the network can receive the packet, but only intended receipt
will copy the contents of the frame, and finally when the frame reaches again to the
source, he removes the data from the frame.
The above diagram shows, how frame transmission happens in the case of ring LAN.


Star Topology
        In the star LAN topology, each station is directly connected to a common central
node. Each station attaches to a central node via two point-to-point links, one for
transmission and one for reception. The central node act as frame switching device. An
incoming frame is buffered in the central node and then retransmitted on an outgoing link
to the destination station.
Mesh Topology
   There is another topology, in which each computer is directly connected to every other
computer in the network; such a topology is called as mesh topology.
The only disadvantage with Mesh topology is that lots of wires are required whereas
there are lots of advantages.
    1. No central dependency.
    2. Data can be transmitted directly from one computer to another computer or
        indirectly if any link is broken. So this means Mesh topology is reliable and
        robust also compared to other topologies.

For more discussion on LAN topology refer to Brendan Tangney.
You should be able to answer the following question.
What is the difference between various topologies, and also you should be able to write
short notes on each topology, covering every point.

Classification of Network on the basis of Distance
There are three classification of LAN on the basis of distance
       1. LAN
       2. MAN
       3. WAN

LAN: LAN is an acronym for Local Area Network. A LAN is a kind of network, where
the network spans within a range of certain Km, in other words network is local. For
Example: Computers communicated to each other in a lab forms a LAN. Infact multiple
departmental labs in a campus or university connected to each other form a network of
LANs i.e. A campus, where computers in mechanical lab are connected with each other,
that may in turn be connected to computers civil engineering through a networking
device like bridge or switch or hub.
    1. So LAN means, connecting computers in local area.
    2. In LAN networking devices like hubs, repeaters or bridges are used.
    3. LAN topology generally consists of Bus and Ring.
    4. LAN forms a multipoint network.
    5. LAN topology has a major overhead of medium allocation, as LAN form a
        multipoint network which means, multiple devise share the network so who
        should gain access to the network (It’s obvious that all of them cannot access the
        network simultaneously). We will discuss this problem in detail later, and this
        problem is known as Medium Allocation Problem.




                                      Example of LAN

MAN: MAN is an acronym for Metropolitan Area Network. A MAN is a network, where
the network spans across the cities i.e. interconnecting cities. For example, an
organization has an office in Muscat and another office in salalah, so connecting the
computers of office in Muscat with the office in salalah forms a MAN.
1. So MAN means, connecting computers or network across cities.
   2. Routers are used for interconnecting networks present in two different cities.
   3. We are concerned about routing efficient strategies.

WAN: WAN is an acronym for Wide Area Network. A WAN is a network, where the
network spans across continents i.e. connecting countries. For example an organization
has one office in Oman, office in INDIA and another office in USA, so connecting the
computer of all the three offices together through a network is called as WAN.
    1. In WAN networking devices like routers and satellites are used.
    2. So WAN means, connecting computers or network across continents.
    3. WAN topology may consist of star, tree, mesh, satellite.




                                   Example of WAN
Subnet is the above diagram can be defined as a network which consist of routers, a
network that consist of network devices and helps in connecting two distant networks is
called as subnet.

More Related Content

What's hot (20)

DOCX
Topology
NowrinJahanSiam
 
DOCX
Multiple access protocol
NowrinJahanSiam
 
PDF
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
ijwmn
 
DOCX
Osi model detail description
Bathshebaparimala
 
PPT
Topology
ajithsrc
 
DOCX
Line configuration
Ashish Vats
 
PDF
Opportunistic Data Forwarding in Manet
IJTET Journal
 
PPTX
Topology
Maths
 
DOCX
Protocols and its standards
Bathshebaparimala
 
PPTX
OSI Model
Rahul Marwaha
 
PDF
Study of Attacks and Routing Protocol in Wireless Network
ijsrd.com
 
PPTX
Ch 20 UNICAST ROUTING SECTION 2
Hossam El-Deen Osama
 
PDF
Chap 1 introduction
Mukesh Tekwani
 
PDF
Position based Opportunistic routing in MANET
Sri Ramakrishna Institute of Technology
 
PPTX
Presentation on network topology
Swarnima Tiwari
 
PDF
Mq3624532158
IJERA Editor
 
PDF
E04402030037
ijceronline
 
DOCX
Data communication q and a
Md. Mashiur Rahman
 
DOCX
Ethernet lan
Yolanda Konde
 
DOCX
Computer Networks
Anoushka Srivastava
 
Topology
NowrinJahanSiam
 
Multiple access protocol
NowrinJahanSiam
 
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
ijwmn
 
Osi model detail description
Bathshebaparimala
 
Topology
ajithsrc
 
Line configuration
Ashish Vats
 
Opportunistic Data Forwarding in Manet
IJTET Journal
 
Topology
Maths
 
Protocols and its standards
Bathshebaparimala
 
OSI Model
Rahul Marwaha
 
Study of Attacks and Routing Protocol in Wireless Network
ijsrd.com
 
Ch 20 UNICAST ROUTING SECTION 2
Hossam El-Deen Osama
 
Chap 1 introduction
Mukesh Tekwani
 
Position based Opportunistic routing in MANET
Sri Ramakrishna Institute of Technology
 
Presentation on network topology
Swarnima Tiwari
 
Mq3624532158
IJERA Editor
 
E04402030037
ijceronline
 
Data communication q and a
Md. Mashiur Rahman
 
Ethernet lan
Yolanda Konde
 
Computer Networks
Anoushka Srivastava
 

Viewers also liked (18)

PDF
Java script objects 2
H K
 
DOC
Java script frame history
H K
 
PDF
Set
H K
 
DOC
Html basics 6 image
H K
 
RTF
Java script frame window
H K
 
RTF
Html basics 11 form validation
H K
 
PDF
Solution2
H K
 
PPT
Week5
H K
 
DOC
Lecture4 isoosi
H K
 
PDF
Assignment4
H K
 
PDF
Assignment sw
H K
 
DOC
Lecture1 introductiontonetwork
H K
 
DOC
Html basics 3 font align
H K
 
DOC
Html basics 1
H K
 
PDF
Induction
H K
 
DOC
Html basics 10 form
H K
 
DOC
Html basics 7 table
H K
 
PPT
Week7
H K
 
Java script objects 2
H K
 
Java script frame history
H K
 
Set
H K
 
Html basics 6 image
H K
 
Java script frame window
H K
 
Html basics 11 form validation
H K
 
Solution2
H K
 
Week5
H K
 
Lecture4 isoosi
H K
 
Assignment4
H K
 
Assignment sw
H K
 
Lecture1 introductiontonetwork
H K
 
Html basics 3 font align
H K
 
Html basics 1
H K
 
Induction
H K
 
Html basics 10 form
H K
 
Html basics 7 table
H K
 
Week7
H K
 
Ad

Similar to Lecture2 networkclassification (20)

PPTX
Networking presentation
Gajan Hai
 
DOCX
computer Network
Karthick Panneerselvam
 
PDF
Overview of data communication and networking
Sisir Ghosh
 
DOCX
Network -Lecture Notes
Bathshebaparimala
 
PPTX
Data Communication Network Unit 1 sgbau .pptx
neha540357
 
PDF
Computer networks--networking
Tańczący Z Kojotami
 
PPTX
DCCN part 2 Data Communication and computer Networks
MehvishFatima21
 
PDF
Computing and informatics class notes for amie
Panduga Kumar
 
PPTX
Computer Networking
vasanthimuniasamy
 
PPTX
454548 634160871407732500
prabh_in
 
PDF
Computer network
Soumya Behera
 
PPTX
LAN_ROHIT_KUMAR_SHAH.pptx
RohitKumarShah6
 
PPTX
NETWORK TESCHNOLOGY.pptx
YasaraDevindi
 
DOCX
Networking hard copy (1)
Ankita Shetty
 
DOC
Networks
Sajid Hussain
 
PDF
Install network cable module CSS NC2
wilfredo dela cerna
 
PPT
Computer networks
Dr. Jaison Mammen
 
PDF
Computer networks 1
Vijaya Babu
 
PPTX
LAN (Local Area Network)
Muhammad Ridwanul Hoque
 
PPT
Chapter 1.ppt
AashiqMushtaqKhan
 
Networking presentation
Gajan Hai
 
computer Network
Karthick Panneerselvam
 
Overview of data communication and networking
Sisir Ghosh
 
Network -Lecture Notes
Bathshebaparimala
 
Data Communication Network Unit 1 sgbau .pptx
neha540357
 
Computer networks--networking
Tańczący Z Kojotami
 
DCCN part 2 Data Communication and computer Networks
MehvishFatima21
 
Computing and informatics class notes for amie
Panduga Kumar
 
Computer Networking
vasanthimuniasamy
 
454548 634160871407732500
prabh_in
 
Computer network
Soumya Behera
 
LAN_ROHIT_KUMAR_SHAH.pptx
RohitKumarShah6
 
NETWORK TESCHNOLOGY.pptx
YasaraDevindi
 
Networking hard copy (1)
Ankita Shetty
 
Networks
Sajid Hussain
 
Install network cable module CSS NC2
wilfredo dela cerna
 
Computer networks
Dr. Jaison Mammen
 
Computer networks 1
Vijaya Babu
 
LAN (Local Area Network)
Muhammad Ridwanul Hoque
 
Chapter 1.ppt
AashiqMushtaqKhan
 
Ad

More from H K (20)

PDF
Assignment4
H K
 
DOCX
Assignment3
H K
 
PDF
Solution3
H K
 
DOCX
Mid-
H K
 
PDF
Assignment4
H K
 
PDF
Dm assignment3
H K
 
PPT
Proof
H K
 
PDF
Resolution
H K
 
DOCX
Assignment description
H K
 
PDF
Dm assignment2
H K
 
PDF
Dm assignment1
H K
 
PPTX
Logic
H K
 
DOCX
Introduction
H K
 
PDF
Assignment 2 sol
H K
 
PDF
Assignment sw solution
H K
 
PDF
Violinphoenix
H K
 
PDF
Ie project
H K
 
PDF
Assignment cn subnetting
H K
 
PDF
Assignment uplaodfile
H K
 
PDF
Assignment sw
H K
 
Assignment4
H K
 
Assignment3
H K
 
Solution3
H K
 
Mid-
H K
 
Assignment4
H K
 
Dm assignment3
H K
 
Proof
H K
 
Resolution
H K
 
Assignment description
H K
 
Dm assignment2
H K
 
Dm assignment1
H K
 
Logic
H K
 
Introduction
H K
 
Assignment 2 sol
H K
 
Assignment sw solution
H K
 
Violinphoenix
H K
 
Ie project
H K
 
Assignment cn subnetting
H K
 
Assignment uplaodfile
H K
 
Assignment sw
H K
 

Recently uploaded (20)

PPTX
Simplifica la seguridad en la nube y la detección de amenazas con FortiCNAPP
Cristian Garcia G.
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
 
PDF
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
PDF
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
 
PDF
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
PDF
UiPath Agentic AI ile Akıllı Otomasyonun Yeni Çağı
UiPathCommunity
 
PDF
My Journey from CAD to BIM: A True Underdog Story
Safe Software
 
PPTX
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
PDF
Open Source Milvus Vector Database v 2.6
Zilliz
 
PPTX
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 
PPTX
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
PDF
Automating the Geo-Referencing of Historic Aerial Photography in Flanders
Safe Software
 
PDF
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
DOCX
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
PDF
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
PDF
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
PPSX
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
PDF
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Simplifica la seguridad en la nube y la detección de amenazas con FortiCNAPP
Cristian Garcia G.
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
 
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Safe Software
 
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
 
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
UiPath Agentic AI ile Akıllı Otomasyonun Yeni Çağı
UiPathCommunity
 
My Journey from CAD to BIM: A True Underdog Story
Safe Software
 
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
Open Source Milvus Vector Database v 2.6
Zilliz
 
𝙳𝚘𝚠𝚗𝚕𝚘𝚊𝚍—Wondershare Filmora Crack 14.0.7 + Key Download 2025
sebastian aliya
 
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
Automating the Geo-Referencing of Historic Aerial Photography in Flanders
Safe Software
 
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
Unlocking FME Flow’s Potential: Architecture Design for Modern Enterprises
Safe Software
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 

Lecture2 networkclassification

  • 1. Lecture 2 Transmission Rate: The amount of data transferred per unit time from source to destination is called as transmission rate. Remember one thing, that the transmission rate is the property of machine (the rate at which machine is sending). Units are bits/sec. Propagation Delay: The amount of time taken per unit time, for the data to reach the destination and acknowledgment to come back to the source is called as propagation delay. Units are sec. Data Rate or Channel Capacity or Link Capacity: The amount of data per unit time which the medium is sending or transmitting through itself is called as Data Rate. Units are bits/sec. Remember that Data Rate or channel capacity is the property of medium and not of the machine. We will discuss later about the mathematical formulae given by Nyquist to calculate the data rate or channel capacity of a noiseless medium and another formulae by Shannon, called as Shannon channel capacity, which calculates the data rate for a noisy medium. Topology: Topology is defined as how the nodes in a network are physically placed. Key Elements of a LAN The key elements of a LAN are 1. Topology 2. Transmission Medium 3. Medium Access Control Together these elements decide the cost and capacity of the LAN, but also the type of data that can be transmitted, the speed and efficiency of applications. In terms of communication network, topology is defined as the way nodes or systems in a network are physically laid out. The common topologies for LAN are bus, tree, ring, star and mesh. Classification of Distance on the basis of Physical Layout or topology There are five possible classifications on the basis of topology or physical layout. 1. Bus 2. Star 3. Ring 4. Mesh Bus Topology Bus topology is characterized by the use of multipoint medium. In bus topology, all stations attach through appropriate hardware interfacing known as tap, to the transmission medium as shown in figure below.
  • 2. A transmission from any station propagates the length of the medium in both the directions and can be received by all other stations in the network. At each end of the bus is a terminator, which absorbs any signal, and thus removing it from the bus. In bus topology, any transmission made, will propagate through the medium and will be received by all stations in the network, so we require some way of indicating for whom the transmission is intended, i.e. who is the intended recipient. To solve this problem, station transmits in small blocks, called as frames, and each frame contains the date and frame header. Each station has a physical address, and this physical address is included in the frame header. The transmission happens as shown below. There is another problem associated with the bus topology, and it is controlling the access of the medium i.e. Medium Access Control. If two stations wish to transmit at the same moment of time, then their frames will collide and hence garbled up. So some mechanism is needed for controlling the access of medium among the stations. This we will discuss later in MAC.
  • 3. Tree Topology Actually bus is a special case of tree, with only one trunk and no branches. The transmission medium is a branching cable with no closed loops as shown in the figure below. The tree layout begins at a point known as headend. One or more cables start at the headend, and each of these may have branches. As with the bus, transmission from any station will propagate throughout the medium, received by all the stations and finally at each end there are terminators, which absorb the signals. In bus topology, any transmission made, will propagate through the medium and will be received by all stations in the network, so we require some way of indicating for whom the transmission is intended, i.e. who is the intended recipient. To solve this problem, station transmits in small blocks, called as frames, and each frame contains the date and frame header. Each station has a physical address, and this physical address is included in the frame header. Transmission Media for Bus LANs There are four possible alternatives that can be used for Bus LANs 1. Twisted Pair: 2. Baseband Coaxial Cable 3. Broadband Coaxial Cable 4. Optical Fiber Ring Topology In ring topology, the network consists of stations joined together in a ring like fashion through point-to-point links. These links are unidirectional i.e. data circulate around the ring in one direction. In ring topology token passing technique is used. a special control frame called as token. Generally this token propagates around the logical ring, with only the token holder being permitted to transmit frame. Since only one station can hold the token at a time, and there is only one token in the ring, no collisions can occur. This access method is called as token passing. After a station get hold of the token, he starts transmitting the data. A token with the data is known as frame, so a frame is placed on the transmission medium, which also contains the address of intended recipient. All the station in the network can receive the packet, but only intended receipt will copy the contents of the frame, and finally when the frame reaches again to the source, he removes the data from the frame.
  • 4. The above diagram shows, how frame transmission happens in the case of ring LAN. Star Topology In the star LAN topology, each station is directly connected to a common central node. Each station attaches to a central node via two point-to-point links, one for transmission and one for reception. The central node act as frame switching device. An incoming frame is buffered in the central node and then retransmitted on an outgoing link to the destination station.
  • 5. Mesh Topology There is another topology, in which each computer is directly connected to every other computer in the network; such a topology is called as mesh topology. The only disadvantage with Mesh topology is that lots of wires are required whereas there are lots of advantages. 1. No central dependency. 2. Data can be transmitted directly from one computer to another computer or indirectly if any link is broken. So this means Mesh topology is reliable and robust also compared to other topologies. For more discussion on LAN topology refer to Brendan Tangney. You should be able to answer the following question. What is the difference between various topologies, and also you should be able to write short notes on each topology, covering every point. Classification of Network on the basis of Distance There are three classification of LAN on the basis of distance 1. LAN 2. MAN 3. WAN LAN: LAN is an acronym for Local Area Network. A LAN is a kind of network, where the network spans within a range of certain Km, in other words network is local. For Example: Computers communicated to each other in a lab forms a LAN. Infact multiple departmental labs in a campus or university connected to each other form a network of LANs i.e. A campus, where computers in mechanical lab are connected with each other, that may in turn be connected to computers civil engineering through a networking device like bridge or switch or hub. 1. So LAN means, connecting computers in local area. 2. In LAN networking devices like hubs, repeaters or bridges are used. 3. LAN topology generally consists of Bus and Ring. 4. LAN forms a multipoint network. 5. LAN topology has a major overhead of medium allocation, as LAN form a multipoint network which means, multiple devise share the network so who should gain access to the network (It’s obvious that all of them cannot access the network simultaneously). We will discuss this problem in detail later, and this problem is known as Medium Allocation Problem. Example of LAN MAN: MAN is an acronym for Metropolitan Area Network. A MAN is a network, where the network spans across the cities i.e. interconnecting cities. For example, an organization has an office in Muscat and another office in salalah, so connecting the computers of office in Muscat with the office in salalah forms a MAN.
  • 6. 1. So MAN means, connecting computers or network across cities. 2. Routers are used for interconnecting networks present in two different cities. 3. We are concerned about routing efficient strategies. WAN: WAN is an acronym for Wide Area Network. A WAN is a network, where the network spans across continents i.e. connecting countries. For example an organization has one office in Oman, office in INDIA and another office in USA, so connecting the computer of all the three offices together through a network is called as WAN. 1. In WAN networking devices like routers and satellites are used. 2. So WAN means, connecting computers or network across continents. 3. WAN topology may consist of star, tree, mesh, satellite. Example of WAN Subnet is the above diagram can be defined as a network which consist of routers, a network that consist of network devices and helps in connecting two distant networks is called as subnet.