English 中文(简体)
计算机网络的问题
原标题:Problems with computer networks
  • 时间:2024-04-12 02:23:13
  •  标签:
  • networking

127.0.0.1与当地东道方有何区别?

在网络开发和网络建设方面,经常以互换的方式使用当地托管人和127.0.0.1术语。 但是它们之间的微妙差异是什么?

问题回答

While localHost and 127.0.0.1 mostly mean the same thing, in some rare cases the DNS resolver could introduce some slight overhead or resolvability issues which could cause some problems. This should not be an issue with modern systems. I believe the main difference between the two is simply for clarity and portability since you use localhost instead of a hard-coded IP address.

PS: If anyone knows another difference between the two, I would love to hear to hear it as well.

*** 127.0.0.1与你的当地机器直接有关,当地托管人使用英国航天中心的决心。





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

Listen to a port that is in use [duplicate]

Possible Duplicate: Get connecting IP from specified ports that using by other program. If a port is used by a program, is there any way I can listen that port and get the connected IP on that ...

Twisted Spread suitable for multiplayer racing sim?

Do you think that Twisted Spread may be suitable (in terms of performance) for a multiplayer racing simulator? The rest of the application is based on Python-Ogre. Can Perspective Broker run upon (...

Optimizing a LAN server for a game

I m the network programmer on a school game project. We want to have up to 16 players at once on a LAN. I am using the Server-Client model and am creating a new thread per client that joins. ...

multicast ip address - blocked in call to recvfrom

i am writing a simple multicast application. i intend to run it on localhost. i have done the following: char *maddr; . . . sendfd = socket(...); struct sockaddr_in sasend; sasend.sin_family = ...

Java HTTPAUTH

我试图把桌面应用程序连接起来,我是同D.icio.us api @ Delicious Alan书写的,简单地向他们提供我的用户名和密码,并请他把书记上写给我......。

热门标签