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 operating systems
  1. ncreasing throughput on the network interface

  2. binding the same IP address to multiple network interface

  3. binding more than one IP address to a single network interface

  4. binding more than one MAC address to a single network interface

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

IP multiplexing (or IP aliasing) on a UNIX host refers to assigning and binding multiple IP addresses to a single physical network interface card.

Multiple choice technology operating systems
  1. creates extensive logs

  2. supports X.25 Interfaces

  3. installed and enabled by default

  4. provides a new GUI configuration tool

  5. supports Network Address Translation (NAT)

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

IPFilter on HP-UX 11i v3 creates extensive logs for auditing, supports legacy X.25 interfaces (important for enterprise networks), and provides Network Address Translation (NAT) capabilities. It is not installed/enabled by default (requires setup), and the configuration is primarily text-based through ipf rules files, not a GUI tool.

Multiple choice technology operating systems
  1. integrated security

  2. asynchronous write support

  3. integrated file locking support

  4. simplified firewall configuration

  5. support for the UDP network transport

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

NFS version 4 introduces strong integrated security (via Kerberos), integrated file locking (eliminating NLM), and operates over a single TCP port (2049), which greatly simplifies firewall configuration.

Multiple choice technology web technology
  1. Handles IMAP e-mail protocols for Apache.

  2. Performs image map handling.

  3. Allows for shared inter-module memory protocols.

  4. There is no mod_imap Module which is available for Apache.

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

The mod_imap module handles server-side image maps (clickable regions in images for navigation), not the IMAP email protocol. Despite the confusing name, it's for image map processing.

Multiple choice technology
  1. Internet Relay Channel

  2. Internet Respond Channel

  3. Internet Relay Chat

  4. Internet Response Cache

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

IRC stands for Internet Relay Chat, a protocol for real-time text messaging communication. It enables users to join channels (chat rooms) or send private messages. IRC predates modern instant messaging and was foundational to online chat culture. It's 'Relay Chat', not 'Relay Channel'.

Multiple choice technology
  1. 74.125.127.100

  2. 69.72.169.241

  3. 192.168.1.100

  4. 209.131.36.100

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

Private IP addresses for local networks are defined in RFC 1918. 192.168.0.0/16 is one such range, making 192.168.1.100 a valid local network address. The other options are public IP addresses - 74.125.127.100 belongs to Google, 69.72.169.241 is also public, and 209.131.36.100 is a Yahoo address.

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 (ND) is a core component of IPv6 protocol suite, replacing ARP's functionality in IPv4 networks. ND operates at the link layer to discover and maintain neighbor relationships on the same network segment. DHCP is for address configuration, ARP is IPv4-only, and OSPF is a routing protocol.

Multiple choice technology operating systems
  1. netstat

  2. nwmgr

  3. lanscan

  4. ifconfig

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

The netstat command displays the network routing table along with other network statistics and connections. nwmgr is a network management tool, lanscan scans LAN interfaces, and ifconfig configures individual network interfaces but doesn't display the full routing table.

Multiple choice technology operating systems
  1. SSH-2

  2. SSH-3

  3. SSH-AES

  4. OpenSSH3

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

HP-UX uses SSH-2 as the default protocol for Secure Shell connections. SSH-2 is the current standard version with improved security over SSH-1. SSH-3 does not exist as a standard protocol version, SSH-AES is a cipher option not a protocol version, and OpenSSH3 refers to software version not protocol version.