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
-
Point-to-Point Transfer Protocol
-
Point-to-Point Tunneling Protocol
-
Post-to-Post Transfer Protocol
-
Point-to-Point Transmission Protocol
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'.
-
Simple Mail Transfer Protocol
-
Simple Mail Transmission Protocol
-
Synchronous Mail Transfer Protocol
-
Synchronous Mail Transmission Protocol
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'.
-
Multiprotocol
-
TCP/IP
-
Shared Memory
-
Virtual Interface Adapter (VIA)
-
Wireless Application Protocol
-
Workflow Access Protocol
-
Windows ActiveX Procedures
-
Worst Action Picture
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.
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.
-
Transport Layer Security (TLS) is just another name for SSL
-
Transport Layer Security (TLS) extends SSL by providing cryptographic authentication
-
Transport Layer Security (TLS) is a separate layer of security has no connection with SSL
-
None of these
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.
-
Yes
-
No
-
Yes but depends on application design
-
Yes but not supported by Microsoft
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.
-
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
-
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
-
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
-
None of these
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.
-
WCF Service can define Data, Service, Fault and Message contract
-
MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF
-
WCF also support authentication using Issued token by secure token service
-
WCF support Message reliability without ordered delivery
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.
-
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 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.
-
Named Pipes
-
Shared Memory
-
Virtual Interface Adapter
-
TCP/IP
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.
-
/etc/hosts
-
/etc/hosts.allow
-
/etc/hosts.deny
-
/etc/hosts.test
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.
-
Router
-
Firewall
-
Switch
-
All of them
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.
-
74.125.127.100
-
69.72.169.241
-
192.168.1.100
-
209.131.36.100
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.