SW StudyWalks

Computer Science  /  CS 0065  ·  Atom · ~20 seconds

Layering

Video not yet published
to the StudyWalks catalog
State

Layering stacks a system into levels of abstraction, each layer serving the one above it and hiding its own inner workings.

Show

A chat app's interface rides on message logic, which rides on a network layer nobody chatting ever sees.

Watch for

A layer that leaks its details up the stack has failed its job.