Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 10th, 2006, 3:31 AM   #11
splinter9x
Hobbyist Programmer
 
splinter9x's Avatar
 
Join Date: Jun 2006
Posts: 137
Rep Power: 0 splinter9x is an unknown quantity at this point
I used to be on a router and it sucked...
__________________
Visit my Blog
I support WINDOWS...
splinter9x is offline   Reply With Quote
Old Jun 10th, 2006, 6:37 AM   #12
demon101
Hobbyist Programmer
 
demon101's Avatar
 
Join Date: Mar 2006
Location: westboro, ohio
Posts: 159
Rep Power: 0 demon101 is an unknown quantity at this point
Send a message via Yahoo to demon101
Quote:
Originally Posted by lectricpharaoh
(I've got cable

that is what i have to is cable.

i think my isp is rr.com but i am not sure on that.
__________________
Demon101 Production's

Code Forums
demon101 is offline   Reply With Quote
Old Jun 10th, 2006, 10:22 AM   #13
gumbyman31
Newbie
 
Join Date: May 2006
Location: Inside
Posts: 14
Rep Power: 0 gumbyman31 is on a distinguished road
Send a message via AIM to gumbyman31
Make sure your ISP is ok with this. I say this because my DSL(now FiOS) provider said in the contract no web servers, and therefore blocked port 80 from their end. If this happens, just switch the ports up(ex. have it broadcasst on port 8000 instead of 80)
__________________
Use the best: Linux for servers, Mac for graphics, Windows for Solitaire.
gumbyman31 is offline   Reply With Quote
Old Jun 10th, 2006, 3:24 PM   #14
splinter9x
Hobbyist Programmer
 
splinter9x's Avatar
 
Join Date: Jun 2006
Posts: 137
Rep Power: 0 splinter9x is an unknown quantity at this point
Yuppers changing the port number can get you around alot...
__________________
Visit my Blog
I support WINDOWS...
splinter9x is offline   Reply With Quote
Old Jun 10th, 2006, 5:50 PM   #15
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 929
Rep Power: 4 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by splinter9x
I used to be on a router and it sucked...
Because you didn't know how to use it, right? Routers don't cause problems that you cannot resolve, and they have many benefits, even those little 'gateway routers' for broadband use. First and foremost is protection. Unless you have port forwarding enabled, other computers on the internet can't arbitrarily connect to yours. It's a form of hardware firewall, though you could be an idiot and rely instead on a software firewall, like ZoneAlarm, NIS, or (God forbid) the 'personal firewall' in WinXP. The next major benefit is connection sharing, but of course this only matters if you have more than one machine on which you desire internet connectivity. A third benefit off the top of my head would be forming a LAN, and sharing resources such as disk space or printers. When I'm at my girlfriend's place, I can be sitting on the couch with my laptop, and print stuff on her printer across the room. I only need to get up to make sure there's paper in the printer, and pick up the job when it's done.

Now, maybe you can tell us why routers suck, and hopefully it's a better answer than "I'm clueless as to how to configure it", because that's like saying a bicycle sucks because you don't know how to ride one.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Old Jun 11th, 2006, 2:00 AM   #16
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 748
Rep Power: 3 Jimbo is on a distinguished road
Quote:
Originally Posted by lectricpharaoh
Because you didn't know how to use it, right? Routers don't cause problems that you cannot resolve, and they have many benefits, even those little 'gateway routers' for broadband use. First and foremost is protection. Unless you have port forwarding enabled, other computers on the internet can't arbitrarily connect to yours. It's a form of hardware firewall, though you could be an idiot and rely instead on a software firewall, like ZoneAlarm, NIS, or (God forbid) the 'personal firewall' in WinXP. The next major benefit is connection sharing, but of course this only matters if you have more than one machine on which you desire internet connectivity. A third benefit off the top of my head would be forming a LAN, and sharing resources such as disk space or printers. When I'm at my girlfriend's place, I can be sitting on the couch with my laptop, and print stuff on her printer across the room. I only need to get up to make sure there's paper in the printer, and pick up the job when it's done.
What's wrong with using a software firewall? Adding additional security measures is hardly ever a bad thing. It might not work as well as a hardware firewall, but it's not necessarily gonna make things worse. That said, I believe that most household routers actually do use software (or firmware) firewalls, and actual hardware firewalls are distinguished from routers.

And as to anything LAN related, a router technically splits up networks into different broadcast domains. You're describing a switch (common misconception about most household "routers", don't feel bad about it). The common "router" is actually a 4-port switch with a routing unit between the various LAN ports and the single WAN port. The one tricky part of the common household wireless router is putting wireless and wired networks on the same broadcast domain. Typically different media types are on separate networks and require a router to go between them; however, in this case the router takes the two different media and shares a broadcast domain across both of them.
Jimbo is offline   Reply With Quote
Old Jun 11th, 2006, 2:16 AM   #17
splinter9x
Hobbyist Programmer
 
splinter9x's Avatar
 
Join Date: Jun 2006
Posts: 137
Rep Power: 0 splinter9x is an unknown quantity at this point
I guess I'm just not a fan of routers...
__________________
Visit my Blog
I support WINDOWS...
splinter9x is offline   Reply With Quote
Old Jun 11th, 2006, 10:01 AM   #18
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 929
Rep Power: 4 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Jimbo
What's wrong with using a software firewall? Adding additional security measures is hardly ever a bad thing. It might not work as well as a hardware firewall, but it's not necessarily gonna make things worse. That said, I believe that most household routers actually do use software (or firmware) firewalls, and actual hardware firewalls are distinguished from routers.
In and of itself, nothing is wrong with using a software firewall. It's certainly better than nothing. My comment was in reference to someone preferring such over a hardware firewall, should that person have access to the latter. It makes about as much sense as someone sticking the family jewelry in a box in their bedroom, locking the bedroom door, and then leaving the front door of their house unlocked.
Quote:
Originally Posted by Jimbo
And as to anything LAN related, a router technically splits up networks into different broadcast domains. You're describing a switch (common misconception about most household "routers", don't feel bad about it). The common "router" is actually a 4-port switch with a routing unit between the various LAN ports and the single WAN port. The one tricky part of the common household wireless router is putting wireless and wired networks on the same broadcast domain. Typically different media types are on separate networks and require a router to go between them; however, in this case the router takes the two different media and shares a broadcast domain across both of them.
I believe the distinction here is that one of these home routers has a) some kind of firmware to allow for configuring it, and b) support for NAT and port forwarding. A plain old switch is much simpler, but then you have smarter ones, like layer 3 switches. The way I tend to think of it is that a router is essentially a very specialized switch, with additional intelligence, and while not technically correct, it helps illustrate the blurring of definitions.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Old Jun 11th, 2006, 1:45 PM   #19
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 748
Rep Power: 3 Jimbo is on a distinguished road
Quote:
Originally Posted by lectricpharaoh
I believe the distinction here is that one of these home routers has a) some kind of firmware to allow for configuring it, and b) support for NAT and port forwarding.
All of these options are specifically for traffic between the WAN port and the LAN ports. You can just not use the WAN port and then all of that gets bypassed and the device functions as a switch, with the exception of wireless.

Quote:
Originally Posted by lectricpharaoh
The way I tend to think of it is that a router is essentially a very specialized switch, with additional intelligence, and while not technically correct, it helps illustrate the blurring of definitions.
You're right, the definition is very blurry. I like to try and keep it clear.
Jimbo is offline   Reply With Quote
Old Jun 11th, 2006, 4:55 PM   #20
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 929
Rep Power: 4 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Jimbo
All of these options are specifically for traffic between the WAN port and the LAN ports. You can just not use the WAN port and then all of that gets bypassed and the device functions as a switch, with the exception of wireless.
I'd argue that the home routers are true routers, as they connect different networks and use NAT to translate addresses between them. They're essentially a router with two 'interfaces', the LAN and the WAN. I see your point about them being glorified switches, though.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC