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
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.
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.
-
Lightweight Directory Access Protocol
-
Least used Domain Access Protocol
-
Lightweight Directory Authorization Protocol
-
Lightweight Directory Accounting Protocol
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.
-
Sitescope & keynote
-
Gomez and Keynote
-
Sitescope and nmon
-
none of the above
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.
-
MQ – HTTP
-
HTTP – HTPPS
-
FTP – MQ
-
All of the above
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.
-
Message transformation and enrichment
-
Message Routing
-
Publish/Subscribe
-
All of the above
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.
-
Execute SCOBOL programs
-
Coordinate communication between screen programs and their I/O devices
-
Coordinate communication between screen programs and the server processes
-
Coordinate communication between screen programs and the PATHMON
-
All of the above
-
None of the above
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.
-
Execute SCOBOL programs
-
Coordinate communication between screen programs and their I/O devices
-
Coordinate communication between screen programs and the server processes
-
Coordinate communication between screen programs and the PATHMON
-
All of the above
-
None of the above
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.
-
Requestor page
-
Thread page
-
User page
-
None
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.
-
data link
-
session
-
network
-
application
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.
-
FTP
-
Common files
-
Background Intelligent Transfer Service (BITS)
-
All of the choices are component of IIS
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.
-
HTTP 1.1
-
HTTP 1.0
-
SSL/TLS
-
HTTP Keep-Alive
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.
-
Monitoring UDP session
-
Monitoring TCP sessions
-
Taking over UDP sessions
-
Taking over TCP sessions
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.
-
Wireless Encryption Protocol (WEP)
-
Wired Equivalent Privacy (WEP)
-
Wi-Fi Protected Access (WPA)
-
Wireless Protected Access (WPA)
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.
-
It allows the spread of worms
-
It is a connection-oriented protocol
-
It is a “fire and forget” protocol
-
The IP address is easily spoofed
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.