In order to know which server a site is running I can use netcat.
Through the following command I can gather information about the type of server installed.
netcat -vv www.example.com 80
But if immediately after that I typed GET / HTTP/1.1 what actually would I do?

returnhit?... You could preferHEAD / HTTP/1.0instead, for inquiring about webserver. – F. Hauri Dec 30 '12 at 12:31