CCNA1 Chapters 1-9 Network Fundamentals

20 carte

Covers network topologies, types of networks (WAN, LAN, MAN, PAN, WLAN), network devices, client-server vs. peer-to-peer, Internet/Intranet/Extranet, operating systems, device configuration, memory types in network devices, IP addressing (static/dynamic), SVIs, IP address structure, default gateway, subnet mask, network protocols, OSI and TCP/IP models, PDUs, encapsulation/de-encapsulation, UTP/STP/Fiber cables, cable types (straight-through, crossover, rollover), MAC addresses, binary/decimal/hexadecimal conversion, unicast/broadcast/multicast, switch operations (store-and-forward vs. cut-through), duplex modes, Auto-MDIX, ARP, and IPv4 vs. IPv6.

20 carte

Ripassa
La ripetizione spaziata ti mostra ogni carta al momento ottimale per memorizzare a lungo termine, con revisioni sempre più distanziate.
Domanda
Which WAN topology uses a central device connected to multiple outlying devices?
Risposta
The hub and spoke WAN topology uses a central device connected to multiple outlying devices.
Domanda
What is the purpose of a Firewall?
Risposta
A firewall is a security device that filters incoming and outgoing network traffic.
Domanda
Describe a key characteristic of a Client-server network.
Risposta
A central server provides services to the clients.
Domanda
What medium sends data as light signals?
Risposta
Fiber optic cables send data as light signals.
Domanda
What is a Wireless Router used for?
Risposta
A Wireless Router shares internet access wirelessly (Wi-Fi) with devices like phones, computers, and tablets.
Domanda
Which device connects different networks using IP addresses?
Risposta
A router connects different networks using IP addresses.
Domanda
What kind of LAN topology has all devices connected to a central unit?
Risposta
A star topology connects all devices to a central unit.
Domanda
In Extended Star topology, how are multiple star networks connected?
Risposta
Multiple star networks are connected via central switches.
Domanda
What is the primary function of a Switch in a network?
Risposta
A switch connects devices in the same network using MAC addresses and forwards frames.
Domanda
What does WAN stand for?
Risposta
WAN stands for Wide Area Network.
Domanda
What is a NIC?
Risposta
NIC: Network Interface Card. Connects a computer to the network.
Domanda
How does Copper transmit data?
Risposta
Copper transmits data using electrical signals through wires.
Domanda
What provides wireless connectivity to a network?
Risposta
Wireless connectivity to a network is provided by a Wireless Router or an Access Point.
Domanda
What is Physical topology?
Risposta
Physical topology: How the network is physically built with cables, switches, and routers in reality.
Domanda
What does LAN represent?
Risposta
LAN represents a Local Area Network, typically within a small geographic area like an office or home.
Domanda
Name a WAN topology that connects two network devices directly.
Risposta
A point-to-point WAN topology connects two network devices directly.
Domanda
Which LAN topology involves all devices sharing the same cable?
Risposta
The bus topology involves all devices sharing the same cable.
Domanda
What is Logical topology?
Risposta
Logical topology describes data movement in a network, regardless of its physical setup.
Domanda
What is a Multilayer Switch capable of?
Risposta
A multilayer switch routes traffic between VLANs using Layer 3 information, like a router.
Domanda
What is the abbreviation for Wireless Local Area Network?
Risposta
The abbreviation for Wireless Local Area Network is WLAN.

Networking Cheatsheet: CCNA1 (Chapters 1-9)

This cheatsheet provides a quick reference to essential networking concepts from CCNA1, Chapters 1-9.

1. Network Topologies

  • Physical Topology: How devices are physically connected with cables, switches, routers.

  • Logical Topology: How data flows through the network, independent of physical layout.

WAN Topologies

  • Point-to-Point: Direct connection between two network devices.

  • Hub and Spoke: A central device connected to multiple outlying devices.

  • Mesh: Multiple devices interconnected with each other.

LAN Topologies

  • Star: All devices connect to a central device.

  • Extended Star: Multiple star networks connected via central switches.

  • Bus: All devices share the same cable.

  • Ring: Devices connected in a closed loop, data circulates.

2. Network Types Explained

  • WAN: Wide Area Network (global scale).

  • LAN: Local Area Network (local scale, e.g., home, office).

  • MAN: Metropolitan Area Network (city scale).

  • PAN: Personal Area Network (small scale, e.g., Bluetooth).

  • WLAN: Wireless Local Area Network (LAN using Wi-Fi).

3. Common Network Devices

  • Switch: Connects devices within the same network (Layer 2), uses MAC addresses.

  • Router: Connects different networks (Layer 3), uses IP addresses.

  • Wireless Router: Shares internet wirelessly (Wi-Fi).

  • Multilayer Switch: Operates at multiple OSI layers (e.g., Layer 2 & 3).

  • Firewall: Security device that filters network traffic.

  • Copper Cable: Transmits data electrically.

  • Fiber-optic Cable: Transmits data as light signals, through glass or plastic.

  • NIC (Network Interface Card): Hardware in computers for network connection.

  • Access Point: Provides wireless connectivity to a network.

4. Client-Server vs. Peer-to-Peer

  • Client-Server:

    • Central server provides services to clients.

    • Secure and scalable.

  • Peer-to-Peer:

    • All computers are equal, share resources directly.

    • Simple but less secure.

5. Internet, Extranet, & Intranet

  • Internet: Public, global network.

  • Intranet: Internal network within an organization.

  • Extranet: Part of an intranet accessible to external authorized users.

6. Operating System Function & Structure

An OS manages hardware, memory, processes, files, and provides a user interface.

7. Configuring Switches & Routers

  • On-site: Console cable.

  • Remotely: SSH & Telnet via the network.

8. NVRAM, RAM, and Flash in Routers/Switches

  • NVRAM (Non-Volatile RAM): Stores the startup configuration (saved config).

  • RAM (Random Access Memory): Stores the running configuration (active config) and temporary data.

  • Flash: Stores the IOS operating system image.

9. Dynamic vs. Static IP Addressing

  • Static IP: Manually assigned, remains constant.

  • Dynamic IP: Automatically assigned by DHCP (Dynamic Host Configuration Protocol).

10. SVI (Switch Virtual Interface)

SVI: Used for remote management of a switch via an IP address.

11. IP Address Components

  • IP Address: A unique number identifying a device on a network.

  • Subnet Mask: Defines which part of the IP address identifies the network and which identifies the host.

  • Default Gateway: The router that traffic is sent to when destined for an external network.

12. Network Protocols

Protocols: Define the rules for how data is sent, received, and interpreted in networks.

13. OSI Model Layers

  1. Physical: Cables, signals (bits).

  2. Data Link: MAC addresses, frames.

  3. Network: IP addresses, routing, packets.

  4. Transport: TCP/UDP, segments.

  5. Session: Manages sessions.

  6. Presentation: Data format, encryption.

  7. Application: User services (e.g., HTTP, FTP).

14. OSI Model vs. TCP/IP Model

  • OSI Model: Has 7 layers.

  • TCP/IP Model: Has 4 layers (simplified).

15. PDU, Frame, Packet, Segment

  • Segment: Data unit at the Transport layer.

  • Packet: Data unit at the Network layer.

  • Frame: Data unit at the Data Link layer.

  • PDU (Protocol Data Unit): Generic term for data unit at any layer.

16. Encapsulation & De-encapsulation

  • Encapsulation: Data is wrapped with headers layer by layer as it descends the OSI model.

  • De-encapsulation: Headers are removed layer by layer as data ascends at the receiver.

17. UTP, STP, and Fiber Cables

Cable Type

Properties

UTP (Unshielded Twisted Pair)

Inexpensive, susceptible to EMI (Electromagnetic Interference).

STP (Shielded Twisted Pair)

Shielded, less susceptible to EMI.

Fiber-optic

Fast, long range, not susceptible to EMI.

18. Cable Types & Uses

  • Straight-through: Connects different devices (e.g., PC to Switch).

  • Crossover: Connects similar devices (e.g., Switch to Switch, PC to PC).

  • Rollover: Used for console connection to configure devices.

19. MAC Address

MAC Address: A unique physical address (48 bits) 'burned in' to the network card.

20. Binary, Decimal, Hexadecimal Conversion

Use positional values (128-64-32-16-8-4-2-1).

Example:

21. Unicast, Broadcast, Multicast

  • Unicast: One-to-one communication.

  • Broadcast: One-to-all communication within a segment.

  • Multicast: One-to-selected group communication.

22. How a Switch Works

Switches learn MAC addresses of connected devices and forward frames to the correct port.

23. Store-and-forward vs. Cut-through Switching

  • Store-and-forward: Switch reads the entire frame before forwarding, performs error check.

  • Cut-through: Switch forwards the frame immediately after reading the destination MAC address.

24. Duplex and Auto-MDIX

  • Half/Full Duplex: Specifies one-way or two-way communication over a link.

  • Auto-MDIX: Automatically adjusts the cable type (straight-through or crossover) for connection.

25. ARP (Address Resolution Protocol)

ARP: Translates an IP address to a MAC address.

26. IPv4 vs. IPv6

  • IPv4: 32-bit addresses, limited address space.

  • IPv6: 128-bit addresses, vast address space, no broadcast.

27. How a Router Works

Routers choose the best path between different networks and forward IP packets using the IP default gateway.

Inizia un quiz

Testa le tue conoscenze con domande interattive