WWW HTML i HTTPgreg/zajecia/sieci/Sieci 2.pdf · HTML i HTTP Hypertext Hyperlinks ... (~ Protokół...

Preview:

Citation preview

   

WWWHTML i HTTP

   

WWWHTML i HTTP

HypertextHyperlinks

   

   

URL

URL = Uniform Resource Locator

   

Scheme / Schemat= rodzaj zasobu

(~ Protokół )

URL

   

Scheme / Schemat= rodzaj zasobu

(~ Protokół )

URL

HTTPFTPtelnet

NNTPfilemailto

   

Scheme­specific part /Część zależna od schematu

URL

   

Domain / Domena(~ Adres )

URL

   

Path / Scieżka

URL

   

URL

//adres_serwera/sciezka_dostępu

//adres_serwera:port/sciezka_dostępu

//nazwa_użytkownika:hasło@adres_serwera                                                      /sciezka_dostępu

//nazwa_użytkownika:hasło@adres_serwera

   

URL

 http://www.jakis­serwer.pl:8080/katalog1/katalog2 ... \__/   \_________________/\___/\_________________ ...   |             |           |             |       schemat   nazwa serwera    port   ścieżka do pliku(protokół) 

  ... /katalog2/plik?parametr1=wartosc1&parametr2= ...  ... _____________/ \____________________________ ...                                  |                              zapytanie   

  ... parametr2=wartosc2#fragment_dokumentu  ... _________________/ \________________/                                 |                              fragment

   

URL

URIURL = Uniform Resource Locator

URI = Uniform Resource Identifier

URN = Uniform Resource NameURC = Uniform Resource Characteristic

Semantic Web / Sieć Semantyczna

   

HTMLHyperText Markup Language

   

HTMLHyperText Markup Language

Tags / ZnacznikiLinks / Odnośniki, 'linki'

   

HTMLHyperText Markup Language

Tags / ZnacznikiLinks / Odnośniki, 'linki'

   

Tekst zwykły, <b>pogrubiony</b> i zwykły.

Tekst zwykły, pogrubiony i zwykły.

   

<a href=”http://www.google.com”>Google</a>

Google

   

<a href=”http://www.google.com”>Google</a>

Google

Hypertext REFerence 

   

<b>Uniform Resource Locator</b> (<b>URL</b>) is a technical, <a href="/wiki/World_Wide_Web" title="World Wide Web">Web</a>­related term used in two distinct meanings:</p><ul><li>in popular usage, it is a widespread synonym for <a href="/wiki/Uniform_Resource_Identifier" title="Uniform Resource Identifier">Uniform Resource Identifier</a> (URI) — many popular and technical texts will use the term "URL" when referring to URI;</li>

   

HTTPHyperText Transfer Protocol

   

HTTPHyperText Transfer Protocol

Port 80

   

Method / Metoda

GET

POST

HEAD

PUT

  ( DELETE, LINK, UNLINK )

   

   

   

   

   

Recommended