LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-05-2004, 04:12 PM   #1
dr4gon
LQ Newbie
 
Registered: Jul 2004
Posts: 18

Rep: Reputation: 0
Get Less for more?


I'm a little confused about the server hardware issues. I see a mobo supporting amd opteron, which only runs at 400 fsb for 500 bucks, when an abit one runs at 800 fbs for only 90 dollars. Does an opteron processor running on 400 fsb supposedly faster than a p4 800 fsb?

I'm also a little dazed about the cache thing, "6MB L3 Cache" That's a iltanium intell processor, which only goes to 1.8 ghz I believe, but has 6mb cache whereas p4 caches at 1mb and 2mb running at 3.4 ghz. Does cache play a more crucial role than the processor speed of ghz itself?



Thank you
 
Old 07-05-2004, 05:16 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
There is no such thing as FSB in AMD Athlon 64 or AMD Opterons. The Hypertransport is used to connect from the Northbridge chip and to the CPU which you can see it can go as fast as 2 GHz (2000 MHz) with only VIA K8T800 PRO chipset for now. The memory bus is 400 MHz but the bandwidth is 128-bits wide. In reality Pentium 4 are 200 MHz but it is quad pumped to 800 MHz and the bandwidth is 64-bits. The Itanium processor does not work very well in server environments and it costs a lot. The Itanium processor should be used if you are doing engineering work. The real question how efficient each processor is when it is executing instructions. The Opteron or AMD Athlon 64 is a lot more efficient executing instructions than Pentium 4 or Xeon from the benchmarks. All the benchmarks are still executed using only 32-bit code. If you use 64-bit instructins in AMD Athlon 64 or AMD Opteron they will be much faster than Pentium 4 or Xeon. INTEL is has added 64-bit support but it seems they are fumbling the ball on this one with their latest Xeon processors that has some 64-bit instructions.

For price per performance ratio, AMD Athlon 64 and Opteron processors beats INTEL latest processors for now.

The VIA K8T800 Pro chipset has potential with data throughput but the PCI bus is slowing it down. When motherboard manufactures start introducing PCIe (PCI Express), the Hypertransport connection will really be helpful for AMD systems.

ABIT AV8 is workstation/desktop motherboard. I would not use that motherboard for server environments. I would go for dual or quad processor motherboards for servers.

The cache sometimes helps in programs but it really helps when the processor is doing a lot of math equations. Other times having a very large cache like 6 MB can ruin the proecssor's performance because it has a very high latency. The more cache there is, the more you have to pay for that cache.
 
Old 07-05-2004, 05:28 PM   #3
dr4gon
LQ Newbie
 
Registered: Jul 2004
Posts: 18

Original Poster
Rep: Reputation: 0
perfect, however, could you clarify the cache a little more and what are the bits. So more cache is better, but it's bad because of the latency?
I would also want a 10/100/1000 mbps for servers right?

What does he mean?
The locks will be fully functional in the next BIOS release
Thanks

Last edited by dr4gon; 07-05-2004 at 05:35 PM.
 
Old 07-06-2004, 01:18 AM   #4
slackMeUp
Member
 
Registered: Nov 2003
Distribution: Slack-where?
Posts: 654

Rep: Reputation: 30
If you have a gigabit switch and another computer with a gigabit card then yes look for a 10/100/1000 NIC interface. . . however, if the "server" has no one to talk to with a gigabit interface then it is not needed. (well. . . unless your internet connection can push more then ~80 megabits per second uploading. . . hehe)
 
Old 07-06-2004, 01:20 AM   #5
slackMeUp
Member
 
Registered: Nov 2003
Distribution: Slack-where?
Posts: 654

Rep: Reputation: 30
BTW. . . good post Electro, I'm impressed.
 
Old 07-06-2004, 01:23 AM   #6
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You would not only need gigabit NICs in the client machines, but you would also need to have Cat6 wiring connecting all the machines, and a few gigabit switches in there.

It is unlikely that you have any of that (since it is all very expensive at the moment) so a gigabit card might be nice to future-proof your network, but it may be years before you ever put it to any good use.
 
Old 07-06-2004, 02:44 AM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
You would not only need gigabit NICs in the client machines, but you would also need to have Cat6 wiring connecting all the machines, and a few gigabit switches in there.
This is not true, CAT-5e can easily handle 1000 megabits. CAT-6 still needs some improving.

Quote:
perfect, however, could you clarify the cache a little more and what are the bits. So more cache is better, but it's bad because of the latency?
More cache is not always better. Some programs benefit with more cache and other programs do not benefit with more cache. Processor manufactures have to balance out cache and processor performance for different environments.

The bits is bandwidth or how many individual wires goes to and from the chips. The more bits the more bandwidth it can handle.

400 MHz and 128-bits = 800 MHz and 64-bits

Each additional bits creates more problems because each bit of data have to arrive at the same time or else it have to resend the data again. Soon chipsets, processors, and memory are going towards serial, so this problem is minimized.

Bits can also represented memory allocation and instruction set of the processor. A 32-bit processor like Pentium 4 can handle 32-bit code, 16-bit code, and 8-bit code. Pentium 4 can only allocate up to 4 gigabytes of memory. The AMD Athlon 64 and AMD Opteron can handle 64-bit code, 32-bit code, 16-bit code, and 8-bit code. AMD Athlon 64 and AMD Opteron can allocate up to several hundred terabytes of memory. Lets just say AMD's 64-bit processor can store vast amount of data that we can not comprehend yet.

Quote:
BTW. . . good post Electro, I'm impressed.
Thank you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration