Nms 3rd Unit
Nms 3rd Unit
Nms 3rd Unit
Fault detection
Fault management is the component of network management that detects,
isolates and fixes problems. When properly implemented, network fault
management can keep connectivity, applications and services running at an
optimal level, provide fault tolerance and minimize downtime. Fault
management systems are platforms or tools designed specifically for this
purpose.
Faults result from malfunctions or events that interfere with, degrade or
obstruct service delivery. Examples of faults include hardware failure,
connectivity loss or port status change. Once the fault management platform
detects a fault, it notifies the administrator -- and any additional authorized or
designated parties -- via an alarm or alert.
Fault correction
Error detection is the detection of errors caused by noise or other
impairments during transmission from the transmitter to the receiver.
Error correction is the detection of errors and reconstruction of the
original, error-free data.
Network trouble report
Business networks are complex, and many things can go wrong that disrupt
network performance. End users often complain about what appears to be
poor application performance, and there can be many possible reasons for
these hiccups. Here are nine of the most common network issues to
troubleshoot.
1. Slow network
Users complain the network is too slow. There can be many reasons why a
network that provided adequate performance in the past is now frustrating its
users. For instance, a new application, such as video conferencing or online
training videos, may have been added. A failing switch port or link could cause
traffic to route around the failure and overload another link.
In other cases, the network could be part of a larger organizational network.
As a result, a change in the larger network has resulted in more traffic through
the internet connection point, slowing responses to cloud-resident
applications.
Devices such as microwave ovens, cordless phones and Bluetooth can interfere with
Wi-Fi signals, too. A Wi-Fi network test tool can help identify the source of the
problem.
Or a cable was damaged when it was pulled around a sharp edge while work was done
on the heating or air conditioning pipes. It should be clear from the segment of the
network affected which cable was damaged. But finding the problem along a cable
stretching across the ceiling
If an application has been running for a long time, it may slowly leak resources. The
quickest way to improve performance is to stop and restart the application, although
sometimes you may need to stop and restart the entire system. Updating device drivers
may also improve performance.
Task Manager also shows applications you didn't know were running in the
background. One example would be Windows including games upon system startup.
Editing startup files can eliminate this problem.
Each DNS server along the path checks its cache before making a request to the next
server along the path. The next server then checks its cache, repeating the process. If
lookup is slow, there may be a slow link along the path or a slow or overloaded
server. To address this issue, your local network administrator can reconfigure local
routers to shift requests to a faster chain of servers.
Workstations are not assigned permanent addresses but receive one for a limited time
from DHCP. Systems re-request before the time runs out and usually receive the same
address. If the system shuts down without re-requesting and the time runs out, it loses
this address and may receive a different one upon startup.
The DHCP administrator may assign a static IP address to some network devices,
such as printers or web servers, because external systems won't be updated if an
address changes. One issue is users sometimes set up a private web server to support a
hobby, allocating a static address without informing the network administrator. Both
share a DHCP server in either an organization or home network. So, if the static
address matches one assigned by DHCP, it disrupts the network.
Often, these private web servers are set up to upload and download licensed music or
video and consume excessive network bandwidth.
7. Exhausted IP addresses
Internet addresses are in limited supply. Each service provider is given a supply based
on the expected number necessary. Most familiar are the IPv4 addresses, which were
originally thought to be adequate so every system could be allocated one. But, with
the proliferation of cellphones and other devices, it's been necessary to move
to IPv6 with 128-bit addresses for some networks.
Private addresses generally start with either 10 or 192.168 on networks using 32-bit
IPv4 addresses. These address ranges can be used many times, which helps to save
addresses. The NAT server maps traffic to its global address to communicate with the
internet. Responses are mapped back via the private addresses.
Sometimes, you need to stop and restart the print spooler, the software that stores files
until the printer is ready to print them. Also, check the printer vendor's website
because some brands have a downloadable app that can diagnose and fix problems.
If the OS was just upgraded, scan for other people with similar problems, or check
Microsoft.com to see if the company is aware of a problem. Shut off the printer, and
turn it back on. Also, shut down your system, and turn it back on.
Finally, update printer drivers and your OS. In some cases, you may need to
temporarily shut down your antivirus software. For a wireless printer, make sure it's
connected to the signal.
Try accessing the VPN from a different network, such as switching from Wi-Fi to
Ethernet to the router. If there is still a problem, refer to the firewall documentation
for other solutions, or contact the VPN vendor support.
In sum, networks are complex, and problems do occur. These are just some of the
most common types of network problems. When other types of network issues occur,
scan the web for help, or contact network service providers or device vendor support.
Symtoms
Identify Symptoms
Indicators are either physical or logical symptoms that help determine the nature of the
situation, the reach of the trouble, etc. These symptoms enable a network administrator
to adopt timely preventive measures to solve the challenge before it grows up beyond
control
Causes
Whether you're a phone service provider, internet service provider, or some other
type of telecommunications company, it's your responsibility to ensure that your
communication services are always operating correctly for your customers.
Network downtime will cause a whole list of problems, and all of them can be
very costly. You can even face fines for every minute of the network outage. If
your network is down for longer than a few minutes, you can be facing a lot of
money in fines, penalties, or SLA refunds.
Network failure can also lead to angry customers, which often leads to loss of
revenue.
Network Troubleshooting & Diagnostics
Network analysis can show you the leading causes of network problems
such as; slow speeds, network connection problems, packet loss on
overloaded network devices or missing information in your routing table
and other system databases.
Here’s our list of the best network diagnostic tools and troubleshooting
software:
Network Monitoring
Network monitoring solutions can also initiate failover to remove problem device or
circuits from duty until remediation can be performed to repair the issue. Ideally, a
proactive network monitoring solution will prevent downtime or failures before they
occur by identifying anomalies that could lead to outage if unchecked.
To maintain our connectivity, applications and services at an optimal level is something that
´s essential in our network management. Network Fault Management is what helps you to
identify, avoid and resolve problems that endanger optimum performance of our digital
transmission network.
Protocol Layering
A protocol is a set of rules and standards that primarily outline a language that
devices will use to communicate. There are an excellent range of protocols in
use extensively in networking, and that they are usually implemented in
numerous layers.
When the communication is complex, we must divide the task between different
layers, so, we need to follow a protocol at each layer, this technique we used to
call protocol layering. This layering allows us to separate the services from the
implementation.
Each layer needs to receive a set of services from the lower layer and to give
the services to the upper layer. The modification done in any one layer will not
affect the other layers.
Basic Elements of Layered Architecture
The basic elements of the layered architecture are as follows −
Service − Set of actions or services provided from one layer to the higher layer.
Protocol − It defines a set of rules where a layer uses to exchange the information with its
peer entity. It is concerned about both the contents and order of the messages used.
Interface − It is a way through that the message is transferred from one layer to another layer.
Reasons
The reasons for using layered protocols are explained below −
Layering of protocols provides well-defined interfaces between the layers, so that a change in
one layer does not affect an adjacent layer.
The protocols of a network are extremely complicated and designing them in layers makes
their implementation more feasible.