Kaip žiniatinklio serveriai žino, ar naudojate tiesioginį IP adresą, ar ne?

Turinys:

Kaip žiniatinklio serveriai žino, ar naudojate tiesioginį IP adresą, ar ne?
Kaip žiniatinklio serveriai žino, ar naudojate tiesioginį IP adresą, ar ne?
Anonim
Paprastai mes tiesiog įveskite svetainės adresą, kurį norime peržiūrėti, bet ar žiniatinklio serveris iš tikrųjų "žino", jei vietoje to naudosime tiesioginį IP adresą? Šiandien "SuperUser" Q & A įrašas turi atsakymą į painiavą skaitytojo klausimą.
Paprastai mes tiesiog įveskite svetainės adresą, kurį norime peržiūrėti, bet ar žiniatinklio serveris iš tikrųjų "žino", jei vietoje to naudosime tiesioginį IP adresą? Šiandien "SuperUser" Q & A įrašas turi atsakymą į painiavą skaitytojo klausimą.

Šiandieninė klausimų ir atsakymų sesija pateikiama su "SuperUser" - "Stack Exchange", bendruomenės valdoma Q & A grupių asociacija.

Nuotrauka mandagumo Cory M. Grenier (Flickr).

Klausimas

"SuperUser" skaitytuvas Joseph A. nori žinoti, kaip žiniatinklio serveriai gali pasakyti, ar naudojate tiesioginį IP adresą:

Some web servers, when accessed using their IP address, return an error that direct IP address access is not allowed. I have been wondering for some time how this works.

Does a browser always resolve the IP address and connect to it? Direct IP address access is just skipping DNS altogether, right? How does a remote server even know that you skipped DNS?

Kaip žiniatinklio serveriai žino, ar naudojate tiesioginį IP adresą, ar ne?

Atsakymas

"SuperUser" autorius iAdjunct turi mums atsakymą:

To answer your question of how it knows, it has to do with what your browser sends the web server. You are right that the system always resolves it to an IP address, but the browser sends the URL you attempted to access in the HTTP header.

Here is a sample header that I found online, modified to look as though you used Firefox on Windows and typed apple.com into the address bar:

Here is what the header would look like if you used its IP address:
Here is what the header would look like if you used its IP address:
Both of these would be sent to the same IP address over a socket, but the browser tells the web server what it accessed. Why? Because web servers with the same IP address may host multiple websites and give different pages for each. It cannot distinguish who wants which page by IP address because they all have the same one, but it can distinguish them by the HTTP header.
Both of these would be sent to the same IP address over a socket, but the browser tells the web server what it accessed. Why? Because web servers with the same IP address may host multiple websites and give different pages for each. It cannot distinguish who wants which page by IP address because they all have the same one, but it can distinguish them by the HTTP header.

Ar turite ką nors įtraukti į paaiškinimą? Garsas išjungtas komentaruose. Norite skaityti daugiau atsakymų iš kitų "Tech-savvy Stack Exchange" vartotojų? Patikrinkite visą diskusijų temą čia.

Rekomenduojamas: