Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Topological Analysis of Mobile ad hoc networks in large

scale scenarios

V.R.Sarma Dhulipala1 Sivaranjani.R.N2 Jaisree.S3

1. Lecturer, Anna University, India


2. student , Anna University, India
3. student, Anna University , India
E-mail: sivaranjani.itbit@gmail.com

Abstract

As wireless networks grow in size, their complexity also increases . The grown complexity can be studied and analysed
based on few network parameters like throughput and delay in various ways and one of them is the study of the
scalability of topologies .This paper presents a study on the analysis of Star and Ring topologies in mobile ad hoc
networks . we simulated for 5 interactive runs for the comparison and analysis. The two above topologies were
graphically depicted and explained. we also explained the causes for observed delay and throughput.

Keywords: MANET,star topology,ring topology, fault, throughput and delay

1.0 INTRODUCTION The single most important feature that differentiates


Mobile Ad hoc network (MANET) is a kind of wireless ad- MANET is the absence of a fixed infrastructure. No part of
hoc network, and is a self-configuring network of mobile the network is dedicated to support individually any
routers (and associated hosts) connected by wireless links – specific network functionality, with routing (topology
the union of which form an arbitrary topology. Each node discovery, data forwarding) being the most prominent
example. Additional examples of functions that cannot rely
of an ad hoc network can both route and forward data.The
exploding need for computing and communication on the on a central service, and which are also of high relevance to
move has led to reliance on ad hoc network .The routers are this work, are naming services, certification authorities
(CA), directory and other administrative services. Even if
free to move randomly and organize themselves arbitrarily;
thus, the network's wireless topology may change rapidly such services were assumed, their availability would not be
and unpredictably[9,10]. Such a network may operate in a guaranteed, either due to the dynamically changing
topology that could easily result in a partitioned network, or
standalone fashion, or may be connected to the larger
Internet. due to congested links close to the node acting as a server.
Furthermore, performance issues such as delay constraints
on acquiring responses from the assumed infrastructure
would pose an additional challenge. Additionally , in
MANET freely roaming nodes form transient associations
with their neighbors, join and leave MANET sub-domains
independently and without notice. Thus it may be difficult
in most cases to have a clear picture of the ad hoc network
membership[1] Consequently, especially in the case of a
large-size network, no form of established trust
relationships among the majority of nodes could be
assumed. In such an environment, there is no guarantee that
a path between two nodes would be free of malicious
Fig.1Mobile Ad hoc network

1
Topological Analysis of Mobile Ad Hoc Networks in Large Scale Scenarios

nodes, which would not comply with the employed protocol Although Scalable Networks describes
and attempt to harm the network operation. QualNet Simulator as very fast and scalable and supporting
10’s of thousands of nodes, we were not able to run all
The definition of scalability is that the routing protocol simulations initially planned for this project. At first we
must provide with additional throughput and low delay[8]. intended to employ 1000 nodes, as this number was often
In this paper we analyse the scalability of star and ring chosen in other papers. Unfortunately, we realized that the
topology in mobile ad hoc network .we detail our general simulation is not feasible at this number of nodes, because
methodology for ascertaining the scalability of topologies it would require huge system resources and take weeks to
and then provide simulation results and analysis for ad hoc complete[2]. As the university edition of QualNet only
network under study supports sequential execution on one processor, our
simulator could not make use of the three processors built
into our system. So we decided to redimension the project
to 100 nodes.
2.0 Design of our Experiment and parameters: 2.2 Star Topology

Efficient,ScalableNetwork Simulation:Past simulation tools Star networks are one of the most common computer
network topologies. In its simplest form, a star network
lack the ability to simulate large scale networks in an
accurate manner. This is due to the fact that past simulation consists of one central switch, hub or computer which acts
tools require an immense amount of memory and runtime as a conduit to transmit messages. The star topology
reduces the chance of network failure by connecting all of
that make such studies impractical. QualNet , on the other
hand ,is a scalable network simulation library that was the systems to a central node. When applied to a bus-based
designed with the primary goal of simulating large high network, this central hub rebroadcasts all transmissions
fidelity models of wired, wireless, and mixed networks in received from any peripheral node to all peripheral nodes
an efficient manner [5, 6]. on the network, sometimes including the originating node.
All peripheral nodes may thus communicate with all others
The simulations were performed with
five different area sizes and numbers of nodes ,5 nodes,10 by transmitting to, and receiving from, the central node
nodes,50 nodes,100 nodes. In order to speed up the only. The failure of a transmission line linking any
peripheral node to the central node will result in the
simulations, we only used one source and a single
destination node. The nodes were randomly distributed. isolation of that peripheral node from all others, but the rest
of the systems will be unaffected.
2.1Simulation Environment:
Advantages

The simulations were performed using the QualNet • Good performance.


Simulator v4.0 from Scalable Network Technologies, • Scalable, Easy to set up and to expand.
which is a commercial GloMoSim based product [5,6]. A • Any non-centralised failure will have very little
Sun SPARC UltraAX-MP (3 x 433 MHz, 2GB memory) effect on the network, whereas on a ring network it
built our hardware environment. While it exists a multi- would all fail with one fault.
threaded version of QualNet for parallel execution on • Easy to detect faults
multiple processors, the university version only supports a • Data Packets are sent quickly as they do not have
single processor. The simulator is fully implemented in to travel through any unnecessary nodes.
C++ while the graphical toolkit is implemented in Java. • It is used for centralised control.
QualNet Developer is a collection of five different tools:
• QualNet Simulator: The simulator itself, fast and
scalable. Each device is isolated on its own cable. This makes it easy
• QualNet Animator: A graphical user interface for to isolate individual devices from the network by
intuitive experiment setup and animation tool. disconnecting them from the wiring hub.All data goes
• QualNet Designer: A finite state machine tool for through the central point, which can be equipped with
custom protocol development. diagnostic devices that make it easy to trouble shoot and
• QualNet Analyzer: A statistical graphing tool for manage the network. Hierarchical organization allows
evaluating the metrics. isolation of traffic on the channel. This is beneficial when
• QualNet Tracer: A packet-level visualization tool several, but not all, computers place a heavy load on the
for viewing the packets going up and down the network. Traffic from those heavily used computers can be
protocol stack separated from the rest or dispersed throughout for a more
even flow of traffic. First of all Star Topology is less
Simulation speed and scalability: expensive because each one of the device needs only one
link and one I/O port , it takes a very little time to install Advantages of Ring Topology – Design and
and also quite easy to configure it. Star topology is also Implementation is easy in Ring topology. Link failures can
strong like Mesh topology, if any node fails to connect it be easily identified Devices are connected with their related
will not affect the network, easy fault identification and nodes only.
error isolation ,easy to modify

Table 1: Parameters - Star Topology

Through 4.4*105 4.3*105 4.0*105 4.6*105


Put
Delay 0.035 0.038 0.037 0.035

Fig. 3: Ring Topology

Table 2: Parameters - Ring Topology

Through 4.4*105 4.3*105 4.0*105 4.6*105


Put
Delay 0.035 0.038 0.037 0.035

2.4 Scalability

Fig. 2: Star topology


Due to the continuing proliferation of ever more powerful
devices, it becomes increasingly interesting to build large-
2.3 Ring Topology scale and complex distributed network applications that one
is accustomed to from the Internet such as name services,
messaging systems or storage systems for mobile ad hoc
A ring topology is a network topology or circuit
networks as well. As peer-to-peer networks share key
arrangement in which each network device is attached
characteristics with MANETs such as resilience to dynamic
along the same signal path to two other devices, forming a
network topologies, the lack of any central infrastructure, or
path in the shape of a ring. Each device in the network that
the need for self-organization, the convergence of mobile
is also referred to as node handles every message that flows
ad hoc networks and peer-to-peer overlay networks appears
through the ring. Each node in the ring has a unique
to be a very promising way to build such distributed
address. Since in a ring topology there is only one pathway
applications in mobile environments. Unstructured,
between any two nodes, ring networks are generally
broadcast-based peer-to-peer networks generally suffer
disrupted by the failure of a single link.
from severe scalability problems with increasing numbers
The redundant topologies are used to eliminate network
of participating nodes, which especially limits their general
downtime caused by a single point of failure. All networks
applicability in MANETs with their scarce resources[3].
need redundancy for enhanced reliability. Network
reliability is achieved through reliable equipment and
network designs that are tolerant to failures and faults. The Scalability is a very important factor for mobile ad-hoc
FDDI networks overcome the disruption in the network by network protocols, as it determines if a protocol will
sending data on a clockwise and a counterclockwise ring. In function or fail when the number of mobile users increases.
case there is a break in data flow,the data is wrapped back However, there are still very few papers published in this
onto the complementary ring before it reaches the end of subject area. We assume this might be due to the huge
the cable thereby maintaining a path to every node within amount of system resources and processing power such a
the complementary ring. large scale simulation requires. We used Qual-Net

3
Topological Analysis of Mobile Ad Hoc Networks in Large Scale Scenarios

simulator, which is commercial and is faster than ns-2 for 0.06


instance.
0.05

0.04

delay(s)
star
0.03
ring
2.5 Throughput 0.02

Throughput is the rate at which a computer 0.01

or network sends or receives data. It therefore is a good 0


0 20 40 60 80 100 120
measure of the channel capacity of a communications
nodes
link[7]. Our present study focuses on the general properties
of the node throughput available for a fixed ad hoc wire- Fig 5: Nodes Vs delay(S)
less networks. The nodes in our model do not move, which
modifies the customary definition of an ad hoc network to a
backbone-less network of wireless nodes occupying a flat
topology. Throughput, Delay and Reliability are inter- 3.0 RESULT
related, i.e. a network will typically be able to achieve
better performance by reducing its delay or increasing its As a result of our studies, it is understood that ring structure
throughput. performs poor in larger networks, as it shows high delays
and delivers less than 30% of all packets in a network of
200 nodes. The performance of star structure was very
5
good in all network sizes.The results we obtained in this
4.5 simulation experiment were comparable and even better
4 compared to the simulation experiments conducted by other
3.5
simulation tools like NS-2, GloMoSim and other network
throughput

3
star
2.5
ring
tools by us. The results are almost found replicas of the
2
1.5
results quoted in references [2]. In this simulation, we also
1 found that star structure has higher throughput than ring
0.5 structure. The results shows that the better performance
0
0 20 40 60 80 100 120
can be had with the clustering of the systems and better
nodes processing capability equipment.

Fig 4: Nodes Vs throughput

2.5 Delay 4.0 CONCLUSION


Network delays and delay variations are two of the most Our study of this simulation experiment gave us an idea
important network performance metrics directly impacting about usage of a particular topology for various application
real-time applications. [4] environments and we think the results may better help the
• End-to-end delay: End-to-end delay indicates how long it other researchers working in this area. We also found the
took for a packet to travel from the CBR source to the results of our experiment may be added to literature for
application layer of the destination. It represents the better understanding of the particular scenario.
average data delay an application or a user experiences
when transmitting data.
As for as we have analysed star topology has a fairly
5.0 FUTURE WORK
constant delay whereas in ring topology the delay rises
abruptly and falls gradually with increase in number of In future we are planning to set up a systematic framework
nodes. for the study of various performance and quality of service
issues in networking standards with better ease.
6.0 REFERENCE

[1] Sheeraz Ahmed,Muhammad Bhilal,Umer Farooq,Fazl-


e-Hadi(2007), “Performance Analysis of various routing
strategies in Mobile Ad hoc Network using QualNet
simulator”, IEEE,1-6,2007.

[2] Hwee-Pink Tan,Adriana , Gabor,WinstonK.G.Seah,Pius


W.Q.Lee(2008 ), “Performance Analysis of Data Delivery
Schemes for a Multi-Sink Wireless Sensor Network”, 22nd
IEEE International Conference on Advanced Information
Networking and Applications (AINA),418-425,2008.

[3] Rajive Bagrodia,Ken Tang, Steve Goldman,Dilip


Kumar (2006), ‘An Accurate,Scalable Communication
Effects Server for the FCS System of Systems Simulation’,
IEEE,1226-1233,2006.

[4] Takashi Matsuda, Takashi Takeuchi, Hironori Yoshino,


Masumi Ichien, Shinji Mikami, Hiroshi
Kawaguchi,Chikara Ohta,Masahiko Yoshimoto(2006), “A
Power-Variation Model for Sensor Node and the Impact
against Life Time of Wireless Sensor Networks”,IEEE,106-
111,2006.

[5] Scalable Network Techologies, ‘Qualnet simulator’,


Software Package, 2003 [Online].
http://www.qualnet.com

[6] Scalable Network Technologies, ’Qualnet simulator’,


Software Package, 2003[Online].
http://www.scalable-networks.com

[7] Manthos Kazantzidis, Mario Gerla and Sung-Ju Lee,


“Permissible Throughput Network Feedback for Adaptive
Multimedia in AODV MANETs”, IEEE conference,pp.
1352-1356, 2001.

[8] Julian Hsu, Sameer Bhatia, Ken Tang, Rajive


Bagrodia, Michael J. Acriche, ” Performance of Mobile
Ad-Hoc Networking Routing Protocols in Large Scale
Scenarios”, pp. 1-7, 2004.

[9] Panagiotis Papadimitratos and Zygmunt J. Haas, ”


Secure Routing for Mobile Ad hoc Networks”, In
Proceedings of the SCS Communication Networks and
Distributed Systems Modeling and Simulation Conference

[10] Arun Kumar.B.R, Lokanatha C.Reddy, Prakash


S.Hiremath, ”Performance Comparison of Wireless Mobile
Ad-Hoc Network Routing Protocols”, IJCSNS
International Journal of Computer Science and Network
Security, VOL.8 No.6, pp. 337-343, June 2008.

You might also like