15

チームビューアーは使いましたか?(私が知っている漫画の質問...誰がそれを使用しないのですか?)

ルーター、ファイアウォール、スイッチ、およびローカルファイアウォールの背後にいる場合でも、teamviewer がどのように接続を確立するかについて何か考えがありますか..?

リモートマシンと私のコンピューターの間の接続を想像しようとしています。リモート マシンはパケット (およびそのヘッダー (宛先 IP、メッセージ本文など)) を私に送信していますが、私の ID 番号 (ローカルの teamviewer アプリケーションによって指定されたもの) しか認識していません。

そして、ジュニパーファイアウォール(および私のWindowsファイアウォール)があっても、このパケットは私のコンピューターに到達しています。

コンピュータが受信するメッセージ本文はどのようなものですか? (もちろん、xml、text、html、excel とは違います :)

何か考えはありますか?

PS。初心者レベルのユーザーに説明しているように、知識を共有してください。

4

1 に答える 1

17

The software is communicating with a central server, and has made an outbound connection. When you start TeamViewer, it will try to make a direct connection, but if both directions fail that (ie. firewall or NATting at both places), then it will fall back on communicating through a server.

This is basically the same approach most online games use. Changes at one end is sent to a central server, and is then relayed back to other connected computers.

于 2010-05-05T21:41:52.047 に答える