set-5
201. What is the main difference between TCP and UDP in terms of reliability?
TCP is more reliable than UDP.
UDP is more reliable than TCP.
TCP and UDP have the same level of reliability.
None of these
202. What is the main difference between TCP and UDP in terms of overhead?
TCP has less overhead than UDP.
UDP has less overhead than TCP.
TCP and UDP have the same level of overhead.
None of these
203. What is the main difference between TCP and UDP in terms of error detection and correction?
TCP provides error detection and correction, while UDP does not.
UDP provides error detection and correction, while TCP does not.
TCP and UDP provide the same level of error detection and correction.
None of these
204. What is the main purpose of HTTP in the Application layer?
To provide secure data transmission between end systems.
To provide reliable data transmission between end systems.
To transmit data in a standardized format between clients and servers.
None of these
205. What is the main difference between HTTP and HTTPS?
HTTPS is a more secure version of HTTP.
HTTP is a more secure version of HTTPS.
HTTPS and HTTP have the same level of security.
None of these
206. What is the main purpose of SSL (Secure Sockets Layer) in HTTPS?
To provide encryption for data transmission.
To provide authentication for data transmission.
To provide both encryption and authentication for data transmission.
None of these
207. What is the main purpose of TLS (Transport Layer Security) in HTTPS?
To provide encryption for data transmission.
To provide authentication for data transmission.
To provide both encryption and authentication for data transmission.
None of these
208. What is the main purpose of FTP (File Transfer Protocol)?
To transfer files between clients and servers over the internet.
To transfer files between servers over the internet.
To transfer files within a single server.
None of these
209. What is PuTTY used for in file transfer?
A File Transfer client.
A File Transfer server.
An SSH (Secure Shell) client.
None of these
210. What is WinSCP used for in file transfer?
A File Transfer client.
A File Transfer server.
An SCP (Secure Copy) client.
None of these
211. What is the main difference between FTP and SFTP in terms of security?
FTP is more secure than SFTP.
SFTP is more secure than FTP.
FTP and SFTP have the same level of security.
None of these
212. What is the main purpose of MRTG (Multi Router Traffic Grapher)?
To monitor network traffic and generate graphical representations of network usage.
To monitor server performance and generate graphical representations of resource usage.
To monitor website traffic and generate graphical representations of website usage.
None of these
213. What is the main purpose of PRTG (Paessler Router Traffic Grapher)?
To monitor network traffic and generate graphical representations of network usage.
To monitor server performance and generate graphical representations of resource usage.
To monitor website traffic and generate graphical representations of website usage.
None of these
214. What is the main purpose of SNMP (Simple Network Management Protocol)?
To monitor network traffic and generate graphical representations of network usage.
To monitor server performance and generate graphical representations of resource usage.
To monitor and manage network devices and generate alerts for network events.
None of these
215. What is the main purpose of Packet Tracer?
To monitor network traffic and generate graphical representations of network usage.
To monitor server performance and generate graphical representations of resource usage.
To simulate and test network configurations and protocols.
None of these
216. What is the main purpose of Wireshark?
To monitor network traffic and generate graphical representations of network usage.
To monitor server performance and generate graphical representations of resource usage.
To analyze and troubleshoot network traffic.
None of these
217. What is the main purpose of socket programming?
To provide a standardized way for applications to communicate over a network.
To provide a secure way for applications to communicate over a network.
To provide a fast way for applications to communicate over a network.
None of these
218. What is the main difference between a TCP (Transmission Control Protocol) socket and a UDP (User Datagram Protocol) socket?
TCP sockets provide reliable and ordered data transmission, while UDP sockets provide unreliable and unordered data transmission.
UDP sockets provide reliable and ordered data transmission, while TCP sockets provide unreliable and unordered data transmission.
TCP sockets provide encrypted data transmission, while UDP sockets provide unencrypted data transmission.
None of these
219. What is the main purpose of the bind() function in socket programming?
To associate a socket with a specific network address.
To associate a socket with a specific network port.
To associate a socket with a specific network address and port.
None of these
220. What is the main purpose of the listen() function in socket programming?
To allow a socket to receive incoming connections.
To establish a connection with a remote socket.
To send data to a remote socket.
None of these
221. What is the main purpose of the accept() function in socket programming?
To allow a socket to receive incoming connections.
To establish a connection with a remote socket.
To accept an incoming connection from a remote socket.
None of these
222. What is the main purpose of computer security?
To protect computer systems and networks from unauthorized access, use, disclosure, disruption, modification, or destruction.
To enhance computer performance.
To store data.
None of these
223. What is the main type of security attack?
Malware attack
Man-in-the-middle attack
Denial of Service attack
All of the above
224. What is the main principle of cryptography?
Confidentiality
Integrity
Availability
All of the above
225. What is the main purpose of the RSA algorithm?
To provide confidentiality
To provide integrity
To provide digital signatures
All of the above
226. What is the main purpose of digital signatures?
To provide confidentiality
To provide integrity
To provide authentication
All of the above
227. What is the main purpose of securing e-mail (PGP)?
To provide confidentiality
To provide integrity
To provide authentication
All of the above
228. What is a malware attack?
An attack that involves the use of malicious software to compromise computer systems and networks.
An attack that involves intercepting communication between two systems to steal sensitive information or alter the communication.
An attack that involves overwhelming a computer system or network with traffic, making it unavailable to users.
None of these
229. What is a man-in-the-middle attack?
An attack that involves the use of malicious software to compromise computer systems and networks.
An attack that involves intercepting communication between two systems to steal sensitive information or alter the communication.
An attack that involves overwhelming a computer system or network with traffic, making it unavailable to users.
None of these
230. What is a denial of service attack?
An attack that involves the use of malicious software to compromise computer systems and networks.
An attack that involves intercepting communication between two systems to steal sensitive information or alter the communication.
An attack that involves overwhelming a computer system or network with traffic, making it unavailable to users.
None of these
231. What is a phishing attack?
An attack that involves tricking a user into revealing sensitive information, such as login credentials or financial information.
An attack that involves the use of malicious software to compromise computer systems and networks.
An attack that involves intercepting communication between two systems to steal sensitive information or alter the communication.
An attack that involves overwhelming a computer system or network with traffic, making it unavailable to users.
232. What is the main purpose of cryptography?
To provide confidentiality
To provide integrity
To provide availability
All of the above
233. What is the main type of encryption used in cryptography?
Symmetric encryption
Asymmetric encryption
Hash encryption
All of the above
234. What is the main advantage of symmetric encryption over asymmetric encryption?
Symmetric encryption is faster than asymmetric encryption.
Symmetric encryption is more secure than asymmetric encryption.
Asymmetric encryption is faster than symmetric encryption.
Asymmetric encryption is more secure than symmetric encryption.
235. What is the main purpose of a hash function in cryptography?
To provide confidentiality
To provide integrity
To provide availability
None of these
236. What is the main advantage of digital signatures over traditional signatures?
Digital signatures are faster than traditional signatures.
Digital signatures are more secure than traditional signatures.
Traditional signatures are faster than digital signatures.
Traditional signatures are more secure than digital signatures.
237. What is the RSA algorithm?
A symmetric encryption algorithm
An asymmetric encryption algorithm
A hash encryption algorithm
None of these
238. What is the main purpose of the RSA algorithm?
To provide confidentiality
To provide integrity
To provide availability
All of the above
239. What is the main advantage of the RSA algorithm over symmetric encryption algorithms?
The RSA algorithm is faster than symmetric encryption algorithms.
The RSA algorithm is more secure than symmetric encryption algorithms.
Symmetric encryption algorithms are faster than the RSA algorithm.
Symmetric encryption algorithms are more secure than the RSA algorithm.
240. What is the main disadvantage of the RSA algorithm?
The RSA algorithm is slower than symmetric encryption algorithms.
The RSA algorithm is less secure than symmetric encryption algorithms.
Symmetric encryption algorithms are faster than the RSA algorithm.
Symmetric encryption algorithms are more secure than the RSA algorithm.
241. What is the key length used in the RSA algorithm?
128-bit key length
256-bit key length
512-bit key length
1024-bit key length
242. What is a firewall?
A physical barrier that protects a network.
A software application that protects a network.
A hardware device that protects a network.
All of the above
243. What is the main purpose of a firewall?
To provide confidentiality
To provide integrity
To provide availability
To provide security
244. What is the main type of firewall used in networks?
Packet filtering firewall
Circuit-level firewall
Application-level firewall
All of the above
245. What is the main advantage of a firewall over other security measures?
Firewalls are faster than other security measures.
Firewalls are more secure than other security measures.
Other security measures are faster than firewalls.
Other security measures are more secure than firewalls.
246. What is the main disadvantage of a firewall?
Firewalls are too slow to be effective.
Firewalls are too complex to be used effectively.
Firewalls can cause network performance issues.
Firewalls can be bypassed by attackers.
247. What is SSL?
A symmetric encryption algorithm
An asymmetric encryption algorithm
A secure communication protocol
None of these
248. What is the main purpose of SSL?
To provide confidentiality
To provide integrity
To provide availability
All of the above
249. What type of encryption does SSL use?
Symmetric encryption
Asymmetric encryption
Hash encryption
None of these
250. What is the main advantage of SSL over other secure communication protocols?
SSL is faster than other secure communication protocols.
SSL is more secure than other secure communication protocols.
Other secure communication protocols are faster than SSL.
Other secure communication protocols are more secure than SSL.
Last updated