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 platforms and products
  1. Session Instantiation Protocol

  2. Serial Instantiation Protocol

  3. Session Initiation Protocol

  4. Simple Initiation Protocol

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

SIP (Session Initiation Protocol) is used to establish, modify, and terminate multimedia sessions like VoIP calls. It handles the signaling - setting up and tearing down connections - while the actual media flows separately.

Multiple choice technology platforms and products
  1. DataLink

  2. Internet Protocol

  3. Session

  4. Application

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

SIP operates at the Application Layer (Layer 7) of the OSI model. It's a signaling protocol that uses TCP or UDP at the Transport layer to establish communication sessions between endpoints.

Multiple choice technology platforms and products
  1. Voice over Internet Protocol

  2. Video over Internet Protocol

  3. Viewable on Internet - Protocol

  4. Version of Internet Protocol

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

VoIP (Voice over Internet Protocol) transmits voice communications as digital data packets over IP networks instead of traditional circuit-switched telephone networks.

Multiple choice technology security
  1. cisco123

  2. ciscocisco

  3. cisco

  4. @ciscoadmin

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

Historically, Cisco devices shipped with default credentials of username 'cisco' and password 'cisco' (or blank username with 'cisco' as password). This is well-documented though modern security best practices require immediate change of these defaults.

Multiple choice technology security
  1. > ip is routing protocol and rip is routed protocol

  2. >rip and ip are useless

  3. >rip is routing protocol and ip is routed protocol

  4. >rip and ip are both routing protocol

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

IP is a routed protocol (it carries the actual user data packets), while RIP is a routing protocol (it helps routers find paths and build routing tables). Routed protocols are payload; routing protocols are the control plane that determines how payloads are routed.

Multiple choice technology operating systems
  1. Address Resolution Protocol

  2. Address Revolution Protocol

  3. Address Resolution Packets

  4. Automatic Resulution Protocol

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

ARP stands for Address Resolution Protocol, which is a network protocol used to map IP addresses to MAC addresses in local area networks. It operates at Layer 2 of the OSI model and is essential for devices to communicate on the same network segment.

Multiple choice technology security
  1. ipv6 header size is less

  2. ipv6 header has less fields than ipv4 header

  3. ipv6 is next generation technology

  4. ipv6 know more about routes

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

IPv6 routing is more efficient because the header has fewer and simpler fields compared to IPv4's variable options. This enables faster router processing decisions. Option A is incorrect (IPv6 header is 40 bytes vs IPv4's minimum 20), and options C/D are not technical reasons for routing efficiency.

Multiple choice technology security
  1. extended headers

  2. header fields

  3. same as IPv4

  4. they have been removed

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

IPv4's variable Options field has been replaced by extension headers in IPv6, which provide a more flexible and efficient mechanism for optional information. The Next Header field chains extension headers together, improving router efficiency by skipping irrelevant extensions.