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

  2. IP

  3. HTTP

  4. FTP

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

IP (Internet Protocol) is the correct answer because it operates at the network layer of the TCP/IP model and provides universal addressing and routing capabilities. Every computer on the Internet has an IP address, allowing it to communicate with any other computer regardless of location. TCP operates at the transport layer and provides reliable delivery, while HTTP and FTP are application-layer protocols built on top of TCP/IP.

Multiple choice technology packaged enterprise solutions
  1. tunneling

  2. hashing

  3. routing

  4. NAT

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

Tunneling is the correct answer because it is specifically the technique of encapsulating IPv6 packets within IPv4 packets. This allows IPv6 traffic to traverse IPv4-only networks during the transition period. Hashing is for data integrity, routing is packet forwarding, and NAT is address translation - none of these encapsulate one protocol inside another.

Multiple choice technology packaged enterprise solutions
  1. Scalability

  2. Security

  3. Plug and play

  4. All the above

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

IPv6 offers all three advantages: scalability (massive 128-bit address space), security (IPsec is mandatory/integrated), and plug-and-play (stateless autoconfiguration). Unlike IPv4 where these were add-ons or limited, IPv6 builds them into the protocol specification from the ground up.

Multiple choice technology packaged enterprise solutions
  1. Interface identifier

  2. Path of network

  3. Prefix of network

  4. Subnet

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

In IPv6, the 128-bit address is divided into two 64-bit parts: the network prefix (first 64 bits) and the interface identifier (last 64 bits). The interface identifier uniquely identifies a network interface, similar to a MAC address, and is often derived from it using EUI-64 format. 'Path of network', 'Prefix of network', and 'Subnet' refer to the first 64 bits or portions thereof.

Multiple choice technology packaged enterprise solutions
  1. Dual Stack

  2. Tunneling

  3. NAT64

  4. Translation

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

A dual-stack node implements both IPv4 and IPv6 protocols, allowing it to communicate directly with IPv4 nodes using IPv4 and IPv6 nodes using IPv6. While tunneling and translation are other transition mechanisms, dual-stack is the primary coexistence approach.

Multiple choice technology packaged enterprise solutions
  1. Addresses are not hierarchical and are assigned at random.

  2. Broadcasts have been eliminated and replaced with multicasts.

  3. There are 2.7 billion available addresses.

  4. An interface can only be configured with one IPv6 address.

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

In IPv6, broadcast transmissions have been completely removed and replaced with specific multicast addresses to reduce network overhead. The other options are incorrect because IPv6 addresses are strictly hierarchical, an interface can support multiple IPv6 addresses simultaneously, and the address space size is vastly larger than 2.7 billion.

Multiple choice technology packaged enterprise solutions
  1. A combination of the local-link prefix FE80 and the 64-bit IPv6 identifier.

  2. They are randomly generated and then prefixed with F808.

  3. They use the device MAC address with a prefix of FF00.

  4. They are randomly generated and then prefixed with FFCC.

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

Link-local IPv6 addresses are generated by combining the standard link-local prefix FE80::/10 (typically padded to 64 bits) with a 64-bit interface identifier (often derived from the MAC address via EUI-64 or randomly generated). Other options specify incorrect prefixes such as FF00 (multicast), F808, or FFCC.

Multiple choice technology packaged enterprise solutions
  1. 48-bit global routing prefix; 16-bit subnet ID; 64-bit interface ID.

  2. 64-bit global routing prefix; no subnet ID; 64-bit interface ID

  3. 32-bit global routing prefix; 32-bit subnet ID; 64-bit interface ID

  4. 64-bit global routing prefix; 32-bit subnet ID; 64-bit interface ID.

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

The standard IPv6 global unicast address structure consists of a 48-bit global routing prefix allocated by registries, a 16-bit subnet identifier managed by the local network administrator, and a 64-bit interface identifier. The other options specify incorrect bit-length allocations that do not conform to this standard 128-bit architecture.

Multiple choice technology packaged enterprise solutions
  1. Automatic

  2. Configured

  3. Dual stack

  4. Both A and B

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

IPv6 transition strategies include both configured tunnels (where endpoints are manually specified) and automatic tunnels (where endpoints are dynamically determined, such as 6to4). Dual stack is a distinct transition mechanism that runs both protocols concurrently on the same interface rather than encapsulating traffic via tunneling.

Multiple choice technology packaged enterprise solutions
  1. RIR

  2. ICANN

  3. IETF

  4. ARIN

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

The IETF (Internet Engineering Task Force) developed IPv6 through the IPng (IPv6 Next Generation) working group in the 1990s. ICANN manages domain names and IP address allocation, RIRs are Regional Internet Registries that distribute addresses, and ARIN is the RIR for North America - none developed the protocol.