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
B
Correct answer
Explanation
DNS primarily uses UDP for queries because it's fast and lightweight. Most DNS queries fit in a single UDP packet, making it the standard protocol. TCP is only used for zone transfers or when responses are very large.
-
VPN
-
Add NTP
-
Terminal access
-
IPSec
D
Correct answer
Explanation
IPSec (Internet Protocol Security) can be configured to block specific ports by creating filters that deny traffic on certain port numbers. While Windows Firewall is more commonly used for port blocking today, IPSec was historically used for this purpose. The other options are unrelated to port blocking.
-
Resolve domain names
-
Resolve host names
-
Resolve Ethernet address of a NIC
-
Network filter
C
Correct answer
Explanation
ARP (Address Resolution Protocol) resolves IP addresses to MAC (Ethernet) addresses within a local network. When a device needs to send data to another device on the same network, it uses ARP to discover the target's hardware address. It does not resolve domain names or hostnames.
-
Allows an internal host reachable over the internet
-
Deny external hosts
-
Deny External networks
-
Public IP used by internal hosts
A
Correct answer
Explanation
Static NAT creates a permanent one-to-one mapping between a private IP address and a public IP address, allowing the internal host to be consistently reachable from the internet. This is commonly used for servers that need to be accessible externally. The other options incorrectly describe NAT functionality.
-
Packet Filtering
-
Tool to monitor the traffic load on network
-
IP table rules
-
Routing table
B
Correct answer
Explanation
MRTG (Multi Router Traffic Grapher) is a network monitoring tool that measures and visualizes traffic load on network links. It creates graphs showing bandwidth usage over time, helping administrators identify congestion patterns and plan capacity.
C
Correct answer
Explanation
WPA (Wi-Fi Protected Access) and SSH (Secure Shell) are security protocols used to encrypt communications. WP likely refers to WPA. HTTPD is a web server software, not a security mechanism.
-
Input
-
Variable
-
Return
-
Output
C
Correct answer
Explanation
The Return port is specific to unconnected lookup and is used to return the lookup value when the lookup function is called from an expression. Connected lookups pass values through output ports directly, while unconnected lookups require a Return port to send the result back to the calling transformation via the lookup function.
-
netstat
-
prstat
-
jvmstat
-
xtstat
-
mvstat
A
Correct answer
Explanation
The netstat command is used to display network connections and identify servers connected to a domain. It shows active TCP connections, ports the server is listening on, and can reveal connected servers or services. prstat monitors process statistics, jvmstat is for Java Virtual Machine monitoring, while xtstat and mvstat are not standard network utilities.
-
ocssetup Microsoft-Hyperv-V
-
cscript scregdit.wsf /AR 0
-
ocslist |findstr /| Microsoft-Hyper-V
-
Netsh advfirewall set rule group-remote administration new enable=yes
D
Correct answer
Explanation
The netsh command enables the Remote Administration rule group in Windows Firewall, allowing management tools from remote systems. Option A is for OCs setup, B is registry scripting, C lists OCs.
-
Automatic Private IP Addressing APIPA
-
Dynamic IP Address
-
Static IP Address
-
Classless IP Addressing
-
A, B & C
E
Correct answer
Explanation
Hyper-V supports Automatic Private IP Addressing (APIPA) for self-configuring addresses when DHCP fails, Dynamic IP addresses via DHCP, and Static IP addresses configured manually. Classless IP Addressing (D) refers to CIDR notation, not a distinct IP address type.
-
Master server
-
Media Server
-
Enterprise media manager server
-
Client server
C
Correct answer
Explanation
The Enterprise Media Manager (EMM) server is the NetBackup component that manages resources (tape drives, media, storage units). In standard NetBackup architecture, EMM runs on the Master Server and contains the relational database tracking all backup resources and policies.
-
robtest
-
vmquery
-
tpconfig
-
tpautoconf
A
Correct answer
Explanation
The robtest utility in NetBackup is specifically designed for testing and managing robotic tape libraries. It allows administrators to view and manipulate the contents of media access ports (MAPs), which are the entry/exit points for tapes in the robotic library. Other utilities like vmquery, tpconfig, and tpautoconf serve different purposes for volume management and device configuration.
-
Master server
-
Media server
-
EMM server
-
NDMP tape server
-
NOM server
A,B,D
Correct answer
Explanation
Server groups in NetBackup can include Master servers, Media servers, and NDMP tape servers. EMM (Enterprise Media Manager) servers and NOM (NetBackup Operations Manager) servers cannot be added to server groups as they serve different management functions.
-
Configure the option Use specified network interface on each client to specify the -bkup host name of the media server
-
Configure the option Use specified network interface on the media server to specify its own -bkup host name
-
Add the -bkup host name of the media server to the NetBackup server list on each client
-
Add the -bkup host name of each client to the client list on the media server
-
Change the name of the media server to the -bkup host name using the Change server function in the console
B,C
Correct answer
Explanation
To route traffic through the backup network, the media server must use its -bkup hostname (B) so clients can connect via that interface. Clients also need the -bkup hostname in their NetBackup server list (C) to know which address to use. Configuring client-side network settings (A) or adding clients to media server lists (D) won't direct the traffic correctly.
-
Expression
-
Aggregator
-
Rank
-
Router
D
Correct answer
Explanation
Variable ports are NOT available in Router transformation. Expression, Aggregator, and Rank transformations all support variable ports for intermediate calculations, but Router only has input, output, and group ports for routing data based on conditions.