Implications/Issues in adapting Layered Model:
- The entire structure has to be divided in layers with every layer able to communicate with layers above it.
- In layered model many interfaces are required, hence more software for better interaction among interfaces are required.
- In layered model, in general messaging bugs are difficult to control as they have higher trip period.
- Layered model can emerge out bulky and for smaller architecture it can be difficult to design.