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
-
SSL is be configured at Domain Level. All Servers in Domain use same setting
-
SSL is be configured Server Level. Each Server in domain can have own SSL Setting.
-
SSL is configured at Cluster Level. All Servers that are part of Cluster use same setting.
-
SSL is configured at Cluster & Domain Level. All Servers that are part of Cluster use same setting.
B
Correct answer
Explanation
SSL configuration (e.g., in WebLogic or typical application servers) is performed at the individual Server level, allowing each server to have distinct certificates and settings. Domain or cluster-level settings do not override this granularity.
A
Correct answer
Explanation
WebLogic Server clusters can use multicast IP for cluster communication and discovery. This allows all cluster members to broadcast and receive cluster messages efficiently. While unicast is also configurable, multicast is the default and common approach.
B
Correct answer
Explanation
Port 9081 must be available for a default WebSphere Portal Test Environment installation. This is the default port used by WebSphere Portal for the test environment server. Port 9080 is typically used for production environments, while 8080/8081 are common HTTP ports but not the WebSphere Portal defaults.
-
(a) Named Pipes
-
(b) TCP/IP
-
(c) Shared Memory
-
(d) Virtual Interface Adapter
-
(e) Multiprotocol
A,B
Correct answer
Explanation
SQL Server 2005 clients can connect using multiple network protocols. Named Pipes is a protocol for LAN communication, while TCP/IP is the standard protocol for both local and remote connections. These are the two most commonly used protocols for client connectivity. Shared Memory is for local connections only, VIA is specialized hardware, and Multiprotocol is a legacy option.
-
Switch Control Point
-
Server Control Point
-
Service Control Point
-
Sprint Control Point
C
Correct answer
Explanation
SCP stands for Service Control Point in telecommunications. It is a node in intelligent networks that provides service logic and database access. Not to be confused with switch control or server control - it specifically controls services.
-
SW/TK
-
XN
-
PSTN
-
Both (a) and (b)
B
Correct answer
Explanation
In telecom routing configurations, XN represents a specific destination type that supports Sender Identification (SID) routing, allowing call routing decisions to be made based on the calling party's station ID, unlike standard PSTN or switch trunk interfaces.
-
AS400
-
SCP
-
Both (a) & (b)
-
None of the Above
B
Correct answer
Explanation
The Service Control Point (SCP) is the central database in the Intelligent Network (IN) that stores and executes the real-time routing translations and instructions for Toll-Free Numbers during call setup, whereas AS400 handles administrative or billing functions.
-
Soap-based
-
Xml-Based
-
Binary-based
-
All of the above
A
Correct answer
Explanation
WCF's default and primary communication mechanism is SOAP-based web services. While WCF can support multiple encoding formats (including binary and XML), its fundamental architecture is built around SOAP protocols for interoperability.
-
Text encoding
-
MTOM (Message transmission optimization mechanism)
-
Binary encoding
-
All of the above
D
Correct answer
Explanation
WCF supports multiple encoding mechanisms including text encoding (standard XML), MTOM for optimized binary data transmission, and binary encoding for efficiency. All three options are valid encoding types that WCF can use depending on the binding configuration.
-
IIS
-
Windows activation Service
-
Windows service
-
All of the above
D
Correct answer
Explanation
WCF services can indeed be hosted in IIS, Windows Activation Service (WAS), or as Windows services. IIS is the most common hosting environment for HTTP-based services, while WAS extends IIS hosting to support additional protocols like TCP and named pipes. Windows services provide a self-hosting option for long-running background services that need to run independently of a web server.
-
Only TCP
-
Only HTTP
-
Only TCP and HTTP
-
Only TCP,HTTP and FTP
-
Internet Transformation Server
-
Interchange Transaction Server
-
Internet Transaction server
-
International Transaction Server
C
Correct answer
Explanation
In SAP environments, ITS stands for Internet Transaction Server. It is a middleware component that enables users to run SAP transactions directly from a web browser by translating screen inputs into HTML. The other choices present incorrect expansions of the acronym.
D
Correct answer
Explanation
When defining an RFC destination for Virus Scan Server in SAP, you create a Type 'T' (TCP/IP) destination because the virus scan service communicates over a TCP/IP connection. Type 'L' is for local calls, 'I' for internal, and 'X' doesn't exist as an RFC type.
A
Correct answer
Explanation
JProbe uses port 52991 by default for communication between the profiler console and the profiled application. This port allows JProbe to attach to the JVM and collect profiling data in real-time. The other ports listed (52990, 52992, 52993) are incorrect default values, though JProbe may allow configuring a different port if the default is already in use or blocked by a firewall.