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

Multiple choice technology web technology
  1. PortSharingEnabled

  2. SharingEnabled

  3. PortSharing

  4. PortSharingDisabled

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. Collection Size Limits

  2. Timeouts & Collection Size Limits

  3. Memory Allocation, Timeouts & Collection Size Limits

  4. Memory Allocatios & Collection Size Limits

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. SMP

  2. MPP

  3. SMPP

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. normal

  2. aborted

  3. timeout

  4. all of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. 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

  2. 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

  3. 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

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. TCP/IP

  2. FTP

  3. UDP

  4. APDU

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. remote

  2. internet

  3. vpn

  4. telnet

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. Secure Sockets Level

  2. Secure Sockets Layer

  3. Simple Sockets Layer

  4. Simple Sockets Level

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. Simple Mail Transfer Protocol

  2. Simple Message Transfer Protocol

  3. Secure Mail Transfer Protocol

  4. Secure Message Transfer Protocol

Reveal answer Fill a bubble to check yourself
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).

Multiple choice technology architecture
  1. Internet Mail Access Protocol

  2. Intranet Message Access Protocol

  3. Internet Message Access Protocol

  4. Intranet Mail Access Protocol

Reveal answer Fill a bubble to check yourself
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'.

Multiple choice technology
  1. Peer to Peer

  2. Point to Point

  3. Packet to Packet

  4. Point to Packet

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. File Transfer Protocol

  2. File Transmission Protocol

  3. Folder Transmission Protocol

  4. Folder Transfer Protocol

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. Network Transfer Protocol

  2. Network Time Protocol

  3. Network Transmission Protocol

  4. Network Timeless Protocol

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. Dynamic Host Confidential Protocol

  2. Dynamic Host Configuration Protocol

  3. Dynamic Hold Configuration Protocol

  4. Dynamic Hold Confidential Protocol

Reveal answer Fill a bubble to check yourself
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.