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
-
$REQ-SERVER
-
$SEND
-
$RECEIVE
-
option 2 and 3
C
Correct answer
Explanation
$RECEIVE is the Guardian system file that facilitates requestor-server communication in pathway environments. $SEND is for sending messages, $REQ-SERVER is not a standard Guardian file, and option D incorrectly combines $SEND with $RECEIVE.
-
PPTP and L2TP
-
PPoE and SMTP
-
SMTP and PPoE
-
L2TP and PPTP
A
Correct answer
Explanation
PPTP (Point-to-Point Tunneling Protocol) was the VPN protocol in Windows NT 4.0. Modern Windows VPNs use L2TP (Layer 2 Tunneling Protocol) combined with IPSec for stronger encryption. PPTP is now considered obsolete due to security vulnerabilities, while L2TP/IPSec provides a more secure tunneling solution.
-
Local Directory Access Protocol
-
Lightweight Directory Access Protocol
-
Lotus Domino Access Protocol
-
None of above
B
Correct answer
Explanation
LDAP stands for Lightweight Directory Access Protocol, an open, vendor-neutral industry standard application protocol for accessing and managing directory information services over an IP network.
-
firewall.cpl
-
winfirewall.cpl
-
winfwall
-
firewall
A
Correct answer
Explanation
In Windows, control panel applets can be launched directly via the run dialog or command prompt. The correct control panel file name to open Windows Firewall is firewall.cpl.
-
firewall
-
firewall.cpl
-
winfirewall.cpl
-
winfwall
B
Correct answer
Explanation
The standard shortcut to launch the Windows Firewall control panel applet from the command line is firewall.cpl. Other options listed are invalid naming conventions.
-
Sending data to all SPUs by SMP host
-
Sending data to all SPUs by user
-
Sending data to all SPUs by Operating system
-
Sending data to SMP host by SPUs
A
Correct answer
Explanation
In NPS architecture, the SMP (Symmetric Multiprocessing) host controls data distribution. Broadcasting means the SMP host sends copies of the entire table to all SPUs (Snippet Processing Units) so each SPU has the complete dataset for operations like joins or aggregations.
-
Translation Lookaside Buffer
-
Transmit Lookuptable Buffer
-
Translation Layer Buffer
-
None of the above
A
Correct answer
Explanation
TLB stands for Translation Lookaside Buffer. It is a memory cache that stores recent translations of virtual memory to physical addresses to speed up virtual address translation.
-
The Local Systems IP Address
-
Local Systems Port Number
-
Remote System’s IPAddress
-
All of the above
D
Correct answer
Explanation
Creating a TCP socket requires complete addressing information: local IP address (to bind to), local port number (to identify the local endpoint), and remote system's IP address (to connect to). All three pieces are essential for establishing a TCP connection between systems.
-
Named Pipes
-
Shared Memory
-
Virtual Interface Adapter
-
TCP/IP
D
Correct answer
Explanation
The Domain Name System (DNS) uses port 53 for its services, primarily handling queries over UDP port 53, and occasionally TCP port 53 for zone transfers or large responses. Ports 50, 51, and 52 are reserved for other protocols.
D
Correct answer
Explanation
DNS (Domain Name System) uses port 53 for both UDP and TCP protocols. UDP is used for standard DNS queries and responses, while TCP is used for larger responses or zone transfers. Ports 50, 51, and 52 are used for other protocols (IPSec AH, ESP, etc.) and are not DNS ports.
-
Core-edge
-
Full-Mesh
-
Partial-Mesh
-
All the above
D
Correct answer
Explanation
SAN architectures are categorized into three main types: Core-Edge (centralized switches with edge devices), Full-Mesh (every device connected to every other), and Partial-Mesh (selective connections for cost optimization). All three are valid SAN architecture patterns.
-
ip address
-
machine info
-
host name
-
network details
-
ip address
-
machine info
-
host name
-
network details
A
Correct answer
Explanation
The /etc/resolv.conf file stores DNS nameserver IP addresses (e.g., 'nameserver 8.8.8.8'), not hostnames. This is the correct answer for what resides in resolv.conf.
-
Layer 2 VLAN
-
Port-based VLAN
-
Policy-based VLAN
-
IEEE 802.1Q VLAN
D
Correct answer
Explanation
AIX implements VLAN support based on the IEEE 802.1Q standard, which is the industry-standard protocol for VLAN tagging on Ethernet networks. Layer 2 VLAN and port-based VLAN are general concepts but not specific AIX implementations. Policy-based VLAN is a different approach. The IEEE 802.1Q standard allows AIX to interoperate with other 802.1Q-compliant network devices.