Distributed Systems Engineer Distributed-systems research
🏆 Top 8/200+ teams – IEEE Kalpana Hackathon 2023
A distributed SDN control plane that stays consistent and scalable under failure via accelerated Raft consensus.
A distributed SDN model with an accelerated Raft consensus algorithm that keeps multiple controllers consistent while scaling protocol handling. Top 8 of 200+ teams at the IEEE Kalpana 30Hr Hackathon.
System Architecture
· how the system runs end to end
Network apps drive replicated controllers that agree through accelerated Raft before programming the switch data plane.
The Problem
Centralised SDN controllers were a scalability and single-point-of-failure bottleneck for network control.
What I Engineered
Implemented a distributed SDN model with an accelerated Raft consensus algorithm.
Replicated controller state across nodes to remove single points of failure.
Enhanced network scalability for distributed-systems protocols.
Impact & Scale
Consistent control plane across replicated controllers
Accelerated Raft for faster leader election and failover