Die Funktionsweise eines Browsers basiert auf den folgenden 3 Standards:

URL = Uniform Resource Locator

    http://de.wikipedia.org/w/wiki.phtml

    verwendete Protokol

    Hostname -> Domäne oder IP-Adresse

    Verzeichnisangabe und Dateiname

HTTP = Hypertext Transfer Protocol

    GET /infotext.html HTTP/1.1

    Host: www.example.net:80

    HTTP/1.1 200 OK

    Server: Apache/1.3.29 (Unix) PHP/4.3.4

    Content-Length: (Größe von infotext.html in Byte)

    Content-Language: de

    Content-Type: text/html

    Connection: close

    (Inhalt von infotext.html)

home