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 web technology
  1. TCP/IP

  2. PKI

  3. Secure Socket Layer (SSL)

  4. HTTPS

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

SSL (Secure Socket Layer) is the protocol Tomcat supports for encrypting data transmitted over the network. SSL and its successor TLS provide the encryption layer for secure HTTPS connections. TCP/IP is the underlying transport protocol, PKI is the infrastructure for managing keys, and HTTPS is the application-level protocol that uses SSL/TLS.

Multiple choice technology web technology
  1. setserial /dev/ttyS0 irq 4 autoconfig

  2. setserial /dev/ttyS0 irq 4

  3. setserial /dev/ttyS1 irq 4 autoconfig

  4. setserial /dev/ttyS1 irq 4

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

COM1 corresponds to /dev/ttyS0, and the correct setserial syntax includes 'autoconfig' to auto-detect other parameters after setting IRQ 4. /dev/ttyS1 would be COM2.

Multiple choice technology web technology
  1. Configure a proxy server such as Tivoli Access Manager (TAM)

  2. Enable server affinity for each HTTP server in the cluster

  3. Implement the caching proxy server component of the WebSphere Edge

  4. se an IP sprayer from the load balancing component of the WebSphere Edge Components

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

To load balance HTTP traffic across Web servers, an IP sprayer (from WebSphere Edge Components load balancing module) distributes incoming requests across multiple servers. Option A (TAM) is for authentication/authorization, not load balancing. Server affinity (B) is a sticky session policy, not load balancing itself. Caching proxy (C) caches content but doesn't spray IP traffic.

Multiple choice technology storage
  1. load balancing

  2. mixed zoning

  3. mirroring

  4. virtualization

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

Mixed zoning is a configuration in Fibre Channel switches where both Port-based zoning (physical port on the switch) and World Wide Name (WWN) zoning (unique identifier of the HBA/storage) are utilized within the same zone set. This provides flexibility in managing fabric security and connectivity.

Multiple choice technology security
  1. File Tracing Protocol

  2. File Transfer Protocol

  3. Firewall Technology Protocol

  4. Firewall Technology Prevention

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

FTP stands for File Transfer Protocol, a standard network protocol used for the transfer of computer files between a client and server on a computer network. The other options are incorrect.

Multiple choice technology
  1. http://, https://, ftp://

  2. http://, https://, mailto://

  3. Either I or II, but not I and II

  4. Any Protocol, fully customizable

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

Livelink supports multiple protocols and is highly customizable, not limited to specific protocol sets. Option D correctly states that it supports any protocol with full customization capability. Options A and B list specific protocols but are incomplete. Option C incorrectly tries to combine them exclusively.

Multiple choice technology enterprise content management
  1. Replicate the RM locally

  2. Increase the band Width of Network

  3. Enable LAN cache

  4. Refresh the Encryption key Faster

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

Enabling LAN cache creates a local cache of frequently accessed resources, reducing latency for geographically distributed Resource Managers. This provides faster response times without requiring full local replication or expensive network upgrades.

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.