Endpoints and Access
Workstations, phones and how they get in. The device side of access.
- Format.puml
- Length24 lines
- LibraryOffice icons
The source
24 lines of PlantUML, and pulls in Office icons. Copy it, or open the template inside Gnomon and render it as it is.
@startuml
!include <office/OfficeCommon>
!include <office/Devices/workstation>
!include <office/Devices/cell_phone_generic>
!include <office/Concepts/firewall_orange>
!include <office/Servers/web_server>
!include <office/Users/user>
title Office — Endpoints and access
left to right direction
OFF_USER(user, "Employee")
OFF_WORKSTATION(pc, "Desktop")
OFF_CELL_PHONE_GENERIC(phone, "Mobile")
OFF_FIREWALL_ORANGE(fw, "Firewall")
OFF_WEB_SERVER(portal, "Intranet portal")
user --> pc
user --> phone
pc --> fw
phone --> fw
fw --> portal
@endumlRender this offline
This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.
Others in Office and infrastructure diagrams
- Three-tier InfrastructureUsers, firewall and tiers. The classic, and still the most requested.
- Identity and AccessAdministrators and users against what they can reach.
- Hybrid CloudOn-premises beside cloud, with the link between them named.