15
Layered Architectures: Introduction Douglas C. Schmidt [email protected] www.dre.vanderbilt.edu/~schmidt Professor of Computer Science Institute for Software Integrated Systems Vanderbilt University Nashville, Tennessee, USA

Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

Layered Architectures: Introduction

Douglas C. Schmidt

[email protected]

www.dre.vanderbilt.edu/~schmidt

Professor of Computer Science

Institute for Software Integrated Systems

Vanderbilt University Nashville, Tennessee, USA

Page 2: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

2

Learning Objectives in this Part of the Lesson• Know what layered

architectures are

Physical Layer

Presentation Layer

Session Layer

Transport Layer

InternetLayer

Data Link Layer

Application Layer

Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

Page 3: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

3

Overview of Layered Architectures

Page 4: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

4

• Layering is applied in many domains

An Overview of Layered Architectures

Page 5: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

5

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

Physical Layer

PresentationLayer

SessionLayer

TransportLayer

InternetLayer

Data LinkLayer

Application Layer

See en.wikipedia.org/wiki/Protocol_stack

Enables end-to-end communication by specifying how data should be (un)packetized,

addressed, transmitted, routed, & received

An Overview of Layered Architectures

Page 6: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

6

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Lower layers handle interactions with the hardware

• e.g., GSM, DSL, & Ethernet

Physical Layer

PresentationLayer

SessionLayer

TransportLayer

InternetLayer

Data LinkLayer

Application Layer

See en.wikipedia.org/wiki/Link_layer & en.wikipedia.org/wiki/Physical_layer

An Overview of Layered Architectures

Page 7: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

7

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Lower layers handle interactions with the hardware

• Middle layers exchange packets across hosts & routers

• e.g., IP, TCP, & UDP

Physical Layer

PresentationLayer

SessionLayer

TransportLayer

InternetLayer

Data LinkLayer

Application Layer

See en.wikipedia.org/wiki/Internet_layer & en.wikipedia.org/wiki/Transport_layer

An Overview of Layered Architectures

Page 8: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

8

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Lower layers handle interactions with the hardware

• Middle layers exchange packets across hosts & routers

• Upper layers implement & interact with applications

• e.g., PPTP, XDR, CDR, JSON

Physical Layer

PresentationLayer

SessionLayer

TransportLayer

InternetLayer

Data LinkLayer

Application Layer

See en.wikipedia.org/wiki/Session_layer & en.wikipedia.org/wiki/Presentation_layer

An Overview of Layered Architectures

Page 9: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

9

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Lower layers handle interactions with the hardware

• Middle layers exchange packets across hosts & routers

• Upper layers implement & interact with applications

• Applications (& middleware) mostly just deal with the upper layer(s)

• e.g., FTP, TELNET, SMTP, & SNMP

Physical Layer

PresentationLayer

SessionLayer

TransportLayer

InternetLayer

Data LinkLayer

Application Layer

See en.wikipedia.org/wiki/Application_layer

An Overview of Layered Architectures

Page 10: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

10

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Communication middleware in multi-tier enterprise IT systems

Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

See en.wikipedia.org/wiki/Middleware_(distributed_applications)

Provides services beyond the OS & protocol stacks to enable components in a distributed

system to communicate & manage data

An Overview of Layered Architectures

Page 11: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

11

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Communication middleware in multi-tier enterprise IT systems

• Lower layers provide portableAPIs for accessing hardware& system resources

• e.g., Linux, Windows, JVM, & ACE

Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

See www.dre.vanderbilt.edu/~schmidt/PDF/middleware-encyclopedia.pdf

An Overview of Layered Architectures

Page 12: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

12

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Communication middleware in multi-tier enterprise IT systems

• Lower layers provide portableAPIs for accessing hardware& system resources

• Middle layers shield applicationsfrom network programming details

• e.g., DDS, Web Services, MQTT, Spring, CORBA, etc.

Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

See www.dre.vanderbilt.edu/~schmidt/PDF/middleware-encyclopedia.pdf

An Overview of Layered Architectures

Page 13: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

13

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Communication middleware in multi-tier enterprise IT systems

• Lower layers provide portableAPIs for accessing hardware& system resources

• Middle layers shield applicationsfrom network programming details

• Upper layers enable domain-specificreuse of capabilities

• e.g., MD-PnP, IIC, & FACE Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

See www.dre.vanderbilt.edu/~schmidt/PDF/middleware-encyclopedia.pdf

An Overview of Layered Architectures

Page 14: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

14

• Layering is applied in many domains, e.g.

• Computer networking protocol stacks

• Communication middleware in multi-tier enterprise IT systems

• Lower layers provide portableAPIs for accessing hardware& system resources

• Middle layers shield applicationsfrom network programming details

• Upper layers enable domain-specificreuse of capabilities

• Applications may deal w/multiple layers Hardware

Domain-Specific

Middleware Services

Common

Middleware Services

Distribution

Middleware

Host Infrastructure

Middleware

Operating Systems

& Protocols

Applications

See www.dre.vanderbilt.edu/~schmidt/PDF/middleware-encyclopedia.pdf

An Overview of Layered Architectures

Page 15: Layered Architectures: Introductionschmidt/cs891s/2020-PDFs/11.2.1-layered... · 2 Learning Objectives in this Part of the Lesson •Know what layered architectures are Physical Layer

15

End of Layered Architectures: Introduction