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 role of a DNS resolver?
-
To translate domain names into IP addresses
-
To store DNS records
-
To forward DNS queries to DNS servers
-
To manage DNS zones
C
Correct answer
Explanation
A DNS resolver is responsible for forwarding DNS queries to DNS servers.
What is the difference between a recursive DNS query and an iterative DNS query?
-
A recursive DNS query is sent to a single DNS server, while an iterative DNS query is sent to multiple DNS servers.
-
A recursive DNS query is sent to the root DNS servers, while an iterative DNS query is sent to the authoritative DNS servers.
-
A recursive DNS query is used to resolve a domain name into an IP address, while an iterative DNS query is used to find the authoritative DNS servers for a domain.
-
A recursive DNS query is used to check the validity of a DNS record, while an iterative DNS query is used to update a DNS record.
A
Correct answer
Explanation
A recursive DNS query is sent to a single DNS server, which is responsible for resolving the query or forwarding it to other DNS servers. An iterative DNS query is sent to multiple DNS servers, each of which is responsible for resolving a portion of the query.
Which of the following is a common type of network monitoring tool?
-
Ping
-
Traceroute
-
SNMP
-
All of the above
D
Correct answer
Explanation
Common types of network monitoring tools include Ping, Traceroute, and SNMP.
Which of the following is a common type of firewall?
-
Stateful firewall
-
Stateless firewall
-
Next-generation firewall
-
All of the above
D
Correct answer
Explanation
Common types of firewalls include stateful firewalls, stateless firewalls, and next-generation firewalls.
Which of the following is a common type of VPN?
-
Site-to-site VPN
-
Remote access VPN
-
IPsec VPN
-
All of the above
D
Correct answer
Explanation
Common types of VPNs include site-to-site VPNs, remote access VPNs, and IPsec VPNs.
Which of the following is a common tool for network performance testing?
-
Ping
-
Traceroute
-
iPerf
-
All of the above
D
Correct answer
Explanation
Ping, Traceroute, and iPerf are all common tools for network performance testing.
Which routing protocol is used to exchange routing information between autonomous systems?
C
Correct answer
Explanation
BGP (Border Gateway Protocol) is used to exchange routing information between autonomous systems, enabling the internet to function as a single, interconnected network.
What is the primary function of a routing table in a network?
-
To store IP addresses
-
To manage network traffic
-
To determine the best path for data packets
-
To assign IP addresses to devices
C
Correct answer
Explanation
The routing table contains information about the available paths to different networks and helps determine the best route for data packets to reach their destination.
Which routing algorithm is known for its simplicity and is commonly used in small networks?
A
Correct answer
Explanation
RIP (Routing Information Protocol) is a simple and widely used routing algorithm that is commonly implemented in small networks due to its ease of configuration and maintenance.
Which routing protocol is designed specifically for large and complex networks?
B
Correct answer
Explanation
OSPF (Open Shortest Path First) is a routing protocol designed for large and complex networks, providing efficient routing and scalability.
What is the primary purpose of subnet masking in IP addressing?
-
To hide IP addresses
-
To improve network performance
-
To divide a network into smaller segments
-
To assign IP addresses to devices
C
Correct answer
Explanation
Subnet masking is used to divide a network into smaller segments, allowing for more efficient IP address management and improved network performance.
Which routing protocol is commonly used in enterprise networks and supports multiple routing metrics?
D
Correct answer
Explanation
EIGRP (Enhanced Interior Gateway Routing Protocol) is commonly used in enterprise networks and supports multiple routing metrics, providing flexibility and optimization in routing decisions.
What is the role of a routing metric in determining the best path for data packets?
-
To measure the distance between networks
-
To calculate the cost of a path
-
To determine the speed of a path
-
To assign IP addresses
B
Correct answer
Explanation
A routing metric is used to calculate the cost of a path, considering factors such as distance, delay, and bandwidth, to determine the best route for data packets.
Which routing protocol is known for its fast convergence time and is commonly used in mission-critical networks?
D
Correct answer
Explanation
EIGRP (Enhanced Interior Gateway Routing Protocol) is known for its fast convergence time, making it suitable for mission-critical networks where rapid adaptation to network changes is essential.
What is the role of a routing policy in network routing?
-
To determine the best path for data packets
-
To manage network traffic
-
To assign IP addresses
-
To control how data packets are forwarded
D
Correct answer
Explanation
A routing policy defines the rules and criteria used to control how data packets are forwarded in a network, influencing the path selection and traffic management.