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
-
Kismet
-
Nmap
-
Crackspider
-
John the Ripper
A
Correct answer
Explanation
Kismet is a specialized 802.11 wireless network detector, packet sniffer, and intrusion detection system. It operates passively to monitor WiFi networks without transmitting packets, making it distinct from active tools like Nmap.
-
MAC Layer
-
Network Layer
-
Presentation Layer
-
Session LAyer
D
Correct answer
Explanation
RPC (Remote Procedure Call) operates at the Session layer (Layer 5) of the OSI model. The Session layer is responsible for establishing, managing, and terminating communication sessions between applications. RPC provides a mechanism for a client to invoke a procedure on a remote server as if it were local, which is a session management function. While RPC functionality spans layers, its session management and communication control aspects align with the Session layer's responsibilities.
-
Application Layer
-
Transport Layer
-
Presenstation Layer
-
Network Layer
A
Correct answer
Explanation
FTP (File Transfer Protocol) and Telnet are Application layer (Layer 7) protocols in the OSI model. The Application layer provides network services directly to user applications. FTP handles file transfers between client and server, while Telnet provides remote terminal access. Both protocols operate at the top layer of the OSI model, interacting directly with end-user applications and providing network services at the application level.
B
Correct answer
Explanation
ARP (Address Resolution Protocol) resolves IP addresses to MAC addresses in local networks. When a device needs to send data to an IP address, it broadcasts an ARP request to find the corresponding MAC address. RARP does the reverse (MAC to IP), NAT translates addresses for routing, and DARP is not a standard protocol.
-
Network Layer
-
Presentation Layer
-
Session Layer
-
Application Layer
D
Correct answer
Explanation
BOOTP (Bootstrap Protocol) operates at the Application Layer (Layer 7) of the OSI model, similar to DHCP. It allows diskless workstations to obtain IP addresses and boot configuration. The Network Layer handles IP routing, Session Layer manages connections, and Presentation Layer handles data translation/encryption.
-
30000 ms
-
60000 ms
-
90000 ms
-
40000 ms
C
Correct answer
Explanation
The default browser navigation timeout in QTP is 90000 ms (90 seconds). This setting controls how long QTP waits for page navigation to complete before timing out. Options A (30s), B (60s), and D (40s) are incorrect defaults for this setting.
B
Correct answer
Explanation
The SAP Message Server port follows the format 39NN, where NN represents the two-digit instance number. For example, instance number 00 would use port 3900, while instance number 01 uses port 3901. Option A (3NN9) incorrectly places 9 at the end, option C (3NN1) uses 1 instead of 9, and option D (5NN01) starts with 5 which is wrong.
-
50000+100*instance_number+2
-
50000+100*instance_number+3
-
50000+100*instance_number+4
-
50000+100*instance_number+1
D
Correct answer
Explanation
SAP Java Dispatcher uses the formula 50000+100*instance_number for the base port, with different offsets for different protocols. HTTP with SSL adds +1 to the base. For instance number 00, this would be port 50001. Options B (+3) and C (+4) represent other SAP protocols like P4 and telnet respectively, while option A (+2) is for HTTP without SSL.
-
50000+100*instance_number+8
-
50000+100*instance_number+3
-
50000+100*instance_number+9
-
50000+100*instance_number+4
A
Correct answer
Explanation
The SAP AS Java Dispatcher telnet port is calculated as base (50000+100*instance_number) +8. Telnet administration access requires this specific offset. Options B (+3), C (+9), and D (+4) represent other SAP protocols: P4, HTTP SSL admin, and a different telnet variant respectively.
-
Internet Connection Messgae Protocol
-
Internet COntrol messgae protocol
-
Internet Control Management Protocol
-
Internet Control Messgae Protocol
D
Correct answer
Explanation
ICMP stands for Internet Control Message Protocol. It's used by network devices to send error messages and operational information. Option D is correct. Option A incorrectly says 'Connection' and 'Message'. Option B incorrectly says 'COntrol' (typo) and 'messgae' (typo). Option C incorrectly says 'Management' instead of 'Message'.
-
Lightweight Directory Access Protocol
-
Lightweight Data Access Protocol
-
Lightweight Distributed Access Protocol
-
LightWeight Access Protocol
A
Correct answer
Explanation
LDAP stands for Lightweight Directory Access Protocol. It's a protocol for accessing and maintaining distributed directory information services over a network. Option A is correct. Option B incorrectly says 'Data' instead of 'Directory'. Option C incorrectly says 'Distributed' instead of 'Directory'. Option D is missing 'Directory' in the name.
-
Synchronous Network Management Protocol
-
Simple Network Management Protocol
-
Simple Network Message Protocol
-
Simple Network Messaging Protocol
B
Correct answer
Explanation
SNMP stands for Simple Network Management Protocol. It's used for managing devices on IP networks. Option B is correct. Option A incorrectly says 'Synchronous' instead of 'Simple'. Option C incorrectly says 'Message' instead of 'Management'. Option D incorrectly says 'Messaging' instead of 'Management'.
-
Digital Host Connection Protocol
-
Digital Host Configuration Protocol
-
Dynamic Host Connection Protocol
-
Dynamic Host Configuration Protocol
D
Correct answer
Explanation
DHCP stands for Dynamic Host Configuration Protocol. It's a network management protocol used to automate the process of configuring devices on IP networks. Option D is correct. Option A incorrectly says 'Digital' and 'Connection'. Option B incorrectly says 'Host Configuration' (missing Dynamic). Option C incorrectly says 'Connection' instead of 'Configuration'.
-
Post Office Protocol 3
-
Post Office Protocol Version 3
-
Point Office Protocol
-
Point Office Protocol 3
B
Correct answer
Explanation
POP3 is the standard protocol for retrieving email from a remote server. The correct expansion is Post Office Protocol version 3, which is option B. Option A omits 'version', and options C and D incorrectly use 'Point' instead of 'Post'.