Click here to Skip to main content
15,887,843 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: No place for VB Pin
Marc Clifton10-Jun-03 3:30
mvaMarc Clifton10-Jun-03 3:30 
GeneralRe: No place for VB Pin
acosmin22-Jun-03 12:10
acosmin22-Jun-03 12:10 
GeneralRe: No place for VB Pin
-- NA --24-Jun-03 6:12
-- NA --24-Jun-03 6:12 
GeneralEvent recorder Pin
Anonymous6-Jun-03 9:06
Anonymous6-Jun-03 9:06 
GeneralExtended stored procedure ?! Pin
loredanasp5-Jun-03 0:27
loredanasp5-Jun-03 0:27 
Generalwacked out idea, unless its possible Pin
Jason Henderson29-May-03 10:21
Jason Henderson29-May-03 10:21 
GeneralRe: wacked out idea, unless its possible Pin
Andy Davey3-Jun-03 16:04
Andy Davey3-Jun-03 16:04 
GeneralRe: wacked out idea, unless its possible Pin
soundman3210-Jun-03 3:07
soundman3210-Jun-03 3:07 
You could use the hop counter in the IP part of a packet, but this will only give you how many devices seperate the source from the destination.

Check out TRACERT to give you some idea

e.g.

tracert codeproject.com

Tracing route to codeproject.com [207.219.70.31]
over a maximum of 30 hops:

  1     3 ms     2 ms     2 ms  dsl-212-23-29-198.zen.co.uk [212.23.29.198]
  2    20 ms    22 ms    22 ms  gauss-dsl1.wh.zen.net.uk [62.3.83.2]
  3     *        *        *     Request timed out.
  4    22 ms    24 ms    24 ms  deleuze-ge-0-2-0.hq.zen.net.uk [62.3.80.81]
  5    31 ms    31 ms    30 ms  suarez-so-0-0-0.te.zen.net.uk [62.3.80.62]
  6    34 ms    31 ms    30 ms  sl-gw22-lon-2-1.sprintlink.net [213.206.158.57]

  7    30 ms    31 ms    31 ms  sl-bb22-lon-9-0.sprintlink.net [213.206.128.104]

  8    97 ms    97 ms    98 ms  sl-bb20-nyc-2-0.sprintlink.net [144.232.9.163]
  9    96 ms    98 ms    97 ms  sl-bb22-nyc-8-0.sprintlink.net [144.232.7.106]
 10   118 ms   118 ms   121 ms  sl-bb21-chi-9-0.sprintlink.net [144.232.9.149]
 11   120 ms   118 ms   120 ms  sl-bb20-chi-14-0.sprintlink.net [144.232.26.1]
 12   118 ms   119 ms   142 ms  sl-gw36-chi-14-0.sprintlink.net [144.232.26.70]

 13   124 ms   123 ms   120 ms  sl-splk-telus-4-0.sprintlink.net [144.232.225.82]
 14   136 ms   134 ms   133 ms  toroonxnbr00.bb.telus.com [154.11.11.5]
 15   132 ms   131 ms   132 ms  toroonxngr00.bb.telus.com [154.11.11.54]
 16   263 ms   227 ms   215 ms  toroonnldr00.bb.telus.com [154.11.6.1]
 17   132 ms   130 ms   130 ms  toroonxndr00.bb.telus.com [154.11.6.16]
 18   133 ms   135 ms   220 ms  m192-234.tidc.telus.com [66.203.192.234]
 19     *        *        *     Request timed out.
 20   281 ms   290 ms   331 ms  207.219.70.31

Trace complete.


Shows that the codeproject servers are 20 devices/gateways/routers away from my machine.

No physical distances are known.

Neil
GeneralRe: wacked out idea, unless its possible Pin
Marc Clifton10-Jun-03 3:36
mvaMarc Clifton10-Jun-03 3:36 
GeneralRe: wacked out idea, unless its possible Pin
Roger Wright12-Jun-03 22:51
professionalRoger Wright12-Jun-03 22:51 
GeneralRe: wacked out idea, unless its possible Pin
William Bartholomew30-Jun-03 0:19
William Bartholomew30-Jun-03 0:19 
QuestionHow to write a C++ template INT Class? Pin
EastDragon21-May-03 16:53
EastDragon21-May-03 16:53 
AnswerRe: How to write a C++ template INT Class? Pin
John M. Drescher27-May-03 5:38
John M. Drescher27-May-03 5:38 
Generalaudio chat server,five months hard work,good or bad Pin
ycjmail@21cn.com20-May-03 21:15
ycjmail@21cn.com20-May-03 21:15 
GeneralPellissippi State among first to teach cluster computing Pin
Alton10020-May-03 17:41
Alton10020-May-03 17:41 
GeneralRe: Pellissippi State among first to teach cluster computing Pin
Adam Beal21-May-03 12:23
Adam Beal21-May-03 12:23 
GeneralVB.Net NNTP Class Pin
William Bartholomew18-May-03 21:48
William Bartholomew18-May-03 21:48 
QuestionWhich section should I put this article in? Pin
Vikram A Punathambekar16-May-03 0:47
Vikram A Punathambekar16-May-03 0:47 
AnswerRe: Which section should I put this article in? Pin
Dominik Reichl20-May-03 0:58
Dominik Reichl20-May-03 0:58 
GeneralManaged Wrapper around Unmanaged Class Pin
Matt Philmon28-Apr-03 11:11
Matt Philmon28-Apr-03 11:11 
GeneralRe: Managed Wrapper around Unmanaged Class Pin
Nemanja Trifunovic28-Apr-03 11:41
Nemanja Trifunovic28-Apr-03 11:41 
GeneralSMS Messenger Pin
Asif Ali Aslam20-Apr-03 19:36
Asif Ali Aslam20-Apr-03 19:36 
GeneralRe: SMS Messenger Pin
Brian Delahunty30-Apr-03 9:43
Brian Delahunty30-Apr-03 9:43 
GeneralRe: SMS Messenger Pin
Robin Golden14-May-03 22:12
Robin Golden14-May-03 22:12 
GeneralRFC: A .NET evolutionary computing framework... Pin
Duncan Edwards Jones15-Apr-03 22:54
professionalDuncan Edwards Jones15-Apr-03 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.