Modern organizations rarely operate entirely within one trusted physical location.
Employees work remotely. Administrators manage systems from centralized consoles. Organizations exchange data with banks, suppliers, cloud providers, telecommunications carriers, managed service providers, and business partners. Voice and video meetings cross the Internet. Satellite and cellular connections support remote facilities. Vendors may require temporary privileged access to repair critical equipment.
Every one of these connections creates a potential trust boundary.
The security objective is not simply:
βEncrypt the connection.β
A secure communication channel must also consider:
The current CISSP Examination Outline places these topics under Domain 4, Objective 4.3 β Implement secure communication channels according to design. The objective currently identifies four broad areas:
NIST's remote-access guidance emphasizes that remote users may include employees, contractors, partners, and vendors, and that both remote-access technologies and client devices should be protected according to their expected threats.
NIST Zero Trust guidance further emphasizes that network location alone should not create implicit trust. User and device authentication and authorization should occur before access to enterprise resources is established.
The central Lesson Sixteen question is:
How should remote users, administrators, collaboration systems, telecommunications links, partners, and vendors communicate with organizational resources without weakening confidentiality, identity, segmentation, least privilege, monitoring, or availability?
| Lesson Topic | Primary Alignment |
|---|---|
| Secure communication channels | Domain 4.3 |
| Voice communications | Domain 4.3 |
| Video conferencing | Domain 4.3 |
| Collaboration platforms | Domain 4.3 |
| Conference/meeting rooms | Domain 4.3 |
| Remote access | Domain 4.3 |
| Network administration | Domain 4.3 |
| VPNs | Domain 4.3 supporting concept |
| IPsec VPN | Domain 4.3 |
| TLS-based remote access | Domain 4.3 |
| Client VPN | Domain 4.3 |
| Site-to-site VPN | Domain 4.3 |
| Split tunneling | Domain 4.3 |
| Full tunneling | Domain 4.3 |
| MFA for remote access | Domain 4.3 / Domain 5 bridge |
| Endpoint posture | Domain 4.2 / 4.3 |
| Zero Trust Network Access | Domain 4.3 supporting concept |
| SSH | Domain 4.3 |
| RDP | Domain 4.3 |
| Bastion hosts | Domain 4.3 |
| Jump servers | Domain 4.3 |
| Privileged administrative workstations | Domain 4.3 |
| Backhaul networks | Domain 4.3 |
| Satellite communications | Domain 4.3 |
| Private carrier circuits | Domain 4.3 |
| Third-party connectivity | Domain 4.3 |
| Telecommunications providers | Domain 4.3 |
| Vendor remote support | Domain 4.3 |
| Hardware-support connectivity | Domain 4.3 |
| Information-exchange agreements | Domain 4.3 supporting governance |
| Session monitoring | Domain 4.3 |
| Time-limited vendor access | Domain 4.3 |
| Connection termination | Domain 4.3 |
| Secure information exchange | Domain 4.3 |
After completing this lesson, you should be able to:
Information may travel across:
Each path may contain infrastructure not controlled by the organization.
A secure communication channel may need to provide:
SECURE CHANNEL
β
βββββββββββββββββΌββββββββββββββββ
βΌ βΌ βΌ
CONFIDENTIALITY INTEGRITY AUTHENTICATION
β β β
βββββββββββββββββΌββββββββββββββββ
βΌ
AVAILABILITY
Depending on the use case, accountability and nonrepudiation may also matter.
Suppose an encrypted tunnel connects:
Attacker β Enterprise
If the attacker obtained valid credentials, encryption protects the attacker's communication from interception.
Therefore:
Encryption protects a channel. It does not automatically determine whether the communicating party should be trusted.
IDENTITY
+
DEVICE
+
AUTHORIZATION
+
ENCRYPTION
+
SEGMENTATION
+
MONITORING
+
SESSION LIFECYCLE
=
SECURE COMMUNICATION
Remote access allows a user or system outside the normal enterprise environment to access organizational resources.
Remote users may include:
NIST specifically recognizes these groups as common users of enterprise remote-access technologies.
REMOTE USER
β
βΌ
UNTRUSTED NETWORK
β
βΌ
REMOTE-ACCESS GATEWAY
β
βΌ
AUTHENTICATION
β
βΌ
POLICY / POSTURE
β
βΌ
AUTHORIZED RESOURCES
Traditional thinking:
OFFICE = INSIDE
INTERNET = OUTSIDE
Modern reality:
USERS
DEVICES
APPLICATIONS
CLOUD SERVICES
PARTNERS
β
βΌ
DISTRIBUTED ENVIRONMENT
This is one reason Zero Trust emphasizes identity and resource protection over simple network location.
Remote-access credentials are valuable because they can potentially provide attackers with legitimate-looking access.
Mitigations include:
A valid employee can connect using:
an infected laptop.
Therefore remote-access security should consider:
Remote users may connect through:
NIST notes that telework devices commonly operate on networks not controlled by the organization and should be secured accordingly.
Direct Internet exposure of remote-management services can create major risk.
CISA notes that attackers commonly exploit poorly secured remote desktop services, VPNs, compromised credentials, and remote-management software for initial access.
A VPN creates a protected logical communication channel across another network.
REMOTE CLIENT
β
βΌ
=========================
ENCRYPTED VPN TUNNEL
=========================
β
βΌ
VPN GATEWAY
β
βΌ
ENTERPRISE
A VPN can support:
But VPN security depends on:
A remote-access or client VPN connects an individual endpoint to an enterprise gateway.
LAPTOP
β
βΌ
INTERNET
β
βΌ
VPN GATEWAY
β
βΌ
CORPORATE NETWORK
Remote VPN access should consider:
OFFICE A
β
VPN GATEWAY
β
================
IPsec TUNNEL
================
β
VPN GATEWAY
β
OFFICE B
Users may not run VPN software individually because gateways protect traffic between sites.
Examples:
IPsec protects network-layer communications.
It can support:
For site-to-site VPN use, tunnel mode is common.
NEW IP HEADER
β
IPsec
β
ORIGINAL IP PACKET
The original packet is encapsulated.
Transport mode protects the payload of the original IP packet without creating the same full new outer tunnel structure.
Remote access can also use TLS-protected application sessions.
Possible implementations include:
Application-focused remote access can sometimes avoid giving a user broad network-level connectivity.
Example:
USER
β
βΌ
TLS ACCESS GATEWAY
β
βΌ
AUTHORIZED HR APPLICATION
X
ENTIRE INTERNAL NETWORK
With full tunneling:
Most or all applicable client traffic is sent through the enterprise VPN.
REMOTE LAPTOP
β
βΌ
VPN TUNNEL
β
βΌ
ENTERPRISE SECURITY
β
βββ Internal resources
βββ Internet access
Full tunneling can improve:
It may increase:
Split tunneling permits some traffic through the enterprise VPN while other traffic accesses external destinations directly.
REMOTE LAPTOP
β
ββββΊ VPN βββΊ CORPORATE APPS
β
βββββββββΊ INTERNET
Split tunneling may reduce:
The remote endpoint may simultaneously connect to:
This can reduce centralized security visibility and potentially create a bridging risk.
Do not answer:
Split tunneling is always wrong.
Ask:
Because remote access crosses an external trust boundary, strong authentication is especially important.
PASSWORD
+
AUTHENTICATOR / TOKEN
+
OPTIONAL DEVICE SIGNALS
β
βΌ
REMOTE ACCESS DECISION
Authentication answers:
Who are you?
Authorization answers:
What may you access?
Remote access should not automatically provide:
the entire enterprise network.
Before granting sensitive access, policy may consider:
AUTHORIZED USER
+
MANAGED HEALTHY DEVICE
+
APPROPRIATE CONTEXT
β
βΌ
ACCESS
Zero Trust Network Access generally focuses on granting access to:
specific authorized resources
rather than extending broad network trust.
NIST emphasizes that Zero Trust removes implicit trust based solely on network location and authenticates/authorizes users and devices before sessions to resources are established.
USER
β
βΌ
VPN GATEWAY
β
βΌ
NETWORK ACCESS
β
βΌ
MULTIPLE RESOURCES
USER + DEVICE
β
βΌ
POLICY DECISION
β
βΌ
APP A
APP B β NOT AUTHORIZED
DB C β NOT EXPOSED
VPN:
creates a protected network path.
Zero Trust:
is an access-control architecture and security philosophy.
They are not simply interchangeable terms.
Administrators can potentially:
Therefore remote administrative access should normally receive stronger protection than ordinary user access.
ADMINISTRATOR
β
βΌ
STRONG AUTHENTICATION
β
βΌ
PRIVILEGED ACCESS GATEWAY
β
βΌ
JUMP SERVER
β
βΌ
AUTHORIZED TARGET
SSH supports secure remote command-line administration.
Use cases include:
Protect:
Instead of:
INTERNET ββββββΊ EVERY SERVER : SSH
prefer controlled architectures such as:
INTERNET
β
βΌ
SECURE ADMIN GATEWAY
β
βΌ
AUTHORIZED INTERNAL SERVER
Remote Desktop Protocol supports remote graphical access to Windows systems.
It can be operationally useful but should not normally be broadly exposed without appropriate protections.
Consider:
CISA recommends limiting RDP exposure and, when RDP is required, using measures such as MFA, logging, and restricting unnecessary remote desktop exposure.
A bastion host is a specially hardened system positioned to provide controlled access to more sensitive resources.
REMOTE ADMIN
β
βΌ
BASTION HOST
β
βΌ
INTERNAL ADMIN TARGETS
Because the bastion is exposed or highly trusted:
A jump server provides an intermediary administrative point between administrators and target systems.
ADMIN
β
βΌ
JUMP SERVER
β
βββ SERVER A
βββ SERVER B
βββ NETWORK DEVICE
It creates a chokepoint for:
A Privileged Access Workstation is a hardened endpoint dedicated to administrative activity.
The principle is:
Do not perform high-risk browsing, email, and privileged administration from the same unrestricted workstation.
NORMAL WORKSTATION
Email / Web / Office
β
PRIVILEGED WORKSTATION
Administrative activity
High-value remote administration may justify:
This provides:
Vendor or administrator access does not necessarily need to remain active 24/7.
Instead:
REQUEST ACCESS
β
βΌ
APPROVAL
β
βΌ
TEMPORARY PRIVILEGE
β
βΌ
TASK COMPLETE
β
βΌ
ACCESS EXPIRES
JIT access reduces the time during which privileged authorization exists.
This limits opportunity for:
Modern enterprise voice often travels through IP networks.
Therefore voice communications can face:
VoIP converts voice into network communication.
PHONE
β
βΌ
VOICE SIGNAL
β
βΌ
IP PACKETS
β
βΌ
NETWORK
β
βΌ
REMOTE PHONE
VoIP systems commonly involve:
Signaling establishes/manages calls.
Media carries the actual audio.
SIP is commonly associated with establishing, modifying, and terminating multimedia communication sessions.
At CISSP level:
Think call/session signaling.
Attackers may attempt:
Voice traffic may require encryption where confidentiality is important.
Otherwise:
A network attacker capable of capturing media traffic may potentially listen to conversations.
Protecting signaling does not necessarily mean:
the media itself is encrypted.
Both paths must be evaluated.
Traditional phones and data networks may have been separate.
VoIP converges them.
NETWORK FAILURE
β
βββ DATA OUTAGE
βββ VOICE OUTAGE
Voice infrastructure may require:
Video platforms may expose:
Examples include:
Public webinar:
intentionally broad access.
Executive acquisition discussion:
tightly controlled participants.
Controls should reflect information sensitivity.
Possible controls include:
Users may accidentally display:
Before sharing:
A recording may contain:
RECORD
β
βΌ
STORE
β
βΌ
ACCESS CONTROL
β
βΌ
RETENTION
β
βΌ
DELETE / ARCHIVE
Treat recordings according to:
Platforms may support:
Each creates additional attack surfaces.
Ask:
Modern conference rooms may contain:
Therefore:
A conference room can be a network-connected endpoint.
Protect:
A compromised room system could potentially expose:
Organizations may exchange data through:
The channel should provide protection appropriate to the information risk.
A carrier-provided private circuit may reduce exposure compared with ordinary Internet routing.
But confidentiality requirements may still justify:
encryption.
Do not confuse:
with:
Carriers may transport:
Dependence on a carrier creates third-party risk.
Ask:
A backhaul network connects an edge, branch, wireless site, or remote system back toward a core network or service.
Conceptually:
REMOTE SITE
β
βΌ
ACCESS NETWORK
β
βΌ
BACKHAUL
β
βΌ
CORE NETWORK
If backhaul fails:
the remote site may lose connectivity even though its local equipment still operates.
Consider:
SITE
β \
β \
FIBER 5G
β β
βββββββ
β
CORE
A backup path using a different technology can improve resilience.
Two fiber circuits may both use:
the same physical trench.
True resilience requires understanding actual dependencies.
Satellite communication may support:
The current CISSP outline explicitly identifies satellite communication under Domain 4.3.
REMOTE TERMINAL
β
βΌ
UPLINK
β
βΌ
SATELLITE
β
βΌ
DOWNLINK
β
βΌ
GROUND STATION
β
βΌ
CORE NETWORK
Consider:
NIST's Hybrid Satellite Network profile emphasizes managing cybersecurity across interfaces among independently owned and operated satellite components with potentially different assurance levels.
Satellite security is not only about:
the spacecraft.
Ground systems, networks, applications, and terminals also need protection.
NIST's commercial satellite guidance emphasizes cybersecurity risk management across the supporting operational environment.
Some satellite paths have higher latency than terrestrial connections.
This may influence:
Third-party connectivity allows an external organization to access systems or exchange information.
Examples:
YOUR ORGANIZATION
β
βΌ
SECURITY GATEWAY
β
ββββ TRUST BOUNDARY ββββ
β
βΌ
THIRD PARTY
A vendor with access to one server should not automatically receive access to:
VENDOR
β
βΌ
ONLY REQUIRED SYSTEM
β
X
OTHER SYSTEMS
VENDOR
β
βΌ
REMOTE ACCESS GATEWAY
β
βΌ
VENDOR ACCESS ZONE
β
βΌ
AUTHORIZED TARGET
X
GENERAL INTERNAL NETWORK
Segmentation can reduce:
Do not weaken controls because:
βThey are the vendor.β
Third-party privileged connections can be especially attractive to attackers.
Poor:
vendoradmin / shared among six technicians.
Better:
unique attributable identities where feasible.
Unique accounts support:
SUPPORT REQUEST
β
βΌ
APPROVAL
β
βΌ
ACCOUNT ENABLED
β
βΌ
MAINTENANCE SESSION
β
βΌ
ACCESS DISABLED
CISA guidance for third-party access recommends least privilege and deactivation of third-party connections after the required work is completed.
Some hardware may include vendor remote-support capability.
These connections can become:
hidden alternate entrances.
Remote Monitoring and Management tools can provide powerful administrative capability.
Attackers also abuse legitimate remote-management tools.
CISA recommends inventorying and controlling authorized RMM software, monitoring its use, and requiring approved remote-access solutions.
Organizations should know:
For sensitive systems, consider:
If a vendor changes:
the organization should maintain accountability.
A vendor may authenticate correctly using:
an infected laptop.
Therefore third-party access may require:
A virtual desktop can allow a remote user to interact with enterprise applications while reducing direct transfer of information to the external endpoint.
REMOTE DEVICE
β
βΌ
SECURE SESSION
β
βΌ
VIRTUAL DESKTOP
β
βΌ
INTERNAL APPLICATIONS
Screenshots, compromised endpoints, and user actions still matter.
NIST SP 800-47 Rev. 1 emphasizes protecting exchanged information before, during, and after an exchange, based on risk.
IDENTIFY EXCHANGE
β
βΌ
ASSESS RISK
β
βΌ
DEFINE PROTECTION
β
βΌ
ESTABLISH AGREEMENT
β
βΌ
IMPLEMENT CONNECTION
β
βΌ
MONITOR
β
βΌ
TERMINATE WHEN NO LONGER NEEDED
An information-exchange agreement can define:
NIST defines an information exchange agreement as documenting protection requirements and responsibilities for information exchanged outside system authorization boundaries.
A contract may say:
βVendor shall protect the data.β
Technical controls must still enforce appropriate:
An SLA can define measurable service expectations.
Examples:
An SLA documents expectations.
It does not eliminate:
If one telecom provider supports:
the organization may have concentration risk.
For critical communications, consider:
Before establishing external connectivity:
Maintain awareness of:
Unknown connections are difficult to protect.
Watch for:
When the:
access should be reviewed or removed.
RELATIONSHIP ENDS
β
βΌ
DISABLE ACCOUNTS
β
βΌ
REVOKE CERTIFICATES / TOKENS
β
βΌ
REMOVE VPN / FIREWALL RULES
β
βΌ
DELETE UNUSED TRUST
β
βΌ
VERIFY
A vendor VPN that has not been used for two years may still provide:
an active attack path.
Lifecycle review matters.
A perfectly encrypted communication system is useless if:
nobody can connect during an emergency.
Secure communications also need:
PRIMARY FIBER
β
X
β
βΌ
5G / SATELLITE BACKUP
β
βΌ
CRITICAL COMMUNICATION CONTINUES
A backup path using a different transmission technology can reduce shared failures.
Example:
Encryption protects confidentiality.
It can also hide:
malicious activity
from intermediate monitoring systems.
Organizations may place monitoring:
The objective is to balance:
Useful records may include:
For vendor activity, logs can support:
Long-lived unused sessions can increase risk.
Session policies may include:
A session authenticated at 8:00 AM should not necessarily receive indefinite trust.
Higher-risk operations may justify:
Organizations may exchange files using:
Controls should consider:
Remote access and third-party connectivity create egress paths.
Monitor for:
Organizations increasingly use 4G/5G for:
NIST published 5G Network Security Design Principles in March 2026, emphasizing isolation among data-plane, control-plane, and operations/maintenance traffic in 5G environments.
For CISSP purposes:
Treat cellular links as communication channels that still require risk-based identity, segmentation, management, and application security.
Use CHANNEL when evaluating secure communication questions.
Who or what is connecting?
Is the communicating device trustworthy?
Apply least privilege.
Restrict the blast radius.
Use appropriate secure protocols and encryption.
Monitor sessions and anomalies.
Expire access when it is no longer required.
C
CONFIRM IDENTITY
β
βΌ
H
HARDEN ENDPOINT
β
βΌ
A
AUTHORIZE
β
βΌ
N
NETWORK SEGMENT
β
βΌ
N
NEGOTIATE PROTECTION
β
βΌ
E
EXAMINE / LOG
β
βΌ
L
LIMIT LIFECYCLE
REMOTE USER
β
βΌ
UNTRUSTED NETWORK
β
βΌ
ACCESS GATEWAY
β
βββββββββββββββΌββββββββββββββ
βΌ βΌ βΌ
IDENTITY DEVICE CONTEXT
β β β
βββββββββββββββΌββββββββββββββ
βΌ
POLICY DECISION
β
βΌ
LEAST-PRIVILEGE
SESSION
β
βΌ
AUTHORIZED RESOURCE
β
βΌ
MONITORING
VENDOR TECHNICIAN
β
βΌ
MFA + AUTHORIZATION
β
βΌ
VENDOR ACCESS GATEWAY
β
βΌ
SESSION MONITORING
β
βΌ
JUMP SERVER
β
βΌ
AUTHORIZED DEVICE
β
X
OTHER ENTERPRISE SYSTEMS
An employee requires access to a sensitive finance application from home.
Which design is BEST?
A. Provide unrestricted Internet access directly to the finance server.
B. Use strongly authenticated secure remote access that limits the employee to required resources.
C. Allow Telnet directly from the Internet.
D. Share the finance administrator account.
B
A company uses a strongly encrypted VPN but users authenticate with passwords that are frequently phished.
What is the MOST important improvement?
A. Add stronger user authentication such as MFA.
B. Increase monitor size.
C. Remove encryption.
D. Disable logging.
A
Encryption does not compensate for weak identity controls.
Security wants all remote web traffic inspected through corporate controls.
Which configuration BEST supports this goal?
A. Full tunneling.
B. Split tunneling for all Internet traffic.
C. No VPN.
D. Public Telnet.
A
Users experience severe latency because all cloud collaboration traffic crosses a distant corporate VPN gateway.
What should the architect do?
A. Evaluate risk-based split tunneling or modern resource-specific access rather than assuming one design is always required.
B. Disable authentication.
C. Remove all endpoint protection.
D. Use Telnet.
A
Administrators currently connect directly from home computers to internal servers.
What is the BEST improvement?
A. Use managed administrative endpoints and controlled access through a privileged gateway/jump environment.
B. Open additional public administrative ports.
C. Share an administrator password.
D. Disable session logging.
A
A Windows server exposes RDP directly to the public Internet.
Which recommendation is BEST?
A. Restrict remote desktop behind controlled secure access, require strong authentication, and monitor its use.
B. Remove all passwords.
C. Open RDP to every source.
D. Disable patching.
A
CISA warns that exposed and poorly secured remote services are frequently abused by attackers.
A hardware vendor requires access to one storage appliance for three hours.
What is the BEST access model?
A. Permanent enterprise VPN access.
B. Time-limited, monitored, least-privilege access to the specific system.
C. Shared domain administrator account.
D. Unrestricted internal access.
B
A business partner requires database information for one application.
What should the organization do FIRST?
A. Identify the exchange requirements, data sensitivity, and necessary protection before establishing connectivity.
B. Give the partner internal network access.
C. Disable monitoring.
D. Share a privileged account.
A
NIST SP 800-47 Rev. 1 recommends identifying information exchanges and establishing risk-based protections before, during, and after the exchange.
A company encrypts VoIP signaling but sends voice media unprotected.
What is the PRIMARY concern?
A. Conversations may still be intercepted through the media path.
B. Signaling encryption automatically protects everything.
C. Voice does not require confidentiality.
D. VLANs provide cryptographic confidentiality.
A
An executive meeting contains confidential merger information.
Which practice is BEST?
A. Require appropriate participant controls, protect recordings, and restrict sharing.
B. Publish the meeting URL publicly.
C. Allow anonymous participants automatically.
D. Store recordings without access controls.
A
A remote operation depends on one telecommunications backhaul link.
What is the PRIMARY availability concern?
A. The backhaul is a single point of failure.
B. Encryption is too strong.
C. The site has too many users.
D. The satellite has a MAC address.
A
Two WAN circuits use different providers, but both traverse the same bridge.
What is the PRIMARY concern?
A. Common physical failure.
B. Excessive provider diversity.
C. Too much encryption.
D. Authentication latency.
A
A remote site uses satellite connectivity.
Which consideration is MOST appropriate?
A. Evaluate terminal, ground infrastructure, provider trust, encryption, latency, and availability.
B. Assume satellite traffic is naturally confidential.
C. Treat the satellite as the only component requiring security.
D. Disable endpoint authentication.
A
A vendor completed a maintenance project four months ago, but its VPN account is still active.
What should occur?
A. Disable the unnecessary account and review the connection lifecycle.
B. Leave it indefinitely.
C. Give it more privileges.
D. Remove MFA.
A
A supplier has valid credentials but uses an unmanaged laptop.
What is the BEST concern?
A. User identity is valid, but endpoint trust has not been established.
B. Valid passwords guarantee device security.
C. Encryption makes device posture irrelevant.
D. The supplier should automatically receive administrator access.
A
A network-connected conference-room system is still running unsupported firmware.
What is the BEST response?
A. Treat it as an endpoint, assess risk, patch/replace it, and appropriately segment it.
B. Ignore it because it is only a camera.
C. Give it unrestricted internal access.
D. Remove authentication.
A
A third-party engineer performs privileged database maintenance.
Which control BEST supports accountability?
A. Individual identity plus privileged-session logging/recording.
B. Shared vendor password.
C. No logs.
D. Anonymous access.
A
Security discovers several unauthorized remote-management tools on employee systems.
What is the BEST action?
A. Inventory, restrict, and monitor approved remote-management software while investigating unauthorized installations.
B. Ignore them because remote-management software is legitimate.
C. Permit every remote-support product.
D. Disable EDR.
A
CISA specifically recommends auditing remote-access/RMM tools and restricting use to authorized solutions.
No.
VPN means:
Protected communication path.
Authorization and endpoint trust remain separate.
No.
An encrypted connection to an attacker is still an attacker connection.
Prefer:
the least access required.
It is a risk/design tradeoff.
Evaluate:
Full tunneling improves centralized visibility but may affect:
Zero Trust is broader and resource-centric.
It removes implicit trust based only on network location.
RDP can be used securely when:
Direct uncontrolled exposure is the larger concern.
A bastion host is highly security-sensitive precisely because many privileged connections may pass through it.
VoIP is network communication and requires:
Signaling and media are separate considerations.
The recording becomes a separate information asset after the meeting.
Private transport reduces certain exposure but does not automatically provide cryptographic confidentiality.
Satellite systems contain:
All create attack surfaces.
Contracts establish obligations.
Technical controls enforce access.
Shared accounts reduce accountability.
Inactive third-party access is unnecessary attack surface.
Outsourcing transport does not eliminate the organization's responsibility to manage business risk.
What is the PRIMARY purpose of a secure communication channel?
A. Provide required protection for information and communication across a connection.
B. Remove identity requirements.
C. Trust all endpoints.
D. Eliminate all business risk.
A
Which technology creates a protected logical connection across an untrusted network?
A. VPN.
B. Hub.
C. Patch panel.
D. UPS.
A
Which VPN type commonly connects an individual remote device to an enterprise network?
A. Remote-access/client VPN.
B. Site-to-site only.
C. RAID.
D. VLAN.
A
Which configuration routes most applicable client traffic through the enterprise VPN?
A. Full tunneling.
B. Split tunneling.
C. Anycast.
D. Multicast.
A
What is the main distinction of split tunneling?
A. Some traffic uses the enterprise tunnel while other traffic uses a direct path.
B. Two passwords are used.
C. Two VPN gateways must always be active.
D. Traffic is never encrypted.
A
What is MOST important in addition to VPN encryption?
A. Strong authentication and authorization.
B. Screen resolution.
C. Hardware color.
D. Broadcast addressing.
A
What is the central Zero Trust principle?
A. Do not grant implicit trust solely from network location.
B. Trust all internal systems.
C. Eliminate authentication.
D. Use one large internal network.
A
Which protocol is commonly preferred for secure command-line administration?
A. SSH.
B. Telnet.
C. HTTP.
D. FTP.
A
What is a jump server?
A. Controlled intermediary for administrative access.
B. Backup generator.
C. Public DNS server.
D. Network cable.
A
What is a primary purpose of a Privileged Access Workstation?
A. Separate high-risk administrative activity from ordinary user activity.
B. Replace network segmentation.
C. Store public websites.
D. Provide guest Wi-Fi.
A
What does SIP primarily relate to?
A. Multimedia/voice-session signaling.
B. Disk encryption.
C. RAID.
D. File sanitization.
A
What should happen to confidential meeting recordings?
A. Protect them according to their information classification and retention requirements.
B. Publish them automatically.
C. Treat them as non-data.
D. Keep them forever.
A
What is backhaul?
A. Communication path connecting an edge or remote environment toward the core.
B. Password hashing.
C. Local disk storage.
D. Digital certificate.
A
Which is a major satellite-communication security consideration?
A. Protecting terminals, ground infrastructure, channels, and provider interfaces.
B. Assuming radio transmission is confidential.
C. Ignoring availability.
D. Removing authentication.
A
How should third-party access generally be granted?
A. According to least privilege.
B. As full administrator by default.
C. Without monitoring.
D. Permanently.
A
Why should vendor access often be time limited?
A. To reduce unnecessary exposure after the task ends.
B. To increase credential sharing.
C. To disable accountability.
D. To avoid authentication.
A
What should an information-exchange agreement document?
A. Protection requirements and organizational responsibilities for exchanged information.
B. Passwords.
C. Encryption keys.
D. Firewall administrator credentials.
A
What is an important control for third-party privileged sessions?
A. Logging and monitoring.
B. Anonymous access.
C. Shared passwords only.
D. Disable auditing.
A
What should happen when vendor connectivity is no longer required?
A. Remove or disable the connection and associated credentials.
B. Keep it permanently.
C. Increase privileges.
D. Disable MFA.
A
Which statement is MOST accurate?
A. Secure communications require protection of identity, endpoint, channel, authorization, monitoring, and lifecycle.
B. Encryption alone solves every communication risk.
C. Private circuits require no risk analysis.
D. Vendors should automatically be trusted.
A
A remote employee authenticates successfully, but endpoint security reports the laptop has been compromised.
What is the BEST response?
A. Restrict the session and initiate remediation rather than grant normal production access.
B. Grant access because the password was correct.
C. Disable endpoint monitoring.
D. Give administrator access.
A
A vendor requires periodic access to one firewall but currently has unrestricted VPN access to the entire infrastructure network.
What is the BEST improvement?
A. Restrict the vendor to a controlled privileged path and only the firewall required.
B. Give the vendor domain-administrator rights.
C. Remove logging.
D. Allow anonymous access.
A
A company secures remote access using a VPN but has no process to terminate former-contractor accounts.
What is the PRIMARY weakness?
A. Access lifecycle management.
B. Encryption.
C. Bandwidth.
D. Signal attenuation.
A
An executive wants confidential collaboration sessions but allows anyone possessing the meeting link to join anonymously.
Which control should be improved FIRST?
A. Participant authentication and authorization.
B. Video resolution.
C. Microphone volume.
D. Screen size.
A
A company has redundant WAN links from two carriers but both cables enter through the same underground conduit.
Which risk remains?
A. Common-mode physical failure.
B. Excessive redundancy.
C. Weak hashing.
D. Certificate expiration.
A
An administrator wants to expose SSH directly from every server to the public Internet for convenience.
What is the BEST alternative?
A. Route privileged access through a hardened controlled administrative gateway or jump environment.
B. Use Telnet instead.
C. Share one root password.
D. Disable logging.
A
A telecom provider advertises its MPLS/private network as secure, so management proposes removing application encryption for sensitive data.
What is the BEST response?
A. Evaluate confidentiality requirements independently of whether the transport network is private.
B. Private networks make encryption unnecessary in every case.
C. Public-key cryptography is prohibited on carrier networks.
D. Ignore data classification.
A
A hardware-maintenance provider uses one account shared by all technicians.
What is the PRIMARY concern?
A. Lack of individual accountability.
B. Excessive confidentiality.
C. Too much segmentation.
D. High bandwidth.
A
A remote-support tool is installed throughout the enterprise but the security team does not know who uses it or when.
What should happen FIRST?
A. Inventory and govern the remote-access capability and review associated access.
B. Ignore it because it is commercial software.
C. Disable security logging.
D. Publish access credentials.
A
A supplier connection has not been used in eighteen months but remains configured through the enterprise firewall.
Which action is BEST?
A. Verify business need and remove the connection if no longer required.
B. Leave all historical connections permanently.
C. Expand its access.
D. Eliminate firewall monitoring.
A
| Concept | Think |
|---|---|
| Client VPN | Individual device β enterprise |
| Site-to-site VPN | Network β network |
| Full tunnel | Most traffic through enterprise |
| Split tunnel | Enterprise + direct paths |
| MFA | Stronger remote-user authentication |
| Posture | Is the endpoint safe enough? |
| ZTNA | Resource-specific access |
| Jump server | Controlled admin intermediary |
| Bastion host | Hardened exposed/trusted access point |
| PAW | Dedicated administrative workstation |
| JIT | Temporary privilege |
| Technology | Security Focus |
|---|---|
| VoIP | Voice confidentiality + availability |
| SIP | Session/call signaling |
| Video conferencing | Participants, media, recordings |
| Collaboration platform | Messages, files, integrations |
| Private circuit | Carrier connectivity; not automatically encrypted |
| Backhaul | Edge/remote site to core |
| Satellite | Terminal + RF link + ground systems |
| 5G | Mobile/private network connectivity |
| RMM | High-powered remote administration |
| Stage | Core Question |
|---|---|
| Business need | Why is connectivity required? |
| Risk assessment | What could the connection expose? |
| Agreement | Who is responsible for what? |
| Authentication | Who is connecting? |
| Authorization | What may they access? |
| Segmentation | Where may they go? |
| Monitoring | What are they doing? |
| Expiration | When should access stop? |
| Termination | Were accounts, rules, and tokens removed? |
Communication path protected according to required confidentiality, integrity, authentication, authorization, and availability needs.
Access to enterprise resources from outside the normal enterprise location or boundary.
Controlled entry point for remote sessions.
Virtual Private Network.
VPN connecting an individual endpoint to an enterprise environment.
VPN connecting two networks or sites.
Routing applicable traffic through the enterprise VPN.
Routing selected traffic through the VPN while other traffic uses direct connectivity.
Zero Trust Network Access; resource-focused access based on identity, device, policy, and context.
Secure Shell protocol used for secure remote administration.
Remote Desktop Protocol.
Hardened system providing controlled access to protected environments.
Administrative intermediary used to reach protected systems.
Privileged Access Workstation.
Privilege activated only for a limited period when needed.
Voice over Internet Protocol.
Session Initiation Protocol.
Communication environment supporting conferencing, messaging, file sharing, and related functions.
Communication path connecting an edge or remote environment toward a central/core network.
Communication using satellite and associated terminal/ground infrastructure.
Network or application access involving another organization.
Remote Monitoring and Management software.
Agreement documenting protection requirements and responsibilities for information shared outside an organization's authorization boundary.
Observation and recording of communication or administrative activity for security/accountability.
Use of multiple telecommunications providers or routes to improve resilience.
Single failure affecting multiple supposedly redundant communication paths.
For secure-channel questions, think:
WHO?
β
WHAT DEVICE?
β
WHAT RESOURCE?
β
WHAT CHANNEL?
β
WHAT ENCRYPTION?
β
WHAT AUTHORIZATION?
β
WHAT MONITORING?
β
WHEN DOES ACCESS END?
Remember these high-yield principles:
Lesson Sixteen completed the primary Communication and Network Security sequence by examining how communication should be protected when it crosses enterprise trust boundaries.
The current CISSP Domain 4.3 scope is:
VOICE / VIDEO / COLLABORATION
β
REMOTE ACCESS
β
DATA COMMUNICATION
β
THIRD-PARTY CONNECTIVITY
You learned that secure remote access is more than creating an encrypted VPN:
IDENTITY
+
DEVICE
+
SECURE CHANNEL
+
AUTHORIZATION
+
SEGMENTATION
+
MONITORING
=
SECURE REMOTE ACCESS
NIST's remote-access guidance similarly treats endpoint security and remote-access technology as interconnected requirements, particularly for employees, contractors, partners, vendors, and BYOD environments.
You examined:
NIST Zero Trust guidance emphasizes that neither network location nor device ownership alone should create implicit trust. Access should be based on authentication and authorization of subjects and devices before resource sessions are established.
You also examined secure administrative communication using:
You learned that collaboration technologies themselves form security boundaries:
VOICE
VIDEO
CHAT
FILES
SCREEN SHARING
RECORDINGS
β
βΌ
SENSITIVE INFORMATION CHANNELS
You then studied data communications including:
Finally, you applied the same principles to third parties.
NIST SP 800-47 Rev. 1 states that information exchanged between organizations should receive protection commensurate with risk before, during, and after the exchange.
The secure third-party lifecycle is therefore:
BUSINESS NEED
β
RISK ASSESSMENT
β
SECURITY AGREEMENT
β
STRONG AUTHENTICATION
β
LEAST-PRIVILEGE ACCESS
β
SEGMENTATION
β
MONITORING
β
PERIODIC REVIEW
β
TERMINATION
The central Lesson Sixteen principle is:
A communication channel is secure only when the organization protects not just the traffic, but also the identities, devices, authorization boundaries, endpoints, monitoring, availability, and complete lifecycle of the connection.
Before moving into Domain 5, make sure you can explain without reviewing:
Lesson Seventeen will begin CISSP Domain 5 β Identity and Access Management (IAM).
It will cover:
The central Lesson Seventeen question will be:
How should an organization establish identity, prove identity, authorize appropriate access, maintain accountability, and remove access when it is no longer required?
This lesson is independently developed educational material for the SierraTec Secure CISSP Certification Preparation Course.
CISSP is administered by ISC2. SierraTec Secure's program is independent certification-preparation material and should not be represented as official ISC2 training unless separately authorized.
The primary scope was verified against the current ISC2 CISSP Examination Outline. Objective 4.3 currently includes voice/video/collaboration, remote access and network-administrative functions, data communications including backhaul and satellite, and third-party connectivity including telecommunications and hardware-support relationships.
Remote-access concepts were supplemented by NIST SP 800-46 Rev. 2. NIST continues to list Revision 2 as the final publication, while the proposed Revision 3 remains a preliminary draft effort; therefore this lesson uses Revision 2 for final NIST remote-access guidance and newer Zero Trust publications for modern architectural context.
Zero Trust concepts were aligned with NIST SP 800-207 and SP 800-207A.
Third-party information-exchange concepts were supplemented by final NIST SP 800-47 Rev. 1.
Satellite communication context was supplemented with NIST IR 8441 and NIST IR 8270.
The SierraTec Secure CHANNEL framework, diagrams, comparison tables, knowledge checks, scenarios, and practice questions are original educational content and are not actual, recalled, leaked, or official CISSP examination questions.
We'll send the best deals and offers to your email. No spam, ever.
Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.
When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.