Questions tagged [ethernet]

Ethernet is the most common set of standards for wired connections in local area networks.

Ethernet is the most common set of standards for wired connections in local area networks.

Originally designed in the 1970s, Ethernet had a data rate of 10 megabits per second. Later, Ethernet was extended to support rates of 100 megabits/second, 1 gigabit/second, 10 gigabits/second and 100 gigabits/second.

710 questions
16
votes
6 answers

Direct ethernet link between two servers

Say I had two servers which needed super-low latency (Database, file etc.). Would it be possible to directly connect the two servers with 10GbE, so each server had 1 (in the real world it would have 2) connections to the 'main' network, but 1…
user80776
15
votes
2 answers

eth0 NIC Link is Down repeating message in kernel log

I've noticed since few days ago that same repeating kind of messages occurs and I positively can say that nothing was intentionally changed (installed/uninstalled) in that period. here's sample of /var/log/kern.log message: Mar 30 06:32:45 aurora…
Miloš Đakonović
  • 682
  • 3
  • 9
  • 28
15
votes
6 answers

How to test cat5/cat6 cable runs, using software-only, or simple tools?

Are there any utilities or simple tools or techniques to easily test a CAT5 cable, to see how well was it installed? Cat5 is often installed by amateurs, but has been installed and "working" for years. Proper cable testers and certifiers like a…
user135698
  • 151
  • 1
  • 1
  • 3
15
votes
1 answer

Where are ethernet errors logged?

Munin is showing me a graph like this: During that spike, I was unable to access my server through the eth0 port (I could access it through my IPMI port). I'm trying to figure out what happened, but I can't seem to locate any log files for eth0. I…
Matt
  • 207
  • 1
  • 3
  • 6
14
votes
2 answers

Ethernet port plastic plug blocking port access on server

I have Dell Poweredge server with plastic blockers inside their ethernet ports. My problem is that I don't know how to take it out. You can see photo of the plug here: I tried to pull them out, or to squeeze and then pull, but they don't move. I…
Marko
  • 371
  • 5
  • 18
14
votes
1 answer

What am I misunderstanding about calculating MTU?

Okay, I just finished resolving a jumbo frames issue between a few Xserves, a Netgear GSM7224, and a Drobo B800i. It turned out that the Xserves (Mac OS X 10.6.8 Server) and the Drobo B800i accept the MTU in bytes as normally expected (1500-9000),…
morgant
  • 1,470
  • 6
  • 23
  • 33
13
votes
5 answers

A "splitter" is plugged into a patch panel... how does this still work?

I found a patch panel that splits off ethernet into multiple hosts as shown below. Can anyone explain how this might work?
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
12
votes
3 answers

What are the differences between channel bonding modes in Linux?

Under Linux you can combine multiple network interfaces into a "bonded" network interface to provide failover. But there are several modes, some of which do not require switch support. I'm not constrained in my switch in that I can use any of the…
hookenz
  • 14,472
  • 23
  • 88
  • 143
12
votes
1 answer

How does BER compare between different 10GbE physical media?

I am under the impression that you should use optical for 10GbE networking because of a BER (bit error rate) several orders of magnitude lower than copper. I'm pretty sure I previously found documentation stating so, but for the life of me I just…
MikeyB
  • 39,291
  • 10
  • 105
  • 189
12
votes
3 answers

What is, and what problems result in a 'carrier error'

I haven't found a really clear definition about what a 'carrier error' is within the context of the ifconfig output for a interface. I have been searching on Google and there really isn't a great definition, or list of issues that cause this. I am…
Zoredache
  • 130,897
  • 41
  • 276
  • 420
12
votes
3 answers

Which OSI-Layer does Ethernet belong to?

Just wondering.
user46749
  • 353
  • 2
  • 3
  • 6
12
votes
6 answers

Why does ethernet have a minimum frame size specified?

I think the minimum is 64 Bytes. Why is that minimum necessary?
user46749
  • 353
  • 2
  • 3
  • 6
11
votes
6 answers

Does a single LACP channel over multiple switches increase redundancy?

I am curious for opinions, findings, or evidence that having multiple interfaces bonded using LACP to ports in multiple switches can increase redundancy. Previously bonded interfaces have always been to a single switch, with a redundant channel to…
Sirch
  • 5,785
  • 4
  • 20
  • 36
11
votes
4 answers

What happens when ARP Request comes from a different subnet?

What will happen when an ARP Request packet is sent from router1 to router2 in the following two cases? Will an ARP Reply be generated or the ARP Request packet be dropped? [router1]Intf1(20.0.0.1/24) ======== (40.0.0.1/24)Intf2[router2]…
gsinha
  • 323
  • 1
  • 4
  • 15
11
votes
2 answers

Why both T568A and T568B standards?

I've always wondered why there are the two different wiring standards for Cat5 UTP cabling. The only technical difference between the two is the green and orange pair are swapped, which accomplishes the exact same thing as far as wiring goes (as…
user62491
1
2
3
47 48