Computer Knowledge
Computer Networks
2,461 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
C
Correct answer
Explanation
Windows 7, along with subsequent modern operating systems, has IPv6 installed and configured by default out of the box. Older operating systems like Windows XP and Windows 2000 required manual installation or lacked robust native support.
-
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.
-
Increase bandwidth
-
Reduce packet size
-
Add accelerator hardware when transporting secure data
-
Improve performance on nodes within the network so the data is more readily available
B
Correct answer
Explanation
Increasing bandwidth, adding SSL accelerators, and improving node performance all directly address network performance issues. Reducing packet size (B) typically increases overhead due to more headers and doesn't improve throughput - it's often counterproductive for performance.
-
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.
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.
C
Correct answer
Explanation
Port 3101 (TCP) is the standard port used by the BlackBerry Enterprise Server (BES) to connect to the BlackBerry Infrastructure (routing services over the internet). The other options are incorrect.
-
Server Remote Protocol
-
System Routing Protocol
-
Server Routing Protocol
-
Systematic Routing Protocol
C
Correct answer
Explanation
SRP stands for Server Routing Protocol. It is the protocol used for communication between the BlackBerry Enterprise Server (BES) and the BlackBerry infrastructure (relay/NOCC). SRP handles the routing of data messages between BES and the BlackBerry network. It is not related to remote protocols or general system routing.