Skip to main content
Star us on GitHub Star

Network Access Model

This article describes the various edge deployments of ZiTi Network Access. In all cases, the Controller and at least 2 Public Edge Routers are to be deployed for redundancy. The Ziti Fabric connections are established between all Edge Routers but not Clients/SDKs. The Public Edge Routers would provide connection between Private Edge Routers and/or Clients/SDKs.

Note
  • Recommended configuration deployment of Public Edge Routers is to have only Ziti Edge enabled and of Private Edge Routers is to have Ziti Edge enabled with Tunnel option being required for cases where the Zero Trust domain ends at the private edge router.

  • Acronyms used in this article:

    • ZDE - Ziti Desktop Edge
    • ZME - Ziti Mobile Edge
    • ZET - Ziti Edge Tunnel
  1. Application to Router A Deployment  

    image

    Details
    • Client is SDK integrated
    • Application is behind private router
    Advantages
    • No software must be deployed to application servers
    • No additional routing needed
    • No additional DNS entries needed
    Things to consider while deciding
    • Less secure, connection from private router to application is not protected
    • SDK and Application source code availability

  2. Application to Router B Deployment  

    image

    Details
    • Client is SDK integrated.
    • Application is behind private router
    Advantages
    • No software must be deployed to application servers
    • No additional routing needed
    • No additional DNS entries needed
    Things to consider while deciding
    • Less secure, connection from private router to application is not protected
    • SDK and Application source code availability
  3. Client to Router Deployment  

    image

    Details
    • Client is ZDE/ZME enabled
    • Router is tunnel enabled
    Advantages
    • No software must be deployed to application servers
    • No additional routing needed
    • No additional DNS entries needed
    Things to consider while deciding
    • Software must be deployed to desktops/mobile
    • Less secure, connection from private router to application is not protected

  4. Router to Host Deployment  

    image

    Details
    • Clients are behind Router
    • Application host has a client software (ZET) deployed
    Advantages
    • No software must be deployed to clients
    Things to consider while deciding
    • Less secure, connection from clients to router is not protected
    • Static/Dynamic Routing or Load Balancer is needed to direct traffic toward Routers
    • Clients must be configured use Routers as first DNS entry if using named services

  5. Router to Router Deployment  

    image

    Details
    • Clients are behind Router
    • Application is behind Router
    Advantages
    • No software must be deployed to clients
    • No software must be deployed to application servers
    Things to consider while deciding
    • Less secure, connection from clients to router is not protected
    • Less secure, connection from private router to application is not protected
    • Static/Dynamic Routing or Load Balancer is needed to direct traffic toward Routers
    • Clients must be configured use Routers as first DNS entry if using named services