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 databases
  1. Sending data to all SPUs by SMP host

  2. Sending data to all SPUs by user

  3. Sending data to all SPUs by Operating system

  4. Sending data to SMP host by SPUs

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

Multiple choice technology embedded technologies
  1. Translation Lookaside Buffer

  2. Transmit Lookuptable Buffer

  3. Translation Layer Buffer

  4. None of the above

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

Multiple choice technology programming languages
  1. The Local Systems IP Address

  2. Local Systems Port Number

  3. Remote System’s IPAddress

  4. All of the above

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

Multiple choice technology operating systems
  1. 50

  2. 51

  3. 52

  4. 53

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

Multiple choice technology operating systems
  1. 50

  2. 51

  3. 52

  4. 53

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

Multiple choice technology storage
  1. Core-edge

  2. Full-Mesh

  3. Partial-Mesh

  4. All the above

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

Multiple choice technology operating systems
  1. Layer 2 VLAN

  2. Port-based VLAN

  3. Policy-based VLAN

  4. IEEE 802.1Q VLAN

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

Multiple choice technology operating systems
  1. DHCP

  2. ARP

  3. IPv6

  4. OSPF

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