Lesson 4 — AI and Machine Learning in Network Operations
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
Time breakdown
- Read the notes7 min
- Sort the two examples3 min
Two different jobs
| Type | What it does | Network example |
|---|---|---|
| Generative AI | Produces new content that did not exist before | Drafts a suggested router configuration from a plain-English request; summarises an incident |
| Predictive AI | Forecasts an outcome or value from patterns in existing data | Warns 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.
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.
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?
See it happen
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.
Check this section before moving on
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
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
