Important Notice:

Course Content
Purchasing Domain & Hosting
0/1
Web Publishing & Browsing (Chapter- 8) M2-R5.1
About Lesson

Difference between Stateless protocol and stateful Protocol:-

Stateless Protocol

Stateful Protocol

स्टेटलेस प्रोटोकॉल को सर्वर की जानकारी या session details को बनाए रखने के लिए सर्वर की आवश्यकता नहीं होती है.

स्टेटफुल प्रोटोकॉल को स्टेटस और सेशन की जानकारी को सेव करने के लिए सर्वर की जरूरत होती है।

स्टेटलेस प्रोटोकॉल में, सर्वर और क्लाइंट के बीच कोई सख्त निर्भरता नहीं है

स्टेटफुल प्रोटोकॉल में, सर्वर और क्लाइंट के बीच सख्त निर्भरता होती है

स्टेटलेस प्रोटोकॉल डिज़ाइन सर्वर डिज़ाइन को सरल करता है

स्टेटफुल प्रोटोकॉल डिज़ाइन सर्वर के डिज़ाइन को बहुत जटिल और भारी बनाता है

स्टेटलेस प्रोटोकॉल क्रैश के समय बेहतर काम करता है क्योंकि ऐसी कोई स्थिति नहीं है जिसे restore किया जाना चाहिए, एक fail सर्वर क्रैश के बाद बस restart हो सकता है

स्टेटफुल प्रोटोकॉल क्रैश के समय बेहतर काम नहीं करता है क्योंकि स्टेटफुल सर्वर को internal states और session details की जानकारी रखनी होती है

स्टेटलेस प्रोटोकॉल लेनदेन को बहुत तेजी से संभालते हैं

स्टेटफुल प्रोटोकॉल लेनदेन को बहुत धीरे-धीरे संभालते हैं

स्टेटलेस प्रोटोकॉल इंटरनेट में लागू करना आसान है

इंटरनेट में लागू करने के लिए स्टेटफुल प्रोटोकॉल  logical रूप से heavy हैं

 

Difference between Stateless protocol and stateful Protocol:-

Stateless Protocol

Stateful Protocol

Stateless Protocol does not require the server to retain the server information or session details.

Stateful Protocol require server to save the status and session information.

In Stateless Protocol, there is no tight dependency between server and client.

In Stateful protocol, there is tight dependency between server and client

The Stateless protocol design simplify the server design.

The Stateful protocol design makes the design of server very complex and heavy.

Stateless Protocols works better at the time of crash because there is no state that must be restored, a failed server can simply restart after a crash.

Stateful Protocol does not work better at the time of crash because stateful server have to keep the information of the status and session details of the internal states.

Stateless Protocols handle the transaction very fastly.

Stateful Protocols handle the transaction very slowly.

Stateless Protocols are easy to implement in Internet.

Stateful protocols are logically heavy to implement in Internet.

error: Content is protected !!