|
Telnet (Tele Communication Network)
|
Telnet
इसके द्वारा हम remote login का work करते है । or यह protocol का एक group होता हे
जो remote login को support करता है । यह protocol TCP/IP suite declare या define किया जाता है
तथा यह एक virtual terminal protocol है या define किया जाता है जो TCP/IP host को दूसरे host से नेटवर्क पर connect होने की facility provide करता है
और यह terminal emulation पर work करता है ।
Terminal Emulation -
Terminal Emulation एक ऐसा process है जो किसी भी intelligent computer पर telnet session होने पर dumb होने का एहसास देता है ।
use सारा डाटा अपने terminal पर input करता है ।
यह data terminal के internet द्वारा किसी अन्य remote computer से connect होने के कारण remote computer पर process होता है
तथा result पुनः dumb terminal पर display होता है । इसमे user को ऐसा एहसास होता है की वह remote computer पर कार्य कर रहा है
इसके लिए एक special software VT– 1000 का use किया जाता है । जो intelligent pc को dumbpc में change कर देता है ।
How to telnet work -
Telnet में user के द्वारा स्वय के terminal पर type किया गया text उस computer की buffer memory में collect हो जाता है
जब डाटा की एक पूरी line तैयार होती है तो आप उस डाटा को transmit करने के लिए command देते है ।
command execute होते ही डाटा terminal से internet पे भेज दिया जाता है । इस डाटा के साथ user का IP address वह server का IP address होता है ।
जिसमे यह पता लगता है कि डाटा कहा processहोना है और कहा इन्फॉर्मेशन पुनः आनी है ।
|
|
|
|