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
-
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.
-
Frames
-
Packets
-
Data
-
Segments
B
Correct answer
Explanation
In the OSI model, data is encapsulated into 'packets' at the Network Layer (Layer 3). Frames are used at Layer 2, and segments are used at Layer 4.
-
IP, ICMP, and IGMP
-
Routers, hubs, and cables
-
IP, Ethernet, and Software
-
Screen resolution, volume, and battery life
A
Correct answer
Explanation
IP (Internet Protocol), ICMP (Internet Control Message Protocol), and IGMP (Internet Group Management Protocol) are all fundamental protocols that operate at the Network Layer.
-
Layer 3 of the OSI
-
IP addresses
-
The subnet
-
Ethernet
C
Correct answer
Explanation
The Network Layer is responsible for managing logical network addressing and subnetting, which allows for the efficient organization and routing of data within a network.
-
The Network Layer
-
The Data Link Layer
-
The Physical Layer
-
The Transport Layer
A
Correct answer
Explanation
In the standard 7-layer OSI model, Layer 1 is Physical, Layer 2 is Data Link, and Layer 3 is the Network Layer.
B
Correct answer
Explanation
UDP (User Datagram Protocol) is connectionless and fast, but it is not reliable because it does not guarantee delivery, ordering, or error recovery.