Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Networking Upgrades

Creating a Functional Network for a Radio Station? 60

E-bot & Ro-bert asks: "I volunteer for my campus radio station and, as the only techy there, I've been asked to help design their new network. We're on a very fixed budget and we're working with win98 PCs. The network needs to provide the ability to simultaneously stream and transfer large files (uncompressed WAV data) w/o interruptions to the stream. I know their current idea of using a simple hub and connecting all the computers won't work, but I'm drawing a blank on what to suggest. The specifics: Two of 6 Win98 PCs need to have the ability to broadcast audio data from any source on the network. The other 4 of 6 computers must be able to transfer files on the network w/o taking too much bandwidth away from the streams. I'm thinking of QoS, but how should it be implemented? What does the slashdot community look for, and suggest, in making a high-bandwidth network?"
This discussion has been archived. No new comments can be posted.

Creating a Functional Network for a Radio Station?

Comments Filter:
  • by crstophr ( 529410 ) on Tuesday October 04, 2005 @06:19PM (#13717255) Homepage
    Get a 16 port 10/100 Ethernet SWITCH (not hub... do they still sell hubs?)
    Make sure every PC has a 10/100 card in it.

    At that point just test. I don't think that bandwidth is going to be the problem. I wouild be more worried about CPU since the machines are so old.

    So just spend a little bit to upgrade the network and then start testing. Get some streams running first, then try to hammer the network with file transfers. See how much it takes to break things. You may find that the simple upgrade is all you need. If you can beef up the buffering on the destination for the streams it would help, but if you have to do that you're pushing the limits already.

    Worst case:

    2 network switches and 2 network cards each for the PCs. Do the file transfers on one network and the streaming on the other network. Segregating the traffic guarantees they will not interfere with each other on the network layer... I would make a "streams only" network and put all other office traffic, including the file transfers, on a normal office lan.

    Hope this helps.

    --Chris
  • by Anonymous Coward on Tuesday October 04, 2005 @06:22PM (#13717300)

    I also work at a small radio station and a limited budget, where all of our computer are either Win98 or DOS, plus one Linux server. We've been streaming our audio onto the air from the Linux box using a Samba server no problem, just by using 100MB full-duplex switches.

    The three problems that crop up are:

    1) Large file downloads across the LAN, but this is only a problem when the files are being pulled to or from a computer that is serving or receiving a stream. This almost never happens where I work, though.

    2) Hard drive accesses. This one isn't so obvious. Once or twice I've put a heavy load on the Linux box's drive (e.g. unthrottled data backups, recursive grep) and the drive couldn't keep up with both the backup and the audio file reads simultaneously.

    3) Lack of contingency plans. If you're putting things on the air pulled from a computer across the network, you need to make sure your backups are thorough and extremely fast to restore. Our Linux server is backed up once a day (we only change about a dozen or less files per day) to a second hard drive, and we can pop a floppy in the disk drive and reboot to switch to the backup very quickly, all systems operational; then you have plenty of time to fix the problem and switch back to the main storage drive.

    I hadn't heard of the bandwidth limiting software that someone else mentioned. It initially sounds like a good idea, but if you install it on the computers that are serving or receiving a stream, it would actually aggravate the problem, so implement that idea carefully.

  • by Malor ( 3658 ) on Tuesday October 04, 2005 @07:26PM (#13717919) Journal
    As always in an Ask Slashdot, there's not enough info in your post to make any clear recommendations. Your specs are pie-in-the-sky wild.. there's really very little to work with here. But I'll try to give you some pointers.

    I'm assuming you want two Windows 98 PCs to provide streaming audio to some arbitrary number of clients. Sending one stream isn't that hard... as others have said, that would be about 1.5megabits per stream. However, in ordinary TCP, you have to send a unique stream per client... even though it's the exact same data going to all clients. This adds up *fast*. So the number of clients you want to serve at any given time is the determining factor for how hard the problem is.

    To give you an idea of the number ranges you're talking about, your network fabric is one potential bottleneck. Even on a 100Mb switch, you'll have a hard time exceeding about 60 connections. If you're willing to settle for MP3-compressed files (and LAME sounds REALLY good), you can cut your bandwidth needs to no more than 320k per client with almost no sound loss. 160k LAME still sounds very nice, and would probably let you support around 600 clients on a 100Mbit connection.

    However, I doubt that Win98, even on a powerful machine, could stream that much data without croaking, particularly with the 600-connection scenario. It has trouble with multiple filesharing connections, a core function of the OS... running a heavy-duty server application on 98 is likely to be pretty troublesome.

    What you really WANT is to be able to send the stream just once, and have all your clients tap into the stream and play the music. Multicast will do this... it is a one-to-many protocol. But your server, network infrastructure, and clients have to support it.

    So what clients and server software do you use? I have no idea. I'd suggest starting with a search for 'multicast' on Freshmeat and going from there.

    Overall, this is a hard problem. It's absolutely solvable, but it will take both expertise and money... the more of the former you have on tap, the less of the latter you'll need.

    Even with the needed expertise, I don't think you can do this on the cheap. You're very, very likely to have to spend money. If they're talking about using HUBS, you're not even on the same page... this project, if it's meant as more than a toy for five people at a time, will most likely require a fairly expensive backbone.

    Your campus IT department probably has both the expertise and the network backbone already in place, so your first stop should be them.

    (I'm being interrupted, so I can't edit this as well as I'd like... hopefully any mistakes won't be too awful.)
  • by lucm ( 889690 ) on Tuesday October 04, 2005 @10:18PM (#13719061)
    To start, there are no 100Mbit hubs, the very spec for 100BaseTX requires a switching function.

    Curiously Netgear has 10/100 Mbps hubs [netgear.com] AND 10/100 Mbps switches [netgear.com]

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...