You are on page 1of 4

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017

RESEARCH ARTICLE OPEN ACCESS

Network Monitoring: Key Aspects in Packet Loss and its


Measurements
B Bindu Sahitya Devi [1], G Nageswara Rao [2]
Department of IT [1]
Department of CSE [2]
AITAM, Tekkali
Andhrapradesh, India

ABSTRACT
Networks involves with vast complications like establishment of network, maintenance of network and finally
monitoring of network. Establishment and maintenance may achieve with some fuss, as it is part of IT infrastructure
management system. But, when it comes to monitoring it is a 24*7 job and we need to do monitoring
locally and remotely too. The h a r d s h i p I f o u n d here is to involve in network monitoring with respect to FCAPS.
The loss of packets should be significantly identified. For that there is a need of appropriate diagnosis
methodology for packet loss which was happened mostly at network elements and intermediate elements. So,
in this paper we mentioned the goodness of network monitoring and those tools and methodologies.
Keywords : IT infrastructure management system, FCAPS, Packet Loss.

I. INTRODUCTION lost between the two end points, the video will show artifacts
and the audio will be distorted. Solution There are two main
Network Monitoring is a combination of art and science,
ways to help reduce the effect of packet loss due to network
we need to turn out every leaf of the tree, to show something
congestion: Increase the bandwidth of the congested link(s).
went wrong or everything is fantastic. Despite efforts of net-
Implement Quality of Service (QoS) to give priority to real-
work engineers and operators to limit loss, it will probably
time traffic. This will not help the congestion of the link,
never be eliminated due to the intrinsic dynamics and scaling
but it can give priority to applications like speech or video
proper-ties of traffic in packet switched network [1]. To
which lowers drop.
discuss about key factors of Network Monitoring packet loss
measurement is holding a major role. Quality is proportional
2. Device Performance
to testing [2]. Reasons for packet loss: 1. Congestion(Link
congestion) 2. Device performance (Router, Switch, etc.) 3.
If bandwidth is adequate, you can still face an issue if your
Software issues on Network device. 4. Faulty hardware and
router/switch/firewall is not able to keep up with the traffic.
cabling.
Lets take a scenario where you recently upgraded a link
1. Link Congestion from 10Gb to 15Gb because traffic reports show that you
were at full capacity during peak hours of the day. After the
Data must forward via different vendors devices and cables upgrade, your charts show the bandwidth going up to 1.5GB,
along its trip across the network. If one of these links is at but you are still experiencing network performance issues.
full capacity when data arrives, then it must wait its turn The issue could be that the device is not able to keep up with
before being sent across the probe. If a network device is the traffic, and you have hit the maximum throughput your
falling far behind, it wont have queue, so it does the only hardware can provide.
thing it can, which is to discard packet. The users application
realizes that a packet was lost, slows down its transfer The traffic is reaching the device, but the devices CPU or
speed, and re-transmits the data. If this was a downloading a memory is maxed out and not able to handle extra traffic.
file, email, or non real-time data transfer, the effect will be This results in packet loss for all traffic that is beyond the
minimal as long as the packet loss doesnt continue to happen. capacity of the box. Solution You must replace the hardware
The effect is very noticeable to the users. If you are on a with a new appliance that can handle your maximum
phone call and the network loses some data, there is no time throughput, or potentially cluster additional hardware to
to resend the packets since it is a real-time conversation. The increase your throughput.
user will typically hear breaks in the audio during small
packet loss, and potentially lose the phone call if the packet
loss is severe. Another critical application that has a low 3. Software issues (bugs) on a network device
threshold for packet loss is video conferencing. If data is

ISSN: 2347-8578 www.ijcstjournal.org Page 8


International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017

Bugs may cause new issues to not work at all when II. ANALYSIS
you install them, or can go undetected for a while before
you may notice performance issues of firmware. Once Even though we found the probable reasons, the important
the performance issue is detected and troubleshooting has issue is how much? It means how much packet loss is going
started, these types of issues are usually found using system on? So, we need a standard to see the how much loss is
logs and packet captures. Solution One must upgrade the going on. To do so, a deep study is recommended for packet
software on the specific device. loss measurement. Another important is Where to measure?
Either locally or remotely (RMON)? There have been many
4. Faulty Hardware or Cabling studies of packet loss behavior in the Internet. Bolot [3] and
Paxson [4] evaluated end-to-end probe measurements and
Traffic report shows that your links are not over-utilized, reported characteristics of packet loss over a selection of
and the hardware utilization is within specification. The paths in the wide area We sent some SNMP packets across a
next common issue that can lead to drops would be a physical network between manger and agent , the packet going across a
component that is malfunctioning. If hardware is not LAN, opens it and analyze it. This passive operation does
working properly, it will usually lead to error messages being nothing to the packets, it will continue on to their
seen on the console of the device or within system logs. If destinations.
there is a link problem, that will be seen as errors on an
interface. This can be seen on both copper cabling and fiber
optic. Solution hardware can be exchanged, or the fault link
must be repaired. These are the most common reasons for
packet loss on a network, but there are many other
reasons that can contribute to packet drops. The best way to
determine the root cause is through a network assessment
and detailed troubleshooting. Fig. 2. Router Functional Diagram

This way is Network Monitoring. In traditional model of


host configuration manager must monitor the whole
network, this leads N:1 ratio of clients to the manager.
icontroller = i1 + i2 + i3 + ... in
irepair = Cs /N
Where,
Cs= Capacity of controller
N = Number of Nodes
p
if ail = iupdate Cs /C (Nthreshold ) = 0

where
Nthreshold = Maximum network size.

Fig. 1. Network Elemments

Fig. 3. Network Controller

ISSN: 2347-8578 www.ijcstjournal.org Page 9


International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017

In the absence of routers bridges can transmit data in fast


manner. But router ought to do both routing facility and To support FCAPS, Netmon from windows, also captures all
network layer functions. traffic, it decode some proprietary Microsoft network
traffic, Microsoft RPC services that communicate using
In OAMP network monitoring (data gathering and anal- ysis) named pipes over windows NT networking. It covers 1.
will come under network administration. A closely related Network Address 2. Frames send 3. Frames received 4.
issue is the fact that loss is typically a rare event in the Bytes send 5. Bytes received 6. Directed frames send 7.
Internet [5]. Where as network operations center deals with Multicast sent 8. Broadcast sent Most network based
FCAPS. intrusion detection systems will also detect these instances of
Netmon.
Routers and Gateways form the backbone of networking.
Routers permit loops in the topology and thus are more III. PACKET LOSS MEASUREMENT
universal than bridges. That loops enable balancing of traffic TECHNIQUES
as well as self-healing of network in the case of link or
router failure. In the absence of routers bridges can transmit The main drawback of passive monitoring is that it requires
data in fast manner. But router ought to do both routing full access to network resources (e.g. routers, SNMP
facility and network layer functions. Brouter is device which utilization) otherwise it is impossible to combine into end-
can act both bridge and a router. Packet loss can happen toned Packet. For this reason Active Probing is becoming the
around brouter also. default means of network measurement and a considerable
amount of recent work has concentrated on developing
To find loss or faults in intermediate level such as routers techniques for active probing. Active measurement by probing
some traps were facilitated like cold start, link down, TCP
is a means by which testing packets (probes) are sent into the
connection close, etc.. To analyze data some information is
network. The network properties/performance are indirect by
very essential like interface state (UP/DOWN), hardware and
either measuring the responses to a stimulus probe from the
IP address, IP state (forwarding gateway/Not), IPTTL,
IPNextHopAddress, IP route age and mask, TCP state, network or by collecting the result at the remote receiving
neighbor state, SNMP trap, etc.. Here, mostly, in practice, end.
SNMP is only to detect problems not to repair them. So BADABING TOOL
SNMP need on-board intelligence like cfengine and PIKT.
Using the BADABING Tool we can measure the packet
loss more accurately than before. Thus we can find the
networks performance by calculating the packet loss. By
finding the networks performance we can use the network
according to our needs. Thus we can evaluate the network
performance by calculating the packet loss. We can measure
packet loss in military networks, hospital networks[10].
We begin by using our laboratory testbed to evaluate the
capabilities of simple Poisson-modulated loss probe mea-
surements using the ZING tool [6]. ZING measures packet
delay and loss in one direction on an end-to-end path.
The ZING sender emits UDP probe packets at Poisson-
modulated intervals with timestamps and unique sequence
numbers and the receiver logs the probe packet arrivals [7].
Passive Measurement is a means of tracking the perfor-
mance and behavior of packet streams by measuring the
user load without creating new or modifying actual load. It is
implemented by incorporating additional intelligence into
network devices to enable them to identify and record the
characteristics and quantity of the packets that flow through
them. List of tools available for us are Bit or packet rates
Packet timing / inter-arrival timing Traffic / protocol mixes

Fig. 3. Network Controller

ISSN: 2347-8578 www.ijcstjournal.org Page 10


International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 4, Jul Aug 2017

[3] J.-C. Bolot, End-to-end packet delay and loss


IV. CONCLUSION behavior in the internet, in ACM SIGCOMM
Computer Communication Review, vol. 23, no. 4.
Here, we categorize the methodologies of packet loss ACM, 1993, pp. 289298.
measurement along with the reasons of packet loss and how
network elements and intermediate elements will face the [4] V. Paxson, End-to-end internet packet dynamics, in
challenges and also involve in Network Monitoring. There is ACM SIGCOMM Computer Communication
a need of a hybrid policy to find packet loss and some Review, vol. 27, no. 4. ACM, 1997, pp. 139152.
appropriate steps to improve the network performance.
[5] Y. Zhang and N. Duffield, On the constancy of
REFERENCES internet path proper- ties, in Proceedings of the 1st
ACM SIGCOMM Workshop on Internet
Measurement. ACM, 2001, pp. 197211.
[1] W. E. Leland, M. S. Taqqu, W. Willinger, and D. V.
Wilson, On the self-similar nature of ethernet traffic [6] A. Adams, J. Mahdavi, M. Mathis, and V. Paxson,
(extended version), IEEE/ACM Transactions on Creating a scalable architecture for internet
networking, vol. 2, no. 1, pp. 115, 1994. measurement, IEEE Network, 1998.

[2] J. R. G. Uday kumar J, Understanding the [7] J. Sommers, P. Barford, N. Duffield, and A.
terminology and test plan a survey analysis, IJMET Ron, A geometric approach to improving active
MANAGEMENT AND RESEARCH, vol. 1, no. 5, packet loss measurement, IEEE/ACM Transactions
2014. on Networking, vol. 16, no. 2, pp. 307320, 2008.

ISSN: 2347-8578 www.ijcstjournal.org Page 11

You might also like