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 difference between a TCP connection and a UDP connection?
-
A TCP connection is reliable, while a UDP connection is unreliable
-
A TCP connection is connection-oriented, while a UDP connection is connectionless
-
A TCP connection uses a three-way handshake to establish a connection, while a UDP connection does not
-
All of the above
D
Correct answer
Explanation
A TCP connection is reliable, while a UDP connection is unreliable. A TCP connection is connection-oriented, while a UDP connection is connectionless. A TCP connection uses a three-way handshake to establish a connection, while a UDP connection does not.
What is the primary function of a network protocol?
-
To establish communication between devices
-
To provide security to network data
-
To manage network resources
-
To store network data
A
Correct answer
Explanation
A network protocol defines the rules and procedures for communication between devices on a network, ensuring that data is transmitted and received correctly.
Which network protocol is responsible for assigning IP addresses to devices on a network?
D
Correct answer
Explanation
DHCP (Dynamic Host Configuration Protocol) is responsible for assigning IP addresses, subnet masks, and other network configuration parameters to devices on a network automatically.
Which network protocol is used for transferring files between devices on a network?
D
Correct answer
Explanation
FTP (File Transfer Protocol) is a network protocol specifically designed for transferring files between devices on a network, allowing users to upload, download, and manage files remotely.
What is the purpose of a network mask in an IP address?
-
To identify the network portion of an IP address
-
To identify the host portion of an IP address
-
To provide security to network data
-
To store network data
A
Correct answer
Explanation
A network mask is used to determine which part of an IP address represents the network address and which part represents the host address, allowing devices to identify the network they belong to.
Which network protocol is used for sending email messages?
D
Correct answer
Explanation
SMTP (Simple Mail Transfer Protocol) is a network protocol specifically designed for sending email messages between devices on a network, allowing users to send and receive emails.
Which network protocol is used for browsing the internet?
C
Correct answer
Explanation
HTTP (Hypertext Transfer Protocol) is a network protocol used for transferring web pages and other resources between devices on a network, allowing users to access and browse the internet.
What is the purpose of a DNS server in a network?
-
To connect devices to the network
-
To forward data packets between networks
-
To provide security to network data
-
To translate domain names into IP addresses
D
Correct answer
Explanation
A DNS server is responsible for translating domain names, which are human-readable website addresses, into IP addresses, which are numerical addresses used by devices to communicate on a network.
Which network protocol is used for streaming audio and video content?
D
Correct answer
Explanation
RTP (Real-time Transport Protocol) is a network protocol specifically designed for streaming audio and video content over a network, ensuring smooth and reliable transmission of multimedia data.
Which protocol is used for signaling in UMTS?
-
GPRS Tunneling Protocol (GTP)
-
Internet Protocol (IP)
-
User Datagram Protocol (UDP)
-
Transmission Control Protocol (TCP)
A
Correct answer
Explanation
GTP is used for signaling in UMTS. It is a tunnel protocol that encapsulates IP packets and sends them over a GPRS network.
Which of the following is NOT a common redundancy protocol used in networks?
-
Hot standby routing protocol (HSRP)
-
Virtual Router Redundancy Protocol (VRRP)
-
Gateway Load Balancing Protocol (GLBP)
-
Transmission Control Protocol (TCP)
D
Correct answer
Explanation
Transmission Control Protocol (TCP) is a transport layer protocol, not a redundancy protocol.
Which of the following is NOT a common type of router redundancy?
-
Hot standby routing protocol (HSRP)
-
Virtual Router Redundancy Protocol (VRRP)
-
Gateway Load Balancing Protocol (GLBP)
-
Spanning Tree Protocol
D
Correct answer
Explanation
Spanning Tree Protocol is a network protocol that prevents loops in a network, not a type of router redundancy.
Which of the following is NOT a common spanning tree protocol?
-
Spanning Tree Protocol (STP)
-
Rapid Spanning Tree Protocol (RSTP)
-
Multiple Spanning Tree Protocol (MSTP)
-
VLAN Trunking Protocol (VTP)
D
Correct answer
Explanation
VLAN Trunking Protocol (VTP) is a protocol used to manage VLANs, not a spanning tree protocol.
Which protocol is responsible for managing the radio resources and scheduling data transmissions in HSPA networks?
-
Radio Resource Management (RRM)
-
Media Access Control (MAC)
-
Internet Protocol (IP)
-
Transmission Control Protocol (TCP)
A
Correct answer
Explanation
Radio Resource Management (RRM) is the protocol that dynamically allocates radio resources, such as time slots and power levels, to ensure efficient utilization of the network and optimal performance for data transmissions.
Which protocol is responsible for managing the mobility of mobile devices as they move between different cells in an HSPA network?
-
Media Access Control (MAC)
-
Internet Protocol (IP)
-
Transmission Control Protocol (TCP)
-
Mobility Management (MM)
D
Correct answer
Explanation
Mobility Management (MM) is the protocol that handles the mobility of mobile devices in HSPA networks, ensuring seamless handover between cells and maintaining connectivity as devices move.