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
  1. File server

  2. Proxy server

  3. Mail server

  4. Web server

  5. Application server

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

Proxy server is used to filter requests. For example, a company might use a proxy server to prevent its employees from accessing a specific set of Web sites. Proxy server sits between a client application, such as a Web browser, and a real server. It intercepts all requests to the real server to see if it can fulfil the requests itself. If not, it forwards the request to the real server. Proxy servers have two main purposes: Improve Performance: A proxy server improves Internet access speeds from a network primarily by using a caching system. Caching saves recently viewed Web sites, images, and files on a local hard drive so that they don't have to be downloaded from the Web again. Filter Requests: Proxy servers can also be used to filter requests. For example, a company might use a proxy server to prevent its employees from accessing a specific set of Web sites. 

Multiple choice
  1. a, d only

  2. b, e only

  3. a, c, d only

  4. b, c, e only

  5. b, d, e only

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

Correct answer because only (b) POP and (e) IMAP are email protocols. IMAP (Internet Message Access Protocol) is a method of accessing e-mail messages on a server without having to download them to local hard drive. POP (Post Office Protocol) is standardized method of delivering e-mail messages.(a) TCP, (c) HTTP and (d) IGP are not email protocols because: TCP (Transmission Control Protocol) is one of the main protocols in TCP/IP networks. TCP enables two hosts to establish a connection and exchange streams of data. HTTP (HyperText Transfer Protocol) is the protocol used to transfer data over the World Wide Web. IGP (Integrated Graphics Processor) is a graphics chip that is integrated into a computer's motherboard.

Multiple choice
  1. ADSL

  2. Firewall

  3. DSL

  4. UDP

  5. Proxy server

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

Firewall is used for security in networks. A firewall is a small program that protects your computer and its contents from outsiders on the internet or network. A firewall prevents unauthorised traffic to and from your computer.

Multiple choice
  1. File Translate Protocol

  2. File Transit Protocol

  3. File Typing Protocol

  4. File Transfer Protocol

  5. None of these

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

FTP stands for File Transfer Protocol, which is a standard network protocol used to transfer files from one host to another over a TCP-based network like the internet. 'Translate', 'Transit', and 'Typing' are incorrect terms - FTP specifically deals with transferring files between systems.

Multiple choice
  1. Gaurd

  2. Personal firewall

  3. Packet filtering gateway

  4. Digital signature

  5. Message confidentiality

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

It receives protocol data units, interprets them, and passes through the same or different protocol data units that achieve either the same result or a modified result.

Multiple choice
  1. 10.10.256.25

  2. 10.10.25.257

  3. 10.10.25.25

  4. 10.258.25.25

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

A valid IPv4 address has four octets, each between 0 and 255. Option C (10.10.25.25) satisfies this rule. Options A, B, and D have octets exceeding 255 (256, 257, 258), making them invalid.

Multiple choice
  1. LAN

  2. WAN

  3. IPv4

  4. MAN

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

LAN (Local Area Network), WAN (Wide Area Network), and MAN (Metropolitan Area Network) are all network classifications based on geographical scope. IPv4 is a network layer protocol that defines IP addressing and packet routing, not a network type. This makes IPv4 the odd one out as it's a protocol standard rather than a network category.

Multiple choice
  1. RIP uses hop count and bandwidth as the metric for path selection and sendsupdates periodically.

  2. OSPF is a Cisco proprietary protocol that sends updates triggered by topology changes.

  3. EIGRP uses DUAL to calculate the shortest path and can be configured to do unequal cost load balancing.

  4. BGP is a path vector interior routing protocol.

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

EIGRP (Enhanced Interior Gateway Routing Protocol) uses the DUAL (Diffusing Update Algorithm) to calculate loop-free paths and supports unequal cost load balancing across multiple paths. Option A is wrong because RIP uses only hop count. Option B is wrong because OSPF is an open standard. Option D is wrong because BGP is exterior, not interior.