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
Which of the following is a common network management tool used to monitor and troubleshoot network issues?
-
Ping
-
Traceroute
-
Wireshark
-
Network Performance Monitor
C
Correct answer
Explanation
Wireshark is a network management tool that allows users to capture and analyze network traffic, helping to identify and troubleshoot network issues.
What is the purpose of a DNS server in a network?
-
To connect devices to a network
-
To route data packets between networks
-
To resolve domain names to IP addresses
-
To provide internet access to devices
C
Correct answer
Explanation
A DNS server is responsible for resolving domain names (e.g., www.example.com) to their corresponding IP addresses, allowing devices to communicate with each other using domain names.
Which of the following is a common network performance metric used to measure the speed of data transfer?
-
Bandwidth
-
Latency
-
Jitter
-
Packet loss
A
Correct answer
Explanation
Bandwidth is a network performance metric that measures the maximum amount of data that can be transferred over a network connection in a given amount of time.
Which of the following is a common type of DDoS attack used against critical infrastructure?
-
SYN flood attack
-
UDP flood attack
-
ICMP flood attack
-
All of the above
D
Correct answer
Explanation
SYN flood attacks, UDP flood attacks, and ICMP flood attacks are all common types of DDoS attacks used against critical infrastructure.
-
A technique used to capture data passing over a network.
-
A technique used to intercept and modify data passing between two parties.
-
A technique used to impersonate a legitimate user to access sensitive information.
-
A technique used to disrupt the normal operation of a network or system.
A
Correct answer
Explanation
Packet sniffing is a technique used in MitM attacks to capture data passing over a network. This is done using a packet sniffer, which is a software program that can capture and analyze network traffic.
Which of the following is a common technique for optimizing the performance of network communication in software?
-
Using appropriate network protocols
-
Reducing the size of network payloads
-
Batching network requests
-
All of the above
D
Correct answer
Explanation
Optimizing the performance of network communication in software involves employing various techniques, such as using appropriate network protocols, reducing the size of network payloads, and batching network requests. These techniques help improve network efficiency and reduce communication overhead.
Which network protocol is responsible for routing data packets between networks?
C
Correct answer
Explanation
IP (Internet Protocol) is the primary network protocol responsible for routing data packets between networks. It defines the format of the data packets and the addressing scheme used to identify devices on the network.
Which network protocol is used for transferring files between computers?
C
Correct answer
Explanation
FTP (File Transfer Protocol) is a network protocol used for transferring files between computers. It allows users to upload and download files from remote servers.
Which network device is responsible for translating domain names into IP addresses?
-
Modem
-
Router
-
Switch
-
DNS Server
D
Correct answer
Explanation
A DNS (Domain Name System) server is responsible for translating domain names into IP addresses. This allows users to access websites by typing in a domain name instead of an IP address.
Which network protocol is used for sending email messages?
C
Correct answer
Explanation
SMTP (Simple Mail Transfer Protocol) is a network protocol used for sending email messages. It defines the format of email messages and the process for transferring them between email servers.
Which network protocol is used for accessing websites?
C
Correct answer
Explanation
HTTP (Hypertext Transfer Protocol) is a network protocol used for accessing websites. It defines the format of web pages and the process for transferring them between web servers and web browsers.
Which of the following is a common network monitoring tool?
-
Ping
-
Traceroute
-
SNMP
-
All of the above
D
Correct answer
Explanation
Ping, Traceroute, and SNMP are all commonly used network monitoring tools that provide valuable information about network connectivity, performance, and device status.
What is the recommended approach for managing network documentation?
-
Using a centralized documentation system
-
Storing documentation in multiple locations
-
Relying on memory and tribal knowledge
-
Ignoring documentation altogether
A
Correct answer
Explanation
Using a centralized documentation system, such as a wiki or documentation repository, ensures that all network documentation is stored in a single, easily accessible location, making it easier to find and update information.
Which communication protocol is primarily used by MindSphere to connect with industrial devices?
-
MQTT
-
OPC UA
-
HTTP
-
Bluetooth
A
Correct answer
Explanation
MindSphere primarily uses the MQTT (Message Queuing Telemetry Transport) protocol for communication with industrial devices. MQTT is a lightweight, publish-subscribe protocol designed for IoT applications.
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.