オンデマンド登録は従来のウエブ認証とどこが違うのですか?/What is the difference between on-demand registration and traditional web authentication?

オンデマンド登録は内部的にはMACアドレスを登録してます。
また、一度登録すると翌朝4時まで有効です。

ウエブ認証は有効期限(時間)はありませんが、通信が途切れると無効になっていました。

意図せずコネクタを抜いてしまったり、何らかの障害で無通信になってしまった場合、
ウエブ認証では認証切れが発生しておりましたが、MACアドレスを登録しているオンデマンド登録は
コネクタを抜いたりPCをシャットダウンした場合でも認証は継続し、安定的に利用できます。

--------
On-demand registration is internally registered with the MAC address. 
Also, once registered, it is valid until 4:00 AM the next morning.  

Web authentication does not expire, but is disabled when communication is interrupted.
Thus, if the connector is disconnected or there is no communication due to some fault, the web authentication would lose authentication.

On the other hand, on-demand registration with MAC address registration will continue authentication even if the connector is disconnected or the PC is shut down, allowing for stable use.