Skip to main content
Sproutern LogoSproutern
InterviewsGamesBlogToolsAbout
Sproutern LogoSproutern
Donate
Sproutern LogoSproutern

Your complete education and career platform. Access real interview experiences, free tools, and comprehensive resources to succeed in your professional journey.

Company

About UsContact UsSuccess StoriesHire Me / ServicesOur MethodologyBlog❤️ Donate

For Students

Find InternshipsScholarshipsCompany ReviewsCareer ToolsFree ResourcesCollege PlacementsSalary Guide

🌍 Study Abroad

Country Guides🇩🇪 Study in Germany🇺🇸 Study in USA🇬🇧 Study in UK🇨🇦 Study in CanadaGPA Converter

Resources

Resume TemplatesCover Letter SamplesInterview Cheat SheetLinkedIn OptimizationSalary NegotiationGitHub Profile GuideATS Resume KeywordsResume CheckerCGPA ConverterIT CertificationsDSA RoadmapInterview QuestionsFAQ

Legal

Privacy PolicyTerms & ConditionsCookie PolicyDisclaimerSitemap Support

© 2026 Sproutern. All rights reserved.

•

Made with ❤️ for students worldwide

Follow Us:
    Explore More
    🛠️Free Career Tools💼Interview Experiences🎮Brain Training Games
    ← All Topics
    🌐
    💻 Technical

    Networking Interview Questions with Answers

    Computer networking essentials: TCP/IP, HTTP, DNS, security protocols, and network architecture — asked in both IT services and product companies.

    5 Questions Detailed Answers

    1Explain the OSI model layers.

    Easy
    View Answer
    7 layers (bottom to top): Physical (bits, cables), Data Link (frames, MAC, switches), Network (packets, IP, routers), Transport (segments, TCP/UDP), Session (connections), Presentation (encryption, compression), Application (HTTP, FTP, DNS). Mnemonic: "Please Do Not Throw Sausage Pizza Away".

    2What is the difference between TCP and UDP?

    Easy
    View Answer
    TCP: connection-oriented, reliable (retransmission), ordered delivery, flow/congestion control. Slower. Used for: HTTP, email, file transfer. UDP: connectionless, unreliable, no ordering, no flow control. Faster. Used for: video streaming, gaming, DNS, VoIP. Trade-off: reliability vs speed.

    3What happens when you type a URL in the browser?

    Medium
    View Answer
    (1) DNS resolution: browser → local cache → OS → DNS resolver → root → TLD → authoritative. (2) TCP handshake (SYN, SYN-ACK, ACK). (3) TLS handshake if HTTPS. (4) HTTP request sent. (5) Server processes request. (6) Response with HTML. (7) Browser parses HTML, loads CSS/JS, renders page.

    4What is HTTPS and how does TLS work?

    Hard
    View Answer
    HTTPS = HTTP + TLS. TLS handshake: (1) Client Hello (supported cipher suites), (2) Server Hello + certificate, (3) Client verifies certificate with CA, (4) Key exchange (asymmetric encryption for session key), (5) Both sides derive symmetric session key, (6) All subsequent data encrypted symmetrically. SSL is deprecated; TLS 1.3 is current.

    5What is DNS and how does it work?

    Medium
    View Answer
    DNS translates domain names to IP addresses. Resolution path: Browser cache → OS cache → Recursive resolver (ISP) → Root server (.com) → TLD server → Authoritative server (returns IP). Record types: A (IPv4), AAAA (IPv6), CNAME (alias), MX (mail), NS (nameserver). TTL controls caching duration.

    Continue Preparing

    All Topics Take Aptitude Test Practice Games