PracticeLabs
Week 9Lesson 4Required10 min estimated0% progress

AI and Machine Learning in Network Operations

Distinguish generative from predictive AI and explain, at awareness depth, how machine learning assists everyday network operations.

Lesson orientation

What you'll learn (3 objectives)~10 min: video → lesson → check → apply → lab prep

Learning objectives

  • Distinguish generative AI from predictive AI with a network example of each
  • Explain in one sentence what machine learning adds to network operations
  • Match AIOps tasks — anomaly detection, baselining, prediction — to the right AI type

Terms you will see

Generative AIPredictive AIMachine learningBaselineAnomaly detectionAIOps

Time breakdown

  • Read the notes7 min
  • Sort the two examples3 min

Two different jobs

Generative versus predictive
TypeWhat it doesNetwork example
Generative AIProduces new content that did not exist beforeDrafts a suggested router configuration from a plain-English request; summarises an incident
Predictive AIForecasts an outcome or value from patterns in existing dataWarns that a WAN link will likely saturate next Tuesday; flags an event as anomalous

A quick test that survives exam pressure: if the tool writes or builds something, think generative; if it forecasts or classifies, think predictive. Do not treat the two terms as interchangeable — sorting an example into the right bucket is exactly what this objective asks for.

Machine learning is the technique underneath. It is software that improves from data over time instead of following only fixed, hand-written rules. Feed it enough examples of normal network behaviour and it learns a baseline; new data departing from that baseline gets flagged. ML powers most predictive AI and much of modern generative AI — so AI is the capability and ML is a common way to build it.

How this shows up in operations

  • Baseline normal behaviour — typical latency, interface load, error rates — so that "normal" is measured rather than guessed.
  • Detect anomalies — surface the one interface behaving unlike its baseline, instead of making an operator scan hundreds of counters.
  • Predict problems — warn of a link likely to congest or a device trending toward failure before users feel it.
  • Assist troubleshooting and change — summarise an incident, or suggest a configuration a human then reviews.
AI does not replace the verification step
It accelerates detection, prediction, and drafting, but the operator still validates changes the same way as everywhere else in this course — reading show output and confirming intended state. A generated configuration or a predicted fault is a strong hint, not an approved change. The automation risk from Lesson 1 applies here with extra force: an unverified AI suggestion pushed through a controller scales a mistake to every device at once.

What you should retain

  • Generative AI creates new content — a config draft, an incident summary.
  • Predictive AI forecasts an outcome or value from data — a likely failure, a traffic spike, an anomaly.
  • Machine learning learns patterns from data over time and underpins both.
  • AIOps applies these to operations: baseline normal, detect anomalies, predict problems, assist change.
  • Humans still verify. AI assists; show-command validation does not go away.
Pause and predictNot scored — nothing is recorded

Before you read on

Two tools. One drafts a suggested router configuration from a plain-English request. The other warns that a WAN link will likely saturate next Tuesday, based on months of traffic data. Which is generative and which is predictive — and what does machine learning contribute to the second one?

Interactive tool
Optional~4 min

Flashcards

Drill generative versus predictive and the AIOps task list — this lesson is short enough that a single review pass covers the whole of it.

Section quiz

Check this section before moving on

Required8 questions~10 min

SDN, Virtualization & AI

The quiz opens on its own page so you can focus on it. It is a Week 1 milestone, tracked separately from this lesson's own completion.

Topics covered

  • The plane split in SDN
  • Northbound versus southbound APIs
  • Underlay, overlay, and fabric
  • Cloud service models
  • VMs, containers, and VRFs
  • Generative versus predictive AI
Start the quiz

Study deeper

Topic guides extend this lesson — they do not replace the first-party walkthrough above.

Automation & APIs

For the automation context these AI capabilities build on