Parental Control Zapping Signaling for Wireless Broadcast Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing parental control systems in wireless broadcast services fail to accurately manage password-protected services when users switch between multiple services simultaneously, leading to incorrect pincode requests and potential bypass of security requirements, especially in scenarios where terminals receive multiple services concurrently.

Innovation Solution

Implementing a zapping signaling mode within the BCAST command to notify the smartcard of service changes, ensuring that a pincode is requested only when leaving a password-protected service and not when switching to or from free-to-air channels, and using an MSK ID to differentiate between protected and unprotected services.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the system requests pincode every time a service is accessed, then security is strengthened, but user experience deteriorates due to repeated authentication delays

Engineering Contradiction:
ImprovesecurityVSAvoiduser experience
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system performs preliminary action by maintaining the pincode authentication state across service transitions. When a user zaps between services, the system remembers the previous authentication state and only requests pincode when actually needed (when leaving a protected service), rather than repeatedly asking for authentication on every service access.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the system requests pincode on all service transitions, then security coverage is maximized, but operational complexity increases due to incorrect pincode requests during zapping

Engineering Contradiction:
Improvesecurity coverageVSAvoidoperational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system implements feedback by using zapping signaling to communicate service transition events back to the authentication manager. This feedback mechanism allows the system to understand when a user is leaving a protected service and only then trigger pincode requests, avoiding unnecessary authentication prompts during casual zapping between services.

Inventive Principle:
Principle #23Feedback

3Ease of operation

If the system maintains simple pincode request logic, then ease of operation is preserved, but accuracy of pincode timing deteriorates when multiple services are received simultaneously

Engineering Contradiction:
Improvelogic simplicityVSAvoidpincode timing accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system applies segmentation by separating the pincode request logic from the service reception logic. Instead of using a single complex state machine that handles all service transitions uniformly, the system segments the logic into distinct handlers: one for detecting when a protected service is left (triggering pincode request) and another for handling service reception. This segmentation allows simple logic in each component while achieving accurate overall timing.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS8850217B2Method and apparatus for parental control of wireless broadcast content
Publication Date: 2014.09.30 NOKIA TECHNOLOGIES OY
  • US8850217B2 patent drawing
  • US8850217B2 patent drawing
  • US8850217B2 patent drawing

AI summary

A method comprises detecting zapping to or from one or more services; determining whether the zapping includes termination of a password-protected service; and sending a trigger message (248, 256, 262) only if the zapping includes termination of a password-protected service (X, Y, Z). In one embodiment, the trigger message is sent to a smartcard (SC). In one embodiment, the password-protected service is password-protected for parental control. In one embodiment, the method further includes requesting a password when the zapping includes zapping to a password-protected service. In one embodiment, the password-protected service is a pincode-protected service.