CSS Prepare

Chapter 13

Networking, Cloud Computing & Cyber Security

TCP/IP vs DHCP, SaaS / PaaS / IaaS examples (Gmail = SaaS), firewalls, malware types.

Full Chapter Notes

Source · FPSC Trap Decoder · CSS MPT Smart Notes (2026 Edition)

13.1 Context

MPT WeightageDifficulty LevelConfirmed Past Papers
3–5 MarksLow to Medium2022 · 2023 · 2024 · 2025

Trend Alert. The 2025 paper tested 8 networking/IT facts in one block (Q151–Q160). The confirmed repeat pool: DHCP = automatic IP assignment (2023), Router = packet forwarding (2025), HTTPS = secure browsing (2025), Modem = digital-to-analog conversion (2025), Cloud computing = internet-based services (2025). The Google vs Firefox browser/search engine trap and URL full form are consistent FPSC targets.

13.2 High-Yield Fact Snapshot

FPSC-Tested FactCorrect AnswerYear Tested
DHCP functionAutomatically assigns IP addresses to devices2023 — Repeated
Router primary functionPacket forwarding between networks2025 — Repeated
HTTPS = secure browsingUses SSL/TLS encryption — 'S' = Secure2025 — Repeated
Modem functionConverts digital signals to analog (and back)2025 — Repeated
Cloud computing definitionInternet-based computing services2025
WWW inventorTim Berners-Lee (1989, at CERN)Consistent target
URL full formUniform Resource Locator — NOT Unique or UniversalConsistent trap
SaaS exampleGmail, Netflix, Google Docs — all SaaS2024 high-yield
Google = search engine, not browserChrome = browser. Google = search engine.Most failed IT question
Phishing = type of attackDeceptive emails to steal credentials2022 high-yield

13.3 Networking Devices — Roles & FPSC Distinctions

DevicePrimary FunctionScopeFPSC Trap Note
ModemConverts digital ↔ analog signals. Connects home to ISP.Between home and ISP2025: 'Which device converts digital to analog?' → Modem.
RouterForwards data PACKETS between different networks using IP addresses.Between networks2025: 'Primary function of Router?' → Packet forwarding. NOT signal conversion.
SwitchConnects devices WITHIN a local network (LAN) — sends data only to target device.Within one networkSmarter than Hub. Switch ≠ Router.
HubConnects devices in LAN but broadcasts data to ALL devices — inefficient.Within one networkBeing replaced by switches. Broadcasts = security risk.
FirewallMonitors and filters network traffic based on security rules.Network perimeterNetwork GATEKEEPER — not virus removal.

Modem vs Router confusion. Modem = MODULATOR-DEMODULATOR. It converts digital signals (computer) to analog signals (telephone/cable line) and back. It connects the home to the ISP. Router = PACKET FORWARDER. It directs data between networks using IP addresses. Modern home devices often combine both — but they are conceptually separate. FPSC tests: 'Which device converts digital to analog?' → Modem, not Router.

13.4 Core Network Protocols

ProtocolFull NameFunctionFPSC Trap Note
DHCPDynamic Host Configuration ProtocolAutomatically assigns IP addresses to devices when they join a network. (2023)'Which protocol assigns IP addresses?' → DHCP, NOT TCP/IP.
HTTPSHyperText Transfer Protocol SecureEncrypts all data between browser and server using SSL/TLS. (2025)'S' = Secure. Padlock icon = HTTPS active. HTTP = unsecured.
HTTPHyperText Transfer ProtocolTransfers web data WITHOUT encryption — data in plain text.Anyone intercepting HTTP traffic can read it. Use HTTPS instead.
FTPFile Transfer ProtocolTransfers files between client and server over a network.Standard protocol for bulk file transfers between computers.
IP AddressInternet Protocol AddressUnique numerical label for every device on a network.IPv4 = 32-bit (e.g., 192.168.1.1). IPv6 = 128-bit.
URLUniform Resource LocatorComplete web address: protocol + domain + path.Full form = UNIFORM (NOT Unique, NOT Universal) Resource Locator.

DHCP vs TCP/IP trap. 'Which protocol automatically assigns IP addresses?' → DHCP (Dynamic Host Configuration Protocol). TCP/IP is the fundamental communication protocol suite — it governs how all internet data travels, but it does NOT automatically assign IP addresses. DHCP is a specific service that runs on top of TCP/IP to automate the address assignment process. Appeared MPT 2023.

URL full form trap. URL = UNIFORM Resource Locator. FPSC consistently offers three wrong versions as options: 'Unique' Resource Locator, 'Universal' Resource Locator, and 'Unit' Resource Link. Only UNIFORM is correct. This trap appeared in every analysed MPT paper.

13.5 Web Architecture — The Critical Distinctions

TermDefinitionFPSC Strategic Note
Web BrowserSoftware application installed on a device to retrieve and display web pages.MOST FAILED IT QUESTION. Examples: Chrome, Firefox, Safari, Edge. Google Chrome is a browser — Google is not.
Search EngineA web-based service that indexes the internet and returns results for user queries.Examples: Google, Bing, DuckDuckGo, Yahoo. You USE a browser to ACCESS a search engine.
WWW (World Wide Web)System of interlinked web pages and resources accessed via the internet.Invented by Tim Berners-Lee in 1989 at CERN. WWW ≠ Internet.
InternetThe global physical network of interconnected computers and servers.Physical infrastructure: cables, fibre optic, satellites. Existed BEFORE WWW.
Cloud ComputingDelivery of computing services (storage, servers, software) over the internet.2025: 'What is cloud computing?' → Internet-based computing services.

Google vs Chrome trap — the most failed IT question. Google = SEARCH ENGINE (a website that finds information). Chrome = WEB BROWSER (software to access the web, made by Google). FPSC lists Google and Firefox in the same MCQ asking 'Which is a web browser?' Firefox is the browser. Google is the search engine. You use Firefox (browser) to go to google.com (search engine). They are completely different things.

WWW ≠ Internet trap. The Internet is the physical global infrastructure (cables, satellites, routers). The WWW is the system of hyperlinked web pages built ON TOP of the internet — invented by Tim Berners-Lee in 1989. You can use the Internet without the WWW (email, FTP, and online gaming use the internet but not the WWW). Statement: 'The Internet and WWW are the same thing' → FALSE.

13.6 Cloud Service Models — The 'Who Manages What' Matrix

The examiner tests your ability to match a real-world example to the correct cloud service model. SaaS is the most-tested model — if the example is a consumer app accessed through a browser, it is almost certainly SaaS.

ModelFull NameYou ManageProvider ManagesReal-World Examples
SaaSSoftware as a ServiceNothing — you are the end userEverything: hardware, OS, software, updatesGmail, Google Docs, Netflix, Zoom, Facebook, MS365
PaaSPlatform as a ServiceYour application code and dataHardware, OS, runtime environmentGoogle App Engine, Heroku, Azure App Service
IaaSInfrastructure as a ServiceOS, applications, data — full controlPhysical hardware onlyAmazon AWS EC2, Microsoft Azure VMs, Google Compute Engine
SaaS Quick Rule

If you can use it in a browser without installing any server software, and you are the end-user not a developer, it is SaaS. Gmail = SaaS. Netflix = SaaS. Google Docs = SaaS. The provider manages everything. You just use it.

13.7 Battle Card — 5-Minute Revision

FactAnswer
DHCP functionAutomatically assigns IP addresses to devices (2023)
Router primary functionPacket forwarding between networks (2025)
HTTPSHyperText Transfer Protocol Secure. S = Secure. SSL/TLS.
Modem functionConverts digital ↔ analog signals (2025)
Cloud computingInternet-based computing services (2025)
URL full formUNIFORM Resource Locator (NOT Unique/Universal)
WWW inventorTim Berners-Lee — 1989 — at CERN
Internet vs WWWInternet = physical infrastructure. WWW = web pages on top of it.
Google = (type)Search Engine — NOT a browser
Chrome/Firefox = (type)Web Browsers — software to access the web
SaaS examplesGmail, Netflix, Google Docs, Zoom, Facebook
IaaS examplesAmazon AWS EC2, Microsoft Azure VMs
Firewall vs AntivirusFirewall = network traffic control. Antivirus = removes malware.
PhishingDeceptive emails/sites to steal credentials — most common cyber attack
Zero TrustNever Trust, Always Verify — every access request verified

13.8 Practice MCQs (FPSC Level)

Part A — Basic Recall

Direct fact-recall questions on protocols, devices, and cloud models.

Which protocol automatically assigns IP addresses to devices when they connect to a network?

    Show explanation

    DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, subnet masks, and gateway addresses to devices the moment they connect to a network. TCP/IP is the communication protocol suite — it defines how data travels but does NOT assign addresses.

    Appeared MPT 2023 — Repeated

    Which protocol ensures secure, encrypted communication over the internet?

      Show explanation

      HTTPS (HyperText Transfer Protocol Secure) adds SSL/TLS encryption to standard HTTP. The 'S' = Secure. All data between browser and server is encrypted — preventing interception. The padlock icon in a browser address bar = HTTPS active.

      Appeared MPT 2025

      A Modem's primary function is:

        Show explanation

        Modem = Modulator-Demodulator. It converts digital signals from a computer into analog signals for transmission over telephone/cable lines, and converts incoming analog signals back into digital for the computer. It is the bridge between the home network and the ISP.

        Appeared MPT 2025

        Gmail, Netflix, and Google Docs are all examples of which cloud service model?

          Show explanation

          SaaS (Software as a Service) delivers fully functional, ready-to-use software over the internet. The provider manages all infrastructure. Users access it through a browser with no installation needed. Gmail, Netflix, Google Docs are classic SaaS examples.

          Appeared MPT 2024 — confirmed high-yield

          Part B — Trap-Based

          The trap pool — three of the most failed IT MCQs in FPSC history.

          Which of the following is a Web BROWSER rather than a Search Engine?

            Show explanation

            Firefox is a Web Browser — software installed on a device to retrieve and display web pages. Google, Bing, and DuckDuckGo are Search Engines — websites that index the internet. You USE Firefox (browser) to VISIT google.com (search engine).

            Most failed IT question across all MPT papers

            What does URL stand for?

              Show explanation

              URL = UNIFORM Resource Locator. 'Uniform' is the only correct word. FPSC systematically places 'Unique,' 'Universal,' and 'Unit' as distractors. None of those three are correct.

              Consistent FPSC trap — three wrong options presented

              The World Wide Web (WWW) was invented in 1989 by:

                Show explanation

                Tim Berners-Lee invented the World Wide Web in 1989 while working at CERN (the European nuclear research organisation) in Switzerland. He created the first web server and web browser, establishing HTTP and the URL system.

                Appeared MPT 2022 and 2024

                A Router's primary function in a network is:

                  Show explanation

                  A Router forwards data packets between different networks using IP addresses — connecting your home LAN to the internet. Modem = digital/analog conversion. DHCP = IP address assignment. HTTPS = encryption. These are all completely different functions.

                  Appeared MPT 2025

                  Part C — Elite Simulation

                  Statement-set questions requiring discrimination across protocols, devices, and concepts.

                  Consider: (1) DHCP automatically assigns IP addresses. (2) HTTPS encrypts data using SSL/TLS. (3) TCP/IP is the protocol that automatically assigns IP addresses. Which are correct?

                    Show explanation

                    Statement 1 is correct: DHCP assigns IP addresses automatically. Statement 2 is correct: HTTPS uses SSL/TLS. Statement 3 is WRONG: TCP/IP is the communication protocol suite — it governs how data travels, but IP address assignment is specifically DHCP's function.

                    Trap: Statement 3 is FALSE — IP assignment = DHCP, not TCP/IP.

                    Consider: (1) A Firewall monitors and controls network traffic. (2) Phishing uses deceptive emails to steal credentials. (3) Antivirus software controls incoming network connections. Which are correct?

                      Show explanation

                      Statement 1 is correct: Firewall = network traffic monitoring and control. Statement 2 is correct: Phishing = deceptive email attacks to steal credentials. Statement 3 is WRONG: Antivirus detects and removes malware already inside the system; the Firewall controls network connections.

                      Trap: Statement 3 is FALSE — Antivirus removes malware; Firewall controls network.

                      Which of the following statements about the Internet and WWW is INCORRECT?

                        Show explanation

                        Statement C is wrong: The Internet and the WWW are NOT the same thing. The Internet is the physical global infrastructure (cables, satellites, routers) that existed before the WWW. The WWW is the software layer (web pages, HTTP, browsers) invented by Tim Berners-Lee in 1989 built on top of the internet.

                        Trap: Internet ≠ WWW — physical infrastructure vs software layer.

                        What is cloud computing?

                          Show explanation

                          Cloud computing is the delivery of computing services — servers, storage, databases, networking, software — over the internet ('the cloud'). Users access these services on demand without owning physical infrastructure.

                          Appeared MPT 2025

                          13.9 Answer Key & Trap Analysis

                          Networking, Cloud Computing & Cyber Security (Q1–Q12)

                          QCorrectTypePrimary TrapWhy Others Fail