| π Back to Exam Syllabus | πΊ RooCloud on YouTube | π RooCloud Practice Exams |
CISSP 11.17 - Secure Network Components (Part 5 of 5)
This episode of the ISC2 Certified Information Systems Security Professional (CISSP) exam prep series closes out secure network components from Domain 4 by looking at how a single shared medium gets used without chaos. It walks through how far a transmission reaches, how devices decide whose turn it is to talk, and the rules that keep a shared wire orderly under load.
What this episode covers
- Casting technologies β broadcast, multicast, unicast, anycast, and geocast define how many destinations one transmission reaches.
- Media access philosophies β arbitration, deconfliction, and contention trade coordinated order against the freedom to just transmit.
- Carrier sensing β a host listens before speaking, transmits when quiet, and only notices failure when no acknowledgment arrives.
- Collision detection β listen while transmitting, send a jam signal on a clash, then retry after a random interval; wired Ethernetβs method.
- Collision avoidance β request permission before sending so collisions are prevented, the approach wireless networking relies on.
- Token passing β a circulating token lets only its holder transmit, so two systems can never talk at once.
- Polling β a primary system offers each secondary a turn in sequence and can weight the order toward a critical device.
Watch the full episode above for the worked examples and detailed explanations of each concept.
Frequently Asked Questions
How many destinations can a single transmission reach?
That depends on the casting technology, and there are five worth knowing. A broadcast reaches every possible recipient at once, a multicast reaches a specific chosen group, and a unicast targets exactly one recipient. An anycast sends to whichever member of a group is nearest or best positioned, while a geocast delivers to every device inside a defined geographic area.
How do networks decide whose turn it is to talk?
Media access approaches fall into three broad philosophies. Arbitration uses a central authority or fixed rules to grant permission, so devices ask or wait their turn. Deconfliction avoids clashes in advance by handing each device its own dedicated time slot or frequency band. Contention lets devices simply compete for the medium and deal with collisions when they happen, trading order against freedom.
How do collision detection and collision avoidance differ?
Collision detection senses the medium, transmits if it is free, and keeps listening while it talks, sending a jam signal the moment two hosts clash so each waits a random interval before retrying. This is the method wired Ethernet uses. Collision avoidance instead requests permission before transmitting, so only one cleared device talks at a time and collisions are largely prevented rather than merely detected, which is what wireless networking relies on.
What makes token passing collision-free?
A digital token circulates among the systems, and only the host holding the token may transmit. When it finishes, it releases the token to the next system in line. Because exactly one device ever holds the token, two systems can never talk at once, so collisions simply cannot occur. This approach powered older ring-based network technologies.
How does polling keep order from the top down?
One system is designated the primary and the rest are secondaries. The primary asks each secondary in sequence whether it needs to transmit and grants permission when one does, then moves on to the next. It is the mirror image of collision avoidance, where the secondary asks for permission; in polling the primary offers it, and it can weight the order to give a critical system more frequent turns.
π 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 11.17 - Secure Network Components (Part 5 of 5).