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
-
PortSharingEnabled
-
SharingEnabled
-
PortSharing
-
PortSharingDisabled
A
Correct answer
Explanation
The PortSharingEnabled property, when set to true on a binding's base address, enables multiple WCF services to share the same TCP port using the Net.TCP Port Sharing Service. This conserves network resources and allows more services on limited ports.
-
Collection Size Limits
-
Timeouts & Collection Size Limits
-
Memory Allocation, Timeouts & Collection Size Limits
-
Memory Allocatios & Collection Size Limits
C
Correct answer
Explanation
WCF transports implement three categories of quotas: memory allocation limits prevent excessive buffer consumption, timeout quotas control operation duration, and collection size limits restrict the number of items in data structures. Together these protect services from resource exhaustion attacks.
A
Correct answer
Explanation
HP Operations Manager (HPOM) agents use port 383 as their default communication port. This is the standard port configured for agent-to-server communication in HPOM monitoring environments.
-
SMP
-
MPP
-
SMPP
-
None of the above
C
Correct answer
Explanation
Netezza uses a hybrid architecture called SMPP (Symmetric Massively Parallel Processing), which combines elements of SMP (Symmetric Multi-Processing) and MPP (Massively Parallel Processing). This allows it to leverage both shared memory and distributed processing paradigms.
-
normal
-
aborted
-
timeout
-
all of the above
D
Correct answer
Explanation
PHP connection handling recognizes three distinct states: normal (successful completion), aborted (user disconnect), and timeout (script execution limit exceeded). These states allow scripts to detect and respond appropriately to different connection termination scenarios. All three are valid connection states in PHP's connection handling model.
-
Agent need to click on start button type CONFIG in run option. And will get c:\winnt window than he needs to type ipconfig and press enter
-
Agent need to click on start button type RUN in run option. And will get c:\winnt window than he needs to type ipconfig and press enter
-
Agent need to click on start button type CMD in run option. And will get c:\winnt window than he needs to type ipconfig and press enter
-
None of the above
C
Correct answer
Explanation
To run ipconfig on Windows, you must open the command line prompt. Running CMD in the Start menu Run dialog opens the command prompt window, allowing the execution of ipconfig. Typing CONFIG or RUN inside the run box will not launch the command shell.
D
Correct answer
Explanation
Smart cards communicate using APDU (Application Protocol Data Unit) commands. TCP/IP, FTP, and UDP are network protocols, not smart card communication protocols. APDU is the standard command-response format for smart card interactions.
-
remote
-
internet
-
vpn
-
telnet
D
Correct answer
Explanation
Telnet is a Unix command that allows you to connect to remote systems over a network using the Telnet protocol. It provides interactive access to servers and other network devices. While SSH is more secure today, telnet was historically the standard way to connect to remote machines. Among the options, telnet is the only actual Unix command - remote, internet, and vpn are concepts, not commands.
-
Secure Sockets Level
-
Secure Sockets Layer
-
Simple Sockets Layer
-
Simple Sockets Level
B
Correct answer
Explanation
SSL stands for Secure Sockets Layer, a cryptographic protocol designed to provide secure communication over a computer network. It's the predecessor to TLS (Transport Layer Security) and was widely used for securing web transactions.
-
Simple Mail Transfer Protocol
-
Simple Message Transfer Protocol
-
Secure Mail Transfer Protocol
-
Secure Message Transfer Protocol
A
Correct answer
Explanation
SMTP stands for Simple Mail Transfer Protocol, which is the standard protocol for sending email messages between servers. Option A correctly identifies this as a mail protocol, not a message protocol (options B and D are incorrect), and it uses 'Mail' not 'Message' in the name. The 'Simple' part is also key - it's not 'Secure' (options C and D are wrong).
-
Internet Mail Access Protocol
-
Intranet Message Access Protocol
-
Internet Message Access Protocol
-
Intranet Mail Access Protocol
C
Correct answer
Explanation
IMAP stands for Internet Message Access Protocol, which allows email clients to access messages on a server. Option C is correct with 'Message' (the content being accessed) and 'Access' (the action). Options A and D incorrectly use 'Mail' instead of 'Message'. Options B and D incorrectly use 'Intranet' instead of 'Internet'.
-
Peer to Peer
-
Point to Point
-
Packet to Packet
-
Point to Packet
A
Correct answer
Explanation
P2P stands for Peer to Peer, a distributed network architecture where participants are equals. Option A correctly uses 'Peer' (participants) and 'Peer to Peer' describes equal status. Options B, C, and D incorrectly use 'Point' and 'Packet' - P2P is about peer relationships, not points or packets.
-
File Transfer Protocol
-
File Transmission Protocol
-
Folder Transmission Protocol
-
Folder Transfer Protocol
A
Correct answer
Explanation
FTP stands for File Transfer Protocol, a standard network protocol used to transfer files between a client and server on a computer network. It's commonly used for uploading files to websites and downloading files from servers. The 'Transfer' accurately describes its primary function of moving files between computers.
-
Network Transfer Protocol
-
Network Time Protocol
-
Network Transmission Protocol
-
Network Timeless Protocol
B
Correct answer
Explanation
NTP stands for Network Time Protocol, designed to synchronize clocks on computer networks to within a few milliseconds of UTC. It ensures all devices on a network maintain accurate, consistent timekeeping, which is critical for logging, authentication, and coordinated operations. The 'Time' in the name directly reflects its purpose.
-
Dynamic Host Confidential Protocol
-
Dynamic Host Configuration Protocol
-
Dynamic Hold Configuration Protocol
-
Dynamic Hold Confidential Protocol
B
Correct answer
Explanation
DHCP stands for Dynamic Host Configuration Protocol, which automatically assigns IP addresses and other network configuration information to devices on a network. It eliminates the need for manual network configuration by dynamically allocating addresses as devices connect. The 'Configuration' in the name accurately describes its setup function.