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
-
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.
-
ifconfig
-
lanscan
-
arp
-
traceroute
C
Correct answer
Explanation
The Address Resolution Protocol (arp) command displays and modifies the translation tables used to map Internet IP addresses to physical Ethernet MAC addresses.
-
nslookup
-
ping
-
lanscan
-
arp
C
Correct answer
Explanation
The lanscan command (HP-UX) displays the status of network interface cards, showing whether each NIC is up or down. nslookup queries DNS, ping tests connectivity, and arp shows MAC-to-IP mappings.
-
gethostbyname
-
hostname
-
nsquery
-
whois
C
Correct answer
Explanation
The nsquery command on HP-UX is used to query the name service switch configuration to resolve hostnames and verify that DNS/BIND resolution is working properly.
-
netstat
-
nwmgr
-
lanscan
-
ifconfig
A
Correct answer
Explanation
The netstat command with the -r option is used to display the kernel routing tables on UNIX and Linux systems, showing how network packets are routed.
C
Correct answer
Explanation
Neighbor Discovery Protocol (NDP) is a core component of IPv6 that replaces ARP in IPv4 networks. It handles address resolution, neighbor unreachability detection, and duplicate address detection. DHCP is for configuration, ARP is IPv4-specific, and OSPF is a routing protocol.