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

Multiple choice

Which protocol is used for user data transmission in LTE networks?

  1. TCP

  2. UDP

  3. SCTP

  4. PDCP

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

PDCP (Packet Data Convergence Protocol) is used for user data transmission in LTE networks.

Multiple choice

Which protocol is used for signaling and control in LTE networks?

  1. GTP

  2. SCTP

  3. HTTP

  4. ICMP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

GTP (GPRS Tunneling Protocol) is used for signaling and control in LTE networks.

Multiple choice

Which protocol is used for session management in LTE networks?

  1. SIP

  2. SDP

  3. RTP

  4. RTCP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SIP (Session Initiation Protocol) is used for session management in LTE networks.

Multiple choice

Which protocol is used for inter-eNB communication in LTE networks?

  1. X2

  2. S1

  3. GTP

  4. SCTP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

X2 is used for inter-eNB communication in LTE networks.

Multiple choice

Which of the following is a security protocol used in HSPA networks to protect signaling traffic?

  1. IPsec

  2. TLS

  3. EAP-AKA

  4. IKEv2

Reveal answer Fill a bubble to check yourself
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.

Multiple choice

What is the difference between a route table and a network interface card (NIC) in cloud networking?

  1. 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

  2. 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

  3. 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

  4. 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

Reveal answer Fill a bubble to check yourself
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.

Multiple choice

What is the difference between a private DNS zone and a public DNS zone in cloud networking?

  1. 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

  2. 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

  3. 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

  4. 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

Reveal answer Fill a bubble to check yourself
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.

Multiple choice

What is the primary purpose of Network Address Translation (NAT)?

  1. To conserve IPv4 addresses

  2. To improve network performance

  3. To enhance network security

  4. To simplify network management

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

NAT is primarily used to conserve IPv4 addresses by allowing multiple devices to share a single public IP address.

Multiple choice

In a NAT environment, what is the device that performs the address translation called?

  1. NAT gateway

  2. NAT router

  3. NAT firewall

  4. NAT switch

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In a NAT environment, the device that performs the address translation is typically a NAT router.

Multiple choice

What are the two main types of NAT?

  1. Static NAT and Dynamic NAT

  2. Public NAT and Private NAT

  3. Internal NAT and External NAT

  4. Source NAT and Destination NAT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The two main types of NAT are Static NAT and Dynamic NAT.

Multiple choice

Which type of NAT assigns a fixed public IP address to a specific private IP address?

  1. Static NAT

  2. Dynamic NAT

  3. PAT

  4. NAPT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Static NAT assigns a fixed public IP address to a specific private IP address.

Multiple choice

Which type of NAT assigns a public IP address to a group of private IP addresses?

  1. Static NAT

  2. Dynamic NAT

  3. PAT

  4. NAPT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Dynamic NAT assigns a public IP address to a group of private IP addresses.

Multiple choice

What is the difference between PAT and NAPT?

  1. PAT is used for IPv4 addresses and NAPT is used for IPv6 addresses

  2. PAT is used for public IP addresses and NAPT is used for private IP addresses

  3. PAT allows multiple private IP addresses to share a single public IP address, while NAPT does not

  4. PAT is a type of NAT and NAPT is a type of firewall

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PAT (Port Address Translation) allows multiple private IP addresses to share a single public IP address, while NAPT (Network Address Port Translation) does not.

Multiple choice

In which scenario is NAT typically used?

  1. When a company has a limited number of public IP addresses

  2. When a company wants to improve network security

  3. When a company wants to simplify network management

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

NAT is typically used in scenarios where a company has a limited number of public IP addresses, wants to improve network security, or wants to simplify network management.

Multiple choice

Which protocol is used by NAT to translate IP addresses?

  1. TCP

  2. UDP

  3. ICMP

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

NAT can use TCP, UDP, and ICMP protocols to translate IP addresses.