Beginner learning how to build a Router Simulator?

C

cristal

How can I build a router simulator with 4 input and output ports,a routing
processor and the switching fabrics?

Requirements for testing:
- Develop a traffic generator (sender) that accepts strings of ASCII
characters (message), convert them to their binary codes, and encapsulate
them in packets and frames, then forward the frames to the router.
- A receiver should be developed to decapsulate the frames coming out from
the router’s output ports, and convert them to the original ASCII
characters (at least four senders and four receivers are required).
- The router may drop some of the packets, if the traffic exceeds the
router capacity (i.e. queues are fully occupied).
 
V

Victor Bazarov

cristal said:
How can I build a router simulator with 4 input and output ports,a routing
processor and the switching fabrics?

Requirements for testing:
- Develop a traffic generator (sender) that accepts strings of ASCII
characters (message), convert them to their binary codes, and encapsulate
them in packets and frames, then forward the frames to the router.
- A receiver should be developed to decapsulate the frames coming out from
the router’s output ports, and convert them to the original ASCII
characters (at least four senders and four receivers are required).
- The router may drop some of the packets, if the traffic exceeds the
router capacity (i.e. queues are fully occupied).

Do you have a C++ _language_ question? If so, ask it. If you need
a general software engineering advice, post to comp.software-eng.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top