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
-
flag
-
control
-
protocol
-
FCS
-
Stateful inspection firewall
-
Personal firewall
-
Transport layer security
-
Message integrity check
-
Sender authenticity
B
Correct answer
Explanation
Just as a network firewall screens incoming an outgoing traffic for that network, this security technique screens traffic on a single workstation.
C
Correct answer
Explanation
Web browsers use TCP when they connect to servers on the World Wide Web and it is used to deliver email and transfer files from one location to another. HTTP, HTTPS, SMTP, POP3, IMAP, SSH, FTP, Telnet and a variety of other protocols are typically encapsulated in TCP.
D
Correct answer
Explanation
The Internet Control Message Protocol (ICMP) is one of the main protocols of the Internet Protocol Suite. It is used by network devices, like routers, to send error messages indicating; that a requested service is not available or that a host or router could not be reached.
-
The DatagramSocket class
-
The DatagramPacket class
-
The URL class
-
The StackFrame class
-
Alarm
A
Correct answer
Explanation
This class described in the java.net package is used for creating UDP-based connections over a network.
A
Correct answer
Explanation
ARP (Address Resolution Protocol) is the correct protocol used to find the hardware (MAC) address of a device on a local network when you know its IP address. RARP (Reverse ARP) does the opposite - it finds an IP address from a known MAC address. ICMP is used for diagnostic messages (like ping), and PING is a tool that uses ICMP, not a protocol itself. PONG is not a real networking protocol.
-
Transport layer security
-
Sender authenticity
-
Message integrity check
-
Stateful inspection firewall
-
Guard
E
Correct answer
Explanation
This security technique receives protocol data units, interprets them and passes through the same protocol data units that achieve the same result.
-
java.net
-
java.socket
-
java.networking
-
java.serversocket
A
Correct answer
Explanation
The java.net package provides all networking classes and interfaces in Java, including Socket, ServerSocket, URL, HttpURLConnection, and InetAddress. This package is essential for network communication and protocol handling. The other options like java.socket, java.networking, and java.serversocket don't exist as standard Java packages.
-
Selective flooding
-
Flooding
-
Multicasting
-
Unicasting
-
Broadcasting
A
Correct answer
Explanation
This option is correct as selective flooding transmits the data packets only to selected group.
-
physical address into the hardware address
-
an IP address into a logical address
-
a hardware address into a physical address
-
an IP address into a hardware address
D
Correct answer
Explanation
Address resolution protocol is used to map an IP address into a hardware address because ARP is used to map a logical address or IP address into a physical address or hardware address. So, this is the correct answer.
-
DNS
-
FTP
-
TELNET
-
All of the above
D
Correct answer
Explanation
All of the above are client-server programs.
D
Correct answer
Explanation
Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems in 1984.
-
MANET and Reactome
-
MetaCyc and Netpath
-
MANET and Netpath
-
MetaCyc and Reactome
-
NetPath and Reactome
E
Correct answer
Explanation
NetPath is a manually curated resource of human signal transduction pathways.
Reactome is a navigable map of human biological pathways, ranging from metabolic processes (metabolic pathways) to hormonal signalling (signal transduction pathways).
-
This firewalls work on the application level of the TCP/IP stack.
-
It is used to intercept all packets traveling to or from an application.
-
This firewall does not run on dedicated hardware or as software on a general-purpose machine.
-
This firewall prevents bowsers from cyber attack or worms.
-
Both (3) and (4)
C
Correct answer
Explanation
This is false statement about Application layer firewalls as they run on dedicated hardware or as software on a general-purpose machine.
-
Application proxy
-
Stateful inspection firewall
-
Message integrity check
-
Message confidentiality
-
Transport layer security
A
Correct answer
Explanation
This security technique essentially intrudes in the middle of the protocol exchange, seeming like a destination in communication with the sender.