1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

whats the difference between a router and a server?

Discussion in 'Questions and Answers' started by baboo72, Jan 15, 2009.

  1. baboo72

    baboo72 Bleeding aqua & orange

    3,242
    782
    0
    Mar 23, 2008
    Watford, England
    Hey guys, whats the difference between a router and a server?
     
  2. Fin D

    Fin D Sigh

    72,252
    43,684
    113
    Nov 27, 2007
    Think of it like this, the server is your destination, the network is the road and the router is the traffic lights or or cops directing the traffic.
     
    baboo72 likes this.
  3. anlgp

    anlgp ↑ ↑ ↓ ↓ ← → ← → B A

    server serves information. this site is on a server.

    router directs the information.
     
    baboo72 likes this.
  4. Muck

    Muck Throwback Uniform Crusader Retired Administrator

    14,523
    22,246
    113
    Nov 25, 2007
    Sunny Florida
    Simply put, a router is a networking device that can 'route' traffic across subnets. The traffic cop analogy fits well.

    A server is something whose purpose is to 'serve' some type of information on demand.
     
    cnc66 and baboo72 like this.
  5. baboo72

    baboo72 Bleeding aqua & orange

    3,242
    782
    0
    Mar 23, 2008
    Watford, England
    Thanks guys, I really appreciate you taking the time to answer. Am I right in thinking then, that (for example) my work has 3 servers, I'm guessing then that the servers are bringing in the main information then its routed to the individual drives that we're connected to?
     
    Last edited: Jan 16, 2009
  6. Muck

    Muck Throwback Uniform Crusader Retired Administrator

    14,523
    22,246
    113
    Nov 25, 2007
    Sunny Florida
    Obviously we don't know how your work environment is setup. And there are many different configurations that a network can have. But that sounds pretty reasonable.

    Typically routers are near the 'edge' of the network. So technically, the network 'switches' are probably what's delivering the information from the servers to your individual computers. In simple terms, switches can route traffic within a subnet (say, your office), whereas routers can route traffic within and across subnets (your office, the internet).

    Here's a simple look top-to-bottom look at the layers of a typical office network (again, just a simple example).


    Internet
    Router
    ///Switch\\\
    Server | PC's


    Usually the server and PC's are connected to the switch. The switch is connected to the router. And the router to the edge device (cable/DSL modem, T1, etc.).

    When you want to open a file on one of your work servers, the request goes to the switch. Since the switch knows that the server is also connected to it (i.e. on the same subnet) and remembers 'where' it's located on the subnet (its IP address), it passes the request on to the server. The server then says "OK" and sends the requested file back to the switch, which passes the file back to you. Since both computers reside on the same subnet, the router never has to get involved. The switch can handle the job by itself.

    Now when you open up a web browser and type in www.thephins.com, which is on another subnet (out on the internet), that's when the router gets involved.

    If you'd like to know what 'that' process looks like, I'd be glad to break it down for you. :)
     
    baboo72 likes this.
  7. baboo72

    baboo72 Bleeding aqua & orange

    3,242
    782
    0
    Mar 23, 2008
    Watford, England

    Thanks Muck thats helped a great deal :up:
     

Share This Page