Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. how to control the network bandwidth

how to control the network bandwidth

Scheduled Pinned Locked Moved Visual Basic
sysadminquestioncsharphelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    victor_virus
    wrote on last edited by
    #1

    hello, i am a student studying in one college in malaysia. now i facing one problem in my project that is how can i control or write an simple system to control the network bandwidth?? or the vb.net it self have the build in function or libraries that we can use it to control the bandwidth in the network enviroment? i mean that when you are the server, then you can control the bandwidth in your network workstation( mean sender to receiver) thanks

    D V 2 Replies Last reply
    0
    • V victor_virus

      hello, i am a student studying in one college in malaysia. now i facing one problem in my project that is how can i control or write an simple system to control the network bandwidth?? or the vb.net it self have the build in function or libraries that we can use it to control the bandwidth in the network enviroment? i mean that when you are the server, then you can control the bandwidth in your network workstation( mean sender to receiver) thanks

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      soon hoo wrote: simple system to control the network bandwidth This will be anything but simple. You would probably have to write a filter driver to get the kind of control you want. Brush up on the Windows DDK, kernel debugging, writing and testing drivers, ... There is no Windows API to do this. Your driver will have to sit between the protocol driver and the network card driver. Here you could control the pacing of what is sent out to the network card. You would have to include some kind of DeviceIoControl interface so you can tell your driver what to do, like at what speed you want packets to be sent. RageInTheMachine9532

      1 Reply Last reply
      0
      • V victor_virus

        hello, i am a student studying in one college in malaysia. now i facing one problem in my project that is how can i control or write an simple system to control the network bandwidth?? or the vb.net it self have the build in function or libraries that we can use it to control the bandwidth in the network enviroment? i mean that when you are the server, then you can control the bandwidth in your network workstation( mean sender to receiver) thanks

        V Offline
        V Offline
        VBGuruWantabe
        wrote on last edited by
        #3

        Another place to look is the "Quality of Service" layer in Windows. (Got the correct thread this time!) If "to err is human", programmers must be superhuman...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups