@extends('layouts.app') @section('htmlheader_title') FTN Zones @endsection @section('content')
In FTN network addresses, a zone is the 3rd dimension and used when a system supports 3D (or better) addressing, ie: zone:hub/host.point@domain.
Zones are used with domains to uniquely identify a FTN network. Within an FTN network there can be multiple zones with the same domain.
It is rare that a domain has multiple zones - unless it grows quite large. Zones can also be used to group systems into a common boundary.
This system is aware of the following zones in each domain:
@if (\App\Models\Zone::count() == 0) @can('admin',(new \App\Models\Zone))There are no zones setup, to set up your first.
@elseThere are no zones - you need to ask an admin to create one for you.
@endcan @else @can('admin',(new \App\Models\Domain))You can Add New Zone.
@endcanDomain | Zone | Active | Systems |
---|---|---|---|
{{ $oo->domain->name }} | {{ $oo->zone_id }} | {{ $oo->active ? 'YES' : 'NO' }} | - |