Ako inteligentné alebo efektívne by mohla byť kancelárska sieť na pracovisku?

Obsah:

Ako inteligentné alebo efektívne by mohla byť kancelárska sieť na pracovisku?
Ako inteligentné alebo efektívne by mohla byť kancelárska sieť na pracovisku?

Video: Ako inteligentné alebo efektívne by mohla byť kancelárska sieť na pracovisku?

Video: Ako inteligentné alebo efektívne by mohla byť kancelárska sieť na pracovisku?
Video: How to Install a Configuration Profile on iPhone / iPad - YouTube 2024, Apríl
Anonim
Keď nastavíte sieť v kancelárii a v závislosti od použitého zariadenia a inštalácie, ako inteligentné a / alebo efektívne by mohla byť táto sieť skutočne? Dnešný príspevok SuperUser Q & A má odpoveď na otázku zvedavého čitateľa.
Keď nastavíte sieť v kancelárii a v závislosti od použitého zariadenia a inštalácie, ako inteligentné a / alebo efektívne by mohla byť táto sieť skutočne? Dnešný príspevok SuperUser Q & A má odpoveď na otázku zvedavého čitateľa.

Dnešná relácia otázok a odpovedí sa k nám pridelí zdvorilosťou SuperUser - podskupiny Stack Exchange, skupín webových stránok týkajúcich sa otázok a odpovedí.

Foto s láskavým dovolením felixtriller (Flickr).

Otázka

Čítač SuperUser bizzehdee chce vedieť, ako inteligentná a / alebo efektívna sieť v kancelárii na pracovisku je naozaj:

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?

Ako inteligentné a / alebo efektívne by mohlo byť skutočne ich kancelárska sieť na pracovisku?

Odpoveď

Sponzori SuperUser Ben N a Nathan Adams majú odpoveď pre nás. Prvýkrát, 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.

Nasledovala odpoveď od Nathana Adamsa:

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.

Máte niečo doplniť vysvetlenie? Znížte komentáre. Chcete si prečítať viac odpovedí od iných používateľov technológie Stack Exchange? Pozrite sa na celý diskusný príspevok tu.

Odporúča: