Academic Level: Class 11 & 12 (ICS / Intermediate) |
Subject: Computer |
Institution: The Margaret’s Secondary School, Korangi, Karachi
Curriculum focus aligned with the Sindh Textbook Board, BSEK Matriculation, and BIEK Intermediate syllabus.
An architectural guide to computer networking for intermediate computer science students, detailing each layer of the OSI model and TCP/IP protocol suite with Karachi board exam tips.
Introduction to Network Communication Models
The Seven Layers of the OSI Model Explained
- Layer 7 – Application: Interacts directly with software applications (HTTP, HTTPS, FTP, DNS).
- Layer 6 – Presentation: Responsible for data syntax translation, encryption/decryption, and compression (SSL/TLS, JPEG, ASCII).
- Layer 5 – Session: Establishes, maintains, and synchronizes dialog connections between communicating systems.
- Layer 4 – Transport: Provides end-to-end reliability, segmentation, and flow control (TCP for reliable connection-oriented, UDP for fast connectionless).
- Layer 3 – Network: Handles logical IP addressing, packet routing across multiple networks via Routers.
- Layer 2 – Data Link: Manages physical MAC addressing, frame transmission, and error detection via Switches.
- Layer 1 – Physical: Transmits raw bits over physical mediums (copper Ethernet, fiber optic cables, radio waves).
BIEK Karachi Examination Comparison: OSI vs TCP/IP
| Feature | OSI Model | TCP/IP Model |
|---|---|---|
| Number of Layers | 7 Layers | 4 Layers |
| Model Nature | Theoretical Reference Model | Practical Implementation Protocol |
| Upper Layer Handling | Separated into App, Presentation, Session | Combined into single Application Layer |
🎓 Key Academic Takeaways & Exam Strategies
- Review key terminology, formulas, and definitions on a weekly basis.
- Practice writing answers in neat bullet points to maximize marks in Board examinations.
- Consult with your subject teachers at The Margaret’s Secondary School for additional past-paper guidance and laboratory demonstrations.
Frequently Asked Questions (FAQs)
Q: What is the difference between an IP address and a MAC address?
Ans: A MAC address is a permanent 48-bit physical hardware identifier burned into the NIC, while an IP address is a logical address assigned by routers for network routing.
Q: Why is TCP considered more reliable than UDP?
Ans: TCP uses a three-way handshake, sequence numbers, and packet acknowledgments (ACK) to guarantee that all packets arrive intact without loss.

