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
  1. 110

  2. 443

  3. 389

  4. 689

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

LDAP (Lightweight Directory Access Protocol) uses port 389 for standard communication and port 636 for LDAPS (LDAP over SSL). Port 110 is for POP3, 443 is for HTTPS, and 689 is not a standard LDAP port.

Multiple choice technology databases
  1. 7600

  2. 7680

  3. 7504

  4. 7500

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

The default TCP port for TIBCO Rendezvous Routing Daemon (rvrd) is 7500. This is the standard port used for Rendezvous network communications. Ports 7600, 7680, and 7504 are used for other TIBCO services or are non-standard configurations.

Multiple choice technology databases
  1. maximum through put from the send

  2. Determins the network efficiency

  3. Maximum listening capacity

  4. None

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

Present perfect 'Mohan has come' correctly uses 'has' for third-person singular subjects. 'Mohan have comes' wrongly pairs singular subject with plural auxiliary and adds unnecessary 's', 'Mohan is come' incorrectly uses present continuous, and 'Mohan was come' misuses past tense.

Multiple choice technology
  1. It's what you take in a storm.

  2. It's the protocol e-mail messages have to follow to travel over the Internet.

  3. It's a data connection that allows information transfer to and from a specific server process.

  4. None of the above

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

In networking, a port is a numerical identifier (0-65535) that allows specific server processes or applications to send and receive data through network connections. When a client connects to a server, it specifies both the IP address and the port number to identify which service or process it wants to communicate with (e.g., port 80 for HTTP, port 25 for SMTP). This enables multiple network services to run concurrently on the same server. Options A and B are incorrect because they refer to unrelated concepts, and Option D is wrong because C is the correct definition.

Multiple choice technology
  1. Simple Mail Transfer Protocol

  2. Server Message Test Phase

  3. Short Messaging Text Process

  4. Server Mail Transfer Protocol

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

SMTP stands for Simple Mail Transfer Protocol, which is the standard communication protocol used for transmitting email messages across the Internet. SMTP servers handle the sending and relaying of outgoing email messages between mail servers. When you send an email, your email client uses SMTP to transfer the message to your mail server, which then relays it to the recipient's mail server. The other options are incorrect acronyms that do not represent the actual SMTP protocol.

Multiple choice technology
  1. Web and FTP servers

  2. POP3 and IMAP servers

  3. SQL and AVG servers

  4. SMTP server

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

Incoming email messages are handled by POP3 (Post Office Protocol version 3) and IMAP (Internet Message Access Protocol) servers. These protocols allow email clients to retrieve messages from the mail server - POP3 typically downloads and removes messages from the server, while IMAP keeps messages on the server and synchronizes across multiple devices. SMTP servers handle only outgoing email transmission, not incoming messages. Web and FTP servers serve different purposes, and SQL/AVG are database-related terms.

Multiple choice technology
  1. TCP/IP connection

  2. ODBC

  3. FTP

  4. All the above

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

Repository clients communicate with the Repository Service using TCP/IP protocol over a specified port. This is the standard networking protocol for client-server communication in Informatica PowerCenter. ODBC is for database connectivity and FTP is for file transfer.

Multiple choice technology web technology
  1. communicating real time on the Internet.

  2. program that enhances a browser's capability.

  3. protocol used on the Internet that sends packets of information.

  4. a perfomance matrix used for authentic assessment.

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

TCP/IP (Transmission Control Protocol/Internet Protocol) is the fundamental protocol suite that powers Internet communication. It breaks data into packets, transmits them across networks, and reassembles them at the destination. It's not a browser enhancement program, real-time communication system, or assessment matrix.

Multiple choice technology web technology
  1. World wide web consortium (W3C)

  2. Internet Engineering Task Force (IETF)

  3. Both A and B

  4. None of the above

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

UDDI uses XML (W3C standard), HTTP (IETF standard), and DNS protocols (IETF standard). Both W3C and IETF are standards bodies that define these protocols. W3C governs XML-related standards, while IETF governs HTTP and DNS.

Multiple choice technology programming languages
  1. Server.Transfer needs a roundtrip, Response.Redirect does not

  2. Server.Transfer can transfer user between 2 applicaions

  3. Response.Redirect needs roundtrip, Server.Transfer does not

  4. No Difference

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

Response.Redirect instructs the browser to request the new URL, requiring a client-to-server roundtrip. Server.Transfer executes the destination page directly on the server without informing the browser, saving a network roundtrip.

Multiple choice technology databases
  1. SQL Server uses a random port

  2. 1433

  3. 1433 and 1434

  4. It depends; the port can be chosen by an administrator

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

SQL Server's default port is 1433, but administrators can configure custom ports. The SQL Server Browser service (port 1434) helps clients find named instances. Since port configuration is customizable, Option D is correct - you need to know what port your specific instance uses, not assume a fixed port.

Multiple choice technology architecture
  1. IMS Connect

  2. IMS Connector for Java

  3. IC4J

  4. Resource Adapeter

  5. Only b,c and d

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

For connecting WebSphere Application Server (WAS) to IMS, the Java EE resource adapter architecture is used. Under the hood, this involves the IMS Connector for Java (IC4J) which is packaged and configured as a Resource Adapter (RAR file) on WAS. Hence, b, c, and d are all relevant configuration components.

Multiple choice technology operating systems
  1. route add default

  2. add route

  3. add gateway default

  4. router add default

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

The 'route add default' command is used to configure a default gateway in Unix/Linux systems. This command adds a default route to the routing table, directing traffic to the default gateway when no specific route is available.

Multiple choice technology
  1. Repository server name and port number

  2. Repository server name

  3. Repository server name and host name

  4. Host name and port number

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

The Informatica Repository Server is identified by host name and port number. When connecting to a repository, you specify the machine (host) where the repository server runs and the port it listens on. The repository server NAME alone (B) is insufficient. Host name without port (C) is also insufficient. Repository server name with port (A) is incorrect because the identifying information is host+port, not the repository server's internal name.