Tutorial 1: Introduction to Network Management, Operations, and FCAPS

COMP347 Unit 8 – Network Management and Network Operations

Table of Contents

Learning Objectives

After completing this extended tutorial, you should be able to:

Overview

Network management is the discipline of planning, organising, controlling, and monitoring network infrastructure to ensure reliable, secure, and efficient delivery of services. In modern environments, networks span enterprise campuses, data centres, cloud providers, and edge locations, making management a complex, multi‑faceted challenge. This tutorial provides a comprehensive introduction to the fundamental concepts, architectures, and processes that underpin network management.

We begin by defining network management and its key objectives, then delve into the ISO‑defined FCAPS framework – Fault, Configuration, Accounting, Performance, and Security – which remains the de facto standard for classifying management functions. We explore the role of Network Operations Centers (NOCs), the integration with service management frameworks like ITIL, and the evolution from manual CLI‑based administration to software‑defined and intent‑based operations. Throughout, we emphasise practical applications, industry standards, and the interdependence of management functions.

This tutorial serves as the foundation for the entire Unit 8 series, bridging the textbook’s coverage of network control planes (Chapters 4–5) and security (Chapter 8) with the operational realities of running production networks.

Technical and Theoretical Content

1. Definitions and Scope

1.1 What Is Network Management?

Network management encompasses all processes, tools, and protocols used to operate, monitor, and control network infrastructure. It includes:

The ultimate goal is to deliver agreed service levels to users and applications while minimising operational costs and risks.

1.2 Key Objectives

2. The FCAPS Framework – In‑Depth

The ISO 7498‑4 standard defines five functional areas of network management, collectively known as FCAPS. We now examine each area in detail, including its sub‑functions, key metrics, and typical tools.

2.1 Fault Management

Objective: Detect, isolate, and correct abnormal network behaviour to restore normal service as quickly as possible.

Key metrics: Mean Time To Detect (MTTD), Mean Time To Repair (MTTR), availability (uptime), number of incidents.

Common tools: SNMP polling, syslog servers, ping/traceroute, network monitoring systems (Nagios, Zabbix), AI‑driven anomaly detection.

2.2 Configuration Management

Objective: Maintain consistent, known‑good configurations across all network devices and track changes over time.

Key metrics: Number of unauthorised changes, time to deploy a change, configuration drift percentage.

Common tools: NETCONF/RESTCONF, Ansible, Terraform, RANCID, custom scripts, version control (Git).

2.3 Accounting Management

Objective: Measure resource consumption for billing, chargeback, or capacity planning.

Key metrics: Bandwidth consumed, number of sessions, cost per GB, peak utilisation.

Common tools: NetFlow/IPFIX, sFlow, RADIUS accounting, cloud provider billing APIs.

2.4 Performance Management

Objective: Ensure that network performance meets service‑level objectives and optimise resource utilisation.

Key metrics: Average and peak latency, packet loss percentage, throughput (bps), utilisation (%), jitter (ms).

Common tools: SNMP, telemetry (gNMI), Prometheus, Grafana, commercial NPM (e.g., SolarWinds, Riverbed).

2.5 Security Management

Objective: Protect network assets and data from unauthorised access, misuse, and attacks.

Key metrics: Number of security incidents, time to detect/respond, patch compliance rate.

Common tools: Firewalls, IDS/IPS, SIEM (Security Information and Event Management), vulnerability scanners, endpoint protection.

FCAPS Interdependencies

The five areas are interconnected. For example, configuration changes (configuration management) can affect performance; security events (security management) may be triggered by faults; accounting data helps capacity planning (performance). Effective management requires holistic visibility across all domains.

3. Network Operations Centers and Organisational Models

A Network Operations Center (NOC) is a centralised facility where network and systems are monitored, managed, and maintained 24/7. NOCs are the heartbeat of network operations.

3.1 NOC Roles and Tiers

3.2 NOC Functions

3.3 NOC Maturity Models

Organisations often assess NOC maturity using a model such as:

4. Service Management and ITIL Alignment

While network management focuses on infrastructure, service management addresses the end‑to‑end delivery of services (e.g., VoIP, cloud storage, web hosting) to users. The ITIL (Information Technology Infrastructure Library) framework is widely adopted for service management and includes processes such as:

Network management provides the data and controls that underpin these service management processes. For example, performance metrics feed into SLA reporting, and configuration management supports change management.

5. Management Standards and Information Models

5.1 Standards Bodies and Protocols

5.2 Management Information Models

An information model defines the structure and semantics of management data.

The choice of information model affects the capabilities of management protocols, with YANG enabling richer configuration and telemetry.

6. Operational Workflows and Incident Management

Effective operations rely on standardised workflows. A typical incident management process (adapted from ITIL) includes:

  1. Detection: Alert from monitoring system, user complaint, or log analysis.
  2. Logging: Create a ticket with all relevant details.
  3. Categorisation & Prioritisation: Assign severity (e.g., P1–P4) and impact.
  4. Diagnosis: Investigate using tools, logs, and topology.
  5. Resolution & Recovery: Implement fix (e.g., rerouting, reboot, config rollback).
  6. Closure: Verify service restoration, update documentation, and close ticket.

Problem management is separate: it conducts root‑cause analysis (RCA) to prevent recurrence. This may involve “known errors” and workarounds.

Change management ensures that any modifications (hardware, software, configurations) are assessed for risk, approved, scheduled, and communicated.

7. Modern Trends and the Shift to Automation

8. Case Studies and Practical Scenarios

We now examine three scenarios that illustrate network management challenges in different contexts:

These cases demonstrate the integration of FCAPS areas and the importance of processes, tools, and skilled personnel.

Quiz (25 Questions)

All answers are hidden; click the Show Answer button to reveal.

Question 1:

What does the acronym FCAPS stand for?

Show Answer
Fault, Configuration, Accounting, Performance, Security.
Question 2:

Which FCAPS area is responsible for detecting, isolating, and correcting abnormal network behaviour?

Show Answer
Fault Management.
Question 3:

List three key metrics used in Performance Management.

Show Answer
Latency, packet loss, throughput (or jitter, utilisation).
Question 4:

What is the primary role of a Network Operations Center (NOC)?

Show Answer
To centrally monitor, manage, and maintain the network infrastructure 24/7, ensuring high availability and rapid incident response.
Question 5:

Define the difference between incident management and problem management in ITIL.

Show Answer
Incident management focuses on restoring service quickly after an incident; problem management seeks to identify and eliminate the root cause of incidents to prevent recurrence.
Question 6:

Name two management information models and the protocols that use them.

Show Answer
MIB (used by SNMP) and YANG (used by NETCONF/RESTCONF).
Question 7:

What is the objective of Accounting Management?

Show Answer
To measure resource consumption for billing, chargeback, or capacity planning.
Question 8:

List the four levels of NOC maturity mentioned in the tutorial (Reactive, Proactive, Predictive, Autonomous).

Show Answer
Level 1 – Reactive; Level 2 – Proactive; Level 3 – Predictive; Level 4 – Autonomous.
Question 9:

What are the three tiers of NOC personnel?

Show Answer
Tier 1 – NOC Technician; Tier 2 – Network Engineer; Tier 3 – Network Architect/Expert.
Question 10:

Why is change management important in network operations?

Show Answer
To reduce risk, ensure proper review and approval, and maintain stability by controlling the lifecycle of modifications to the network.
Question 11:

What is the relationship between network management and service management?

Show Answer
Network management focuses on the underlying infrastructure (devices, links, protocols) while service management focuses on end‑to‑end services (e.g., VoIP, web) and their quality as perceived by users. They are interdependent: service management relies on network management data for SLA monitoring and capacity planning.
Question 12:

Describe the purpose of configuration backup and restore in Configuration Management.

Show Answer
To maintain a known‑good state and enable fast rollback in case of misconfiguration or failure, ensuring quick recovery.
Question 13:

What are the “three pillars” of observability?

Show Answer
Metrics, logs, and traces (sometimes events are included as a fourth pillar).
Question 14:

Explain how telemetry differs from traditional SNMP polling.

Show Answer
Telemetry uses a push model: devices stream data periodically or on events, providing higher frequency and lower overhead. SNMP polling uses a pull model where the manager requests data, which can be inefficient for large networks and real‑time needs.
Question 15:

Which FCAPS area is directly concerned with the establishment and enforcement of access control policies?

Show Answer
Security Management.
Question 16:

What does the acronym AIOps stand for and what is its main goal?

Show Answer
Artificial Intelligence for IT Operations. Its main goal is to use machine learning and analytics to automate and enhance IT operations, including anomaly detection, root‑cause analysis, and predictive maintenance.
Question 17:

What is the difference between synthetic monitoring and real‑user monitoring?

Show Answer
Synthetic monitoring uses simulated transactions to proactively test performance; real‑user monitoring captures actual user interactions to assess experience and diagnose issues.
Question 18:

In the context of fault management, what is meant by event correlation?

Show Answer
Event correlation is the process of analysing multiple events (alerts, logs) to identify relationships, filter out noise, and determine the underlying root cause, often reducing the number of alarms to a single actionable incident.
Question 19:

Describe one challenge of network management in a multi‑vendor environment.

Show Answer
Challenges include inconsistent CLI, proprietary MIBs, varying support for standards (e.g., NETCONF), and disparate management tools, making automation and unified monitoring difficult.
Question 20:

What is the role of a runbook in a NOC?

Show Answer
A runbook is a documented set of procedures and scripts that guides operators through common incidents, ensuring consistent and efficient resolution.
Question 21:

Explain the term intent‑based networking (IBN).

Show Answer
IBN is an approach where network administrators declare high‑level business or operational intent (e.g., “ensure low latency between data centres”), and the network automatically translates this into configurations, continuously verifying that the intent is satisfied.
Question 22:

Which management area would you use to track the cost of bandwidth consumed by each department?

Show Answer
Accounting Management.
Question 23:

What is the purpose of a post‑incident review?

Show Answer
To analyse what happened, why it happened, what was done to resolve it, and how to prevent recurrence – it feeds into problem management and continuous improvement.
Question 24:

How does software‑defined networking (SDN) change traditional network management?

Show Answer
SDN centralises control and provides programmatic interfaces, enabling more flexible automation, rapid reconfiguration, and policy‑based management, reducing reliance on manual CLI operations on individual devices.
Question 25:

What is the difference between availability and reliability in network management contexts?

Show Answer
Availability measures the proportion of time a service is operational (uptime/total time). Reliability refers to the probability that a system will perform its function without failure over a given period (often measured by MTBF). A system can be highly available but still have frequent failures if MTTR is very short.

Exercises (12 Applied Problems)

Sample solutions are hidden – click to reveal.

Exercise 1:

You are a NOC technician monitoring a large enterprise network. You receive an alert that a core router is unreachable via ICMP ping. List the steps you would take for initial triage, and explain what additional information you would need to determine the severity of the incident.

Show Sample Solution
  • Verify the alert: check other monitoring systems (SNMP, syslog) to confirm the router is truly unreachable.
  • Check for scheduled maintenance or known issues.
  • Determine the impacted services and users – is this a single device or part of a larger outage?
  • Escalate to Tier 2 if necessary.
  • Create a ticket with timestamp, device, and initial findings.

Severity is determined by impact: number of affected users, criticality of services, and whether there is redundancy.

Exercise 2:

Draw a diagram showing the relationship between the five FCAPS areas and typical network devices (routers, switches, firewalls, servers). For each FCAPS area, list at least two example management tasks.

Show Sample Solution

Diagram: devices at the bottom, arrows to five boxes labelled Fault, Configuration, Accounting, Performance, Security.

  • Fault: monitor interface status, generate traps on link down.
  • Configuration: backup running config, deploy ACL changes.
  • Accounting: collect NetFlow data, RADIUS session logs.
  • Performance: poll interface utilization, track latency.
  • Security: enforce firewall rules, manage VPN certificates.
Exercise 3:

Given a scenario where users in a branch office complain about sluggish application response times, which FCAPS areas would you investigate first? Justify your answer and outline a diagnostic plan.

Show Sample Solution

Primary: Performance Management – check latency, packet loss, and throughput on the WAN link. Also Fault Management – look for errors or flapping interfaces. Security Management – consider DDoS or bandwidth‑hogging threats.

Diagnostic plan:

  1. Review WAN link utilization and error counters.
  2. Run ping and traceroute from the branch to key servers.
  3. Check QoS policies – are they correctly marking and prioritising application traffic?
  4. Examine if there are recent configuration changes (Configuration Management).
Exercise 4:

Identify three Key Performance Indicators (KPIs) that a NOC might track for a WAN link. For each, explain why it matters and what thresholds would trigger an alert.

Show Sample Solution
  • Latency (RTT): Affects user experience; alert if exceeds 200 ms.
  • Packet Loss: Degrades throughput; alert if above 1%.
  • Utilisation: Indicates capacity saturation; alert if average exceeds 80% over 5 minutes.
Exercise 5:

Research and write a brief paragraph on how a large cloud provider (e.g., AWS, Azure, GCP) implements network management at scale. Mention at least three tools or services they offer for monitoring and operations.

Show Sample Solution

Cloud providers use highly automated management with APIs, telemetry, and centralised controllers. AWS offers CloudWatch for metrics and logs, AWS X‑Ray for tracing, and AWS Config for configuration compliance. They also leverage AI/ML for anomaly detection. Their networks are software‑defined, enabling rapid provisioning and global monitoring.

Exercise 6:

Describe the difference between reactive, proactive, and predictive NOC operations. Give an example of each.

Show Sample Solution
  • Reactive: Respond to incidents after they occur – e.g., a link fails and technicians troubleshoot.
  • Proactive: Identify potential issues before they cause outage – e.g., monitoring utilisation trends and upgrading capacity.
  • Predictive: Use machine learning to forecast failures – e.g., predicting disk failure from SMART data and scheduling replacement.
Exercise 7:

You are tasked with implementing a change to improve security by updating firewall rules. Outline the change management process you would follow, including approval steps and rollback plan.

Show Sample Solution
  1. Request: Submit change request with justification, impact assessment, and proposed changes.
  2. Review: Technical review by security and network teams.
  3. Approval: Obtain sign‑off from change advisory board (CAB).
  4. Scheduling: Plan during maintenance window.
  5. Implementation: Apply rule changes, monitor for issues.
  6. Rollback: Have a backup of previous rules and a procedure to revert quickly if needed.
  7. Closure: Update documentation and verify compliance.
Exercise 8:

Compare and contrast centralised and distributed management architectures. In which scenario would you choose one over the other?

Show Sample Solution

Centralised: Single manager, simple, consistent view, but single point of failure and scalability limits. Best for small/medium networks.

Distributed: Multiple managers, fault‑tolerant, scalable, but complex coordination. Best for large enterprises and service providers.

Exercise 9:

Define observability and explain why it is considered an evolution beyond traditional monitoring.

Show Sample Solution

Observability is the ability to infer the internal state of a system from its external outputs (metrics, logs, traces). It goes beyond monitoring by enabling exploration of unknown unknowns – you can ask new questions without pre‑defining every metric. It is data‑centric and supports debugging complex distributed systems.

Exercise 10:

Describe a scenario where accounting management data is used for capacity planning. What data would you collect and how would you analyse it?

Show Sample Solution

Collect traffic volumes per link and per application over a long period (e.g., 6 months). Analyse trends to forecast growth. Use this to decide when to upgrade links, add new circuits, or adjust QoS policies.

Exercise 11:

How does a SIEM system support Security Management? List its main functions.

Show Sample Solution

A SIEM (Security Information and Event Management) collects and correlates security events from various sources (firewalls, IDS, servers). Functions:

  • Log aggregation and normalisation.
  • Real‑time alerting on suspicious activities.
  • Dashboarding and reporting.
  • Incident response workflow.
  • Compliance reporting.
Exercise 12:

Write a short essay (200‑300 words) arguing whether network management is becoming more or less important with the rise of cloud computing and managed services.

Show Sample Solution

Although cloud providers take on some management responsibilities (e.g., underlying hardware and virtual networks), network management remains critical. Enterprises must manage multi‑cloud connectivity, security policies, hybrid networks, and application performance. The shift to automation and observability makes network management more strategic – focusing on policies, SLAs, and business outcomes rather than low‑level device configuration. Thus, its importance persists, albeit with a different skill set.

Homework (10 In‑Depth Assignments)

Sample answers are hidden; use them to guide your study.

Homework 1:

Compare and contrast the FCAPS framework with the ITIL service lifecycle. How do they complement each other in a modern IT organisation? Provide specific examples.

Show Sample Answer

FCAPS is a functional model for network management; ITIL is a service management framework. FCAPS maps primarily to ITIL's Service Operation (Fault, Performance) and Service Transition (Configuration). They complement each other by linking network infrastructure management to business service goals. For example, ITIL's Incident Management uses fault management data; ITIL's Capacity Management uses performance metrics; ITIL's Change Management uses configuration management. Together they ensure that network management supports end‑to‑end service quality.

Homework 2:

Design a high‑level organisational structure for a NOC that supports a large enterprise with three data centres, a hybrid cloud, and 50 branch offices. Define roles, responsibilities, and escalation paths.

Show Sample Answer

Structure: NOC Manager, Shift Leads (24x7), Tier 1 technicians (monitoring, basic triage), Tier 2 engineers (troubleshooting, configuration), Tier 3 architects (design, complex problem resolution). Include specialised teams for cloud, security, and automation. Escalation: Tier 1 → Tier 2 (after 15 min) → Tier 3 (if unresolved after 1 hour). On‑call rotation for off‑hours.

Homework 3:

Research an industry‑standard network management tool (e.g., SolarWinds, Nagios, or Prometheus). Which FCAPS areas does it primarily address? What are its limitations in terms of Configuration or Accounting?

Show Sample Answer

Nagios excels in Fault and Performance management (monitoring, alerting). It can be extended for reporting but lacks built‑in configuration management and accounting. Prometheus focuses on Performance (metrics) with some fault detection via alerts. Neither is designed for configuration backup/change management; they require integration with other tools (e.g., Ansible, Git).

Homework 4:

Discuss the challenges of network management in a multi‑vendor environment. How can standards like SNMP, YANG, and NETCONF help?

Show Sample Answer

Challenges: inconsistent CLIs, proprietary MIBs, different capabilities, varying support for automation standards. Standards like SNMP (monitoring), YANG (data modelling), and NETCONF (configuration) provide a common language and interface, enabling unified management tools and reducing vendor lock‑in. However, not all vendors implement them uniformly.

Homework 5:

Write a one‑page white paper on the evolution of network management from CLI‑based approaches to intent‑based networking. Include key milestones and drivers (e.g., scale, cloud, DevOps).

Show Sample Answer

Evolution: CLI and scripts (manual) → SNMP‑based monitoring (automated data collection) → web dashboards and centralised NMS → SDN controllers and automation (NETCONF, APIs) → intent‑based networking (declarative policies, closed‑loop verification). Drivers: network scale, application agility, cloud migration, and DevOps practices. Intent‑based networking reduces human error and aligns network behaviour with business intent.

Homework 6:

Explain how synthetic monitoring can be used to proactively detect performance issues in a global enterprise network. Provide an example deployment.

Show Sample Answer

Synthetic monitoring uses simulated transactions (e.g., HTTP GET, DNS lookup, VoIP call) from distributed agents to measure performance. It can detect problems before users are affected. Example: deploy agents in each regional office that periodically ping and fetch a test page from central servers, measuring RTT and response time. Alert if thresholds are exceeded, enabling proactive troubleshooting.

Homework 7:

Evaluate the suitability of centralised management for a 5G mobile network core. What are the constraints and alternatives?

Show Sample Answer

5G requires low latency, high reliability, and massive scale (millions of devices). Centralised management may face latency and single‑point‑of‑failure issues. Alternatives: distributed and hierarchical management with edge computing and network slicing. Management functions can be distributed across regional data centres and edge nodes to reduce latency and improve resilience.

Homework 8:

Design a management architecture for a large enterprise with 10,000 devices, multiple data centres, and a global WAN. Include redundancy and scalability considerations.

Show Sample Answer

Architecture: hierarchical with regional NOCs (Americas, EMEA, APAC) and a central NOC. Each regional NOC manages its devices; central NOC handles global policies and reporting. Use federated management domains. Redundancy: multiple management stations with load balancing and failover, replicated databases, and backup links. Automation: use APIs and tools like Ansible for consistent provisioning.

Homework 9:

Describe the role of network management in a zero‑trust security architecture. How does Configuration and Security Management support zero‑trust principles?

Show Sample Answer

Zero‑trust assumes no implicit trust; every access request is verified. Network management supports this by enforcing strict access controls (Security Management), continuously monitoring for anomalous behaviour (Performance and Fault), and maintaining device compliance (Configuration Management). Automated configuration ensures that only authorised policies are applied, and telemetry helps detect deviations.

Homework 10:

Research and summarise the TM Forum’s eTOM framework. How does it relate to FCAPS? Provide an example of how a service provider would use both.

Show Sample Answer

eTOM (enhanced Telecom Operations Map) is a business process framework for service providers, covering operations, strategy, and infrastructure. FCAPS is a functional model for network management. eTOM includes processes like Fulfillment, Assurance, and Billing that rely on FCAPS activities. For example, the Assurance process uses Fault and Performance management to monitor SLAs; Fulfillment uses Configuration management to provision services; Billing uses Accounting data. Together they bridge operations and business.

Summary

This extended tutorial has provided a comprehensive introduction to network management, covering definitions, the FCAPS framework, NOC structures, service management integration, standards, operational workflows, and modern trends. We have examined how each FCAPS area contributes to reliable, secure, and performant networks, and how management architectures and processes must evolve to meet the demands of cloud, SDN, and automation.

The quiz, exercises, and homework have been designed to reinforce understanding and encourage critical thinking. Mastery of these fundamentals is essential for the subsequent tutorials, which will delve into specific management protocols (SNMP, NETCONF, RESTCONF), telemetry, configuration management, security operations, and emerging technologies like AIOps.

In the next tutorial, we will explore network management architectures and frameworks in greater detail, including centralised, distributed, and hierarchical models, and examine how they are implemented in practice.

COMP347 Unit 8 – Extended Tutorial 1 • TrustOpen University • Last updated: August 2026