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
  1. Via ODBO

  2. Via SAPI

  3. Via communication structure

  4. Via BAPI

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

OLTP applications communicate with SAP BW via BAPI (Business Application Programming Interface) (D). ODBO is for OLAP (A), SAPI is a different interface, and communication structure is internal to BW, not an external interface.

Multiple choice technology architecture
  1. A and B

  2. A, C, and E

  3. C and E

  4. A and E

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

To solve this question, the user needs to have knowledge about the OSI model and the functions of the presentation layer.

The presentation layer is the sixth layer of the OSI model, responsible for the formatting and presentation of data. It translates data from the application layer into a format that can be transmitted over the network.

Now, let's go through each option and determine which of them operate at the presentation layer:

A. MIDI: MIDI is a protocol used for communication between musical devices. It operates at the application layer, not the presentation layer.

B. FTP: FTP is a protocol used for file transfer between systems. It operates at the application layer, not the presentation layer.

C. SMTP: SMTP is a protocol used for sending email messages between servers. It operates at the application layer, not the presentation layer.

D. TFTP: TFTP is a protocol used for simple file transfers between systems. It operates at the transport layer, not the presentation layer.

E. JPEG: JPEG is a file format used for storing and transmitting digital images. It operates at the presentation layer, as it involves the formatting and presentation of data.

Therefore, the answer is: D. A and E

Multiple choice technology architecture
  1. FTAM

  2. TCP and UDP

  3. IP and TFTP

  4. TFTP

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

TCP and UDP are the primary transport layer protocols. TCP provides reliable, connection-oriented communication, while UDP offers faster, connectionless service. FTAM is an application layer protocol, IP operates at the network layer, and TFTP is also an application layer protocol.

Multiple choice technology architecture
  1. application

  2. presentation

  3. session

  4. network

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

The session layer (Layer 5) is responsible for establishing, maintaining, and terminating communication sessions between applications on different devices. It manages dialog control and synchronization. The application layer provides services to user applications, while presentation handles data formatting.

Multiple choice technology architecture
  1. data link

  2. transport

  3. physical

  4. presentation

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

The data link layer (Layer 2) is responsible for packaging bits into frames, adding physical (MAC) addressing for node-to-node delivery within the same network segment. Frames are the protocol data units (PDUs) at this layer. The transport layer works with segments, and the physical layer handles raw bits.

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 platforms and products
  1. 5555, 8021, 80, and/or 443 only

  2. Port numbers greater than or equal to 1000 only

  3. Any valid port number not already in use

  4. Ports 21, 80, 443, and any port number above 1000

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

To solve this question, the user needs to have knowledge of webMethods Integration Server and how it handles communications.

Option A is incorrect. While ports 5555, 8021, 80, and 443 can be used for listeners, they are not the only ports available for use.

Option B is incorrect. Port numbers greater than or equal to 1000 are not the only ports available for use.

Option C is correct. The webMethods Integration Server can have an active listener on any valid port number that is not already in use.

Option D is incorrect. While ports 21, 80, and 443 can be used for listeners, any port number above 1000 is not guaranteed to be available for use.

Therefore, the answer is: C. Any valid port number not already in use.

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.