Computer Knowledge

Computer Networks

2,461 Questions

Computer networks involve the architecture, protocols, and security measures used for digital communication. This collection covers OSI model layers, IP addressing, data transmission, and cryptographic standards. These concepts are vital for the computer knowledge sections of banking and government exams.

OSI model layersNetwork protocolsIP subnet maskingData encryption standardsServer configurationsNetwork commands

Computer Networks Questions

Multiple choice
  1. It uses IPsec to establish the key exchange process.

  2. It uses hashing algorithms to transmit keys across a network

  3. It calculates shared keys based on exchange of data packets.

  4. Uses TCP port 50 to exchange IKE info between the gateways

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

The IKE (Internet Key Exchange) protocol uses the Diffie-Hellman algorithm to securely exchange keys over an insecure network, allowing peers to calculate a shared secret key.

Multiple choice
  1. IPsec security associations are exchanged.

  2. Traffic is exchanged between IPsec peers.

  3. ISAKMP security associations are exchanged.

  4. Interesting traffic is identified.

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

IKE Phase 1 establishes a secure channel (ISAKMP SA), while IKE Phase 2 uses that secure channel to negotiate the IPsec security associations (SAs) that will protect the actual data traffic.

Multiple choice
  1. True

  2. False

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

OpenVPN uses the OpenSSL library to provide secure communication, utilizing SSL/TLS protocols for the initial key exchange and authentication between the client and the server.

Multiple choice
  1. L2TP

  2. PPP

  3. OpenVPN

  4. PCAP

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

L2TP (Layer 2 Tunneling Protocol) and OpenVPN are both widely recognized protocols used to create VPN tunnels. PPP is a data link layer protocol, and PCAP is a packet capture format.

Multiple choice

Which of the following is a common tool used for port scanning?

  1. Nmap

  2. Metasploit

  3. Wireshark

  4. Nessus

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

Nmap is a popular tool used for port scanning, which is the process of identifying open ports on a network host. It can be used to discover services running on a host, identify potential vulnerabilities, and gather information about the network configuration.

Multiple choice

What is the purpose of using standard protocols in DfI?

  1. To ensure reliable communication between components

  2. To facilitate data exchange between systems

  3. To simplify system integration

  4. All of the above

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

Standard protocols provide a common language and set of rules for communication, data exchange, and system integration, ensuring interoperability and reducing the complexity of integration efforts.

Multiple choice

Which of the following is a common data access protocol used in astroinformatics?

  1. HTTP

  2. FTP

  3. Web Services

  4. All of the above

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

HTTP, FTP, and Web Services are commonly used data access protocols in astroinformatics for retrieving data from remote sources.

Multiple choice

Which metric is commonly used to measure the overall responsiveness of a network?

  1. Throughput

  2. Latency

  3. Packet Loss

  4. Jitter

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

Latency, also known as delay, measures the time it takes for a packet to travel from one point to another in a network. It is a critical factor in determining the responsiveness and user experience of network applications.

Multiple choice

Which metric measures the percentage of packets that are successfully transmitted without errors?

  1. Throughput

  2. Packet Delivery Ratio

  3. Network Utilization

  4. Round-Trip Time (RTT)

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

Packet Delivery Ratio (PDR) is a metric that indicates the proportion of packets that are successfully transmitted from a source to a destination without being lost or corrupted during transmission.

Multiple choice

Which protocol is commonly used for monitoring network performance and troubleshooting network issues?

  1. HTTP

  2. FTP

  3. SNMP

  4. TCP

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

Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring network devices and collecting performance metrics. It allows network administrators to gather information about device status, performance, and configuration, enabling them to identify and resolve network issues.

Multiple choice

Which metric measures the variation in the delay of packets transmitted over a network?

  1. Throughput

  2. Latency

  3. Packet Loss

  4. Jitter

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

Jitter is a metric that measures the variation in the delay of packets transmitted over a network. It is caused by fluctuations in network traffic and can impact the quality of real-time applications such as voice and video calls.

Multiple choice

Which network performance metric measures the time it takes for a packet to travel from a source to a destination and back?

  1. Throughput

  2. Latency

  3. Packet Loss

  4. Round-Trip Time (RTT)

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

Round-Trip Time (RTT) is a metric that measures the time it takes for a packet to travel from a source to a destination and back. It is commonly used to assess network latency and responsiveness.