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

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.