Tag: general knowledge

Questions Related to general knowledge

Multiple choice general knowledge science & technology
  1. By using proxy server.

  2. Using a hub.

  3. User can change their Physical address identical to subscribed laptop.

  4. Apply for another net connection.

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

MAC addresses are hardware addresses assigned to network interfaces. ISPs can bind their service to a specific MAC address. Users can change their computer's MAC address to match the subscribed one (MAC spoofing), allowing multiple devices to share the connection. This works because ISP authentication checks only the MAC address, not the physical hardware itself. Proxy servers and hubs require additional hardware/configuration, and a new connection would cost extra money.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

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

Nmap (Network Mapper) is a security scanner specifically designed to discover hosts and services on a computer network, thus detecting open ports. When you know an IP address, running 'nmap ' will scan the target and list all open ports along with the services running on them. Wireshark and Etherial (now Wireshark) are packet analyzers for capturing network traffic, not port scanning. 'Switch sniffer' is not a standard tool name.

Multiple choice general knowledge science & technology
  1. DDOS

  2. Echo attack

  3. Unlimited pings

  4. Botting

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

DDOS (Distributed Denial of Service) attacks overwhelm a website with traffic from multiple sources, making it unavailable to legitimate users. This is the only option listed that is a recognized attack type specifically designed to take down websites. 'Echo attack' and 'Botting' are not standard security terms, and 'Unlimited pings' describes a technique but isn't the formal attack category name.

Multiple choice general knowledge science & technology
  1. 6

  2. 7

  3. 8

  4. 9

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

The OSI (Open Systems Interconnection) model has exactly 7 layers: Physical (1), Data Link (2), Network (3), Transport (4), Session (5), Presentation (6), and Application (7). This is a fundamental networking concept that all network professionals memorize. The layers form a stack from hardware (Physical) to user-facing software (Application).

Multiple choice general knowledge science & technology
  1. 1.4

  2. 1.5

  3. 1.6

  4. 2

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

Java 1.5 (also known as Java 5) was codenamed 'Tiger' during development. Sun Microsystems used animal codenames for major Java releases: 1.3 was 'Kestrel', 1.4 was 'Merlin', 1.5 was 'Tiger', and 1.6 was 'Mustang'. This naming convention helps developers and administrators refer to specific versions during discussion and planning.

Multiple choice general knowledge
  1. Alpha

  2. Beta

  3. Gamma

  4. Delta

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

In astronomy, the brightest star in a constellation is designated Alpha (first letter of Greek alphabet). This follows the Bayer designation system created by Johann Bayer in 1603, where stars are labeled with Greek letters in order of brightness within their constellation. For example, Alpha Centauri is the brightest star in the Centaurus constellation. Beta is second-brightest, followed by Gamma, then Delta.

Multiple choice general knowledge science & technology
  1. 2

  2. 3

  3. 4

  4. Depends on Signature hierarchy

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

Digital signatures involve a variable number of parties depending on the signature hierarchy and PKI structure. Basic scenarios involve 2 parties (sender signing, receiver verifying), but with certificate authorities, registration authorities, and timestamp authorities, there can be 3, 4, or more parties. Some implementations use just sender and receiver (2 parties), while enterprise PKI systems involve certificate authorities, registration authorities, policy servers, and timestamp services. Therefore, the number depends on the specific signature hierarchy deployed.

Multiple choice general knowledge science & technology
  1. True

  2. False

  3. Depends on MIME type

  4. What the hell you are talking?

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

You can track email forwarding through various technical means. Email headers contain 'Received' fields showing forwarding hops, and forwarding services often add 'X-Forwarded-For' or similar headers. Additionally, tracking pixels, read receipts, and forwarded message notifications in email clients can reveal forwarding activity. The question format is unusual with option D being informal, but the statement is technically accurate - email forwarding leaves traceable artifacts.

Multiple choice general knowledge science & technology
  1. Underground Hackers

  2. Ethical Hackers

  3. US Gov. FBI hackers

  4. Less knowledgeable hackers

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

White Hat hackers are ethical hackers who use their skills to improve security by finding vulnerabilities and helping organizations fix them. They operate with permission and often work as security consultants. This contrasts with Black Hats (malicious hackers), Grey Hats (somewhere between), and government hackers. The term comes from Western movies where 'good guys' wore white hats. White Hats follow responsible disclosure practices.