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
  1. MAC Layer

  2. Network Layer

  3. Presentation Layer

  4. Session LAyer

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

Multiple choice technology
  1. Application Layer

  2. Transport Layer

  3. Presenstation Layer

  4. Network Layer

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

Multiple choice technology
  1. RARP

  2. ARP

  3. NAT

  4. DARP

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

Multiple choice technology
  1. Network Layer

  2. Presentation Layer

  3. Session Layer

  4. Application Layer

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

Multiple choice technology testing
  1. 30000 ms

  2. 60000 ms

  3. 90000 ms

  4. 40000 ms

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

Multiple choice technology packaged enterprise solutions
  1. 3NN9

  2. 39NN

  3. 3NN1

  4. 5NN01

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

Multiple choice technology packaged enterprise solutions
  1. 50000+100*instance_number+2

  2. 50000+100*instance_number+3

  3. 50000+100*instance_number+4

  4. 50000+100*instance_number+1

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

Multiple choice technology packaged enterprise solutions
  1. 50000+100*instance_number+8

  2. 50000+100*instance_number+3

  3. 50000+100*instance_number+9

  4. 50000+100*instance_number+4

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

Multiple choice technology
  1. Internet Connection Messgae Protocol

  2. Internet COntrol messgae protocol

  3. Internet Control Management Protocol

  4. Internet Control Messgae Protocol

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

Multiple choice technology
  1. Lightweight Directory Access Protocol

  2. Lightweight Data Access Protocol

  3. Lightweight Distributed Access Protocol

  4. LightWeight Access Protocol

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

Multiple choice technology
  1. Synchronous Network Management Protocol

  2. Simple Network Management Protocol

  3. Simple Network Message Protocol

  4. Simple Network Messaging Protocol

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

Multiple choice technology
  1. Digital Host Connection Protocol

  2. Digital Host Configuration Protocol

  3. Dynamic Host Connection Protocol

  4. Dynamic Host Configuration Protocol

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

Multiple choice technology
  1. Post Office Protocol 3

  2. Post Office Protocol Version 3

  3. Point Office Protocol

  4. Point Office Protocol 3

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