“12348天津法网”3个月解答咨询上千件
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with networking
Search options not deleted
user 10472
百度 新疆南疆盆地等地的部分地区有扬沙或浮尘天气(见图3)。
Networking refers to the technologies and techniques that enable the interconnection of devices and applications allowing them to communicate electronically.
85
votes
Accepted
Networking Units: Not getting expected performance from 100Mb Ethernet
You are confusing your units.
M = mega
m = milli
B = byte
b = bit
When referring to disk usage, we measure throughput in megabytes per second, or MB/s. Notice the capital M for mega and the capital …
77
votes
Accepted
How can e-mail be delivered to a domain without an MX record?
According to the Section 5.1 of RFC 5321:
If an empty list of MXs is returned,
the address is treated as if it was associated with an implicit MX
RR, with a preference of 0, pointing to that host.
T …
7
votes
As a student looking for hands-on experience, how should I configure my test lab to accurate...
Get a managed switch that supports VLANs. Preferably from one of the bigger names, like Cisco, Juniper, Arista, HP, Dell, or Extreme. You can get a Cisco 3500 series on eBay for about $100. Get a rout …
4
votes
Accepted
What is this thing I found in my wiring closet?
It appears to be a punchdown block most likely used for analog telephone lines.
3
votes
How to configure this network setup
What you want to do is create a private "backup" VLAN on a dedicated subnet.
You need to assign it an unused IP range and connect a dedicated "backup" NIC to this VLAN. Make sure these interfaces don …
26
votes
Accepted
Drive not showing in File Explorer after "net use" command
I'm going to venture a guess that you're running the command prompt as another user or as "Administrator" and you have UAC enabled. When this happens, you've mapped the drive under a different user co …
1
vote
What is a subnet calculator?
Subnets are easy if you're using netmasks that are on 8-bit boundaries. /22 or /21 for example are a little harder to calculate in your head unless you do it all day long. A subnet calculator will sho …
24
votes
7
answers
7k
views
Why don't more organizations use inside-to-inside NAT or similar solutions to allow NAT hair...
Inside-to-inside NAT aka NAT loopback solves hairpin NAT issues when accessing a web server on the external interface of an ASA or similar device from computers on the internal interface. This prevent …
9
votes
Accepted
VLAN Inheritance?
Yes. Assuming that the unmanaged switch is just a dumb L2 device, it will be on the same L2 domain as everything else on VLAN 3.
9
votes
Why have a server with 6 NICs
Virtualization. 6 is the least I'd want on a ESXi host, especially if you're using iSCSI.
2 for storage
2 for management/vMotion
2 for data
Or if you don't use iSCSI, you can separate management an …
8
votes
Dark Fiber in Backbone networks
Dark fiber is just fiber that is not active. It is usually dark because it is planned surplus for future growth, this is normal.
8
votes
Accepted
Server with 2 NICs / subnets, can't get networks to talk to each other
You need a router to route traffic between the two subnets.
Usually, you would have a core layer 3 switch (router) that will handle this. You can also use something like RRAS to turn a Windows Server …
25
votes
Serving 10,000 simultaneous users over Wifi
You're going to want to get in touch with a major vendor like Cisco or Aruba.
When you get that many people in a contained area, throughput isn't your (main) problem, interference is. For a deployme …
6
votes
WiFi Setup for an Office Environment
Product recommendations are off-topic here, but if you want reliability, I'd strongly recommend staying away from SOHO gear and ponying up for a couple of enterprise-grade APs. You may have sticker-sh …
5
votes
How to connect frontend and backend Linux servers using cable?
Neither should have a gateway set, since there is no routing going on. Configure both interfaces to be on the same subnet. Then create a persistent static route on both machines that point to each oth …