Click here to Skip to main content
16,004,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get Updated Screen Areas Pin
leppie25-Jun-05 23:10
leppie25-Jun-05 23:10 
GeneralRe: Get Updated Screen Areas Pin
raed26-Jun-05 1:15
raed26-Jun-05 1:15 
GeneralRe: Get Updated Screen Areas Pin
leppie26-Jun-05 8:28
leppie26-Jun-05 8:28 
GeneralDraw a Label text on the per-pixel form Pin
Sasuko25-Jun-05 13:56
Sasuko25-Jun-05 13:56 
GeneralRe: Draw a Label text on the per-pixel form Pin
leppie25-Jun-05 23:06
leppie25-Jun-05 23:06 
QuestionHow can i tracert in C# Pin
Anonymous25-Jun-05 9:51
Anonymous25-Jun-05 9:51 
AnswerRe: How can i tracert in C# Pin
mav.northwind25-Jun-05 20:40
mav.northwind25-Jun-05 20:40 
AnswerRe: How can i tracert in C# Pin
Sebastian Schneider26-Jun-05 5:48
Sebastian Schneider26-Jun-05 5:48 
Tracert basically uses echo information to create a route to your target. That means, it constantly changes the TTL (Time-To-Live) in the IP header of and echo request and then pings all routers and hosts reporting a timeout.

It works this way:

START-----------------NODE1------------------NODE2---------------END

START sends a package with a small TTL (like, 1 hops) to END. As the package reaches NODE1, NODE1 decrements the TTL hop-counter by 1, making it 0. This means, it may not forward the information and will send an ICMP error package back instead. START receives that package and pings NODE1 (with a normal TTL) to get a response time to display, then sends another package to END with a TTL of 2. Game repeats for NODE2.

Thats how the trace information is built. Sophisticated tools will then try a WHOIS on each node and use the address information to draw the approximate location on a map (e.g. by ZIP codes).



Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.
GeneralPrinting A Form Pin
74Camaro25-Jun-05 6:07
74Camaro25-Jun-05 6:07 
GeneralRe: Printing A Form Pin
wout de zeeuw25-Jun-05 6:47
wout de zeeuw25-Jun-05 6:47 
GeneralRe: Printing A Form Pin
mav.northwind25-Jun-05 20:48
mav.northwind25-Jun-05 20:48 
GeneralRe: Printing A Form Pin
74Camaro26-Jun-05 8:56
74Camaro26-Jun-05 8:56 
Generaladvanced problem Pin
snouto25-Jun-05 5:47
snouto25-Jun-05 5:47 
GeneralRe: advanced problem Pin
Dave Kreskowiak26-Jun-05 9:06
mveDave Kreskowiak26-Jun-05 9:06 
GeneralRe: advanced problem Pin
snouto26-Jun-05 9:14
snouto26-Jun-05 9:14 
GeneralRe: advanced problem Pin
DavidNohejl26-Jun-05 10:02
DavidNohejl26-Jun-05 10:02 
GeneralRe: advanced problem Pin
Colin Angus Mackay26-Jun-05 11:53
Colin Angus Mackay26-Jun-05 11:53 
GeneralRe: advanced problem Pin
Dave Kreskowiak26-Jun-05 12:11
mveDave Kreskowiak26-Jun-05 12:11 
Questionhow can i do that Pin
snouto25-Jun-05 5:37
snouto25-Jun-05 5:37 
AnswerRe: how can i do that Pin
Lars-Inge Tønnessen25-Jun-05 13:07
Lars-Inge Tønnessen25-Jun-05 13:07 
AnswerRe: how can i do that Pin
Dave Kreskowiak26-Jun-05 9:04
mveDave Kreskowiak26-Jun-05 9:04 
GeneralRe: how can i do that Pin
snouto26-Jun-05 9:20
snouto26-Jun-05 9:20 
GeneralRe: how can i do that Pin
Dave Kreskowiak26-Jun-05 12:14
mveDave Kreskowiak26-Jun-05 12:14 
Generalregex guru pls Pin
g00fyman25-Jun-05 4:51
g00fyman25-Jun-05 4:51 
GeneralRe: regex guru pls Pin
User 665825-Jun-05 5:27
User 665825-Jun-05 5:27 

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.