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
A
Correct answer
Explanation
FTP stands for File Transfer Protocol, which is a standard network protocol used for the transfer of computer files between a client and server on a computer network. It operates at the application layer of the Internet protocol suite.
-
voice over IP
-
visual basic
-
virus
-
viewer
A
Correct answer
Explanation
Voice over IP (VoIP) is a technology that allows voice communication and multimedia sessions over Internet Protocol (IP) networks by converting voice signals into digital data packets. Visual Basic is a programming language, a virus is malicious software, and a viewer is an application for displaying files.
-
patch
-
peer-to-peer network
-
packet
-
patent
C
Correct answer
Explanation
A packet is a formatted unit of data carried by a packet-switched computer network. A patch is a software update, a peer-to-peer network is a decentralized communication model, and a patent is a legal protection for inventions.
-
Internal Protocol
-
Information Page
-
Internet Protocol
-
Internal Processing
C
Correct answer
Explanation
IP stands for Internet Protocol, which is the principal communications protocol in the Internet protocol suite for routing and addressing packets of data across network boundaries.
-
Slow Sockets Language
-
Secure Safe Language
-
Slow Socket Layer
-
Secure Socket Layer
D
Correct answer
Explanation
SSL stands for Secure Sockets Layer, a standard security technology for establishing an encrypted link between a server and a client. It has largely been succeeded by TLS (Transport Layer Security), but the term SSL is still widely used.
-
Files over the internet or internal network
-
Memory address to the CPU
-
Email between computer systems
-
None of the above
A
Correct answer
Explanation
FTP stands for File Transfer Protocol, which is a standard network protocol used to transfer computer files from one host to another over a TCP-based network, such as the internet.
-
Traffic from the internet
-
E-mail
-
Processing HTML
-
None of the above
A
Correct answer
Explanation
Port 80 is the default network port used for unencrypted HTTP (Hypertext Transfer Protocol) web traffic. This allows web browsers to request and receive web pages from servers over the internet.
-
Normal Injection Character
-
Network International Code
-
Network Interface Card
-
Normal Interface Card
C
Correct answer
Explanation
NIC stands for Network Interface Card, which is a hardware component (either an expansion card or integrated into the motherboard) that allows a computer to connect to a network.
C
Correct answer
Explanation
TCP, IP, and HTTP are all standard, widely used communication protocols in networking. OP is not a standard networking protocol.
-
Wireless communication protocols
-
Passwords
-
Wireless encryption standard
-
Ethernet network security protocols
C
Correct answer
Explanation
WEP (Wired Equivalent Privacy) and WPA (Wi-Fi Protected Access) are security protocols designed to secure wireless networks by encrypting data transmitted over the air. They ensure that unauthorized users cannot easily intercept and read wireless network traffic.
-
ping
-
traceroute
-
tracert
-
trackrt
C
Correct answer
Explanation
tracert is the Windows command that displays the route (path) packets take to a destination by showing each hop along the way. traceroute is the Unix/Linux equivalent. ping only tests if a host is reachable without showing the route.
-
Dynamic IP Address
-
Static IP Address
-
Leased IP Address
-
Reserved IP Address
A
Correct answer
Explanation
A dynamic IP address is temporarily assigned to a device from a pool of available addresses each time it connects to the network. In contrast, a static IP address remains constant and does not change between sessions.
-
Packets
-
Parcels
-
Email
-
Post
A
Correct answer
Explanation
Data transmitted over computer networks is broken down into small blocks called packets. These packets travel independently across the network and are reassembled into the original data once they reach their destination.
-
Session IDs
-
It formats encryption compression
-
Data routing paths
-
Network functionality
C
Correct answer
Explanation
The Network Layer (Layer 3 of the OSI model) is responsible for logical addressing and determining the best path for data to travel across interconnected networks, which is known as routing.
-
IP addresses
-
LLC and MAC
-
3 way handshake
-
Session ID
A
Correct answer
Explanation
The Network Layer uses logical addresses, specifically IP addresses, to identify devices and route data packets across different networks.