Computer Knowledge

Internet and Web

1,557 Questions

The Internet and Web encompass global networks, web portals, browsers, and online communication tools. This hub provides questions on basic internet concepts, email structures, and web terminology. Strong knowledge here is vital for scoring well in computer awareness sections.

Web browsersEmail conceptsWorld Wide WebWeb portalsInternet terminology

Internet and Web Questions

Multiple choice technology security
  1. Butter worm

  2. Cheese worm

  3. Nachia worm

  4. Blaster worm

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Cheese Worm was an internet worm that specifically targeted Linux systems in 2001. It exploited vulnerabilities in Linux services and was named for its unusual behavior of leaving a 'cheese' marker file. Option B is correct. Blaster worm targeted Windows, Nachi/Welchia was a Windows worm that tried to patch Blaster, and Butter worm is fictional.

Multiple choice technology security
  1. Looksky worm

  2. Warhol worm

  3. Klez

  4. Sober

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Looksky, Klez, and Sober are all well-known email worms that propagate through infected email attachments or mass-mailing techniques. Warhol worm was a theoretical worm design concept focused on rapid propagation using a scanning strategy, not email-based distribution.

Multiple choice technology security
  1. Samy worm

  2. Bom Sabado

  3. SQL Slammer

  4. Sober worm

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Samy worm and Bom Sabado are both XSS (Cross-Site Scripting) worms that spread through web applications by injecting malicious JavaScript. Samy worm targeted MySpace, while Bom Sabado affected Orkut. SQL Slammer is a SQL worm targeting database servers, and Sober is an email worm.

Multiple choice technology security
  1. Host Header

  2. Cookie

  3. Referrer Header

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ALL user-supplied input requires validation. Host Headers (A) can be used for cache poisoning or injection attacks. Cookies (B) contain user data that attackers can manipulate. Referrer Headers (C) can contain malicious URLs or scripts. Therefore 'None of the above' (D) is correct - there is no user input that can be safely trusted without validation.

Multiple choice technology security
  1. Hidden tags

  2. Query Strings

  3. Header

  4. Cookies

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Web servers log query strings as part of the URL in access logs. Headers and cookies can also be logged but query strings are most consistently logged by default. Hidden tags in forms are part of POST data, not visible in GET request URLs.

Multiple choice technology security
  1. Web Proxy

  2. XSS Scanner

  3. An insecure J2EE web application

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

OWASP WebGoat is a deliberately insecure J2EE web application created as a learning platform for developers and security professionals to practice identifying and exploiting common web application vulnerabilities. It includes lessons on SQL injection, XSS, authentication bypass, and other OWASP Top 10 vulnerabilities. It is not a scanning tool or proxy.

Multiple choice technology security
  1. Check authorization on each page

  2. Name files with un-guessable names

  3. Place all accessible files in the same directory

  4. ACL's on the web root

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The only reliable way to prevent forceful browsing is checking authorization on every requested page before serving it. Naming schemes (B), directory organization (C), and ACLs (D) are all bypassable and do not enforce access control at the application level.

Multiple choice technology web technology
  1. Blogger

  2. Picasa

  3. Hotmail

  4. Delicious

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Jack Smith co-founded Hotmail in 1996, one of the first web-based email services. Hotmail was later acquired by Microsoft and became MSN Hotmail. The other options (Blogger, Picasa, Delicious) were founded by different people: Blogger by Evan Williams, Picasa by Lars Ahlin and others, Delicious by Joshua Schachter.

Multiple choice technology web technology
  1. It does not cover all the functions as covered by System.Net.Mail

  2. It is obsolete as compared to System.Net.Mail

  3. It is not secure way of sending mails.

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

System.Web.Mail is marked as obsolete and deprecated by Microsoft. It was replaced by System.Net.Mail which provides better functionality, security, and maintainability. Using obsolete classes is discouraged as they may be removed in future versions and often lack modern features. System.Net.Mail became the standard starting with .NET Framework 2.0.

Multiple choice technology web technology
  1. Personal Home Page

  2. Personal Hypertext Processor

  3. PHP: Hypertext Preprocessor

  4. Private Home Page

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PHP originally stood for 'Personal Home Page' when created by Rasmus Lerdorf in 1994. As the language evolved into a general-purpose scripting language, the meaning was changed to a recursive acronym 'PHP: Hypertext Preprocessor' to reflect its focus on server-side web development and distinguish it from its original purpose. This recursive naming convention (like GNU = GNU's Not Unix) is common in open source projects.

Multiple choice technology
  1. "lo"

  2. "hello world"

  3. "mary had a little lamb"

  4. "cyberspace , the final frontier

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The first message sent over ARPANET was 'LO' - the system crashed after typing 'LOG' from 'LOGIN'. This occurred on October 29, 1969, between UCLA and Stanford Research Institute.

Multiple choice technology web 2.0
  1. W3C

  2. W3Schools

  3. WYSIWYG

  4. WHATWG

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

The development of HTML5 was initiated by the Web Hypertext Application Technology Working Group (WHATWG) in 2004. The World Wide Web Consortium (W3C) later joined the effort to adopt and co-develop it. W3Schools and WYSIWYG editors are unrelated to its creation, making WHATWG and W3C correct.

Multiple choice technology operating systems
  1. Tools

  2. View

  3. Favorite

  4. File

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Internet Explorer, cookie settings and viewing options are accessed through the Tools menu (Tools > Internet Options). View, Favorites, and File menus do not contain cookie-related settings. The path is Tools > Internet Options > General tab, where you can view or delete cookies under Browsing History settings.