Computer Networks and Internet - Questions and Answers

Fill in the Blanks

1. The connection structure of a computer network is called ______.

topology

2. Normally server computers are ______ than client computers.

more powerful

3. An organization who provide an internet connection to their consumers is called ______.

Internet Service Provider (ISP)

4. Based on ______ search results are ordered in a search engine.

relevance

5. The sent section of an email interface contain ______ emails.

sent

Multiple Choice Questions

1. A network switch is required to form

A) Star Topology

2. How many cables are required to form a mesh topology of 10 computers?

D) 45

3. Which of the following is not a protocol?

C) ISP

4. How many repeaters are required to transfer data up to 400 meters using a twisted-pair cable?

D) 3

5. Normally unsolicited bulk emails appear in

D) Spam

Short Answer Questions

1. What is topology? From your understanding describe which topology will be best to set up a computer network in your school.

Topology refers to the physical or logical arrangement of computers and devices in a network. It defines how devices are connected and how data flows between them.

For a school network, a star topology would be the best choice. In a star topology, all computers are connected to a central device like a switch or hub. This topology offers several advantages for a school environment:

  • Easy to install and manage
  • If one computer fails, it doesn't affect the rest of the network
  • Easy to add new computers without disrupting the network
  • Centralized management makes troubleshooting easier
  • Provides good performance for typical school activities
2. Give an example of a URL and describe different sections of it.

Example URL: https://www.example.com:443/path/to/page.html?query=value#section

Different sections of a URL:

  • Protocol (https://) - Specifies how data is transferred between the browser and server
  • Subdomain (www) - A subdivision of the main domain
  • Domain (example.com) - The main address of the website
  • Port (:443) - The communication endpoint (optional, defaults to standard ports)
  • Path (/path/to/page.html) - The specific location of the resource on the server
  • Query (?query=value) - Additional parameters sent to the server
  • Fragment (#section) - A specific section within the page
3. What is ranking? How is it related to a search engine?

Ranking refers to the process of ordering search results based on their relevance and importance to the user's query.

In search engines, ranking is crucial because:

  • It determines which web pages appear first in search results
  • It helps users find the most relevant information quickly
  • It's based on complex algorithms that consider factors like:
    • Keywords in the content
    • Quality and authority of the website
    • User engagement metrics
    • Freshness of content
    • Mobile-friendliness
  • Good ranking drives traffic to websites
  • Search engines continuously update their ranking algorithms to improve user experience
4. What is the use of BCC in an email? Describe with an example.

BCC (Blind Carbon Copy) is an email field used to send copies of an email to recipients without other recipients knowing who received the BCC copies.

Uses of BCC:

  • To protect recipients' privacy when sending to multiple people
  • To send a copy to someone without the main recipients knowing
  • For mass emails where you don't want to reveal all recipients' addresses

Example: When sending a newsletter to 100 subscribers, you would put all email addresses in the BCC field. This way, no subscriber can see the other subscribers' email addresses, protecting everyone's privacy. The "To" field could contain your own email address or be left blank.

5. What are the differences between Chat and Video Conferencing?
Chat Video Conferencing
Text-based communication Audio-visual communication
Asynchronous (can respond later) Synchronous (real-time interaction)
Lower bandwidth requirements Higher bandwidth requirements
Can communicate with multiple people simultaneously Better for focused group discussions
No visual cues or body language Includes visual cues and body language
Easy to save and reference conversations Often requires recording to save the session
Examples: WhatsApp, Messenger, Slack Examples: Zoom, Microsoft Teams, Google Meet