![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3
![]() |
How does a 'router setup page' work?
I'm trying to learn more about web developement and I have a simple question which google won't tell me the answer to (probably cos I don't know how to describe the question concisely).
I would like to know how a 'router setup webpage' can change the settings in the router. This is my guess: 1) The router has a 'web server' running in it. 2) The router has another server running in it listerning for requests to change the setup (call it SetupServer). 3) A browser running on a pc on the network requests an html document (web page) from the router's webserver. 4) The web page has an ActiveX control in it which communicates directly to the SetupServer on the router. 2 and 4 sound all wrong to me. If anyone could tell me how it actually works I'd be grateful!! |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Why would use need a separate setup server, or an ActiveX control? All you need is a webserver linked up to some configuration files (or database, or some other system for storing configuration) that controls the router's settings.
For instance, if your router runs an embedded form of Linux, then the server on the router might be designed to change certain network config files when a user clicks a button on the setup website. |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3
![]() |
Thanks Arevos, it all makes sense now!! I knew my answer was stupidly wrong, lol lol
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML page to created which can be edited.... and same thing is retained in page . | anant_tickoo | HTML / XHTML / CSS | 10 | Nov 30th, 2006 12:10 PM |
| PHP sessions/ page refresh??? | ktsirig | PHP | 2 | Jun 1st, 2006 4:16 PM |
| PySite - Web Development Framework | Sane | Python | 15 | Mar 27th, 2006 7:39 PM |
| Page Replacement Program (C++) | redhatter | Existing Project Development | 1 | Nov 20th, 2005 10:38 AM |
| Python and iframes - can it work? | MegaArcon | Python | 3 | Oct 13th, 2005 10:06 AM |