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

Multiple choice technology
  1. 161

  2. 160

  3. 162

  4. 163

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

Simple Network Management Protocol (SNMP) is used for network device management. SNMP agents listen on UDP port 161 for queries and commands from managers. SNMP traps (notifications) are sent to port 162.

Multiple choice technology
  1. 51

  2. 53

  3. 52

  4. 55

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

Domain Name System (DNS) resolves domain names to IP addresses. DNS uses both TCP and UDP on port 53. UDP is used for standard queries due to its low overhead, while TCP is used for zone transfers and larger responses.