The image describes the "AZANI INTERNET SERVICE PROVIDER INFORMATION SYSTEM," detailing the process and costs for learning institutions to acquire internet services from Azani.
Here's a summary of the system:
Service: Azani provides internet services and infrastructure to primary, junior, senior schools, and colleges.
Initial Steps:
Institutions interested in the services must pay a registration fee of KSh 8,500.
Azani visits the institution's site to assess its readiness for internet installation, checking for sufficient computers and Local Area Network (LAN) infrastructure.
Installation and Equipment:
If an institution meets all requirements and is ready for connectivity, it pays an installation fee of KSh 10,000.
If an institution does not* meet the requirements, it may purchase:
Personal computers from Azani at KSh 40,000 each.
LAN nodes from Azani, with costs varying based on the number of nodes (Table 2):
2 - 10 nodes: KSh 10,000
11 - 20 nodes: KSh 20,000
21 - 40 nodes: KSh 30,000
41 - 100 nodes: KSh 40,000
Monthly Internet Service Cost: After installation, the monthly cost depends on the selected bandwidth (Table 1):
4 MBPS: KSh 1,200
10 MBPS: KSh 2,000
20 MBPS: KSh 3,500
25 MBPS: KSh 4,000
50 MBPS: KSh 7,000
Here is a flowchart diagram illustrating the process an institution follows to get internet services from Azani:
$$
\begin{tikzpicture}[node distance=2cm, auto, >=latex']
\tikzstyle{startstop} = [ellipse, rounded corners, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=green!20]
\tikzstyle{process} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=orange!20]
\tikzstyle{decision} = [diamond, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=blue!20, aspect=2]
\tikzstyle{arrow} = [thick,->,>=stealth]
\node (start) [startstop] {Start};
\node (interest) [process, below of=start] {Institution expresses interest};
\node (reg_fee) [process, below of=interest] {Pay Registration Fee (KSh 8,500)};
\node (visit) [process, below of=reg_fee] {Azani visits site \& assesses requirements};
\node (req_met) [decision, below of=visit, yshift=-0.5cm] {Are all requirements met?};
\node (purchase_equip) [process, right of=req_met, xshift=4cm] {Purchase Computers (KSh 40,000 each) and/or LAN Nodes (Table 2) from Azani if needed};
\node (install_fee) [process, below of=req_met, yshift=-0.5cm] {Pay Installation Fee (KSh 10,000)};
\node (install_internet) [process, below of=install_fee] {Azani installs internet};
\node (monthly_cost) [process, below of=install_internet] {Select Bandwidth \& Pay Monthly Cost (Table 1)};
\node (end) [startstop, below of=monthly_cost] {End};
\draw [arrow] (start) -- (interest);
\draw [arrow] (interest) -- (reg_fee);
\draw [arrow] (reg_fee) -- (visit);
\draw [arrow] (visit) -- (req_met);
\draw [arrow] (req_met) -- node[anchor=south west] {No} (purchase_equip);
\draw [arrow] (purchase_equip) |- (install_fee);
\draw [arrow] (req_met) -- node[anchor=east] {Yes} (install_fee);
\draw [arrow] (install_fee) -- (install_internet);
\draw [arrow] (install_internet) -- (monthly_cost);
\draw [arrow] (monthly_cost) -- (end);
\end{tikzpicture}
$$
That's 2 down. 3 left today — send the next one.