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
-
VLSM
-
CIDR
-
Private IP addresses
-
Classful routing
B
Correct answer
Explanation
CIDR (Classless Inter-Domain Routing) allows route aggregation by using variable-length subnet masking. This enables network administrators to combine multiple contiguous subnets into single routing table entries, significantly reducing table size. Classful routing maintains separate entries for each network boundary.
-
Router C cannot win a DR election under any circumstances.
-
If the link for interface 192.168.1.4 goes down, router B will become the new DR.
-
The highest router ID was most likely determined via an OSPF router-id statement or statements.
-
If a new router is added with a higher router ID than router D, it will become the DR.
-
One router is a non-cisco router
-
They have different autonomous-system numbers
-
They are using difference sequence numbers
-
They are sending incorrect hello types
B
Correct answer
Explanation
EIGRP routers form adjacencies only with neighbors in the same autonomous system (AS). Different AS numbers will cause routers to ignore each other's hello packets, preventing adjacency formation. The debug output shows mismatched AS values, which is a definitive adjacency failure cause.
A
Correct answer
Explanation
The SSID (Service Set Identifier) is a unique name that identifies a specific wireless network. It allows wireless clients to distinguish between multiple available networks in range. Other options (OFDM, WEP, DSSS) are transmission techniques or security protocols, not network identifiers.
-
To synchronize equipment speed for sent data
-
To synchronize and order sequence numbers so data is sent in complete numerical order
-
To prevent the receiver from being overwhelmed by incoming data
-
To synchronize window size on the server
-
To simplify data transfer to multiple hosts
C
Correct answer
Explanation
TCP flow control prevents a fast sender from overwhelming a slower receiver. The receiver advertises its available buffer space in the TCP header (window size), and the sender limits transmission accordingly. This prevents packet loss and ensures reliable delivery.
-
Bounded updates are sent to all routers within an autonomous system.
-
Partial updates are sent only to routers that need the information.
-
The updates are sent to all routers in the routing table.
-
Updates are bounded by the routers in the topology table.
B
Correct answer
Explanation
EIGRP sends bounded (partial) updates only to routers affected by a topology change, not to all routers in the autonomous system. This conserves bandwidth and speeds convergence by limiting unnecessary processing. Updates propagate only where needed through the EIGRP topology table.
-
Application
-
Access
-
Distribution
-
Network
-
Core
C
Correct answer
Explanation
The distribution layer is the hierarchical layer that implements policies, performs routing between VLANs, and controls traffic flow between access and core layers. It aggregates access layer connections and applies ACLs, QoS policies, and broadcast domain segmentation through inter-VLAN routing.
-
Network
-
Internet
-
Network Interface
-
Data Link
B
Correct answer
Explanation
Internet Protocol resides at theĀ Internet Layer of the TCP/IP Model
-
All username and password information that is sent will be encrypted.
-
All authentication on the serial link will be accomplished using a two-way handshake.
-
The Predictor algorithm will be used to compress all packets that are sent and received on the serial link.
-
The serial link will be closed if the number of received packets at the destination node falls below 90 percent of the packets that are sent.
-
SSH uses TCP whereas Telnet does not.
-
SSH encrypts only the username and password when logging in.
-
SSH encrypts all remote management communications whereas Telnet does not.
-
SSH sends a clear text message steam which reduces the bandwidth use for management.
C
Correct answer
Explanation
SSH encrypts the entire management session including all commands, output, and authentication credentials. Telnet transmits everything in clear text, making passwords and configuration visible to packet sniffers. SSH provides confidentiality and integrity for remote device management.
-
The PVC to R1 must be point-to-point.
-
LMI types must match on each end of a PVC.
-
The frame relay PVCs cannot be established between Cisco and non-Cisco routers.
-
The IETF parameter is missing from the frame-relay map ip 10.10.10.1 201 command.
D
Correct answer
Explanation
When connecting Cisco to non-Cisco routers over Frame Relay, IETF encapsulation must be specified explicitly in the frame-relay map statement on the Cisco side. The default Cisco encapsulation is incompatible with IETF-only peers, causing PVC establishment failure despite successful LMI.
-
Disable IP source routing.
-
Configure passive interfaces.
-
Configure routing protocol authentication.
-
Secure administrative lines with Secure Shell.
C
Correct answer
Explanation
Routing protocol authentication (such as MD5 authentication for OSPF, EIGRP, or BGP) cryptographically verifies routing updates between routers, preventing unauthorized or malicious route injection. Disabling IP source routing and using SSH for administrative access are good security practices but don't protect routing information itself. Passive interfaces prevent routing updates on specified interfaces but don't authenticate the updates that are sent.
-
Domain Name System
-
Network Time Protocol
-
Remote Procedure Call
-
File Transfer Protocol
-
Real Time Streaming Protocol
D
Correct answer
Explanation
File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a TCP-based network, such as the Internet.
-
Open shortest path first
-
Vertical handover
-
Roaming
-
Locator/Identifier separation protocol
-
Mobile IP
E
Correct answer
Explanation
The Mobile IP protocol allows location-independent routing of IP datagrams on the Internet. Each mobile node is identified by its home address disregarding its current location in the Internet. While away from its home network, a mobile node is associated with a care-of address which identifies its current location and its home address is associated with the local endpoint of a tunnel to its home agent. Mobile IP specifies how a mobile node registers with its home agent and how the home agent routes datagrams to the mobile node through the tunnel.
-
Physical layer
-
Network layer
-
Session layer
-
Data link layer
-
Presentation layer
B
Correct answer
Explanation
Network layer controls the congestion in the network.Modern networks use congestion control and congestion avoidance techniques to try to avoid congestion collapse.