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
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 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.
Which protocol is used for user data transmission in LTE networks?
D
Correct answer
Explanation
PDCP (Packet Data Convergence Protocol) is used for user data transmission in LTE networks.
Which protocol is used for signaling and control in LTE networks?
A
Correct answer
Explanation
GTP (GPRS Tunneling Protocol) is used for signaling and control in LTE networks.
Which protocol is used for session management in LTE networks?
A
Correct answer
Explanation
SIP (Session Initiation Protocol) is used for session management in LTE networks.
Which protocol is used for inter-eNB communication in LTE networks?
A
Correct answer
Explanation
X2 is used for inter-eNB communication in LTE networks.
Which of the following is a security protocol used in HSPA networks to protect signaling traffic?
D
Correct answer
Explanation
IKEv2 (Internet Key Exchange version 2) is the security protocol used in HSPA networks to protect signaling traffic, establishing secure key exchanges and authenticating network entities.
What is the difference between a route table and a network interface card (NIC) in cloud networking?
-
A route table contains a list of routes that determine how traffic is forwarded within a VNet, while a NIC is a virtual network adapter that connects a virtual machine to a VNet
-
A route table contains a list of routes that determine how traffic is forwarded between VNet's, while a NIC is a virtual network adapter that connects a virtual machine to a VNet
-
A route table contains a list of routes that determine how traffic is forwarded between VNet's, while a NIC is a virtual network adapter that connects a virtual machine to the internet
-
A route table contains a list of routes that determine how traffic is forwarded within a VNet, while a NIC is a virtual network adapter that connects a virtual machine to the internet
A
Correct answer
Explanation
A route table contains a list of routes that determine how traffic is forwarded within a VNet. This allows you to control how traffic is routed between different subnets and resources within the VNet. A network interface card (NIC) is a virtual network adapter that connects a virtual machine to a VNet. It allows the virtual machine to communicate with other resources within the VNet and with resources on the internet.
What is the difference between a private DNS zone and a public DNS zone in cloud networking?
-
A private DNS zone is used to resolve DNS queries within a VNet, while a public DNS zone is used to resolve DNS queries from the internet
-
A private DNS zone is used to resolve DNS queries from the internet, while a public DNS zone is used to resolve DNS queries within a VNet
-
A private DNS zone is used to connect multiple VNet's together, while a public DNS zone is used to resolve DNS queries from the internet
-
A private DNS zone is used to resolve DNS queries within a VNet, while a public DNS zone is used to connect multiple VNet's together
A
Correct answer
Explanation
A private DNS zone is used to resolve DNS queries within a VNet. This allows resources within the VNet to communicate with each other using domain names, rather than IP addresses. A public DNS zone is used to resolve DNS queries from the internet. This allows resources on the internet to access resources in your VNet using domain names, rather than IP addresses.
What is the primary purpose of Network Address Translation (NAT)?
-
To conserve IPv4 addresses
-
To improve network performance
-
To enhance network security
-
To simplify network management
A
Correct answer
Explanation
NAT is primarily used to conserve IPv4 addresses by allowing multiple devices to share a single public IP address.
In a NAT environment, what is the device that performs the address translation called?
-
NAT gateway
-
NAT router
-
NAT firewall
-
NAT switch
B
Correct answer
Explanation
In a NAT environment, the device that performs the address translation is typically a NAT router.
What are the two main types of NAT?
-
Static NAT and Dynamic NAT
-
Public NAT and Private NAT
-
Internal NAT and External NAT
-
Source NAT and Destination NAT
A
Correct answer
Explanation
The two main types of NAT are Static NAT and Dynamic NAT.
Which type of NAT assigns a fixed public IP address to a specific private IP address?
-
Static NAT
-
Dynamic NAT
-
PAT
-
NAPT
A
Correct answer
Explanation
Static NAT assigns a fixed public IP address to a specific private IP address.