Results 1 to 18 of 18

Thread: How is your network structured?

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    How is your network structured?

    How do you have your network structured? Do you have a Structured Network, is it daisy-chained?

    I attached a poorly drawn layout. Blue denoted separate areas. What I plan to do is get a 16, or 24 port switch to create a more structured network.
    Attached Images Attached Images  

  2. #2
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: How is your network structured?

    We have one router, and a lot of wireless devices.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How is your network structured?

    Ditto

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: How is your network structured?

    I have the modem connected to the WAN port on the wireless router, from there 2 laptops and my Wii use the wireless.

    I have 3 desktop computers connected to 3 of the 4 LAN ports on the router & the next laserjet printer I get will use the 4th port.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: How is your network structured?

    Code:
          Internet
            |
            |
            |
           WP*
          -----
         | RTR |LP*--->DMZ
          -----
            LP*
            |
            |
            |
           WP*
          -----
         | RTR |LP*--->NAS
          -----
           |
           |
           |--))     WIFI     ((--PC’s & Printers
    
    
         WP* = Internet / WAN Port
         LP* = LAN Port
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  6. #6
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How is your network structured?

    We have on Modem connect to a Wireless router, 1 PC connected by wire, 2 printers connected by wire (1 for photo printing and one for documents). Then 3 laptops, 1 iPad, 1 Wii , 1 iPod Touch and on Nook all connecting wireless
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How is your network structured?

    I have a modem connected to a router
    I then have one server hard-wired into the router, plus two lan lines for extras (like the work laptop when I do stuff at home as I need the speed as much as I can get).
    Then wirelessly I have my phone, my wife's phone, three laptops, a wii and two kindles. Hmmm... honestly, I didn't realize I had that much wireless stuff connected.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: How is your network structured?

    Are you guys using wireless g or n?

    Our Modem/Router (AT&T Uverse RG) has wireless g built in, however it is unreliable. When it drops connections, it will drop them for a few hours. I ended up getting a Wireless N router, which is in my room (the most central location in the house). When it was setup with N, neither of the wifi points would allow connections. I have since just left it as a G connection...

  9. #9
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: How is your network structured?

    I am running 2.4Ghz with both G & N clients (mostly G).
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  10. #10
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How is your network structured?

    Mine's all G... no N... Had an N-router (clients all still G though) but for some reason it would keep dropping the connection to the modem... so I replaced it with the older G router. Been fine ever since.

    tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  11. #11
    Cumbrian Milk's Avatar
    Join Date
    Jan 2007
    Location
    0xDEADBEEF
    Posts
    2,448

    Re: How is your network structured?

    Code:
             [House 1                                           ]         [House 2 ]      [House 3]
    [Wan]----[ISP modem/router]-----[router 1].........[router 2].........[router 3]......[PC] 
                                     |    |  '.       .'        '.             '.
                      [Printers]----[PC] [PC] [Laptops]          [PC]        [Laptops]
    
    --- RJ45
    ... wireless G
    I went to town with a bunch of Linksys WRT54G-TM (running DD-Wrt) and some cheap patch antennas. Everyone has access to the internet, printers and each others media. Its spread over ~300m
    Last edited by Milk; Jul 1st, 2011 at 06:52 PM.
    W o t . S i g

  12. #12
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: How is your network structured?

    Name:  Home Network.png
Views: 178
Size:  33.0 KB

    PLC sucks by the way...
    Last edited by TheBigB; Jul 2nd, 2011 at 09:06 AM.
    Delete it. They just clutter threads anyway.

  13. #13

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: How is your network structured?

    what sucks about it? I have noticed the wireless ap's at my uni are PoE, and the network works fine.

  14. #14
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: How is your network structured?

    They are probably range extenders, while they may look like PoE adapters.
    Anyway it also greatly depends on your electrical wiring and configuration, which here at home seems to suck. There seems to be a lot of interference. I have adapters with max 200mbps, but they are usually only providing throughput of 15mbps...
    Delete it. They just clutter threads anyway.

  15. #15
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: How is your network structured?

    Quote Originally Posted by TheBigB View Post
    They are probably range extenders, while they may look like PoE adapters.
    Anyway it also greatly depends on your electrical wiring and configuration, which here at home seems to suck. There seems to be a lot of interference. I have adapters with max 200mbps, but they are usually only providing throughput of 15mbps...
    Are you talking about Power of Ethernet (POE), or do you mean Power Line Carrier (PLC)? If you mean the latter here are some thing to look at.

    1 - Are the devices on the same phase.
    2 - Do not connect the PLC device to a surge protector or an outlet with a surge protector.
    3 - Avoid outlets that have devices with motors.

    I worked for a startup that did PLC for hotels and it was normal to be able to provide internet access for a 100 room hotel in a day.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  16. #16
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: How is your network structured?

    D'oh... You're right. My bad.
    Delete it. They just clutter threads anyway.

  17. #17
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: How is your network structured?

    Quote Originally Posted by dclamp View Post
    Are you guys using wireless g or n?
    Wireless G for me.

    My router's a Linksys wrt54g flashed with dd-wrt v2.4
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  18. #18
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: How is your network structured?

    I just steal my neighbor's wireless signal. Also, there's a burger king downstairs who's signal I can catch at times. :P
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width