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 databases
  1. TCP

  2. Http

  3. MSMQ

  4. All of the Above

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

Windows Communication Foundation (WCF) supports multiple protocols for service communication including TCP, HTTP, and MSMQ (Microsoft Message Queuing). This flexibility allows WCF services to communicate across different transport mechanisms depending on requirements like reliability, security, and transaction support.

Multiple choice technology databases
  1. TCP

  2. HTTP

  3. A and B

  4. None of the Above

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

Windows Communication Foundation (WCF) is designed to support multiple communication protocols for flexibility. Both TCP (for high-performance intranet scenarios) and HTTP (for internet-facing services) are natively supported protocols in WCF.

Multiple choice technology
  1. Digital Transmission Protocol

  2. DeskTop Publishing

  3. Data Type Programming

  4. Document Type Processing

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

DTP stands for Desktop Publishing, which refers to the creation of documents using page layout software on a personal computer. This revolutionized the publishing industry by moving design and layout work from specialized professionals to general computer users.

Multiple choice technology
  1. Point to Point Transmission Protocol

  2. Point to Point Transfer Protocol

  3. Point to Point Tunneling Protocol

  4. Point to Point Traffic Protocol

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

PPTP is a VPN protocol that creates a secure tunnel for data transmission between networks. The 'Tunneling' in its name refers to encapsulating one network protocol within another, which is the core function of VPNs. Options A and B incorrectly use 'Transmission' and 'Transfer' instead of 'Tunneling'.

Multiple choice technology
  1. Secure Socket Layer

  2. System Socket Layer

  3. Superuser System Login

  4. Secure System Login

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

SSL (Secure Sockets Layer) is a cryptographic protocol designed to provide secure communication over a computer network. It creates an encrypted link between a web server and a browser, ensuring that all data transmitted remains private. The term 'Socket' refers to the endpoint of a network connection.

Multiple choice technology
  1. Internet Connection Modem Protocol

  2. Intranet Control Message Program

  3. Internal Conflict Management Program

  4. Internet Control Message Protocol

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

ICMP (Internet Control Message Protocol) is used for error reporting and network diagnostics. It's the protocol behind tools like ping and traceroute, which help troubleshoot network connectivity issues. The 'Control Message' part reflects its role in managing network communication problems.

Multiple choice technology
  1. Transfer Control Protocol

  2. Transmission Control Procedure

  3. Transmission Control Protocol

  4. Transfer Control Procedure

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

TCP stands for 'Transmission Control Protocol,' one of the core protocols of the Internet Protocol Suite. It provides reliable, ordered, and error-checked delivery of data between applications. Note that it uses 'Protocol' not 'Procedure,' and 'Transmission' not 'Transfer.'

Multiple choice technology
  1. File Transfer Protocol

  2. File Transfer Program

  3. File Thread Protocol

  4. File Thread Program

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

FTP stands for File Transfer Protocol, a standard network protocol used to transfer files between a client and server on a computer network. It's built on a client-server model architecture and separate control and data connections.

Multiple choice technology
  1. Session and workflow

  2. Domain and session

  3. Domain gateway host and node

  4. All the above

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

The infacmd ping command is used to verify connectivity and availability of Informatica domain components. It checks the Domain gateway (which handles client connections), the Domain host (primary server), and the node (where services run). It does not ping individual sessions or workflows directly - those are managed by the Integration Service, not checked via ping command.

Multiple choice technology
  1. 169.254.0.200

  2. 172.21.0.251

  3. 192.168.0.5

  4. 10.0.0.1

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

Private IP ranges are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. The address 169.254.0.200 falls in the APIPA (169.254.0.0/16) range, which is link-local and not considered a private IP address for internal network use.

Multiple choice technology
  1. 23

  2. 53

  3. 80

  4. 110

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

DNS (Domain Name System) uses port 53 for both UDP and TCP communication. Port 23 is used by Telnet, port 80 by HTTP, and port 110 by POP3 email protocol.

Multiple choice technology
  1. RIP

  2. OSPF

  3. EIGRP

  4. IGRP

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

EIGRP (Enhanced Interior Gateway Routing Protocol) is a hybrid routing protocol that combines features of both distance-vector (like IGRP and RIP) and link-state (like OSPF) protocols. It uses DUAL algorithm for loop prevention and fast convergence.

Multiple choice technology
  1. IGRP

  2. RIP V1

  3. OSPF

  4. EIGRP

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

RIP version 1 is a classful routing protocol that does not support VLSM (Variable Length Subnet Masking) or CIDR. IGRP, OSPF, and EIGRP all support VLSM. RIP v2 added VLSM support.