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 security
  1. still ip is not secure

  2. long host address

  3. inclusion of ipsec

  4. strong access list features

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

IPv6 was designed with IPsec as an integral, mandatory part of the protocol suite, whereas IPv4 treats IPsec as an optional add-on. This native integration in IPv6 makes security implementation more standardized and ubiquitous.

Multiple choice technology security
  1. unicast

  2. anycast

  3. broadcast

  4. multicast

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

IPv6 removed the broadcast addressing mode that existed in IPv4. Instead, IPv6 uses multicast for one-to-many communication. Unicast, anycast, and multicast all exist in IPv6, but broadcast was eliminated to improve efficiency.

Multiple choice technology security
  1. god knows

  2. dhcpv6

  3. arp6

  4. icmpv6

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

In IPv6, ARP (Address Resolution Protocol) is replaced by ICMPv6 through the Neighbor Discovery Protocol (NDP). ARPv6 doesn't exist, and DHCPv6 is for address configuration not address resolution. ICMPv6 handles neighbor solicitation and advertisement.

Multiple choice technology security
  1. Not a question

  2. just fact

  3. freebie (this is right answer)

  4. no no no

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

This is a freebie question testing attention rather than technical knowledge. The content itself explicitly states 'this is right answer' for option C. The other options are intentionally dismissive ('no no no', 'just fact').

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. It combines text and graphics to produce professional-quality printed materials like brochures, newsletters, and books.

Multiple choice technology
  1. Network Address Translation

  2. Network Administration Tool

  3. Novell Address Transfer

  4. Newly Added Technology

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

NAT (Network Address Translation) is a method used in networking to remap IP addresses by modifying network address information in packet headers. It allows multiple devices to share a single public IP address, conserving address space.

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

In computer terminology and publishing software, 'DTP' stands for Desktop Publishing. This refers to the creation of documents using page layout software on a personal computer, combining text and graphics to produce professional-quality printed materials such as brochures, newsletters, and books.

Multiple choice technology
  1. Network Address Translation

  2. Network Administration Tool

  3. Novell Address Transfer

  4. Newly Added Technology

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

NAT (Network Address Translation) is a router function that allows multiple devices on a local network to share a single public IP address when accessing the internet. It translates private IP addresses to a public one and vice versa. This conserves IP addresses and adds a layer of security by hiding internal network addresses.

Multiple choice technology
  1. 443

  2. 444

  3. 445

  4. 441

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

HTTPS (HTTP over SSL/TLS) uses port 443 as its well-known port. This is the standardized port for secure HTTP traffic. Port 444, 445, and 441 are used for other services (444 for SNPP, 445 for SMB over TCP).