A Simulator For Reporting Performance Data From Ne
A Simulator For Reporting Performance Data From Ne
Abstract: Now a days, the biggest challenge for Mobile Network Each and every node provides different counter values are
Operators is to provide broadband service with high stored in the node and network management system [5].
performance.4G(VoLTE) has been developed to meet user
Based on the intervals values of counter which are specific to
requirement by offering high speed data transfer services using
IMS network. The key performance indicators (KPI) are used to cscf (call session control function). It is the first point of
monitor and optimize mobile network performance in order to contact to IMS network which handles crores of calls on the
provide high quality services using counters. The indicators are network with high speed.
standardized by third-generation partnership project(3GPP).
Simulators are used in network element so that we can check the
capacity of each VM and calculated using counters from element
management system to network management system.
Keywords: Key Performance Indicators, Voice over Long Term
Evolution, third Generation Partnership Project, IP Multimedia
Subsystem.
I. INTRODUCTION
Which makes changes in the network element behavior with Applications set the counter values using the APIs provided
more performance than previous architecture so KPI rate is by the counter management of the TSP. The producer writes
good in IMS network, so the updates are made network the counters and their values to KAFKA at regular intervals.
elements improve the performance of node in network This interval is fixed at 60 seconds. In case the producer fails
management side. to write into KAFKA for any reason, Producer halts any
Authors Ayman and Mohamed [9][10][11] are further reading or collection of measurement values until the
experimentally proven that new counters give better KPI rate time Producer is able to write to KAFKA layer successfully.
to improve the voice quality by taking action against the The previously collected measurement values are retained
network behavior. This paper given the full information about and retried before giving up. Any failure to write to KAFKA
the experimental performance analysis of Volte. Based on this is logged. In case Producer goes down for any reason after
data analysis evaluates by different conditions of radio and reading the values from TSP without writing the data to
volte voice quality in terms of KPIs. Also, they provide basic KAFKA, the data will be lost.
procedure to carry out performance management of collected KAFKA
data from each or multiple network elements. Kafka cluster is used as the message bus between counter
Author Pawel Biskupski [12] measure the KPI which user can management, which acts as producer and Processor, which
make and maintain calls by evaluating call initiation and call acts as consumer. The VM is primary while the other two
drop rate (%). Verifying latency delay during a call using VMs are secondary. Only the aggregator on primary VM
latency, jitter metrices. In network elements this proven high reads all the incoming messages on the message bus. The
KPI rate for high speed voice rate. The special thing of messages written to KAFKA can only be deleted by KAFKA
considered research paper are more concentrated on voice after specified timeout. The timeout is configured
drop and migrates to 2G/3G if 4G signal is not able to get in appropriately to ensure no surge in the memory used.
the network those KPI are giving good results. Performance manager
Author Alessandro, Fabrizio [13] are estimated the network The PM reads the measurement data from KAFKA at the end
side KPIs and simulated counters using opnet performance of every granularity period. Since the Producer interval is
measurement tool. which is used simulate different conditions different than the granularity period, the PM collects the
of counter to reach NMS. The hardware implementation used multiple instances of same measurement and sum the values
is higher version as compare to above paper so the plenty of of all these instances before sending the values to aggregator.
counters can send at a time. Where common configuration of This summation is mandatory for all measurements unless the
node as capacity of 32GB ram, 30GB heap size etc., but in value received by the aggregator is already an absolute value.
this paper, authors introduce new hardware implantation with After collecting the measurement values from all the VMs,
48GB Ram and 42GB heap size, So the counter reach the PM Aggregator aggregates the measurements as per defined
destination from network level is better measurement. aggregation rules. The aggregation rules are defined for each
Author Smita Lonkar and Reddy [14] are did research on counter to specify the appropriate aggregation operations to
voice and video call of volte in core network to performance be performed on the measurement values before sending the
both should give good quality then end user of the product value to EMS. The supported aggregation operations are
should be happy and continue the same. So market will always SUM, AVG, MIN and MAX.
changes its current technology to provide best for users. Here
Authors are more concentrated on video and voice call issues
in the network. So they created new counter to verify the KPIs
values from node to network system which their information
gives better quality of volte and voip services for customers.
Author Wasi Ahmad [15] presented paper on LTE technology
with problem statement finding difficulty in reaching the
customers with good quality is a big task. But later 4G service
come up with dashboards with to see exact KPI values in all
over the regions. Here used simulator called TSP is integrated
into volte to increase the mobile voice accuracy and this
changes the business and marketing services. But this is not
sufficient to verify voice quality and TSP has some drawbacks
in case node hardware specification is not sufficient and
developed simulator needs check in new configuration
specification node to evaluate the analysis of volte network Figure 2: Producer and Consumer communication via
efficiency. topic
The node specific counters, there would exist only one
III. COMPONENTS OF SIMULATOR instance of the value. Since the producer interval is different
than the time period, there would be more than one value
This simulator is developed to report performance data from
written into KAFKA by the producer. The Processor
network element to network management system. The
calculates the value of the counter as described in
component consists to build up of simulator are Kafka,
Aggregation Methodologies.
producer, consumer, performance manager and hardware
resources.
Producer
AUTHORS PROFILE