. Flashcards

(64 cards)

1
Q

What is the definition of a network?

A

A network is a group of interconnected computers, devices, and resources enabling communication and data exchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is networking important?

A

Crucial for communication, information sharing, collaboration, and underpins modern technologies like cybersecurity, cloud computing, and IoT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List three functions of a network as a platform.

A
  • Communication: Instant messaging, email, VoIP, social media
  • Collaboration: Online tools, project management, virtual meetings, file sharing
  • Resource Sharing: Printers, scanners, centralized servers, databases, internet access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What unique identifiers do devices use in a network?

A

IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What communication protocols are commonly used in networks?

A

TCP/IP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the largest WAN?

A

The Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a LAN?

A

Local Area Network: Small, limited area (home, office). E.g., Home Wi-Fi.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a MAN?

A

Metropolitan Area Network: Larger than LAN, smaller than WAN (city-wide).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What defines a WAN?

A

Wide Area Network: Large geographical distances (cities, countries). E.g., The Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a PAN?

A

Personal Area Network: Small-scale, personal devices (Bluetooth, wireless keyboards).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between physical and logical topology?

A
  • Physical Topology: Actual arrangement of devices and cables.
  • Logical Topology: How data flows, independent of physical design.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Name a common characteristic of bus topology.

A

All devices on a single cable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a star topology?

A

All devices connect to a central device (switch/router).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a ring topology?

A

Devices connected circularly, data flows in one direction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe mesh topology.

A

Every device connected to every other device, high redundancy, but high cost and complexity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the key characteristics for SMBs in network design?

A
  • Reliability: Continuous uptime is critical.
  • Scalability: Must expand easily with business growth.
  • Security: Strong firewalls, encryption, authentication for data protection.
  • Performance: Fast, low-latency for real-time operations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What was the standard for wired LANs developed in the 1970s?

A

Ethernet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is Wi-Fi, and when was it introduced?

A

Wi-Fi (IEEE 802.11) was introduced in the late 1990s for wireless LANs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is TCP/IP?

A

Standard for global interconnectivity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the role of routers in a network?

A

Direct data packets between different networks, determine best path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the function of switches in a network?

A

Connect multiple devices within the same LAN, forward data to correct destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are the differences between TCP and UDP?

A
  • TCP: Reliable, connection-oriented, guarantees delivery, order, error checking.
  • UDP: Faster, connectionless, no guarantees.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are the two types of network media?

A
  • Wired Media (Bounded/Guided)
  • Wireless Media (Unbounded/Radiated)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is the advantage of fiber optic cables?

A

High bandwidth, low attenuation, immunity to EMI, security, lightweight/compact.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What are the two main types of fiber optic cables?
* Single-Mode Fiber (SMF) * Multi-Mode Fiber (MMF)
26
What is attenuation in networking?
Loss of signal strength.
27
What are the steps to create network cables using T568A and T568B standards?
Follow specific wiring standards for both T568A and T568B.
28
What does a router use to determine the best path for data packets?
Routing tables.
29
What are the types of cables used in networking?
* Roll Over Cable * Cross Over Cable * Straight Cable
30
What is the purpose of ARP in networking?
Maps IP addresses to MAC addresses.
31
What does the OSI model represent?
7-layer conceptual framework for data communication.
32
Fill in the blank: The ______ layer in the OSI model ensures complete data transfer.
Transport
33
True or False: The Internet is a private network.
False.
34
What is the primary function of a firewall?
Monitor/control traffic based on rules.
35
What is the role of a modem in networking?
Convert digital data to analog signals for transmission (and vice versa).
36
What are the disadvantages of static routing?
Doesn't scale well, requires manual updates for topology changes.
37
What is the command to configure a static route for network 192.168.2.0/24 through next-hop IP 192.168.1.2?
ip route 192.168.2.0 255.255.255.0 192.168.1.2
38
What does FTP stand for?
File Transfer Protocol
39
What is the first step to set up FTP file sharing?
Set up FTP server
40
What is the command to enter privileged EXEC mode in Cisco IOS?
Router> enable
41
What command is used to configure the terminal in Cisco IOS?
Router# configure terminal
42
How do you set a hostname in Cisco IOS?
Router(config)# hostname [hostname]
43
What command configures the IP address on an interface in Cisco IOS?
Router(config-if)# ip address [IP address] [subnet mask]
44
What command verifies the configuration of IP interfaces in Cisco IOS?
Router# show ip interface brief
45
What does the PING command test?
Network connection between two devices
46
What does a successful PING response indicate?
Connectivity is established
47
What is the purpose of ARP?
Maps IP addresses to MAC addresses
48
What are the two sublayers of the Data Link Layer?
* LLC (IEEE 802.2) * MAC (IEEE 802.3)
49
What does the MAC sublayer do?
Controls media access, frame transmission, addressing
50
What are the wiring standards for UTP CAT5e cables?
* T568A * T568B
51
What type of cable is used to connect a computer to a router or switch for configuration?
Roll Over Cable
52
What is the principle for light travel in fiber optics?
Total Internal Reflection
53
What are the two types of fiber optic cables?
* Single-Mode Fiber (SMF) * Multi-Mode Fiber (MMF)
54
What does attenuation refer to in networking?
Loss of signal strength
55
What is the difference between TCP and UDP?
* TCP: Reliable, connection-oriented, 3-way handshake * UDP: Faster, connectionless, less reliable
56
What does the OSI Model consist of?
* Application * Presentation * Session * Transport * Network * Data Link * Physical
57
What is the role of the Default Gateway?
Router IP for communication outside local network
58
What is a Routing Table?
Database of network paths
59
What does LAN stand for?
Local Area Network
60
What are the characteristics of a Star Topology?
Central device, central device failure risk
61
What is the maximum speed and distance of CAT 5e cable?
1 Gbps / 100m
62
What is the primary function of the Transport Layer in the OSI model?
End-to-end communication, segmentation, error detection, flow control
63
What is the command to test network connectivity using PING?
ping [IP address]
64
What command shows the current device configuration in Cisco IOS?
show running-config