Computer Knowledge
Computer Networks
2,461 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
-
Kernel-mode caching
-
Kernel-mode request queuing
-
Request pre-processing
-
All of the above
D
Correct answer
Explanation
HTTP.sys is the kernel-mode HTTP listener that provides request queuing, kernel-mode caching for improved performance, and request pre-processing before passing requests to worker processes. All these functions happen at the kernel level.
-
Self Hosting
-
IIS Hosting
-
WAS Hosting
-
None of the above
A,B,C
Correct answer
Explanation
WCF services support three hosting models: Self-hosting (in any managed application), IIS hosting (Internet Information Services for HTTP-based services), and WAS hosting (Windows Activation Service extends IIS to support non-HTTP protocols like TCP).
C
Correct answer
Explanation
In the World Book/Endeca architecture, the Dictionary Index service typically runs on port 9500. This is a specific configuration detail for the Dictionary Index component. Port assignments vary by service - 8200, 9100, 9300 are used for other components.
B
Correct answer
Explanation
UCF (Universal Content Transfer) in Documentum uses HTTP as its transport protocol for content transfer between client and server. It's not FTP, IMAP, or MAPI - these are entirely different protocols for different purposes.
D
Correct answer
Explanation
The default UCF port number in Documentum is 7338. Port 8080 is commonly used for web servers, 7334 might be mistaken for the UCF port, and 443 is the standard HTTPS port. The correct UCF default is 7338.
-
Configures the network parameters and enables all the http request to reach vpn server.
-
Configures the network parameters and enables all the http request with appropriate dns suffix to reach vpn server.
-
Configures the network parameters and enables all the http request with appropriate dns suffix to reach nielsen server.
-
Configures the network parameters and enables all the http request with appropriate dns suffix to reach nielsen ntework.
B
Correct answer
Explanation
Checkpoint VPN configures network parameters and routes HTTP requests with appropriate DNS suffixes to reach the VPN server. The key aspect is the DNS suffix handling - requests with matching suffixes are routed through the VPN tunnel. Option A is incomplete (missing DNS suffix). Options C and D incorrectly mention 'nielsen' instead of 'vpn' server.
-
Request reaches the TCS dns servers and get resolved.
-
Request reaches the TCS domain server and get resolved.
-
Request reaches the vpn domain server and get resolved.
-
Request reaches the vpn dns servers and get resolved.
D
Correct answer
Explanation
When VPN is connected inside TCS, DNS requests are routed through the VPN's DNS servers, not TCS infrastructure. The request to hermes.nielsen.com reaches the VPN DNS servers and gets resolved through the VPN tunnel. Option A incorrectly says TCS DNS servers. Options B and C mention 'domain server' instead of 'DNS server'.
-
Request reaches the TCS dns servers and get resolved.
-
Request reaches the vpn dns servers and get resolved.
-
Request reaches the TCS domain server and get resolved.
-
Request reaches the vpn domain server and get resolved.
A
Correct answer
Explanation
When VPN is disconnected inside TCS, DNS requests use the default corporate DNS infrastructure - in this case, TCS DNS servers. The request to hermes.nielsen.com reaches TCS DNS servers and gets resolved (or fails if the domain is only accessible via VPN). Option B is incorrect because VPN is disconnected.
B
Correct answer
Explanation
The VPN infrastructure in this context has 2 DNS servers. This is a standard configuration for redundancy and load balancing. Having exactly 2 DNS servers provides failover capability without unnecessary complexity.
B
Correct answer
Explanation
IMAP (Internet Message Access Protocol) is the correct protocol for receiving emails. It allows email clients to access and manage email messages stored on a mail server. POP3 (A) is also for receiving but is an older protocol with limitations. SMTP (C) is for SENDING emails, not receiving. MIME (D) is a format specification, not a protocol.
-
enterprisenet.org
-
nielsen.com
-
narheapp.org
-
answersint.nielsen.com
A
Correct answer
Explanation
To solve this question, the user needs to have knowledge about DNS suffix and Checkpoint VPN. The user needs to identify which DNS suffix is the default for Checkpoint VPN.
The correct answer is option A: enterprisenet.org. This is the default Checkpoint VPN DNS suffix. Checkpoint VPN is a software-based VPN client and firewall solution which uses DNS suffix to resolve domain names to IP addresses. The DNS suffix is added to the hostname when making a DNS query. In the case of Checkpoint VPN, the default DNS suffix is enterprisenet.org. Options B, C, and D are incorrect, as they are not related to Checkpoint VPN or its default DNS suffix.
-
Since it is private address, more secure to use.
-
Since it is private address, cost effective.
-
Since it is public address, more secure to use.
-
Since it is public address, cost effective.
B
Correct answer
Explanation
IP addresses starting with 10 are private IP addresses (10.0.0.0/8 range). Using private addresses is cost-effective because organizations don't need to purchase public IP addresses for internal infrastructure. Option A incorrectly claims private addresses are 'more secure' - security depends on other factors. Options C and D are wrong because 10.x is private, not public.
-
nmon
-
netmon
-
netstat
-
nstat
C
Correct answer
Explanation
The netstat (network statistics) command is a standard command-line utility used to monitor network status, active connections, routing tables, and interface statistics. Distractors like nmon, netmon, and nstat are either different system monitoring utilities or not standard commands for basic network status display.
-
Number which indicates the server
-
GUID number used in URL
-
Unique number used to create site
-
Number helps in identifying the site name.
C
Correct answer
Explanation
In web server administration (like IIS hosting), a port number acts as a unique identifier used to host and bind a specific website on the server. Along with the IP address and host header, the port distinguishes sites sharing the same hardware.
C
Correct answer
Explanation
During AIX boot phase 2, cfgmgr runs the configuration methods for devices, which for network interfaces triggers the execution of rc.net to initialize TCP/IP. The rc.net script is called by the network device's configure method, not directly by init or inittab entries.