Thread: Networking question.

  1. #1
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198

    Networking question.

    I plan on networking two computers. One currently has Windows Me, and the other one has Windows XP.

    Here are a couple of questions.

    Should both run the same OS?

    also, I plan on putting Madrake on the computer that currently runs Windows Me, should I install it before or after I set up the network.

    Should I use a hub, or a router?

    Thanks

    Any tips for networking will be greatly appreciated.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  2. #2
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    Both computers dont have to be running the same OS.

    I would setup Mandrake after you setup the network so that you know your ip address and dns...etc... which you will need for setting up linux if you want the internet to work right after installation. Mandrake is more user friendly, it might detect it for you. I would look up on that.

    And if mandrake automatically sets it up, then before is fine to.

    the hub and router is up to you.

    A hub is not a central unit such as a routers. Lets say you have one computer that connects to the net, and you want to network that computer with another. The hub lets the second computer share the internet connection of the first computer. So the first computer would have to be on for the second computer to use the internet or to access the first computer.

    So the internet connection goes into the first computer then goes into the hub, and then it is split up to the 2nd+ computers.

    A hub is used for dialup connections

    Now a router on the otherhand is better, if you have a broadband connection. IE cable or DSL. The broadband connection goes from the outside world to your router which then 'routes' the connection to all the computers connected to the router. So the router stays on 24 hours a day, while any computer can use the internet and use the files from one anothers computer.

    A router is a central unit in your network.

    At my house I have a router, and its very convienient, and I think necessary for two or computers. Also I have a print server connected to my router so that any computer on the network can use that one printer. Its very nice and convienient.

    it depends if you have a broadband connection or a dial up connection.

    Hope that helped.
    Last edited by xlnk; 08-23-2002 at 03:32 PM.
    the best things in life are simple.

  3. #3
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    Thanks for the insight, that was very informative.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    you could save yourself some money... if you're only networking 2 computers, you might be just as well off to get a second NIC in the one and just share your net connection that way. Granted, I don't think ME has that capability, but Mandrake does.

    And if you're just doing this for file sharing, which I doubt, you can just use a crossover cable.
    EntropySink. You know you have to click it.

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    With the router solution described above, presumably the router has the IP address that the DSL connection is supplied with. The IP's for the machines in your home have IP's allocated by the home owner, and they all communicate with the 'net via a proxy server which translates the local IP's to the routers IP.

    That about right?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    If I have a network of two computers connected to a router, how do I set up file sharing. The os's are win xp and win98. There is a firewall built into the router and on both computers.

  7. #7
    Evil Member
    Join Date
    Jan 2002
    Posts
    638

    Precisely

    The router acts as a border node, it has an external IP (usually from the DHCP server of your provider) and an internal IP (usually in the non-addressable range, specifically usually 192.168.1.1. The LAN-side connections are generally handled by a DHCP client running on the router, or done manually.

    There are pros and cons, you are effectively firewalling yourself, so if you like to use server-type software (anything from Apache to Morpheus) you will need to read your routers docs on port-forwarding and/or DMZing your serving box.

    Having a router setup in this manner also gives you the ability to share files or folders between your computers without having to worry as much about security breaches.

    A hub is just a device for connecting more things together than you have the ports for, a router is more like a node on your network.

  8. #8
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    Correction from my post:

    A hub can be used with broadband as well as dialup as it acts like a passive device.

    While I looked into it further and some routers do have the capability of routing a dial up connection. IE. It has a port for a phone line as well as a RJ45 network cable (broadband).

    Sorry about that.
    the best things in life are simple.

  9. #9
    Visionary Philosopher Sayeh's Avatar
    Join Date
    Aug 2002
    Posts
    212
    Let's put some accurate definitions on some things:

    Hub-- this is a dumb switch. It accepts network traffic and blasts it out across all ports. Lots of packet collisions.

    Switch- this is an intelligent switch. It accepts network traffic, looks at its tables and determines out which port the inbound traffic must go. Much faster, no collisions.

    Router- This is your "modem". ADSL Modem or Cable Modem.

    You should ALL be using something like a GATEWAY in between your router and your switch/hub. I would strongly recommend the D-LINK DI-704 or DI-804 models. The handle NAT, IP translation, firewall, statistics, PPPoE, DHCP, etc.
    It is not the spoon that bends, it is you who bends around the spoon.

  10. #10
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    Sayeh, it is worth mentioning that not all modems are routers, and not all routers are modems. In many home networks, the router is more closely associated with the switch than the modem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. networking comfirmation
    By rEtard in forum Networking/Device Communication
    Replies: 1
    Last Post: 07-20-2005, 03:59 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Beyond MFC : COM || Networking
    By kuphryn in forum Windows Programming
    Replies: 5
    Last Post: 04-25-2002, 04:28 PM