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

Multiple choice technology
  1. TCP

  2. UDP

  3. SNMP

  4. IP

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

Multiple choice technology
  1. VPN

  2. Add NTP

  3. Terminal access

  4. IPSec

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

Multiple choice technology
  1. Resolve domain names

  2. Resolve host names

  3. Resolve Ethernet address of a NIC

  4. Network filter

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

Multiple choice technology
  1. Allows an internal host reachable over the internet

  2. Deny external hosts

  3. Deny External networks

  4. Public IP used by internal hosts

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

Multiple choice technology
  1. Packet Filtering

  2. Tool to monitor the traffic load on network

  3. IP table rules

  4. Routing table

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

Multiple choice technology security
  1. WPA

  2. SSH

  3. HTTPD

  4. WP

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

Multiple choice technology databases
  1. Input

  2. Variable

  3. Return

  4. Output

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

Multiple choice technology web technology
  1. netstat

  2. prstat

  3. jvmstat

  4. xtstat

  5. mvstat

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

Multiple choice technology
  1. ocssetup Microsoft-Hyperv-V

  2. cscript scregdit.wsf /AR 0

  3. ocslist |findstr /| Microsoft-Hyper-V

  4. Netsh advfirewall set rule group-remote administration new enable=yes

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

Multiple choice technology
  1. Automatic Private IP Addressing APIPA

  2. Dynamic IP Address

  3. Static IP Address

  4. Classless IP Addressing

  5. A, B & C

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

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.