Thread: Switch simulation in C

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    1

    Question Switch simulation in C

    I'm having a project to simulate the traffic happening thru a network switch fabric. I don't want to go with complicated network simulators since the learning curve is long and they have many problem.
    The project is to model packet arrivals thru input ports and route them to output where queues are formed to receive those packets.
    Is there any idea of how to start ? Any one faced a similar project where I can learn from his experience? I can start programming in my own but I wanted to see if anyone has similar experience and could give directions.

  2. #2
    Registered User
    Join Date
    Dec 2009
    Location
    Rome
    Posts
    7
    do you need to simulate only the arrival process or the entire network?
    (i.e. do you need to write code to simulate the switch nodes?)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. ascii rpg help
    By aaron11193 in forum C Programming
    Replies: 18
    Last Post: 10-29-2006, 01:45 AM
  3. Switch
    By cogeek in forum C Programming
    Replies: 4
    Last Post: 12-23-2004, 06:40 PM
  4. Switch Case
    By FromHolland in forum C++ Programming
    Replies: 7
    Last Post: 06-13-2003, 03:51 AM