Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 463 Bytes

Chain-of-Responsibilty

The goal of the exercise is to implement a simple protocol stack to emulate network communication. It will have 4 layers, each of which transform or append to the message: • Application layer – constructs a message (a String) • Encryption layer - scrambles the message (see next slide) • TCP layer – adds a simple string header (some prefix string) • Ethernet layer – adds a simple string header (some other prefix string)