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
-
Receive Port
-
Send Port
-
Receive Pipeline
-
Send Pipeline
B,C
Correct answer
Explanation
In BizTalk's publish/subscribe architecture: Send Ports subscribe to messages by filtering on context properties (they 'subscribe' to messages they want to send out). Receive Pipelines are subscribers too - they process incoming messages based on subscription rules. Receive Ports and Send Pipelines are not subscribers in the pub/sub model.
-
Private
-
Public
-
Internal
-
Any of the above
B
Correct answer
Explanation
A port type that receives messages from a web service must be Public. This is because the web service (external entity) needs visibility into the port to send messages. Private and Internal ports are not accessible outside the BizTalk application.
-
In Process Host
-
Isolated Host
-
BizTalk Server Host
-
Web Host
-
Create 2 orchestrations to receive messages from the 2 sources and then call a third orchestration to process the message
-
Create 2 receive shapes and bind them to 2 different ports and place them in parallel.
-
Create 2 receive shapes and bind them to 2 different ports and place them one after the other
-
Create a receive port and add 2 receive locations and bind it to the orchestration.
D
Correct answer
Explanation
A single receive port can have multiple receive locations. Each receive location defines a specific endpoint (URI, transport, pipeline). This allows one orchestration to receive from multiple sources (folder, database, etc.) through different locations bound to the same port.
-
netcom.cpl
-
netcom.msc
-
ncpa.cpl
-
netconnect.msc
C
Correct answer
Explanation
ncpa.cpl (Network Connections Control Panel) is the Windows command to open Network Connections, where you can view and configure network adapters and their status. The other options are not valid Windows commands - netcom.cpl, netcom.msc, and netconnect.msc do not exist as standard Windows utilities.
-
meeting
-
conf
-
netchat
-
msnetmeet
B
Correct answer
Explanation
conf is the Windows command executable that launches NetMeeting, Microsoft's legacy conferencing application. The other options (meeting, netchat, msnetmeet) are not valid Windows commands for accessing NetMeeting functionality.
C
Correct answer
Explanation
LDAP (Lightweight Directory Access Protocol) standardly uses port 389 for non-encrypted connections and port 636 for LDAPS (LDAP over SSL). Port 23 is for Telnet, 443 is for HTTPS, and 80 is for HTTP. These are common port numbers that system administrators should memorize.
-
STATEFUL protocol
-
STATELESS protocol
-
Protocol for file transfer
-
Post Office Protocol
B
Correct answer
Explanation
HTTP is stateless - each request stands alone with no memory of previous requests. Session IDs create continuity by storing user state on the server, referenced via cookies or headers. Stateful protocols (A) maintain connection state inherently. File transfer (C) and email protocols (D) are unrelated to HTTPs statelessness and session management.
-
a) protocol used to transfer data over web from one computer to anothe And apptype represents the module like sales,callcenter
-
b) apptype represents the module like sales,callcenter
-
c) lang is the protocol used to transfer data over web from one computer to Another
-
d) apptype command is recognised by SWSE.
-
a) siebns.dat file
-
b) eapps.cfg file
-
c) srf
-
d) none
A
Correct answer
Explanation
The Siebel Gateway Name Server information is stored in the siebns.dat (Siebel Name Server Data) file. This file contains the Gateway server's connection details and name resolution information. The eapps.cfg file uses this information to route requests, but the Gateway Name Server data itself resides in siebns.dat. SRF files contain application object definitions, not gateway information.
-
a) 3rd party RDBMS Software
-
b) 3rd party software
-
c) 3rd party load balancer
-
d) none
C
Correct answer
Explanation
Cisco CSS (Content Services Switch) and F5 Big IP are hardware/software load balancing solutions that distribute network traffic across multiple servers. They are NOT RDBMS software (they don't store data), but they are also not generic 'third party software' - they specifically serve as load balancers in the infrastructure layer.
-
192.198.1.1
-
00-1C-25-CA-21-DF
-
3ffe:0501:0008:0000:0260:97ff:fe40:efab
-
07:01:ah:12:22:12
B
Correct answer
Explanation
MAC addresses are 48-bit identifiers typically written as six hexadecimal pairs separated by hyphens or colons. Option B matches this format. Option A is an IPv4 address, C is IPv6, and D contains 'h' which is invalid in hex.
-
224.8.7.6
-
169.254.1.5
-
10.10.10.10
-
172.21.0.1
A
Correct answer
Explanation
Multicast IP addresses fall in the range 224.0.0.0 to 239.255.255.255 (Class D). Option A (224.8.7.6) is within this range. B is APIPA (169.254.0.0/16), C is private Class A, and D is private Class B.
-
Secured Structured Layer
-
Security Sockets Layer
-
Secure Sockets Layer
-
Safety Security Layer
C
Correct answer
Explanation
SSL stands for Secure Sockets Layer, a cryptographic protocol designed to provide secure communication over networks. It was developed by Netscape and is the predecessor to TLS (Transport Layer Security), which is now the standard for secure internet communications.
-
Port
-
RFC
-
Background job
-
None
C
Correct answer
Explanation
SM36 is the SAP transaction code used to create and schedule background jobs (batch processing) for automated execution at specified times. Background jobs run scheduled tasks like reports, data loads, or periodic processing without user interaction. Port and RFC are configured with different transactions.