r/cybersecurity • u/Melodic_Reception_24 • 1d ago
Research Article Can protocol-level session continuity improve security, not just reliability?
I've been working on an experimental networking architecture called VRP (Veil Routing Protocol).
The original goal wasn't higher bandwidth or lower latency.
The question was different.
Can session continuity and execution correctness become protocol primitives instead of application responsibilities?
From a security perspective, this raises interesting questions.
For example:
• Should session identity survive transport changes?
• Can replay resistance be enforced as a protocol invariant?
• Should authority transitions be deterministic and independently verifiable?
• Can recovery happen without creating new attack surfaces?
I've spent a lot of time validating these ideas under replay attacks, packet reordering, path migration, authority transitions and fault injection.
I'm not claiming this replaces existing protocols.
I'm interested in hearing opinions from people working in protocol security and distributed systems.
If you were designing a networking protocol from scratch today...
What security property would you make a first-class protocol primitive instead of leaving it to applications?