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
-
MAC and ODP
-
LLC and PPP
-
LDP and MAC
-
LLC and MAC
D
Correct answer
Explanation
The Data Link Layer (Layer 2 of the OSI model) is divided into two sub-layers: the Logical Link Control (LLC) sub-layer and the Media Access Control (MAC) sub-layer.
-
0x0800
-
0x0806
-
0x86DD
-
0x8100
C
Correct answer
Explanation
The Ethertype value 0x86DD is assigned to identify IPv6 packets within an Ethernet frame.
-
0x0800
-
0x0806
-
0x86DD
-
0x8100
A
Correct answer
Explanation
The Ethertype value 0x0800 is the standard identifier for IPv4 packets in an Ethernet frame.
-
IPsec protocol suite
-
Secure Sockets Layer
-
Message Digest 5
-
Secure Hash Algorithm 1
A
Correct answer
Explanation
IPsec is a suite of protocols designed to provide security at the network layer, including confidentiality through encryption. SSL/TLS operates at the transport/application layer, while MD5 and SHA-1 are hashing algorithms, not encryption protocols.
-
Host names and IP addresses
-
Whois information
-
DNS server locations
-
Name server types and operating systems
A
Correct answer
Explanation
Nslookup is a network administration tool used to query the Domain Name System (DNS) to obtain domain name or IP address mapping.
-
network protocol analysis
-
network connection security
-
connection analysis
-
defending malicious packet-filtering
A
Correct answer
Explanation
Wireshark is a widely used network protocol analyzer. It allows users to capture and interactively browse the traffic running on a computer network.
-
SYN stealth scan
-
TCP connect
-
XMAS tree scan
-
ACK scan
A
Correct answer
Explanation
A SYN stealth scan (half-open scan) sends a SYN packet to the target. If a SYN/ACK is received, the port is open, but the scanner sends an RST packet instead of completing the handshake, thus avoiding a full connection.
-
Network Mapping
-
Network Management
-
Network Mapper
-
Network Monitoring
C
Correct answer
Explanation
Nmap stands for Network Mapper. It is a free and open-source utility for network discovery and security auditing.
-
Direct Distribution of Server
-
Distributed Denial of Service
-
Direct Distribution of Service
-
Distributed Denial of Server
B
Correct answer
Explanation
DDoS is an acronym for Distributed Denial of Service. It involves multiple compromised systems flooding a target with traffic to make it unavailable.
-
Full Open
-
Syn scan
-
XMAS
-
TCP connect
C
Correct answer
Explanation
An XMAS scan sets the FIN, URG, and PUSH flags in a TCP packet. It is called an XMAS scan because the flags are 'lit up' like a Christmas tree.
-
Port, network, and vulnerability
-
Port, network, and services
-
Grey, black, and white hat
-
Server, client, and network
A
Correct answer
Explanation
Scanning in cybersecurity typically refers to port scanning, network scanning, and vulnerability scanning. These processes help identify open ports, active hosts, and security weaknesses.
A
Correct answer
Explanation
File Transfer Protocol (FTP) uses port 21 for the control connection. Port 20 is typically used for the data connection.
-
hairpinning
-
split tunneling
-
GRE
-
MPLS
B
Correct answer
Explanation
Split tunneling is a VPN feature that allows a user to access a public network (the internet) and a private network (the VPN) simultaneously, separating traffic based on the destination.
-
detection of interesting traffic
-
negotiation of ISAKMP policies
-
creation of a tunnel to negotiate a security associat-policy
-
creation of an IPsec tunnel between two IPsec peers
A
Correct answer
Explanation
Before any tunnel can be established, the gateway must identify traffic that is designated to be protected by the IPsec tunnel, which is known as interesting traffic.
A
Correct answer
Explanation
AH (Authentication Header) provides data integrity and authentication for IP packets but does not provide encryption, meaning it does not offer confidentiality.