そんなstackexchangeがありました。
ミックスネットとオニオン・ルーティングの違い
using a mix-net someone could see your traffic but it might be impossible to determine where did it go due to the fact mix-net collects all the messages (http requests) and bounce them all.
another fact is that the mixing will just work if there's more than one message in the proxy server otherwise it will behave like onion-routing with a delay time.
mix-nets don't use encryption on layers as onion routing does.
Onion routing was developed to enable privacy not security thus someone could use a man in the middle between the first node and the last node of your circuit and using a traffic analysis it could find out. your location plus he'll know what you're looking for due to the last node will send the request to the destination without any encryption at all
ミックスネットを使うと、誰かがあなたのトラフィックを見ることができるが、ミックスネットがすべてのメッセージ(httpリクエスト)を収集し、それらをすべてバウンスするため、それがどこに行ったかを特定することは不可能かもしれない。
もう一つの事実は、ミキシングが機能するのはプロキシサーバに複数のメッセージがある場合だけで、そうでない場合は遅延時間を伴うオニオンルーティングのように振る舞うということです。
ミックスネットはオニオンルーティングのようにレイヤーの暗号化を使わない。
オニオンルーティングはプライバシーを守るために開発されたもので、セキュリティのためではない。そのため、誰かがあなたの回線の最初のノードと最後のノードの間に侵入し、トラフィック解析を使って、あなたの居場所と、最後のノードが暗号化することなく宛先にリクエストを送信するため、あなたが何を探しているのかを知ることができる。
まとめ
if it wasn't because of all the messages,the bouncing and redirection a mix net would work as same as onion routing but without encryption.
もしすべてのメッセージ、バウンス、リダイレクトがなければ、ミックスネットは暗号化なしでオニオンルーティングと同じように機能するだろう。
2つの違い
- オニオンルーティングには暗号化がある。
- Mixnetは遅延を入れる。オニオンルーティングは遅延を入れない。
- Mixnetはバウンスをする。