View Full Version : Networking Project


Endure Whisper
14-05-07, 11:27 AM
I am graduating this year, and in order to pass, I have to complete a course project in 3 months. The thing is, I don't know what to develop!

My major is Networking Technology, and creating a network with clients and servers is out of the question. I've done that as my Pre-graduation project, but the final project has to be something different and outstanding.

I need ideas :help:

What do you think would be a successful project?

Drop in as many ideas as you can think of!

Thank you :)

DeSerTDesTroYeR
14-05-07, 03:01 PM
How about creating a VPN application for an organization that has remote offices?

ToomuchaT
14-05-07, 03:27 PM
.. if you have a good understanding in microcontrollers then try to build or design a network based on a microcontroller!!

NiGhTFaCe
14-05-07, 04:21 PM
What about a simple networking, maybe for an internet cafe. This was my graduation project. But, it was more to create the application used. Too bad we couldn't get the chance to do the networking side.

Endure Whisper
15-05-07, 10:28 AM
Thanks guys!

.. if you have a good understanding in microcontrollers then try to build or design a network based on a microcontroller!!

Can you explain this one more?

ToomuchaT
15-05-07, 02:06 PM
.. MIC: microcontroller.

.. well this idea would be a controllin and monitoring a network in the same time.

..this idea can be either used for phone lines network or enternet network or even house appliances i.e automatic doors and windows or switchin lights on/off etc..

.. this network i would guess should have a central PC, master MIC and different number of slave MICs which depends on number of the attached applications i.e phones or net ports or house appliances!!

.. so te master MIC gives command to slave MICs via some user interface from the central PC... then the MICs either control or monitor the attached applications.

.. this might involve other things but this is the way i can see it in a simple way.. the major issue will be developing a program for the MIC with different commands and different cases and different tasks.

.. also u can introduce a program to the MIC to identify the errors while processing.. so it will be easy for the technician to spot out the fault in the network without checking each port in the network.

.. as i said u really do need to have a good understanding about MIC and some C language.

.. goodluck.