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
-
Windows XP.
-
Windows 2000
-
Windows 7
-
All the above
-
2002:c0a8:101::42
-
2003:dead:beef:4dad:23:46:bb:101
-
::
-
2000::
-
Both A and B
-
2001:3452::4952:2837::
E
Correct answer
Explanation
Option A (2002:c0a8:101::42) is valid - it's a 6to4 address with proper format. Option B (2003:dead:beef:4dad:23:46:bb:101) is valid - it's a full 8-hextet address. Option C (::) is valid - it's the unspecified address. Option D (2000::) is valid - it's a prefix notation. Option F is INVALID because it uses :: twice (2001:3452::4952:2837::), which is not allowed in IPv6 notation. Therefore E (Both A and B) is correct because both A and B are valid IPv6 addresses.
-
2002:c0a8:101::42
-
2003:dead:beef:4dad:23:46:bb:101
-
::
-
2001:3452::4952:2837::
-
Both A and B
-
RIPng (new generation)
-
R1(config-rtr)
-
R1(config)# ipv6 unicast-routing
-
None of the above
A
Correct answer
Explanation
RIPng (RIP next generation or new generation) is the version of the Routing Information Protocol designed for IPv6 networks. It supports 128-bit IPv6 addresses and maintains the same distance-vector routing logic as RIP for IPv4 but with the necessary protocol updates.
-
Number of bytes transferred per hour
-
Number of reports generated per day
-
Number of errors per hour
-
Number of requests handled by the application per day
-
Number of hits per second
C
Correct answer
Explanation
Throughput quantifies productive work completed per unit time. Options A, B, D, and E all measure successful operations or data transfer rates. Error rate (option C) measures failure frequency, which is a quality/reliability metric, not a throughput metric.
-
Port group used for Administrating Vmware.
-
Port Group segregates the type of communication.
-
Port group divides the hosts.
-
Port group used in Clusters.
B
Correct answer
Explanation
Port groups in VMware vSphere are used to segregate network traffic by type or security level. They act as virtual switches that group virtual machine network connections, allowing different traffic types (like management, VM traffic, storage) to be isolated from each other for security and organization.
-
network Route.
-
Address filtering.
-
Adding Routes.
-
a feature normally used for packet sniffing.
D
Correct answer
Explanation
Promiscuous mode is a network interface configuration that allows a NIC to receive all network traffic passing through the virtual switch, not just traffic destined for its own MAC address. This feature is typically used for packet sniffing, network monitoring, and troubleshooting by security tools or administrators.
B
Correct answer
Explanation
XCTL (Transfer Control) transfers control to another program at the same logical level without expecting to return to the calling program. Unlike LINK, which creates a new logical level and expects a return, XCTL replaces the current program with the called program. RETURN goes back to a higher level, and CALL is for subroutine linkage within the same program.
-
Throughput
-
Windows Resources
-
Time to First Buffer Breakdown
-
Transaction Performance Summary
C
Correct answer
Explanation
Time to First Buffer (TTFB) Breakdown graph shows how much time is spent on the network versus the server for each web page component. It helps identify whether slowness is due to network latency or server processing time. Throughput shows data transfer rates, Windows Resources monitors server health, and Transaction Performance Summary shows overall transaction response times without the component-level server/network breakdown.
-
Parallel
-
Serial
-
DirectCPU Bus
-
SCSI
-
IDE
D
Correct answer
Explanation
SCSI offers significantly faster data transfer rates than IDE, parallel ports, or serial ports due to its intelligent controller architecture and higher bus speeds. While modern SATA and PCIe are faster, in the context of these legacy options, SCSI was the performance leader. Direct CPU Bus isn't a standard peripheral interface term.
C
Correct answer
Explanation
HTTPS (HTTP Secure) uses port 443 by default for encrypted communication over TLS/SSL. HTTP uses port 80 by default for unencrypted communication. Ports 500 and 543 are not standard HTTP/HTTPS default ports. When a URL specifies https:// without explicitly providing a port number, browsers automatically connect to port 443.
-
It's the default gateway IP of your ISP
-
It's not special, belongs to Google Inc. since 2001
-
It's called loopback ip address, to which local web server points
-
It's the first IP address, available in IP pool, which can be used for sub-netting
C
Correct answer
Explanation
The IP address 127.0.0.1 is the reserved loopback address in IPv4 networking. It always refers to the local machine itself, allowing applications to communicate with services running on the same computer. It is commonly referred to as localhost and is used for testing local web servers.
-
SOAP and SAML
-
SOAP and HTTP
-
SSL and SOAP
-
All
D
Correct answer
Explanation
SOAP, SAML, HTTP, and SSL are protocols or standards that can be used in combination. SOAP can run over HTTP, and the entire HTTP communication can be secured with SSL/HTTPS. SAML can be used with SOAP for identity and access management. These technologies are designed to work together in secure web services architectures.
-
255.255.255.1
-
255.255.255.0
-
255.255.255.255
-
192.1.1.1
C
Correct answer
Explanation
The IP address 255.255.255.255 is the limited broadcast address used for broadcasting to all hosts on the local network. Addresses ending in .0 typically represent network prefixes, and 192.1.1.1 is a unicast IP.
-
Protocol Independent Multicast
-
Personal Information Management
-
Personal Information Manager
-
Protocol Information Manager
C
Correct answer
Explanation
In the context of BlackBerry, PIM stands for Personal Information Manager. It refers to the application that manages personal information like contacts, calendar, tasks, and memos on BlackBerry devices. Protocol Independent Multicast is a networking protocol, not related to BlackBerry's PIM functionality.