You assign the same IP address to two computers,
Plug both into the network switch,
Neither machine can connect to the internet.
Why did the connection fail?🤔
Interviewer:
You punch in a Gmail username and the UI immediately hits you with "Username already taken, Try another."
With billions of users across the globe, how is it checking that fast?
Explanation:
According to the RFC 1918 standard established by the Internet Engineering Task Force (IETF),
specific blocks of IPv4 addresses are reserved exclusively for private internal networks and are not routable on the public internet.
The address 192.168.10.15 falls securely within the Class C private range of 192.168.0.0 to 192.168.255.255.
Conversely, the other options are public IP addresses meant for global internet routing: 172.40.5.1
sits well outside the designated Class B private boundary of 172.16.0.0 to 172.31.255.255; 11.0.0.5 falls outside the
Class A private block of 10.0.0.0 to 10.255.255.255; and 8.8.4.4 is a publicly accessible DNS server operated by Google.
B) 192.168.10.15.✅
You delete a sensitive work email,
Empty the trash bin completely,
The message disappears from your screen.
The company IT auditor finds it.
How did that happen?
Does that mean no data can ever be permanently deleted? 🤔
Explanation:
The correct answer is C. /etc. ✅
The /etc directory is the central repository for all system-wide configuration files in a Linux operating system.
It contains essential text files and subdirectories used to control the behavior of the system and its applications,
including network configurations (such as hostnames and interface settings) and user authentication data (like the legacy /etc/passwd and secure /etc/shadow password files).
The switch doesn’t magically know where your data needs to go.
It learns.
Every device connected to a network has a unique identifier called a MAC address. When your laptop sends its first piece of data through the Ethernet cable, the switch looks at the frame and says:
“Ah, this MAC address is connected to Port 7.”
It writes that information into a table called a MAC address table (also called a CAM table).
As more devices communicate, the switch keeps building this map:
Laptop A → Port 7
Printer → Port 12
Server → Port 20
Now, when data arrives destined for the server’s MAC address, the switch doesn’t broadcast it to every port. It simply checks its table and forwards the frame directly to Port 20.
That’s why switches are so efficient. They create a constantly updated map of who is connected where and send traffic only to the port that actually needs it.
And that blinking green light?
It doesn’t mean the switch knows everything. It simply means a physical link exists and data is flowing. The real intelligence happens behind the scenes as the switch quietly learns MAC addresses and builds its forwarding table in real time.
In other words, every Ethernet switch is constantly introducing itself to every device on the network and keeping a little address book so your data knows exactly where to go.
And using unverified or free VPN services to bypass social media restrictions exposes teenagers to severe data privacy risks.
Many of these zero-cost tools monetize operations by logging and selling user browsing histories, app usage metrics, and personal identifiers to third-party data brokers.
Furthermore, low-tier VPN infrastructure frequently suffers from DNS and IP leaks that compromise user anonymity, and some malicious apps even inject malware or tracking cookies directly onto the device.
This shift ultimately trades the regulated data harvesting of mainstream social platforms for exposure to completely unvetted, malicious actors operating outside consumer privacy laws.
You plug an Ethernet cable into a switch port,
The link light flashes bright green,
Data transfers at maximum speed.
How does the switch know where to send your data?🤔
When you format a USB drive, the files are actually still stored on the physical memory chips inside the drive.
A standard "Quick Format" does not erase your data; it only deletes the file system index, which acts like a book's table of contents.
Without this index, your computer can no longer see the files and marks that space as empty and ready to be written over.
The actual photos, documents, and videos remain untouched in those storage slots until you save new files on top of them.
The IT professional is able to bring your data back by using specialized data recovery software.
This software bypasses the deleted table of contents and scans the physical memory chips directly to find the hidden file fragments.
Once the software locates these pieces, it pieces them back together and creates a new index so your computer can recognize them again.
This is why it is highly critical to stop using a drive immediately after an accidental format if you want to successfully recover your files.
Your 1.67TB of storage will not instantly disappear or delete your files, but your account will change when your current billing cycle ends.
Until that date, you keep your extra space. After that, your storage limit drops back to the free 15GB plan.
Google keeps all your existing photos, emails, and files completely safe.
Nothing is deleted immediately, so you do not need to panic about losing your memories or documents right away.
However, if your stored data exceeds the free 15GB limit, your account will become frozen.
You cannot upload new photos to Google Photos or save new files to Google Drive.
Crucially, you will stop receiving new emails in Gmail, and people trying to message you will get a delivery failure error.
To fix this, you must either delete files to get under the 15GB limit or renew a Google One plan to unlock your account functions again.