]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/static/features/qos.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / static / features / qos.html
diff --git a/www/templates/static/features/qos.html b/www/templates/static/features/qos.html
deleted file mode 100644 (file)
index f9a9c13..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-{% extends "../../base-feature.html" %}
-               
-{% block title %}{{ _("Quality of Service") }}{% end block %}
-
-{% block bodyA %}
-       <div class="page-header">
-               <h1>{{ _("Quality of Service") }}</h1>
-       </div>
-
-       <div class="row">
-               <div class="span9">
-                       {% if lang == "de" %}
-                               <p>
-                                       Ein Quality of Service, oder kurz QoS, ist in der Lage die Qualität eines Dienstes über eine
-                                       Internetleitung sicherzustellen. Das bedeutet, dass auf einer stark belasteten Internetverbindung
-                                       einem Dienst, wie zum Beispiel einem VoIP-Telefonats, ein gewisses Maß an Bandbreite zugesichert
-                                       werden kann, damit alle Sprachdaten ohne Verzögerung und verlustfrei übertragen werden können.
-                                       Das geht allerdings zu Lasten der anderen Datenströme auf der Leitung, welche es aber durchaus
-                                       vertragen, dass Daten langsamer übertragen werden, wie z.B. ein Upload auf einen FTP-Server.
-                               </p>
-                               <p>
-                                       Ein QoS bietet aber nicht nur bei Echtzeitdiensten Vorteile und macht sie besser benutzbar, sondern
-                                       bringt auch kleine Verbesserungen mit, die sich angenehm bemerkbar machen. Dazu gehören unter anderem:
-                               </p>
-                               <ul>
-                                       <li>
-                                               <strong>Schnellerer Verbindungsaufbau:</strong> Verbindungen werden immer rasch aufgebaut und
-                                               dann nach Dienst eingeordnet und wenn möglich abgebremst. Das verbessert das Arbeitsgefühl.
-                                       </li>
-                                       <li>
-                                               <strong>Stabilere Verbindungen:</strong> da jedem Dienst ein Mindestmaß an Bandbreite zugesichert wird.
-                                       </li>
-                               </ul>
-                               <p>
-                                       Für die Klassifizierung der Pakete, die das System wissen lässt mit welcher Art von Daten es zu tun hat,
-                                       kommt ein Layer-7-Filter zum Einsatz. Dabei wird auch der Inhalt und nicht nur Quell-Ports, -IPs und
-                                       Ziel-Ports und -IPs eines Pakets untersucht. Mit dem Wissen, ob es sich z.B. um einen langen Download
-                                       oder um ein Echtzeitprotokoll handelt, kann es Entscheidungen zur optimalen Auslastung der
-                                       Internetverbindung treffen.
-                               </p>
-                               <p>
-                                       Zusammengefasst ist das Endergebnis eines QoS, eine Leitung mit geringer Latenzzeit und geringer
-                                       Paketverlustrate. Eine Funktion, die man schnell nicht mehr vermissen möchte, wo die Bandbreite knapp ist.
-                               </p>
-                               <p>
-                                       Perfekte Kontrolle über die getätigten Einstellungen, findet man in der graphischen Darstellung der
-                                       Leitungsauslastung.
-                               </p>
-                       {% else %}
-                               <p>
-                                       Quality of Service (QoS) is able to save the quality of a service on one internet connection. This
-                                       means that on a highly-utilized internet connection, a service (for example VoIP) gets a stable size of bandwidth,
-                                       to transfer the information without delay and without loss. This is at the expense of the other
-                                       data flows on the line, which is tolerated, albeit transmitted more slowly (such as a file upload to an FTP server).
-                               </p>
-                               <p>
-                                       QoS does not only increase the functionality of real-time services, but also offers a little bit of overall improvement. For example:
-                               </p>
-                               <ul>
-                                       <li>
-                                               <strong>Connections establish much faster.</strong>
-                                               This is works very well on busy links.
-                                       </li>
-                                       <li>
-                                               <strong>Connections are much more stable.</strong>
-                                               Every service gets a minimum, guaranteed amount of bandwidth.
-                                       </li>
-                               </ul>
-                               <p>
-                                       For the classification of the packets, a Level-7-Filter is used. It also analyses the content, as well as the source-ports/IPs, and destination-ports/IPs of the packets. With that analysis, it will decide if it's a long download or a real-time
-                                       protocol and then subsequently determines the optimal use of the connection.
-                               </p>
-                               <p>
-                                       To put all in a nutshell, QoS reduces the latency and packet loss of an
-                                       internet connection. This is certainly a function that you don't want to miss where bandwidth is limited.
-                               </p>
-                       {% end %}
-               </div>
-       </div>
-{% end block %}