First page Back Continue Last page Overview Graphics
Using State Information: UDP
Keep track of outbound UDP packets:
- If match on existing “session”, update session data
- Otherwise, create new “session” in state table
- Keep session state for some time interval
Inbound UDP packets:
- Match to existing “session” -> allow packet
- Otherwise, reject packet