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
-
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.
-
TCP/IP or UDP port on the server
-
Reprsents the actual service inv used
-
Exposes a <service> using a specific protocol binding
-
All of the above
C
Correct answer
Explanation
The element in WSDL represents a collection of elements, where each port exposes the service through a specific binding and endpoint address. The binding defines the protocol (SOAP over HTTP, for example) and message format, while the service element groups these ports together. This allows the same service to be exposed through multiple protocols or endpoints.
B
Correct answer
Explanation
HTTP (Hypertext Transfer Protocol) uses port 80 by default for unencrypted web traffic. When you browse to http://example.com without specifying a port, the browser automatically connects to port 80. HTTPS (HTTP Secure) defaults to port 443 for encrypted connections.
-
IIs speed connection/second
-
ssl connection/second
-
LAN speed connection/second
-
WAN speed connection/second
B
Correct answer
Explanation
The small lock icon on the browser status bar indicates an SSL (Secure Sockets Layer) or TLS connection. This means the communication between your browser and the website is encrypted and secure. Options A, C, and D incorrectly suggest it refers to connection speed measurements for different network types.
-
HTTPS
-
Connect Direct
-
FTPS
-
AS2
B
Correct answer
Explanation
Connect Direct is a secure file transfer protocol specifically designed for mainframe systems. Unlike HTTPS or FTPS which are general-purpose protocols, Connect Direct is optimized for high-volume, reliable transfers between systems and mainframes. AS2 is used for B2B EDI transactions, not mainframe transfers.
B,C,D
Correct answer
Explanation
NAS (Network Attached Storage) operates over standard network protocols: TCP/IP as the transport layer, NFS (Network File System) for Unix/Linux file sharing, and HTTP/HTTPS for web-based access and management. SCSI is a block-level protocol used by SAN, not NAS file-level storage.
-
Message forwarding
-
XML encryption and XML digital signature
-
Any format to any format transformation
-
Bridges Multiple Protocols
B
Correct answer
Explanation
XS40 is a security-focused DataPower appliance. Its core capabilities include XML encryption, XML digital signature, and other security processing for SOA environments. Message forwarding, format transformation, and protocol bridging are functions that exist in DataPower but are not the primary distinguishing features of the XS40 specifically.
-
ifconfig
-
netstat -r
-
ping
-
none
B
Correct answer
Explanation
The netstat -r command displays the kernel IP routing table, showing network routes and their properties. ifconfig shows network interface configuration but not routing tables, ping tests network connectivity, and 'none' is incorrect.
-
netstat
-
netstat -s
-
netstat -t
-
all the above
C
Correct answer
Explanation
The netstat -t command shows TCP connections, which are the active internet connections. Plain netstat shows all network connections, netstat -s shows summary statistics, and 'all the above' is incorrect since only the -t option specifically targets active internet connections.
-
ncpa.cpl
-
ntwconfig.cpl
-
conn.cpl
-
ntwcon.cpl
A
Correct answer
Explanation
ncpa.cpl is the Windows Control Panel file that opens Network Connections. The name stands for 'Network Control Panel Applet'. This file has been used across multiple Windows versions to access network connection settings and configurations.
A
Correct answer
Explanation
HTTPS uses port 443 by default for encrypted HTTP communication over TLS/SSL. Port 80 is for HTTP, 8080 is a common alternate HTTP port, and 334 and 553 are not standard HTTPS ports.