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
  1. Point-to-Point Transfer Protocol

  2. Point-to-Point Tunneling Protocol

  3. Post-to-Post Transfer Protocol

  4. Point-to-Point Transmission Protocol

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

PPTP is a VPN protocol used for creating secure tunnels over networks. The correct expansion is Point-to-Point Tunneling Protocol (option B), which creates encrypted tunnels. Options A, C, and D use incorrect terms like 'Transfer' or 'Transmission' instead of 'Tunneling'.

Multiple choice technology
  1. Simple Mail Transfer Protocol

  2. Simple Mail Transmission Protocol

  3. Synchronous Mail Transfer Protocol

  4. Synchronous Mail Transmission Protocol

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

SMTP is the standard protocol for sending email between servers. The correct expansion is Simple Mail Transfer Protocol (option A). Options B and D incorrectly use 'Transmission', and option C incorrectly uses 'Synchronous'.

Multiple choice technology enterprise content management
  1. Wireless Application Protocol

  2. Workflow Access Protocol

  3. Windows ActiveX Procedures

  4. Worst Action Picture

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

WAP stands for Wireless Application Protocol. It is a technical standard for accessing information over a mobile wireless network, commonly used in early mobile internet access. Workflow Access Protocol, Windows ActiveX Procedures, and Worst Action Picture are not correct technology terms.

Multiple choice technology operating systems
  1. True

  2. False

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

Windows Server 2003 Web Edition was a specialized edition designed specifically for web serving. It had limitations and did not include DHCP server capabilities - that feature required Standard, Enterprise, or Datacenter editions. The Web Edition was optimized for hosting web applications and services.

Multiple choice technology web technology
  1. Transport Layer Security (TLS) is just another name for SSL

  2. Transport Layer Security (TLS) extends SSL by providing cryptographic authentication

  3. Transport Layer Security (TLS) is a separate layer of security has no connection with SSL

  4. None of these

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

TLS (Transport Layer Security) is the successor to SSL that extends it by providing cryptographic authentication at the transport layer. It maintains compatibility while enhancing security, making it more than just another name for SSL.

Multiple choice technology web technology
  1. Yes

  2. No

  3. Yes but depends on application design

  4. Yes but not supported by Microsoft

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

Socket pooling is a feature in IIS that allows multiple worker processes to share socket connections, reducing overhead and improving performance. This optimization is particularly useful in scenarios with multiple websites on the same server, as it minimizes the number of socket connections that need to be created and maintained.

Multiple choice technology web technology
  1. The overhead for IIS to check a host header is very high compared to the total cost of satisfying an HTTP request, even for a static file

  2. The overhead for IIS to check a host header is negligible compared to the total cost of satisfying an HTTP request, even for a static file

  3. The overhead for IIS to check a host header is considerably high compared to the total cost of satisfying an HTTP request, even for a static file

  4. None of these

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

The overhead of checking host headers in IIS is negligible compared to the total cost of processing an HTTP request. Host headers enable multiple websites to share a single IP address without significant performance impact.

Multiple choice technology platforms and products
  1. WCF Service can define Data, Service, Fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCF support Message reliability without ordered delivery

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

The question asks for the INCORRECT statement. Option D is wrong because WCF's message reliability feature inherently includes ordered delivery - reliability mechanisms in WCF ensure messages arrive in the exact order they were sent. Options A, B, and C correctly describe WCF capabilities.

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 the local system's IP address, local system's port number, and the remote system's IP address. These three pieces of information are necessary to establish a bidirectional communication channel between two endpoints.

Multiple choice technology web technology
  1. 143

  2. 1433

  3. 1432

  4. 142

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

SQL Server's default TCP/IP port for the Database Engine is 1433. The default instance listens on port 1433, while named instances use dynamic ports unless explicitly configured. Option A is missing a digit, C has an extra digit, and D is completely wrong.

Multiple choice technology operating systems
  1. /etc/hosts

  2. /etc/hosts.allow

  3. /etc/hosts.deny

  4. /etc/hosts.test

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

The /etc/hosts file is used for hostname to IP address mapping. It contains lines in the format 'IP_address hostname aliases' and is consulted before DNS queries. The /etc/hosts.allow and /etc/hosts.deny files are used by TCP wrappers for access control (which hosts can connect to which services), not for name resolution. /etc/hosts.test is not a standard Unix file.

Multiple choice technology performance
  1. Router

  2. Firewall

  3. Switch

  4. All of them

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

MRTG (Multi Router Traffic Grapher) is a network monitoring tool that can monitor various network devices including routers, firewalls, and switches through SNMP protocol. It generates graphical representations of network traffic.

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

192.168.1.100 is in the private IP address range 192.168.0.0/16, which is reserved for local networks according to RFC 1918. The other options are public IP addresses assigned to various internet services. Private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are not routable on the public internet.