Creator of URL, HTTP, HTML and whole WWW
www.example.com -> 93.184.216.119
"c:\Windows\System32\drivers\etc\hosts"
chrome://dns/
chrome://net-internals/#dns
The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems.T. Berners-Lee, rfc2616
<html>
<body>
<form action="login" method="POST">
User Name: <input name="user" type="text" />
<input name="password" type="password" />
<input type="submit" />
</form>
</body>
</html>
"GET /index.php HTTP/1.1
Host: www.example.org"
"HTTP/1.1 301 Moved Permanently
Location: http://www.example.org/index.html"
document.cookie
HTTP/1.1 200 OK
Content-type: text/html
Set-Cookie: name=value
C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Cookies
<head>
<meta http-equiv="set-cookie" content="name=;expires=; domain=;path=;secure">
</head>
<?xml version="1.0"?>
<methodCall>
<methodName>examples.getStateName</methodName>
<params>
<param>
<value><i4>40</i4></value>
</param>
</params>
</methodCall>
Response
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value><string>South Dakota</string></value>
</param>
</params>
</methodResponse>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getProductDetails xmlns="http://warehouse.example.com/ws">
<productID>12345</productID>
</getProductDetails>
</soap:Body>
</soap:Envelope>
Response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getProductDetailsResponse xmlns="http://warehouse.example.com/ws">
<getProductDetailsResult>
<productID>12345</productID>
<productName>Ñòàêàí ãðàíåíûé</productName>
<description>Ñòàêàí ãðàíåíûé. 250 ìë.</description>
<price>9.95</price>
<currency>
<code>840</code>
<alpha3>USD</alpha3>
<sign>$</sign>
<name>US dollar</name>
<accuracy>2</accuracy>
</currency>
<inStock>true</inStock>
</getProductDetailsResult>
</getProductDetailsResponse>
</soap:Body>
</soap:Envelope>
GET http://example.com/states/40 HTTP 1/1
Response
<state>
<name>South Dakota</name>
</state>
An idempotent HTTP method is a HTTP method that can be called many times without different outcomes
Safe methods are methods that can be cached, prefetched without any repercussions to the resource.
ping www.ya.ru
tracert www.ya.ru
ipconfig (/all)
netstat -an