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
-
high pri issues relating to outages
-
to be escalated to GNS by 2 way escalation
-
to be treated as a normal DCS high pri ticket
-
to be actioned by engineers
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.
-
high pri issues relating to outages
-
to be escalated to GNS by 2 way escalation
-
to be treated as a normal DCS high pri ticket
-
to be actioned by engineers
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.
-
An Emergency RFC
-
A normal RFC
-
A standard RFC
-
None of the above
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.
A
Correct answer
Explanation
Cricket can be accessed via the URL http://cricketnet, making this statement true. This is the standard web interface URL for accessing the CricketNet monitoring tool. Option A (True) is the correct answer.
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.
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.
-
Dynamic Host Configurationl Protocol
-
Data Host Control Protocol
-
Data Hyper Control Protocol
-
Dynamic Hyper Control Protocol
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.
-
Address Resolution Protocol
-
Address Reverse Protocol
-
Advance Resolution Protocol
-
Advance Reverse Protocol
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.
-
Group of servers
-
All property Servers
-
All application specific servers
-
All DIPs
-
All VIPs
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.
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.
-
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.
-
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.