Computer Networking & Internet Protocols MCQ Quiz with Answers in Kannada & English

Computer Networking & Internet Technologies Quiz

ಕಂಪ್ಯೂಟರ್ ನೆಟ್‌ವರ್ಕಿಂಗ್ ಮತ್ತು ಇಂಟರ್ನೆಟ್ ತಂತ್ರಜ್ಞಾನಗಳು (10 Advanced MCQs)

Introduction

Computer Networking, Internet technologies, and ICT fundamentals are core scoring sections in competitive examinations such as UGC NET (Paper 1), KSET, Karnataka KPSC (FDA/SDA), Banking, and Central Government exams. While basic questions deal with straightforward definitions, recent exam patterns test practical mechanisms: packet filtering vs. proxy firewalls, stateful inspections, BGP routing vector properties, and internal email transmission mechanics (CC, BCC, and DKIM verification).

Practicing bilingual questions helps bridge conceptual clarity between regional terminology and technical English specifications. Take the interactive quiz below to test your readiness on high-level networking concepts.

Key Concepts Covered in This Quiz

  • Routers vs. Switches & Gateways: How Layer 3 devices forward packets across subnets and handle ARP caching.
  • Firewall Architectures: The operational differences between packet-filtering routers, stateful inspection engines (Layer 3/4), and Layer 7 proxy gateways.
  • Email Protocols & Privacy Mechanics: The behavior of CC vs. BCC during replies, MTA email headers (Received: field trace), and cryptographic domain authentication using DKIM and SPF.
  • Web Browser Internal Architecture: DOM rendering lifecycles (Reflow vs. Repaint), the Same-Origin Policy (SOP), and UNIX graphical subsystems (X11 and Wayland).

Interactive Practice Quiz / ಸಂವಾದಾತ್ಮಕ ರಸಪ್ರಶ್ನೆ

(Insert your Custom HTML block containing the quiz code right here in your WordPress post)

Comprehensive Question Breakdown & Study Notes (ವಿವರಣೆಗಳು)

1. Firewall Layers (ಫೈರ್‌ವಾಲ್ ವಿಧಗಳು ಮತ್ತು ಲೇಯರ್‌ಗಳು)

  • Traditional packet filters examine only IP addresses and port numbers without context.
  • A Stateful Inspection Firewall tracks the full context of established TCP and UDP streams at Layers 3 and 4. It monitors the connection state (such as SYN, SYN-ACK, and ACK handshakes) using state tables, blocking unauthorized inbound packets that do not match an active outbound session.

2. The Trap of BCC in Email Systems (ಇಮೇಲ್ ಸಂವಹನದಲ್ಲಿ BCC ನಿಯಮ)

  • Adding a recipient to BCC (Blind Carbon Copy) hides their email address from other recipients in the To and CC headers.
  • Exam Trap: If a BCC recipient accidentally clicks Reply All, an outgoing message is directed to every visible email on the thread. This immediately alerts all participants that the individual was quietly blind-copied on the original transmission.

3. Routing Mechanisms: BGP vs. OSPF (ರೂಟಿಂಗ್ ಪ್ರೋಟೋಕಾಲ್‌ಗಳು)

  • Interior Gateway Protocols like OSPF use Dijkstra’s algorithm (Link-State) to evaluate pure link speed or metric cost inside a single network.
  • Exterior protocols like BGP (Border Gateway Protocol) rely on Path-Vector routing, factoring in complete Autonomous System (AS) paths and high-level routing policies across global Internet Service Providers.

4. Browser Mechanics: Reflow vs. Repaint (ವೆಬ್ ಬ್ರೌಸರ್ ಪ್ರಕ್ರಿಯೆ)

  • A Repaint occurs when an element changes appearance without affecting its footprint on the screen (such as color, background-color, or box-shadow).
  • A Reflow (or Layout step) is computationally heavier. It forces the browser engine to recalculate geometric dimensions, padding, margins, or structural DOM node additions across the entire page layout tree.

5. Email Domain Spoofing Defense: DKIM (ಡೊಮೇನ್ ಪರಿಶೀಲನೆ)

  • Simple SMTP has no built-in verification, making address spoofing easy.
  • DKIM (DomainKeys Identified Mail) adds a cryptographic signature generated by the sending server’s private key. The recipient’s mail server queries the sender’s DNS record to pull the matching public key, instantly confirming whether the message was tampered with in transit.

Leave a Reply