🏠 Back to Exam Syllabus 📺 RooCloud on YouTube 🌐 RooCloud Practice Exams

CISSP 12.12 - Switching Technologies

This episode of the ISC2 Certified Information Systems Security Professional (CISSP) exam prep series compares the two ways data crosses distant networks, part of Domain 4. It explains how the switching model underneath a link shapes both reliability and security, so that knowing which model you have tells you where delays, failure points, and eavesdropping risks are likely to appear.

What this episode covers

Watch the full episode above for the worked examples and detailed explanations of each concept.

Frequently Asked Questions

What is circuit switching?

Circuit switching is the original approach, built to handle telephone calls across the old phone network. A dedicated physical pathway is set up between the two parties, and that same path stays fixed for the entire conversation, giving predictable timing, consistent quality, and almost no signal loss. The word permanent applies only within one session; once the call ends the path is released, and the next call may use an entirely different route. Think of booking a private highway lane that is yours until you hang up.

Where does circuit switching still live today?

Almost nowhere in data networking. Packet switching has taken over both data and voice for a long stretch, and even the old phone network moved to digital and voice-over-IP approaches. Circuit switching has not vanished entirely, though; you still find it running in places like rail yards, irrigation systems, and electrical distribution networks. Treat it as a foundational concept and a historical baseline, not the technology carrying your everyday traffic.

What is packet switching and why did it take over?

In packet switching your message is chopped into small segments, and each one travels across the intermediary networks on its own, carrying a header with source and destination information that devices read to route the piece. A path is reserved only for the instant a packet is crossing it, then freed for someone else. It won because it scales and resists path failures, since a damaged path can be routed around where a broken circuit simply drops the call.

How do circuit switching and packet switching differ side by side?

They pull in opposite directions. Circuit switching suits constant, steady traffic with fixed delays and is connection-oriented, while packet switching thrives on bursty traffic with variable delays and is connectionless. Circuit switching grew up around voice, while packet switching carries any kind of traffic. Because packet switching mixes many senders onto shared links, it invites disclosure, corruption, and eavesdropping, so you lean on traffic isolation and encryption.

What is a virtual circuit?

A virtual circuit is a logical pathway carved over a packet-switched network between two specific endpoints, giving circuit-like behavior on top of packet plumbing. A permanent virtual circuit acts like a dedicated leased line that is always defined and waiting, while a switched virtual circuit is built fresh each time from the best paths available, used, then torn down. In both, a packet entering one end always arrives at the other, even though individual packets may wander different routes.

📚 Master the ISC2 CISSP Exam!

Ready to test your knowledge? Access chapter-specific Multiple Choice Questions (MCQs) and full-length practice exams for the ISC2 CISSP certification at RooCloud.com. Solve the chapter-wise questions to reinforce this lesson before moving to the next episode.


Reference: This article is based on concepts discussed in CISSP 12.12 - Switching Technologies.