Table of Contents
Computer Networks Tutorials
Table of Contents
Computer Networks Tutorials
Data Link Layer - डेटा लिंक लेयर क्या है? (OSI Model)
Open Systems Interconnection Model
OSI Model एक conceptual framework (data communication model) है जो यह बताता है कि कैसे दो device किसी network मे data communicate करते हैं।
Physical Layer(PL)
यह lowest layer है जो actual transmission करती है ये bits को electrical या optical signals में बदलकर।
काम:
- Bits (0s और 1s) को cable के ज़रिए भेजना
- Cables, connectors, voltage level, pin layout का ध्यान रखना
Example: Ethernet cable, USB, Fiber optics.
Data Link Layer(DLL)
यह layer data को छोटे-छोटे भागों (frames) में divide करके भेजती है और error detection भी करती है।
काम:
- Frames बनाना
- Error detection (जैसे CRC)
- Source और destination का MAC Address इस्तेमाल करना
Example: Switch, MAC Address, Ethernet protocol
Network Layer(NL)
यह data को एक network से दूसरे network तक भेजती है। इसमें IP Addressing और Routing होता है।
काम:
- Logical addressing (IP address)
- Routing path decide करना
Example: Routers, IP protocol, ICMP
Transport Layer(TL)
यह ensure करती है कि data सही तरीके से और बिना गलती के receiver तक पहुँचे।
काम:
- Reliable connection (TCP)
- Segmentation और reassembly
- Flow control, Error control
Example: TCP, UDP, Port Numbers (जैसे HTTP – 80)
Session Layer(SL)
यह communication session को start, manage और end करती है।
काम:
- Session establishment और termination
- Dialog control (full-duplex, half-duplex)
Example: Remote Procedure Call (RPC), NetBIOS
Presentation Layer(PL)
यह data को encrypt/decrypt और compress करके send करती है, जिससे data readable हो।
काम:
- Data translation (ASCII ↔ Binary)
- Encryption / Decryption
- Compression
Example: SSL, JPEG, MP4, GIF, Encryption algorithms
Application Layer(AL)
यह user और network के बीच interface provide करती है — यानी user जो कुछ करता है, वही यहीं से शुरू होता है।
काम:
- Email, File Transfer, Web browsing
- User interaction
Example: HTTP, FTP, SMTP, DNS, Telnet, Web Browser
- All Posts
- Artificial Intelligence
- Computer Fundamentals
- Computer Networks
- Data Analytics
- Data Science
- DBMS
- Deep Learning
- Digital Electronics
- DSA with Python
- Excel
- Exercise
- Git & Github
- Machine Learning
- Matplotlib
- Natural Language Processing
- NumPy
- Operating System
- Pandas-s
- Power BI
- Python Tutorial
- Scikit-learn
- Seaborn
- SQL & MySQL

Table of Contents All Chapters 1. Personal Area Network 2. Local Area Network 3. Campus Area Network 4. Metropolitan Area...

Table of Contents All Chapters 1. Data Communication 2. Types of Data Communication 2.1. Simplex 2.2....

Table of Contents All Chapters 1. Special Logic Gate 2. XOR Gate 2.1. XOR Gate Truth Table 3....

Table of Contents All Chapters 1. Universal Logic Gates 2. NOR Gate 2.1. NOR Gate Truth Table 3....

Table of Contents All Chapters 1. Logic Gate 2. AND Gate 2.1. AND Gate Truth Table 3. OR...

Table of Contents All Chapters 1. Simplification 2. Simplification using Boolean Algebra Theorems 3. Simplification using K-map Digital Electronics...

Table of Contents All Chapters 1. Identity Laws 2. Null Laws 3. Domination Laws 4. Idempotent Laws 5. Complement Laws...