Introduction
Designing a network is complex because many tasks must work together smoothly. Without a clear structure, it is hard to build, fix, or improve networks. Layered models break down this complexity into smaller, manageable parts.
Imagine building a house where different workers handle plumbing, electrical wiring, and painting separately. Each worker knows their job well and follows clear plans to connect their work with others. If you want to change the paint color, you don’t need to redo the plumbing or wiring.
┌───────────────┐ │ Application │ ├───────────────┤ │ Transport │ ├───────────────┤ │ Network │ ├───────────────┤ │ Data Link │ ├───────────────┤ │ Physical │ └───────────────┘