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
What is the purpose of the DNS protocol in mobile device connectivity?
-
To translate domain names into IP addresses
-
To establish a connection between two devices
-
To ensure reliable data transmission
-
To encrypt data
A
Correct answer
Explanation
The DNS (Domain Name System) protocol is responsible for translating domain names into IP addresses. This allows users to access websites and online services by using easy-to-remember domain names instead of complex IP addresses.
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.
What is the purpose of the HTTP protocol in mobile device connectivity?
-
To transfer data between a web server and a web browser
-
To establish a connection between two devices
-
To ensure reliable data transmission
-
To encrypt data
A
Correct answer
Explanation
The HTTP (Hypertext Transfer Protocol) protocol is responsible for transferring data between a web server and a web browser. This allows users to access websites and online services.
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 network design principle aims to optimize network performance by reducing the number of hops a data packet takes to reach its destination?
-
Load Balancing
-
Fault Tolerance
-
Hop Count Minimization
-
Traffic Shaping
C
Correct answer
Explanation
Hop Count Minimization is a network design principle that aims to optimize network performance by reducing the number of hops a data packet takes to reach its destination, improving latency and overall network efficiency.
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.