Skip to content

Instantly share code, notes, and snippets.

@leksak
Created November 25, 2015 18:54
Show Gist options
  • Select an option

  • Save leksak/ba200cffe4942c507a52 to your computer and use it in GitHub Desktop.

Select an option

Save leksak/ba200cffe4942c507a52 to your computer and use it in GitHub Desktop.
Proposed solution to an exam question

Computer communication and computer networking (Datakommunikation och datornät, DOD)

Exam 2015-10-30. Question 1.

Within computer networking one often speaks of a layered architecture.

  • Question 1.1 What does one mean by this term, i.e. layered architecture?

Answer: With a layered architecture one is referring to a system that is modularized in such a way that the system is composed in layers where each layer provides a service and only ever relies on services provided by the layers beneath it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment