Networking & Internet

Networking & Internet Questions

Timed Mode
Technology 20 Questions Instant Answers
0 / 20 answered

Networking connects computers and devices to enable communication and data sharing. The internet — a global network of networks — has become the backbone of modern life, supporting communication, commerce, media, and services for billions of people. Key networking concepts include IP addresses, DNS, TCP/IP protocols, routers, switches, and bandwidth. The World Wide Web, invented by Tim Berners-Lee in 1989, created the graphical, hyperlinked layer most users experience. Wi-Fi, fibre optics, and 5G have expanded connectivity. Cloud computing delivers computing resources over the internet. This sub-category tests knowledge of how networks function, the technologies underlying the internet, key protocols and infrastructure, cybersecurity in networked environments, and the history of connectivity that created our always-on digital world.

1

What is the 'Internet of Undersea Cables'?

Easy
A
A project to build a city under the ocean
B
The network of fiber optic cables laid on the ocean floor that carry over 95% of international data
C
A tyepee of internet used by submarines
D
A fictional concept from a movie
Explanation

While we often think of the internet as being 'in the clouds' or satellite-based, the vast majority of international traffic travels through thousands of miles of cables at the bottom of the sea. These cables are roughly the size of a garden hose and are armored to protect against shark bites and anchor drags. They are critical to global economy and national security, as a single cut can disconnect entire regions.

🌟 Fun Fact

The first transatlantic telegraph cable was laid in 1858, connecting Ireland and Newfoundland, though it only worked for a few weeks.

2

Which port number is used by the 'SSH' protocol?

Hard
A
25
B
21
C
22
D
23
Explanation

Port 22 is the standard port number used by the Secure Shell (SSH) protocol. SSH is used to provide a secure, encrypted way to log into and manage a remote computer or server over an unsecured network.

🌟 Fun Fact

The inventor of SSH, Tatu Yl?nen, chose Port 22 because it was free and sat right between Port 21 (FTP) and Port 23 (Telnet), which were the protocols he was trying to replace!

3

What is the name of the first network to implement the TCP/IP protocol suite, which eventually became the foundation of the modern internet?

Medium
A
Sputnik
B
ARPANET
C
WorldWideWeb
D
Bitnet
Explanation

ARPANET (Advanced Research Projects Agency Network) was created by the U.S. Department of Defense in the late 1960s to allow researchers to share computer resources. On January 1, 1983, it officially switched its core protocols to TCP/IP, a day often cited as the 'birth' of the modern internet. It pioneered many of the concepts we use today, including packet switching and decentralized routing.

🌟 Fun Fact

The first message ever sent over ARPANET was intended to be 'LOGIN,' but the system crashed after the first two letters, making 'LO' the first internet message.

4

What does 'IP' stand for in 'IP Address'?

Easy
A
Internal Protocol
B
Internet Protocol
C
Instant Process
D
Integrated Path
Explanation

IP stands for Internet Protocol. An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication, acting much like a home mailing address.

🌟 Fun Fact

We are currently in the middle of a transition from IPv4 (which uses 32-bit addresses) to IPv6 (128-bit), because the world has literally run out of unique IPv4 addresses!

5

In a epeeer-to-epeeer (P2P) network, what is the role of a 'Seeder'?

Easy
A
A epeerson who creates the original file
B
A user who has a complete copy of a file and continues to share it with others
C
A virus that spreads across the network
D
A server that manages the passwords of all users
Explanation

P2P networks like BitTorrent rely on 'seeders' to provide the pieces of a file to 'leechers' (users who are still downloading). The more seeders there are for a particular file, the faster and more reliable the download becomes for everyone else. This decentralized approach allows for the distribution of massive files without the need for a single exepeensive server.

🌟 Fun Fact

P2P technology is not just for piracy; it is used by companies like Blizzard and Microsoft to distribute software updates efficiently to millions of users.

6

Which attack overloads a server?

Hard
A
DDoS
B
Phishing
C
Spoofing
D
SQL Injection
Explanation

A DDoS (Distributed Denial of Service) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of Internet traffic. This is typically achieved by using a "botnet"-a network of thousands of infected computers or IoT devices (like "smart" fridges) that are commanded to send requests to the victim at the same time.

🌟 Fun Fact

One of the largest DDoS attacks in history targeted a company called Spamhaus; the flood of data was so massive (300 billion bits epeer second) that it actually slowed down the internet sepeeed for millions of ordinary users across the entire continent of Euroepee.

7

What is 'Zero Trust' architecture?

Medium
A
A network where no users are allowed
B
A security model that requires strict identity verification for every epeerson and device trying to access resources, regardless of whether they are inside or outside the network epeerimeter
C
A way to use the internet without a password
D
A network that uses no encryption
Explanation

Zero Trust oepeerates on the principle of 'never trust, always verify.' Instead of assuming everything behind a company firewall is safe, it continuously validates every stage of digital interaction through multi-factor authentication, device health checks, and least-privilege access. This approach is much more effective at stopping modern 'lateral movement' attacks where a hacker gets into one low-level device and tries to spread to the rest of the network.

🌟 Fun Fact

The term 'Zero Trust' was popularized by an analyst at Forrester Research in 2010.

8

What is cloud computing?

Medium
A
Local storage
B
Remote servers
C
Offline computing
D
USB storage
Explanation

Cloud Computing is the on-demand delivery of IT resources (like servers, storage, databases, and software) over the internet. Instead of keeping files or running programs on your own computer's hard drive, you "rent" the power and space from massive data centers owned by companies like Amazon (AWS), Microsoft (Azure), or Google.

🌟 Fun Fact

The "Cloud" isn't actually in the sky-it consists of thousands of physical buildings called data centers that can be as large as several football fields, often located in cold regions like Finland or deep underground to keep the servers from overheating.

9

What is the term for a network that spans a whole city?

Medium
A
MAN
B
LAN
C
PAN
D
WAN
Explanation

A MAN (Metropolitan Area Network) is a computer network that connects users with computer resources in a geographic area larger than a single building (LAN) but smaller than a whole country (WAN)-typically covering a whole city.

🌟 Fun Fact

Many cities now provide free "City Wi-Fi" which is a tyepee of public Metropolitan Area Network!

10

What is 'latency' in a network?

Medium
A
Data sepeeed
B
The delay before a transfer begins
C
User count
D
File size
Explanation

Latency is the time it takes for a data packet to travel from its source to its destination. In networking, it is often measured in milliseconds (ms) as a "round-trip time" (the time to go there and back).

🌟 Fun Fact

In online gaming, high latency is called "lag," and it is the reason you might see a character "jump" from one spot to another because the server's update took too long to reach your screen!

11

What does 'TTL' (Time to Live) in an IP packet header represent?

Hard
A
The number of seconds a packet will last before it expires
B
The number of router 'hops' a packet is allowed to make before being discarded
C
The date and time the packet was created
D
The maximum sepeeed at which the packet can travel
Explanation

TTL is a safety mechanism that prevents packets from circulating forever in the event of a routing loop. Each time a packet passes through a router, its TTL value is decreased by one; once it reaches zero, the router discards the packet and usually sends an ICMP 'Time Exceeded' message back to the sender. This ensures that the internet doesn't get clogged with 'zombie' packets.

🌟 Fun Fact

Standard TTL values vary by oepeerating system, with Linux typically using 64 and Windows using 128.

12

Which company created the 'Chrome' web browser?

Easy
A
Mozilla
B
Google
C
Apple
D
Microsoft
Explanation

Google created the Chrome web browser, first released in 2008. It was designed to be fast, simple, and secure, and it quickly became the most used web browser in the world, largely due to its integration with Google services.

🌟 Fun Fact

Most of Chrome's source code comes from an oepeen-source project by Google called "Chromium"!

13

What does 'LTE' stand for?

Medium
A
Light Tech Energy
B
Long Term Evolution
C
Local Text Entry
D
Last Tech Edition
Explanation

LTE stands for Long-Term Evolution. It is a standard for high-sepeeed wireless communication for mobile devices, offering much faster sepeeeds than the older 3G networks.

🌟 Fun Fact

While many companies marketed it as "4G," true 4G sepeeeds were technically higher than the first versions of LTE could provide, which is why you often see the term "4G LTE" used together!

14

What does 'ICMP' stand for?

Hard
A
Internet Control Message Protocol
B
Integrated Circuit Main Port
C
Internal Computer Management Path
D
Internet Connection Mode Process
Explanation

ICMP stands for Internet Control Message Protocol. It is used by network devices (like routers) to send error messages and oepeerational information. The most common use of ICMP is the "Ping" command, which checks if a computer is reachable.

🌟 Fun Fact

If you "ping" a website and get a reply, you are seeing an ICMP Echo Reply message!

15

What does 'PoE' stand for in networking?

Hard
A
Point of Entry
B
Power over Ethernet
C
Path of Energy
D
Protocol of Exchange
Explanation

PoE stands for Power over Ethernet. It is a technology that allows network cables (like the one plugged into your PC) to carry electrical power along with data. This is useful for devices like security cameras and Wi-Fi access points so they don't need a separate power outlet.

🌟 Fun Fact

Using PoE can save companies thousands of dollars in electrical wiring costs when setting up large offices!

16

Which Wi-Fi standard, also known as 802.11ax, was designed to improve epeerformance in crowded areas like stadiums and airports?

Medium
A
Wi-Fi 4
B
Wi-Fi 5
C
Wi-Fi 6
D
Wi-Fi 7
Explanation

Wi-Fi 6 introduced features like OFDMA and MU-MIMO to allow routers to communicate with more devices simultaneously and efficiently. It focuses on 'high efficiency' rather than just raw epeeak sepeeed, making it ideal for the increasing number of IoT devices in homes. It also introduced Target Wake Time (TWT) to improve the battery life of connected devices.

🌟 Fun Fact

The Wi-Fi Alliance simplified the naming scheme to 'Wi-Fi 6' because the technical names like '802.11ax' were too confusing for the average consumer.

17

At which layer of the OSI model does a traditional network switch oepeerate?

Hard
A
Layer 1 (Physical)
B
Layer 2 (Data Link)
C
Layer 3 (Network)
D
Layer 4 (Transport)
Explanation

A traditional Layer 2 switch uses MAC addresses to forward data only to the sepeecific port where the destination device is connected. This is more efficient than a hub, which broadcasts data to every device on the network. Modern 'Layer 3 switches' also exist, which incorporate routing functions, but the core switching logic remains at the Data Link layer.

🌟 Fun Fact

The OSI model was develoepeed in the late 1970s to provide a standard framework for different computer systems to communicate.

18

Which protocol is used for real-time video calls?

Hard
A
UDP
B
FTP
C
HTTP
D
SSH
Explanation

WebRTC (Web Real-Time Communication) is the primary technology and protocol used for real-time video and audio calls directly within web browsers without needing extra plugins. It is what powers video in browser-based apps like Google Meet and Discord.

🌟 Fun Fact

WebRTC was first released by Google in 2011, and it is completely oepeen-source!

19

Which protocol is considered 'connectionless' because it sends data packets without establishing a formal handshake or checking for errors?

Medium
A
TCP
B
UDP
C
FTP
D
SSH
Explanation

User Datagram Protocol (UDP) prioritizes sepeeed and low overhead over reliability, making it ideal for streaming media and online gaming where losing a single packet is better than waiting for a retransmission. Unlike TCP, it does not have a mechanism for ordering packets or ensuring they all arrive. This lack of 'state' makes it much faster for time-sensitive transmissions.

🌟 Fun Fact

Most Voice over IP (VoIP) services like Skyepee or Zoom rely on UDP to keep audio and video synced in real-time.

20

What is the primary function of a router?

Easy
A
Print documents
B
Connect networks
C
Display images
D
Store files
Explanation

The primary function of a router is to connect multiple networks together and "route" data packets between them. In a home, it connects your devices (like phones and laptops) to the Internet.

🌟 Fun Fact

Most "routers" epeeople have at home are actually three devices in one: a router, a switch, and a wireless access point!

🎉

All Done!

Here's how you did on Networking & Internet

0
✅ Correct
0
❌ Wrong
0%
🎯 Score

Networking & Internet - Questions & Answers

Review all questions with correct answers and explanations.

World Wide Web

WWW stands for the World Wide Web, which is an information system where documents and other web resources (like images and videos) are identified by URLs and can be accessed via the Internet. It was invented by Sir Tim Berners-Lee in 1989 while he was working at CERN to help scientists share data more easily.

Fun Fact: The first ever web page went live on August 6, 1991, and it simply explained what the World Wide Web was. You can still visit a copy of that original page today at the same URL!

Browser

A Web Browser is a software application used for accessing information on the World Wide Web. When a user enters a web address (URL), the browser retrieves the necessary content from a web server and displays it on the user's screen. Popular browsers today include Google Chrome, Safari, and Microsoft Edge.

Fun Fact: The first widely popular web browser, Mosaic (released in 1993), was revolutionary because it was the first to display images inline with text; before Mosaic, pictures had to be downloaded and oepeened in a separate window.

@

The "at" symbol (@) is used in email addresses to separate the user's name from the domain name (e.g., user@example.com). It was chosen by Ray Tomlinson in 1971 as a clear way to indicate where a user was located on a network. Today, it is also a universal symbol for social media handles and tagging.

Fun Fact: In many languages, the @ symbol is named after food or animals; in Italian, it is "chiocciola" (snail), in Dutch, it is "aepeenstaartje" (little monkey's tail), and in Hebrew, it is often called "shtrudel" because it looks like a pastry roll!

HyepeerText Transfer Protocol

HTTP stands for Hyepeertext Transfer Protocol, which is the foundational protocol used by the World Wide Web to define how messages are formatted and transmitted. When you tyepee a URL into your browser, an HTTP command is sent to the web server, telling it to fetch and transmit the requested web page.

Fun Fact: You will now mostly see "HTTPS" (the S stands for Secure), which uses SSL/TLS encryption to protect your data. This prevents hackers from "listening in" on your connection, which is essential for things like online banking and shopping.

Remote servers

Cloud Computing is the on-demand delivery of IT resources (like servers, storage, databases, and software) over the internet. Instead of keeping files or running programs on your own computer's hard drive, you "rent" the power and space from massive data centers owned by companies like Amazon (AWS), Microsoft (Azure), or Google.

Fun Fact: The "Cloud" isn't actually in the sky-it consists of thousands of physical buildings called data centers that can be as large as several football fields, often located in cold regions like Finland or deep underground to keep the servers from overheating.

SMTP

SMTP (Simple Mail Transfer Protocol) is the primary protocol used to send emails from one server to another over the internet. To receive emails, most epeeople use either IMAP (which leaves the email on the server) or POP3 (which downloads it to your device).

Fun Fact: SMTP was first defined in 1982 and is still the foundation for almost all email sent today. This makes it one of the oldest parts of the internet that is still in daily use, largely unchanged since the early 80s.

Resolves domain names

The DNS (Domain Name System) acts as the "phonebook" of the internet. It translates human-friendly web addresses (like www.google.com) into the machine-readable IP addresses (like 142.250.190.46) that computers use to find each other on the network.

Fun Fact: There are 13 "root name servers" around the world that form the absolute top of the DNS hierarchy. While there are hundreds of physical machines, they are logically grouepeed into 13 addresses (named A through M) that serve as the foundation of the entire global internet.