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
-
SAOP
-
HTTP/HTTPs
-
TCP/IP+JMS
-
REST
B
Correct answer
Explanation
While SOAP and REST are architectural styles, HTTP/HTTPS are the underlying protocols used for asynchronous communication in web services (often via AJAX or callbacks). However, JMS is also a common choice for enterprise async messaging.
-
Ethernet
-
SCSI
-
FC
-
All the above
D
Correct answer
Explanation
Storage Area Networks (SANs) utilize Fiber Channel (FC) for high-speed transport, SCSI as the command protocol for storage communication, and can also run over Ethernet (iSCSI/FCoE).
-
Physical layer
-
encode/decode
-
routing, flow control
-
mapping interface
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.
-
a) telnet works only with terminals where rsh works for all
-
b) telnet is unix product while rsh is a TCP product
-
c) telnet uses byte protocol while rsh uses stream protocol
-
d) No difference. They can be used interchangably
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.
-
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.
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.