Dans quelle mesure un réseau de bureau sur le lieu de travail peut-il être intelligent ou efficace?

Table des matières:

Dans quelle mesure un réseau de bureau sur le lieu de travail peut-il être intelligent ou efficace?
Dans quelle mesure un réseau de bureau sur le lieu de travail peut-il être intelligent ou efficace?

Vidéo: Dans quelle mesure un réseau de bureau sur le lieu de travail peut-il être intelligent ou efficace?

Vidéo: Dans quelle mesure un réseau de bureau sur le lieu de travail peut-il être intelligent ou efficace?
Vidéo: Changer AUTOMATIQUEMENT tous les icones de son iPhone avec les Modes de Concentration - iOS 15 - YouTube 2024, Avril
Anonim
Lorsque vous configurez un réseau dans votre bureau et en fonction de l'équipement et de la configuration utilisés, jusqu'à quel point ce réseau peut-il être intelligent et / ou efficace? L’article d’aujourd’hui sur le SuperUser Q & R répond aux questions d’un lecteur curieux.
Lorsque vous configurez un réseau dans votre bureau et en fonction de l'équipement et de la configuration utilisés, jusqu'à quel point ce réseau peut-il être intelligent et / ou efficace? L’article d’aujourd’hui sur le SuperUser Q & R répond aux questions d’un lecteur curieux.

La séance de questions et réponses d’aujourd’hui nous est offerte par SuperUser, une sous-division de Stack Exchange, un groupe de sites Web de questions-réponses dirigé par la communauté.

Photo gracieuseté de felixtriller (Flickr).

La question

Le lecteur SuperUser bizzehdee souhaite savoir à quel point le réseau de son lieu de travail est intelligent et / ou efficace:

There is an argument within my office about how smart/efficient the network we have set up really is. We have a fiber line and a cable line running into a load balancing router, which has a hardware firewall and a 64 port switch connected to it. Each of our workstations are connected to the switch (about 30 machines) plus an NAS and a couple of internal test servers (all assigned 192.168.0.x addresses).

If workstation A wants to communicate with workstation B, is our network smart enough to go:

A → Switch → B and only travel via the first most common connection, or would the path be A → Switch → Firewall → Router → Firewall → Switch → B and have to use that full route every time?

Dans quelle mesure leur réseau de bureaux sur le lieu de travail peut-il être intelligent et / ou efficace?

La réponse

Les contributeurs du super-utilisateur Ben N et Nathan Adams ont la solution pour nous. Tout d'abord, Ben N:

Routers are not necessary unless your traffic needs to move to a different subnet. When a computer wants to send some IP traffic to a different machine on its subnet, it needs the recipient’s MAC address, since IP addresses are not a thing at the switch level/layer (Layer 2 of the OSI model).

If it does not know the MAC address, it broadcasts an ARP request saying, “Hey, whoever has this IP address, could you tell me your MAC address please?” When the machine gets a response, that address is then attached to the packet, and the switch uses it to send the packet out via the correct physical port.

When the destination is not on the same subnet, routers need to be involved. The sender gives the packet to the appropriate router (usually the default gateway unless you have special routing needs), which sends it through the network to the intended recipient.

Unlike switches, routers know about and have IP addresses, but they also have MAC addresses and that is the MAC address that initially gets put on packets that need routing (MAC addresses never leave the subnet).

You can see router IP addresses in the gateway column of the output of route print on Windows. Destinations that do not require routing have On-link there.

Suivi de la réponse de Nathan Adams:

If two computers are connected to the same VLAN on a switch and share the same subnet mask, the switch should deliver the packet without hitting your firewall or router.

You can verify this by running tracert 192.168.0.X (assuming you are using Windows) and you should see a direct route to that system.

Avez-vous quelque chose à ajouter à l'explication? Sound off dans les commentaires. Voulez-vous lire plus de réponses d'autres utilisateurs de Stack Exchange doués en technologie? Découvrez le fil de discussion complet ici.

Conseillé: