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
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.
-
tunneling
-
hashing
-
routing
-
NAT
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.
-
6to4 tunneling
-
VPN tunneling
-
ISATAP tunneling
-
Both A and B
-
Scalability
-
Security
-
Plug and play
-
All the above
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.
-
Interface identifier
-
Path of network
-
Prefix of network
-
Subnet
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.
-
Dual Stack
-
Tunneling
-
NAT64
-
Translation
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.
-
Dotted
-
Numeric
-
Hexadecimal
-
Decimal
C
Correct answer
Explanation
IPv6 addresses are 128-bit numbers represented as eight groups of four hexadecimal digits separated by colons. This contrasts with IPv4, which uses dotted-decimal format.
-
DHCP
-
Stateless
-
Stateful
-
Both B and C
D
Correct answer
Explanation
IPv6 supports two types of automatic configuration: Stateless Address Autoconfiguration (SLAAC), which allows devices to configure themselves without a server, and Stateful configuration, which relies on a DHCPv6 server to assign addresses.
-
Addresses are not hierarchical and are assigned at random.
-
Broadcasts have been eliminated and replaced with multicasts.
-
There are 2.7 billion available addresses.
-
An interface can only be configured with one IPv6 address.
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.
-
A combination of the local-link prefix FE80 and the 64-bit IPv6 identifier.
-
They are randomly generated and then prefixed with F808.
-
They use the device MAC address with a prefix of FF00.
-
They are randomly generated and then prefixed with FFCC.
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.
-
48-bit global routing prefix; 16-bit subnet ID; 64-bit interface ID.
-
64-bit global routing prefix; no subnet ID; 64-bit interface ID
-
32-bit global routing prefix; 32-bit subnet ID; 64-bit interface ID
-
64-bit global routing prefix; 32-bit subnet ID; 64-bit interface ID.
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.
-
To carry IPv4 packets inside IPv6 packets.
-
To convert IPv4 port numbers to IPv6 port numbers.
-
To convert IPv4 addresses to IPv6 addresses.
-
To automatically assign IPv6 address to a network adapter when no DNS server can be available
-
Automatic
-
Configured
-
Dual stack
-
Both A and B
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.
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.
-
Private
-
Global
-
Public
-
Unique