Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. MD5

  2. MD5-RSA

  3. SSL

  4. AES (Advance DES)

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

Online banking systems use SSL (Secure Sockets Layer) or its successor TLS to encrypt communication between your browser and the bank's servers. This prevents attackers from intercepting sensitive information like passwords and account details. MD5 and MD5-RSA are hash algorithms, not encryption techniques. AES is a symmetric encryption algorithm but not the primary method used for secure web connections.

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 signature schemes involve different parties depending on their structure. Basic signatures involve just the signer and verifier (2 parties). PKI-based signatures add a Certificate Authority as a trusted third party (3 parties). Complex hierarchical signature schemes can involve multiple CAs and intermediaries. Therefore, the number of parties varies based on the signature hierarchy being used.

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

When an ISP binds service to a specific MAC address, other devices can gain access by spoofing that MAC address. This involves changing the network interface's physical address to match the subscribed laptop's MAC. Proxy servers and hubs don't address the MAC authentication issue, and getting another connection is unnecessary. MAC spoofing is a technical workaround that allows multiple devices to share the authorized connection.

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 cybersecurity mechanism designed to detect, deflect, and counteract attempts at unauthorized use of information systems. It appears as a tempting target (like fake data or vulnerable systems) to lure attackers, allowing security teams to study their methods and protect real systems.

Multiple choice general knowledge science & technology
  1. MD5

  2. MD5-RSA

  3. SSL

  4. AES (Advance DES)

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

SSL (Secure Sockets Layer) and its successor TLS are the standard encryption protocols used for secure online banking transactions. SSL/TLS creates an encrypted channel between your browser and the bank's server, protecting sensitive data like passwords and account details during transmission. MD5 is a hash function, not encryption, and while AES is also used in cryptography, SSL is the protocol layer specifically used for netbanking security.

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.