Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Indo-US

  2. Indo-Russia

  3. Indo-Pak

  4. Indo-China

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

The 123 Agreement is officially known as the Indo-US Civil Nuclear Agreement. The term '123 Agreement' comes from Section 123 of the US Atomic Energy Act, which governs civilian nuclear cooperation agreements. This landmark 2008 agreement allowed nuclear trade between India and the United States.

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 the standard tool for port scanning and network discovery. It can identify open ports, running services, and operating systems on a target system. Wireshark and Etherial are packet analyzers for examining network traffic, not port scanning. A 'switch sniffer' is not a standard tool category.

Multiple choice general knowledge science & technology
  1. It can hack all systems.

  2. Safe corporate data deposits.

  3. You can download anything from here.

  4. trap for cyber criminals.

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

A honeypot is a security mechanism set up to detect, deflect, or counteract attempts at unauthorized access to computer systems. It appears as an attractive target (like a vulnerable server) to lure attackers, allowing security researchers to study their methods and protect real systems. It is absolutely not for hacking systems or downloading content.

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 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. This model standardizes network communication functions into different layers, making it easier to understand and troubleshoot networking issues.

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 find vulnerabilities in systems with permission from the owners. They help organizations improve security by identifying and fixing flaws before malicious hackers can exploit them. Black hat hackers are the malicious ones, while grey hats operate in between.

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. 'Botting' is not a standard security term, 'unlimited pings' isn't a recognized attack type, and 'Echo attack' isn't a standard attack category. The question has grammatical issues ('attackes' typo) but the correct answer is clear.

Multiple choice general knowledge science & technology
  1. 139

  2. 443

  3. 80

  4. 21

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

When you access a website using HTTPS (secure HTTP), the browser connects to port 443 on the server. This is the standard port for HTTPS traffic, which uses SSL/TLS encryption to secure communications. Port 80 is for unencrypted HTTP, port 21 is for FTP, and port 139 is for NetBIOS file sharing.

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 (J2SE 5.0) was codenamed 'Tiger' and was released in 2004. It introduced significant features like generics, enhanced for-loop, autoboxing, annotations, and enums. Other notable Java codenames include Mustang (1.6), Dolphin (1.7), and various animal/nature names for later versions.