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

Multiple choice technology
  1. Master server

  2. Media Server

  3. Enterprise media manager server

  4. Client server

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. robtest

  2. vmquery

  3. tpconfig

  4. tpautoconf

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Master server

  2. Media server

  3. EMM server

  4. NDMP tape server

  5. NOM server

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Configure the option Use specified network interface on each client to specify the -bkup host name of the media server

  2. Configure the option Use specified network interface on the media server to specify its own -bkup host name

  3. Add the -bkup host name of the media server to the NetBackup server list on each client

  4. Add the -bkup host name of each client to the client list on the media server

  5. Change the name of the media server to the -bkup host name using the Change server function in the console

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. TCP/IP or UDP port on the server

  2. Reprsents the actual service inv used

  3. Exposes a <service> using a specific protocol binding

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. IIs speed connection/second

  2. ssl connection/second

  3. LAN speed connection/second

  4. WAN speed connection/second

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. HTTPS

  2. Connect Direct

  3. FTPS

  4. AS2

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology storage
  1. SCSI

  2. TCP/IP

  3. NFS

  4. HTTP

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. Message forwarding

  2. XML encryption and XML digital signature

  3. Any format to any format transformation

  4. Bridges Multiple Protocols

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. ifconfig

  2. netstat -r

  3. ping

  4. none

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. netstat

  2. netstat -s

  3. netstat -t

  4. all the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. 443

  2. 334

  3. 553

  4. 8080

Reveal answer Fill a bubble to check yourself
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.