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
-
Session Instantiation Protocol
-
Serial Instantiation Protocol
-
Session Initiation Protocol
-
Simple Initiation Protocol
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.
-
Request For Confirm
-
Request for Comments
-
Remote function call
-
Research for Change
B
Correct answer
Explanation
RFC is a standard acronym in internet networking that stands for Request for Comments, which is a formal document drafted by the Internet Engineering Task Force (IETF) describing specifications.
-
DataLink
-
Internet Protocol
-
Session
-
Application
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.
-
Voice over Internet Protocol
-
Video over Internet Protocol
-
Viewable on Internet - Protocol
-
Version of Internet Protocol
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.
-
>rip & igrp
-
>rip & OSPF
-
>igrp & eigrp
-
>rip 1 & rip 2
-
cisco123
-
ciscocisco
-
cisco
-
@ciscoadmin
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.
C
Correct answer
Explanation
Windows systems default to TTL 128, while Linux/Unix systems typically use 64. The TTL (Time To Live) field prevents packets from circulating infinitely by decrementing at each router hop. When TTL reaches zero, the packet is discarded.
-
> ip is routing protocol and rip is routed protocol
-
>rip and ip are useless
-
>rip is routing protocol and ip is routed protocol
-
>rip and ip are both routing protocol
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.
-
Ipconfig
-
ifconfig
-
Arp
-
ping
A
Correct answer
Explanation
ipconfig is the Windows command to display IP configuration. ifconfig is used in Unix/Linux, ARP shows MAC address mappings, and ping tests connectivity. ipconfig shows IP address, subnet mask, and default gateway.
-
Address Resolution Protocol
-
Address Revolution Protocol
-
Address Resolution Packets
-
Automatic Resulution Protocol
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.
D
Correct answer
Explanation
SSL/TLS for secure HTTP (HTTPS) uses port 443 by default. Port 80 is for standard HTTP, port 21 is for FTP, and port 23 is for Telnet. When you see https:// in a URL, the browser typically connects to port 443.
-
ipv6 header size is less
-
ipv6 header has less fields than ipv4 header
-
ipv6 is next generation technology
-
ipv6 know more about routes
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.
-
extended headers
-
header fields
-
same as IPv4
-
they have been removed
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.