Network Architecture in Computer Networking

Computer में Network Architecture क्या हैं ?

कंप्यूटर नेटवर्किंग में नेटवर्क आर्किटेक्चर कंप्यूटर नेटवर्क के समग्र डिजाइन और संरचना को संदर्भित करता है। यह मूलभूत घटकों, उनके संगठन और प्रोटोकॉल को परिभाषित करता है जो इन घटकों के बीच संचार और बातचीत को नियंत्रित करते हैं। नेटवर्क आर्किटेक्चर यह निर्धारित करता है कि नेटवर्क के भीतर डेटा कैसे प्रसारित, रूट और प्रबंधित किया जाता है।

कंप्यूटर नेटवर्क में कई सामान्य नेटवर्क आर्किटेक्चर का उपयोग किया जाता है:-

  1. Peer to Peer
  2. Point to Point
  3. Client-Server

Peer to Peer

P2P network में, सभी device (peer) client और server दोनों के रूप में word कर सकते हैं, resources को shared कर सकते हैं और एक दूसरे के साथ direct communication कर सकते हैं।

Network को controlled करने वाला कोई central authority या server नहीं है।

उदाहरणों में file-sharing application और distributed computing platform शामिल हैं।

Point to Point

Point-to-Point (P2P) architecture एक network architecture है जिसमें दो और केवल दो device communication के लिए एक दूसरे से directly connected होते हैं।

Client-Server

इस architecture में, Client (end-user device) एक central server से services या resources का request करते हैं।

Server client के requests को processed करने और उनका जवाब देने के लिए responsible है।

उदाहरणों में web server, email server और file server शामिल हैं।

Related Posts

Full Forms of Computer for Exam Practice

ACPI : ADVANCED CONFIGURATION AND POWER INTERFACE ALT: ALTERNATE AP : ALERTPAY AP: ACCESS POINT APM : ADVANCED POWER MANAGEMENT ASP : ACTIVE SERVER PAGES AVI :…

Network Component

Server Computer Network में, server एक उपकरण या software program है जो network पर अन्य उपकरणों या programs, जिन्हें client कहा जाता है, को सेवाएँ, resources या…

Types of Network

LAN (Local Area Network) Local Area Network (LAN) एक computer network है जो एक limited area, आमतौर पर एक small geographic locations जैसे home, office, school या…

Introduction of IoT (Internet of Things)

Characteristics of Devices and Applications in IoT Ecosystem Interoperability: IoT devices को उनके manufacturer या technologies platform की care किए बिना other devices और systems के साथ…

TCP/IP Model( Transmission Control Protocol / Internet Protocol)

Computer network में TCP model क्या हैं? TCP/IP (Transmission Control Protocol/Internet Protocol) model एक conceptual framework है जिसका उपयोग modern internet और computer network में उपयोग किए…

OSI Model (Open Systems Interconnection)

OSI Model क्या होता हैं ? जब यह समझने की बात आती है कि computer network पर कैसे संचार करते हैं, तो OSI (Open Systems Interconnection) model…

Leave a Reply

Your email address will not be published. Required fields are marked *