Computer Knowledge
Computer Networks
2,614 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
What is the purpose of the DHCP protocol in mobile device connectivity?
-
To assign IP addresses to devices
-
To establish a connection between two devices
-
To ensure reliable data transmission
-
To encrypt data
A
Correct answer
Explanation
The DHCP (Dynamic Host Configuration Protocol) protocol is responsible for assigning IP addresses to devices on a network. This allows devices to communicate with each other and access the internet.
Which network protocol is responsible for establishing and maintaining connections between devices on a network?
A
Correct answer
Explanation
TCP (Transmission Control Protocol) is a connection-oriented protocol that establishes a reliable connection between two devices on a network, ensuring the reliable delivery of data packets.
What is the primary function of a network address translation (NAT) device?
-
Data Transmission
-
Data Encryption
-
Data Routing
-
Address Translation
D
Correct answer
Explanation
A NAT device's primary function is to translate private IP addresses used within a network to public IP addresses used on the internet, enabling devices on the network to access the internet.
What is the primary function of a proxy server in a network?
-
Data Transmission
-
Data Encryption
-
Data Routing
-
Data Filtering
D
Correct answer
Explanation
A proxy server's primary function is to act as an intermediary between a client and a server, filtering and controlling the flow of data between them, providing security and improved performance.
Which of the following is NOT a type of routing protocol?
D
Correct answer
Explanation
STP is a spanning tree protocol. It is not a routing protocol.
Which of the following is NOT a type of tunneling protocol?
B
Correct answer
Explanation
IPsec is a security protocol. It is not a tunneling protocol.
Which of the following is a key characteristic of the Sigfox protocol?
-
High data rates
-
Low power consumption
-
Long range
-
Real-time data transmission
C
Correct answer
Explanation
A key characteristic of the Sigfox protocol is its long range. Sigfox is a low-power, wide-area network (LPWAN) protocol that is designed for IoT devices that need to transmit small amounts of data over long distances.
Which of the following is a key characteristic of the OPC UA protocol?
-
High data rates
-
Low power consumption
-
Publish/subscribe messaging
-
Real-time data transmission
C
Correct answer
Explanation
A key characteristic of the OPC UA protocol is publish/subscribe messaging. OPC UA is a publish/subscribe protocol that allows devices to send and receive messages over a network. This makes it ideal for IoT applications where devices need to communicate with each other and with the cloud.
Which protocol is commonly used for communication between SDN controllers and network devices?
C
Correct answer
Explanation
OpenFlow is a widely used protocol for communication between SDN controllers and network devices, enabling the controller to program the forwarding behavior of the devices.
What is the term for a DDoS attack that targets a specific application or service?
-
Application-layer DDoS attack
-
Protocol-layer DDoS attack
-
Network-layer DDoS attack
-
Transport-layer DDoS attack
A
Correct answer
Explanation
An application-layer DDoS attack targets a specific application or service by flooding it with requests, causing it to become unavailable to legitimate users.
What is the term for a DDoS attack that targets a specific network protocol?
-
Protocol-layer DDoS attack
-
Application-layer DDoS attack
-
Network-layer DDoS attack
-
Transport-layer DDoS attack
A
Correct answer
Explanation
A protocol-layer DDoS attack targets a specific network protocol by sending malformed packets or exploiting vulnerabilities in the protocol.
Which of the following is NOT a common type of DDoS attack that targets the network layer?
-
ICMP flood attack
-
SYN flood attack
-
UDP flood attack
-
HTTP flood attack
D
Correct answer
Explanation
HTTP flood attacks target the application layer, not the network layer. ICMP flood attacks, SYN flood attacks, and UDP flood attacks are all common types of DDoS attacks that target the network layer.
What is the term for a DDoS attack that targets a specific transport protocol?
-
Transport-layer DDoS attack
-
Application-layer DDoS attack
-
Network-layer DDoS attack
-
Protocol-layer DDoS attack
A
Correct answer
Explanation
A transport-layer DDoS attack targets a specific transport protocol, such as TCP or UDP, by sending malformed packets or exploiting vulnerabilities in the protocol.
Which type of mirroring technique involves writing data to the primary copy first and then asynchronously propagating the changes to the mirror copy?
-
Synchronous Mirroring
-
Asynchronous Mirroring
-
Local Mirroring
-
Remote Mirroring
B
Correct answer
Explanation
Asynchronous mirroring involves writing data to the primary copy first and then asynchronously propagating the changes to the mirror copy. This allows for faster write operations, but it also introduces the possibility of data inconsistency between the primary and mirror copies.
Which protocol is used by GPRS to establish a data connection between a mobile device and the network?
C
Correct answer
Explanation
GPRS uses the PPP (Point-to-Point Protocol) to establish a data connection between a mobile device and the network. PPP is a widely used protocol that provides a reliable and secure data link over various types of networks.