sectionONE Flashcards

(43 cards)

1
Q

What is a Network?

A

A network is a group of interconnected devices that communicate and share resources.

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

What are the key benefits of a network?

A
  • Resource sharing
  • Centralized data management
  • Communication (e.g., email, messaging)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the OSI Model?

A

(Open Systems Interconnection) A conceptual framework with 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, Application.

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

What does the Physical layer of the OSI Model do?

A

Transmits raw bits (e.g., cables, switches). Bottom of the layers.

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

What does the Data Link layer of the OSI Model handle?

A

Handles MAC addresses and switching.

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

What is the role of the Network layer in the OSI Model?

A

Manages IP addresses and routing (e.g., routers).

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

What protocols operate at the Transport layer of the OSI Model?

A

TCP (Transmission Control Protocol)
• Reliable, connection-based
• Ensures data is delivered in order and without loss
• Used for web browsing (HTTP), email (SMTP), file transfers (FTP)

UDP (User Datagram Protocol)
• Unreliable, connectionless
• Faster, no guarantee of delivery or order
• Used for streaming, gaming, voice/video calls (VoIP)

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

What is the TCP/IP Model?

A

A practical model used in real-world networking with layers: Network Access, Internet, Transport, Application.

Main point:: this process is connecting network (data,communications, etc… ) to an application. Network to Application. or vice versa.

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

What does a Hub do?

A

Broadcasts data to all devices (Layer 1). It broadcasts data received from any connected device to all other connected devices, regardless of the intended recipien

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

What is the function of a Switch?

A

Sends data only to the destination device using MAC addresses (Layer 2). It acts as a traffic cop, directing data packets to their intended destinations by identifying the connected devices’ MAC addresses.

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

How does a Router operate?

A

Directs data between networks using IP addresses (Layer 3). It acts as a central hub, forwarding data to its intended destination by examining the destination IP address and consulting a routing table.

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

What is the purpose of a Bridge in networking?

A

Connects and filters traffic between network segments. It operates at the data link layer (Layer 2) of the OSI model, forwarding traffic based on MAC addresses. Essentially, a bridge extends network coverage and reduces collision domains by filtering traffic between segments.

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

What does a Modem do?

A

Converts digital to analog signals (and vice versa) for internet access.

For example, a modem may convert digital data into analog signals to travel over cable, DSL, or telephone lines, depending on the type of internet connection.

Modern modems can work over:
• DSL modems – use telephone lines
• Cable modems – use coaxial cable
• Fiber modems (ONTs) – use light signals but still perform digital conversion at endpoints

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

What is the role of a Repeater?

A

Amplifies signal over long distances.

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

What are the types of cabling used in networking?

A
  • UTP (Unshielded Twisted Pair)
  • Coaxial Cable
  • Fiber Optic
  • Patch Cable
  • Crossover Cable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the function of the ping command?

A

Checks connectivity between devices.

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

What does ipconfig (Windows) / ifconfig (Linux/macOS) do?

A

Shows network interface info.

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

What is the purpose of the traceroute command?

A

Displays path packets take to reach a destination.

19
Q

What information does the arp command provide?

A

Shows the ARP table (IP to MAC address mapping).

20
Q

What does netstat display?

A

Displays active connections and ports.

21
Q

What is nslookup used for?

A

Queries DNS to find IP addresses from domain names.

22
Q

What is a PAN?

A

Personal Area Network – short-range, individual use (e.g., Bluetooth headset).

23
Q

What characterizes a LAN?

A

Local Area Network – small area like a home or office.

24
Q

What differentiates WLAN from LAN?

A

WLAN uses wireless technology (e.g., Wi-Fi).

25
What is a CAN?
Campus Area Network – covers multiple buildings in one organization.
26
Define a MAN.
Metropolitan Area Network – spans a city or metro area.
27
What is a WAN?
Wide Area Network – covers large geographic areas (e.g., the internet).
28
What is a SAN?
Storage Area Network – high-speed network connecting storage devices.
29
What is a Bus Topology?
All devices share a single cable (simple but not fault-tolerant). …..X X X……………………………… …..| | |……………………………… ===============……………………………
30
How does a Ring Topology function?
Devices connected in a loop; data travels in one direction. ……….X———X…………………………………. ……./……………..\………………………………… …..X……………….X………………………………. …….\…………..…./……………………………….. ……….X———X………………………………….
31
What is the most common network topology?
Star Topology – all devices connect to a central switch/hub. …………X..………………………….……………… ……..….|…………………………………………… …..X—-X—X……………………………………… …………|….……………………………………….. …………X……………………………………………
32
Describe a Mesh Topology.
Each device connects to many others for redundancy and fault tolerance.
33
What is virtualization?
Running multiple virtual machines (VMs) on one physical machine.
34
What is a Type 1 Hypervisor?
Runs directly on hardware (bare-metal, e.g., VMware ESXi).
35
What is a Type 2 Hypervisor?
Runs on a host OS (e.g., VirtualBox, VMware Workstation).
36
What does IaaS stand for?
Infrastructure as a Service – provides virtualized computing resources (e.g., AWS EC2).
37
What is PaaS?
Platform as a Service – provides development tools and environments (e.g., Heroku).
38
Define SaaS.
Software as a Service – software accessed via web (e.g., Google Docs).
39
What is a Public Cloud?
Services offered over the public internet (e.g., AWS, Azure).
40
What is a Private Cloud?
Services dedicated to a single organization.
41
What characterizes a Hybrid Cloud?
Mix of public and private resources.
42
What is a Community Cloud?
Shared among several organizations.
43
What does Multi-Cloud refer to?
Using multiple public cloud services together.