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
-
It uses IPsec to establish the key exchange process.
-
It uses hashing algorithms to transmit keys across a network
-
It calculates shared keys based on exchange of data packets.
-
Uses TCP port 50 to exchange IKE info between the gateways
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.
-
IPsec security associations are exchanged.
-
Traffic is exchanged between IPsec peers.
-
ISAKMP security associations are exchanged.
-
Interesting traffic is identified.
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.
-
IKE Phase 1
-
IKE Phase 2
-
ISAKMP Phase 1
-
ISAKMP Phase 2
A
Correct answer
Explanation
NAT-Traversal (NAT-T) detection occurs during the initial IKE Phase 1 exchange (specifically in the main or aggressive mode) to determine if there is a NAT device between the peers. If detected, the peers will encapsulate ESP packets in UDP port 4500.
D
Correct answer
Explanation
GRE (Generic Routing Encapsulation) is a tunneling protocol that creates a virtual point-to-point link to encapsulate a wide variety of network layer protocols inside virtual point-to-point links. It does not provide encryption by itself, which is why it is often paired with IPsec.
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.
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.
A
Correct answer
Explanation
VPNs work by encapsulating original data packets (which may contain Ethernet frames) inside new IP packets, allowing them to be transmitted securely over a public network.
Which of the following is a common tool used for port scanning?
-
Nmap
-
Metasploit
-
Wireshark
-
Nessus
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.
What is the purpose of using standard protocols in DfI?
-
To ensure reliable communication between components
-
To facilitate data exchange between systems
-
To simplify system integration
-
All of the above
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.
Which of the following is a common data access protocol used in astroinformatics?
-
HTTP
-
FTP
-
Web Services
-
All of the above
D
Correct answer
Explanation
HTTP, FTP, and Web Services are commonly used data access protocols in astroinformatics for retrieving data from remote sources.
Which metric is commonly used to measure the overall responsiveness of a network?
-
Throughput
-
Latency
-
Packet Loss
-
Jitter
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.
Which metric measures the percentage of packets that are successfully transmitted without errors?
-
Throughput
-
Packet Delivery Ratio
-
Network Utilization
-
Round-Trip Time (RTT)
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.
Which protocol is commonly used for monitoring network performance and troubleshooting network issues?
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.
Which metric measures the variation in the delay of packets transmitted over a network?
-
Throughput
-
Latency
-
Packet Loss
-
Jitter
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.
Which network performance metric measures the time it takes for a packet to travel from a source to a destination and back?
-
Throughput
-
Latency
-
Packet Loss
-
Round-Trip Time (RTT)
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.