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. high pri issues relating to outages

  2. to be escalated to GNS by 2 way escalation

  3. to be treated as a normal DCS high pri ticket

  4. to be actioned by engineers

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Network High Priority request tickets typically involve outage-related critical issues and require two-way escalation to GNS (Global Network Services) for proper handling and resolution. They are not treated as normal tickets or directly actioned by engineers without formal escalation.

Multiple choice technology
  1. high pri issues relating to outages

  2. to be escalated to GNS by 2 way escalation

  3. to be treated as a normal DCS high pri ticket

  4. to be actioned by engineers

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

This is a duplicate of question 151640. Network High Priority request tickets typically involve outage-related critical issues and require two-way escalation to GNS for proper handling and resolution.

Multiple choice technology
  1. An Emergency RFC

  2. A normal RFC

  3. A standard RFC

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In MSChange, when you need to make a change to a service or property to resolve an active incident, you must complete an Emergency RFC (Request for Change). Emergency RFCs are specifically designed for urgent changes required to fix incidents or restore service. Normal RFCs and Standard RFCs are for planned, non-urgent changes that go through the standard approval and scheduling process.

Multiple choice technology databases
  1. TDP

  2. CLI

  3. ODBC

  4. MOSI

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CLI (Call-Level Interface) manages the request and response communication flow between client applications and the Teradata database. TDP is a driver protocol, ODBC is a standardized interface, and MOSI is unrelated to request/response handling.

Multiple choice technology databases
  1. PE

  2. AMP

  3. Vdisk

  4. TDP

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Teradata database architecture, the Access Module Processor (AMP) is the vproc responsible for retrieving, processing, and storing database records. The Parsing Engine (PE) merely coordinates the request, parses SQL, and creates the execution plan, leaving the actual data manipulation and processing to the AMPs.

Multiple choice technology
  1. Dynamic Host Configurationl Protocol

  2. Data Host Control Protocol

  3. Data Hyper Control Protocol

  4. Dynamic Hyper Control Protocol

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DHCP stands for Dynamic Host Configuration Protocol. It's a network management protocol used to dynamically assign IP addresses and other network configuration parameters to devices. The 'Dynamic' reflects that addresses are allocated automatically, 'Host' refers to network devices, and 'Configuration Protocol' describes its function of setting up network settings.

Multiple choice technology
  1. Address Resolution Protocol

  2. Address Reverse Protocol

  3. Advance Resolution Protocol

  4. Advance Reverse Protocol

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ARP stands for Address Resolution Protocol. It's used to map IP addresses to physical MAC addresses on a local network. The 'Resolution' part refers to resolving (discovering) the hardware address corresponding to a known IP address. This is essential for devices to communicate at the data link layer.

Multiple choice technology
  1. Group of servers

  2. All property Servers

  3. All application specific servers

  4. All DIPs

  5. All VIPs

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In network architectures like VIPNET, a server farm or pool represents a logical collection of multiple servers grouped together to distribute workloads or handle requests. It does not refer to all property-specific servers or physical switches like DIPs or VIPs.

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. 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 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.