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 architecture
  1. physical

  2. transport

  3. network

  4. MAC sublayer of the data link layer

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

Routers operate at the network layer (Layer 3) because they make forwarding decisions based on IP addresses to route packets between different networks. They are Layer 3 devices. Switches operate at the data link layer (Layer 2), and hubs/repeaters work at the physical layer (Layer 1).

Multiple choice technology mainframe
  1. CONNECT

  2. XMIT

  3. LINK

  4. TRANSMIT

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

In IBM MVS JES3 (Job Entry Subsystem), the XMIT statement is used to transmit jobs and data to another JES3 node. JES3 is a job entry subsystem that manages job processing in mainframe environments. CONNECT (A), LINK (C), and TRANSMIT (D) are not the correct JES3 statements for node-to-node communication.

Multiple choice technology mainframe
  1. PATHSEND

  2. PATHCOM

  3. Event Management Services

  4. PATHMON

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

PATHMON (Path Monitor) provides single-point control over OLTP applications and programs in the NonStop ecosystem. It monitors and controls Pathway objects including PATHSEND (communication), PATHCOM (commands), and server classes. PATHMON is the central controlling component.

Multiple choice technology mainframe
  1. TCP cannot be started

  2. TCP received a STOP command

  3. TCP is stopped

  4. TCP is running and capable of controlling terminals

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

When a TCP (Terminal Control Process) is in PENDING state, it means it received a STOP command and is in transition. It's not fully stopped yet, hence 'PENDING'. The TCP cannot start new work, process terminals, or run normally until the state changes. PENDING indicates a transitional stopped state.

Multiple choice technology architecture
  1. Asynchronous pattern; Synchronous Pattern

  2. Request-response pattern; one way pattern

  3. RPC/literal;document/literal

  4. RPC/encoded;RPC/literal

  5. None of the above

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

Request-response pattern involves a client sending a message and receiving a reply, while one-way pattern sends a message without expecting a response. These are the two fundamental message exchange patterns in web services. Option A describes execution modes (async/sync), not patterns. Options C and D are SOAP encoding styles, not message exchange patterns.

Multiple choice technology operating systems
  1. PPTP and L2TP

  2. PPoE and SMTP

  3. SMTP and PPoE

  4. L2TP and PPTP

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

PPTP (Point-to-Point Tunneling Protocol) was the VPN protocol in Windows NT 4.0. Modern Windows VPNs use L2TP (Layer 2 Tunneling Protocol) combined with IPSec for stronger encryption. PPTP is now considered obsolete due to security vulnerabilities, while L2TP/IPSec provides a more secure tunneling solution.

Multiple choice technology enterprise content management
  1. Local Directory Access Protocol

  2. Lightweight Directory Access Protocol

  3. Lotus Domino Access Protocol

  4. None of above

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

LDAP stands for Lightweight Directory Access Protocol, an open, vendor-neutral industry standard application protocol for accessing and managing directory information services over an IP network.