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

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DNS (Domain Name System) is the internet's phonebook that translates human-readable domain names like google.com into IP addresses like 142.250.185.238 that computers use to communicate. Without DNS, we would need to memorize numerical addresses for every website we visit.

Multiple choice technology
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

IBM InfoSphere Information Server Web Console uses port 9080 as the default HTTP port. This is the standard port configured during installation for accessing the Web Console interface. The other ports listed (1000, 8080, 1080) are not the default ports for this service.

Multiple choice technology architecture
  1. Lightweight Directory Access Protocol

  2. Least used Domain Access Protocol

  3. Lightweight Directory Authorization Protocol

  4. Lightweight Directory Accounting Protocol

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

LDAP (Lightweight Directory Access Protocol) is a protocol for accessing and maintaining distributed directory information services over a network. It provides a standardized way to query and modify directory services like Active Directory. The 'Lightweight' refers to its simpler implementation compared to the older X.500 DAP protocol.

Multiple choice technology architecture
  1. Sitescope & keynote

  2. Gomez and Keynote

  3. Sitescope and nmon

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SiteScope is an infrastructure monitoring tool that monitors system health and performance metrics, while nmon is a performance monitoring tool for AIX and Linux systems. Gomez and Keynote are primarily synthetic monitoring services focused on user experience and application performance from external locations, not infrastructure monitoring.

Multiple choice technology architecture
  1. MQ – HTTP

  2. HTTP – HTPPS

  3. FTP – MQ

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DataPower supports protocol transformations including MQ to HTTP (messaging to web services), HTTP to HTTPS (secure web services), and FTP to MQ (file transfer to messaging). Protocol mediation is a core ESB function that DataPower performs as an integration appliance.

Multiple choice technology architecture
  1. Message transformation and enrichment

  2. Message Routing

  3. Publish/Subscribe

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

IBM Message Broker (now IBM Integration Bus) provides message transformation and enrichment capabilities, intelligent message routing based on content or rules, and publish/subscribe patterns for event-driven architectures. These three capabilities form the core functionality of an enterprise service bus.

Multiple choice technology programming languages
  1. Execute SCOBOL programs

  2. Coordinate communication between screen programs and their I/O devices

  3. Coordinate communication between screen programs and the server processes

  4. Coordinate communication between screen programs and the PATHMON

  5. All of the above

  6. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The question asks about TCP functions. In the context of Tandem/mainframe systems, TCP likely refers to a communications process that coordinates interactions between screen programs and server processes. Given the answer is 'All of the above', TCP performs all the listed coordination functions including with I/O devices, server processes, and PATHMON, and can execute SCOBOL programs.

Multiple choice technology programming languages
  1. Execute SCOBOL programs

  2. Coordinate communication between screen programs and their I/O devices

  3. Coordinate communication between screen programs and the server processes

  4. Coordinate communication between screen programs and the PATHMON

  5. All of the above

  6. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The Terminal Control Program (TCP) in Tandem Pathway handles execution of SCOBOL programs, manages communications with I/O devices and PATHMON, and routes client requests to server processes. Since all of these operations fall under the standard responsibilities of the TCP, the correct answer is indeed all of the above.

Multiple choice technology packaged enterprise solutions
  1. Requestor page

  2. Thread page

  3. User page

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Requestor page (pxRequestor) is a system page created upon login that holds session-level details, including access roles, active rulesets, and HTTP protocol parameters. Thread and User pages contain application-level and context-specific data.

Multiple choice technology databases
  1. data link

  2. session

  3. network

  4. application

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

HL7 operates at Layer 7 (Application layer) of the OSI model. It defines how healthcare applications exchange information, focusing on the content and structure of clinical messages rather than network transport.

Multiple choice technology security
  1. FTP

  2. Common files

  3. Background Intelligent Transfer Service (BITS)

  4. All of the choices are component of IIS

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All listed items, including FTP, common files, and BITS, are optional or default features that can be configured as component services under an IIS installation to support file transfer, background downloads, and standard web operations. Therefore, all choices are IIS components.

Multiple choice technology security
  1. HTTP 1.1

  2. HTTP 1.0

  3. SSL/TLS

  4. HTTP Keep-Alive

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SSL/TLS encrypts data in transit to ensure confidentiality and integrity between client and server. Plain HTTP 1.0 and HTTP 1.1 send data in cleartext without encryption, while HTTP Keep-Alive is a connection management feature rather than a security protocol.

Multiple choice technology security
  1. Monitoring UDP session

  2. Monitoring TCP sessions

  3. Taking over UDP sessions

  4. Taking over TCP sessions

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Session hijacking specifically means taking over an existing TCP session between a client and server. The attacker steals or intercepts session tokens (like session IDs or cookies) to impersonate the victim. Monitoring (A, B) is passive observation, not takeover. UDP (C) is connectionless and doesn't maintain sessions in the same way TCP does. Session hijacking targets the stateful nature of TCP connections.

Multiple choice technology security
  1. Wireless Encryption Protocol (WEP)

  2. Wired Equivalent Privacy (WEP)

  3. Wi-Fi Protected Access (WPA)

  4. Wireless Protected Access (WPA)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Wi-Fi Protected Access (WPA) is the correct answer as it provides significantly stronger security than WEP. WEP (both 'Wireless Encryption Protocol' and 'Wired Equivalent Privacy' in options A and B) has well-known cryptographic weaknesses and can be cracked in minutes. WPA introduced TKIP encryption and improved authentication. Note that options C and D both refer to WPA - option D has a minor naming error ('Wireless' instead of 'Wi-Fi') making C the most technically accurate answer.

Multiple choice technology security
  1. It allows the spread of worms

  2. It is a connection-oriented protocol

  3. It is a “fire and forget” protocol

  4. The IP address is easily spoofed

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

UDP lacks TCP's handshake and sequence number mechanisms, making source IP spoofing trivial for attackers. In TCP, the three-way handshake with SYN/SYN-ACK/ACK and sequence numbers makes it difficult to successfully spoof a source address and complete a connection. UDP's connectionless, fire-and-forget design (C) means there's no handshake to validate the source - any packet is accepted regardless of its claimed origin. While worm propagation (A) can use UDP, it's a consequence rather than the root cause of the larger attack surface. Option B is incorrect because UDP is connectionless.