Làm thế nào thông minh hoặc hiệu quả có thể một mạng văn phòng nơi làm việc được?

Mục lục:

Làm thế nào thông minh hoặc hiệu quả có thể một mạng văn phòng nơi làm việc được?
Làm thế nào thông minh hoặc hiệu quả có thể một mạng văn phòng nơi làm việc được?

Video: Làm thế nào thông minh hoặc hiệu quả có thể một mạng văn phòng nơi làm việc được?

Video: Làm thế nào thông minh hoặc hiệu quả có thể một mạng văn phòng nơi làm việc được?
Video: VPN LÀ GÌ? MẠNG ẢO LÀ GÌ? VPN DÙNG ĐỂ LÀM GÌ? ƯU ĐIỂM CỦA VPN? | GIẢI THÍCH HỘ - YouTube 2024, Tháng tư
Anonim
Khi bạn thiết lập một mạng trong văn phòng của bạn, và tùy thuộc vào thiết bị và thiết lập được sử dụng, mạng lưới đó thực sự thông minh và / hoặc hiệu quả đến mức nào? Bài đăng Hỏi & Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc tò mò.
Khi bạn thiết lập một mạng trong văn phòng của bạn, và tùy thuộc vào thiết bị và thiết lập được sử dụng, mạng lưới đó thực sự thông minh và / hoặc hiệu quả đến mức nào? Bài đăng Hỏi & Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc tò mò.

Phiên Hỏi & Đáp hôm nay đến với chúng tôi theo lịch sự của SuperUser - một phân khu của Stack Exchange, một nhóm các trang web Hỏi & Đáp do cộng đồng điều hành.

Ảnh lịch sự của felixtriller (Flickr).

Câu hỏi

Người đọc SuperUser bizzehdee muốn biết mức độ thông minh và / hoặc hiệu quả của mạng trong văn phòng nơi làm việc của mình thực sự là:

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?

Mạng văn phòng nơi làm việc thông minh và / hoặc hiệu quả của họ có thể thực sự như thế nào?

Câu trả lời

Những người đóng góp của SuperUser Ben N và Nathan Adams có câu trả lời cho chúng tôi. Đầu tiên, 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.

Tiếp theo là câu trả lời từ 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.

Có cái gì để thêm vào lời giải thích? Tắt âm thanh trong các ý kiến. Bạn muốn đọc thêm câu trả lời từ những người dùng Stack Exchange có hiểu biết công nghệ khác? Xem toàn bộ chuỗi thảo luận tại đây.

Đề xuất: