Computer Knowledge

Computer Networks

2,461 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 storage
  1. Physical layer

  2. encode/decode

  3. routing, flow control

  4. mapping interface

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

FC-2 is the second layer in the Fibre Channel protocol stack, responsible for routing and flow control between devices. This layer handles data framing, sequence management, and ensures reliable delivery through flow control mechanisms. FC-0 handles physical signaling, and FC-1 handles encoding/decoding - neither is FC-2's responsibility.

Multiple choice technology programming languages
  1. a) telnet works only with terminals where rsh works for all

  2. b) telnet is unix product while rsh is a TCP product

  3. c) telnet uses byte protocol while rsh uses stream protocol

  4. d) No difference. They can be used interchangably

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

telnet uses a byte-oriented protocol and was designed specifically for terminal emulation, while rsh (remote shell) uses a stream protocol for executing commands on remote hosts. Their underlying communication protocols differ.

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