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
Can VPC Peering be used to connect VPCs across different regions?
B
Correct answer
Explanation
VPC Peering can only be used to connect VPCs within the same region.
What is the difference between VPC Peering and NAT Gateway?
-
VPC Peering is used to connect VPCs within the same region, while NAT Gateway is used to connect VPCs to the internet
-
VPC Peering is more secure than NAT Gateway
-
VPC Peering is easier to configure than NAT Gateway
-
VPC Peering is less expensive than NAT Gateway
A
Correct answer
Explanation
The main difference between VPC Peering and NAT Gateway is that VPC Peering is used to connect VPCs within the same region, while NAT Gateway is used to connect VPCs to the internet.
Which protocol is used to provide authentication and authorization for GPRS users?
B
Correct answer
Explanation
EAP (Extensible Authentication Protocol) is used to provide authentication and authorization for GPRS users. EAP allows for a variety of authentication methods, including password-based authentication, token-based authentication, and certificate-based authentication.
Which protocol is used to provide encryption for GPRS data traffic?
A
Correct answer
Explanation
IPsec (IP Security) is used to provide encryption for GPRS data traffic. IPsec is a suite of protocols that can be used to secure IP traffic, including traffic between GPRS users and the Internet.
Which protocol is used to provide a connection-oriented data service for GPRS users?
A
Correct answer
Explanation
PPP (Point-to-Point Protocol) is used to provide a connection-oriented data service for GPRS users. PPP is a simple protocol that can be used to establish a connection between two devices over a serial link.
Which protocol is used to provide a physical layer connection between a GPRS user and the network?
C
Correct answer
Explanation
PHY (Physical Layer) is used to provide a physical layer connection between a GPRS user and the network. PHY is a complex protocol that is responsible for a variety of tasks, including modulation, demodulation, and error correction.
Which protocol is used to provide authentication and authorization for GPRS users?
B
Correct answer
Explanation
EAP (Extensible Authentication Protocol) is used to provide authentication and authorization for GPRS users. EAP allows for a variety of authentication methods, including password-based authentication, token-based authentication, and certificate-based authentication.
Which protocol is used to provide encryption for GPRS data traffic?
A
Correct answer
Explanation
IPsec (IP Security) is used to provide encryption for GPRS data traffic. IPsec is a suite of protocols that can be used to secure IP traffic, including traffic between GPRS users and the Internet.
Which technology enables the creation of a secure overlay network over a public network?
-
Virtual Private Network (VPN)
-
Software-Defined Perimeter (SDP)
-
Zero Trust Network Access (ZTNA)
-
All of the above
D
Correct answer
Explanation
VPNs, SDPs, and ZTNAs all allow for the creation of secure overlay networks over public networks.
Which of the following is a key feature of the IEC 60870-5-104 standard?
-
It uses a master-slave architecture
-
It supports both synchronous and asynchronous communication
-
It is a secure protocol
-
All of the above
D
Correct answer
Explanation
All of the above are key features of the IEC 60870-5-104 standard.
What is the default VPC routing table called?
-
Main Routing Table
-
Default Routing Table
-
Global Routing Table
-
Public Routing Table
B
Correct answer
Explanation
The default VPC routing table is automatically created and named as 'Default Routing Table'.
Which of the following is a valid subnet mask for a subnet with a CIDR block of 10.0.0.0/24?
-
255.255.255.0
-
255.255.255.128
-
255.255.255.192
-
255.255.255.224
A
Correct answer
Explanation
For a CIDR block of 10.0.0.0/24, the subnet mask should be 255.255.255.0, which represents a network prefix of 24 bits.
What is a Network Address Translation (NAT) gateway in a VPC?
-
A gateway that allows instances in a private subnet to access the internet
-
A gateway that allows instances in a public subnet to access a private subnet
-
A gateway that allows instances in a VPC to communicate with each other
-
A gateway that allows instances in a VPC to communicate with on-premises networks
A
Correct answer
Explanation
A NAT gateway enables instances in a private subnet to access the internet by translating their private IP addresses to public IP addresses.
Which of the following is a valid IP address range for a public subnet in a VPC?
-
10.0.0.0/24
-
172.16.0.0/24
-
192.168.0.0/24
-
203.0.113.0/24
D
Correct answer
Explanation
Public subnets must be assigned a public IP address range, which is typically provided by the cloud provider. The given IP address range (203.0.113.0/24) is a valid public IP address range.
Which of the following is a valid CIDR block for a VPC?
-
10.0.0.0/24
-
172.16.0.0/24
-
192.168.0.0/24
-
224.0.0.0/24
A
Correct answer
Explanation
Valid CIDR blocks for VPCs are typically within the private IP address ranges, such as 10.0.0.0/24, 172.16.0.0/24, and 192.168.0.0/24.