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 platforms and products
  1. Receive Port

  2. Send Port

  3. Receive Pipeline

  4. Send Pipeline

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

In BizTalk's publish/subscribe architecture: Send Ports subscribe to messages by filtering on context properties (they 'subscribe' to messages they want to send out). Receive Pipelines are subscribers too - they process incoming messages based on subscription rules. Receive Ports and Send Pipelines are not subscribers in the pub/sub model.

Multiple choice technology platforms and products
  1. Private

  2. Public

  3. Internal

  4. Any of the above

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

A port type that receives messages from a web service must be Public. This is because the web service (external entity) needs visibility into the port to send messages. Private and Internal ports are not accessible outside the BizTalk application.

Multiple choice technology platforms and products
  1. Create 2 orchestrations to receive messages from the 2 sources and then call a third orchestration to process the message

  2. Create 2 receive shapes and bind them to 2 different ports and place them in parallel.

  3. Create 2 receive shapes and bind them to 2 different ports and place them one after the other

  4. Create a receive port and add 2 receive locations and bind it to the orchestration.

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

A single receive port can have multiple receive locations. Each receive location defines a specific endpoint (URI, transport, pipeline). This allows one orchestration to receive from multiple sources (folder, database, etc.) through different locations bound to the same port.

Multiple choice technology
  1. netcom.cpl

  2. netcom.msc

  3. ncpa.cpl

  4. netconnect.msc

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

ncpa.cpl (Network Connections Control Panel) is the Windows command to open Network Connections, where you can view and configure network adapters and their status. The other options are not valid Windows commands - netcom.cpl, netcom.msc, and netconnect.msc do not exist as standard Windows utilities.

Multiple choice technology
  1. meeting

  2. conf

  3. netchat

  4. msnetmeet

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

conf is the Windows command executable that launches NetMeeting, Microsoft's legacy conferencing application. The other options (meeting, netchat, msnetmeet) are not valid Windows commands for accessing NetMeeting functionality.

Multiple choice technology operating systems
  1. 23

  2. 443

  3. 389

  4. 80

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

LDAP (Lightweight Directory Access Protocol) standardly uses port 389 for non-encrypted connections and port 636 for LDAPS (LDAP over SSL). Port 23 is for Telnet, 443 is for HTTPS, and 80 is for HTTP. These are common port numbers that system administrators should memorize.

Multiple choice technology security
  1. STATEFUL protocol

  2. STATELESS protocol

  3. Protocol for file transfer

  4. Post Office Protocol

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

HTTP is stateless - each request stands alone with no memory of previous requests. Session IDs create continuity by storing user state on the server, referenced via cookies or headers. Stateful protocols (A) maintain connection state inherently. File transfer (C) and email protocols (D) are unrelated to HTTPs statelessness and session management.

Multiple choice technology performance
  1. a) protocol used to transfer data over web from one computer to anothe And apptype represents the module like sales,callcenter

  2. b) apptype represents the module like sales,callcenter

  3. c) lang is the protocol used to transfer data over web from one computer to Another

  4. d) apptype command is recognised by SWSE.

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology performance
  1. a) siebns.dat file

  2. b) eapps.cfg file

  3. c) srf

  4. d) none

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

The Siebel Gateway Name Server information is stored in the siebns.dat (Siebel Name Server Data) file. This file contains the Gateway server's connection details and name resolution information. The eapps.cfg file uses this information to route requests, but the Gateway Name Server data itself resides in siebns.dat. SRF files contain application object definitions, not gateway information.

Multiple choice technology performance
  1. a) 3rd party RDBMS Software

  2. b) 3rd party software

  3. c) 3rd party load balancer

  4. d) none

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

Cisco CSS (Content Services Switch) and F5 Big IP are hardware/software load balancing solutions that distribute network traffic across multiple servers. They are NOT RDBMS software (they don't store data), but they are also not generic 'third party software' - they specifically serve as load balancers in the infrastructure layer.

Multiple choice technology
  1. 192.198.1.1

  2. 00-1C-25-CA-21-DF

  3. 3ffe:0501:0008:0000:0260:97ff:fe40:efab

  4. 07:01:ah:12:22:12

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

MAC addresses are 48-bit identifiers typically written as six hexadecimal pairs separated by hyphens or colons. Option B matches this format. Option A is an IPv4 address, C is IPv6, and D contains 'h' which is invalid in hex.

Multiple choice technology
  1. 224.8.7.6

  2. 169.254.1.5

  3. 10.10.10.10

  4. 172.21.0.1

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

Multicast IP addresses fall in the range 224.0.0.0 to 239.255.255.255 (Class D). Option A (224.8.7.6) is within this range. B is APIPA (169.254.0.0/16), C is private Class A, and D is private Class B.

Multiple choice technology
  1. Secured Structured Layer

  2. Security Sockets Layer

  3. Secure Sockets Layer

  4. Safety Security Layer

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

SSL stands for Secure Sockets Layer, a cryptographic protocol designed to provide secure communication over networks. It was developed by Netscape and is the predecessor to TLS (Transport Layer Security), which is now the standard for secure internet communications.

Multiple choice technology
  1. Port

  2. RFC

  3. Background job

  4. None

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

SM36 is the SAP transaction code used to create and schedule background jobs (batch processing) for automated execution at specified times. Background jobs run scheduled tasks like reports, data loads, or periodic processing without user interaction. Port and RFC are configured with different transactions.