CCNA: Network Fundamentals & Topologies
9 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which network topology offers high fault tolerance due to redundant connections but comes with a higher implementation cost?

  • Ring Topology
  • Bus Topology
  • Star Topology
  • Mesh Topology (correct)

A network administrator needs to divide a large network into smaller, more manageable segments. What is this process called?

  • Subnetting (correct)
  • Bridging
  • Routing
  • Switching

In the TCP/IP model, which layer is responsible for providing reliable data delivery between applications?

  • Application Layer
  • Transport Layer (correct)
  • Internet Layer
  • Network Access Layer

Which of the following is the primary function of a 'default gateway' in a network configuration?

<p>To enable communication with networks outside the local network. (A)</p> Signup and view all the answers

What is the key difference between IPv4 and IPv6 addresses?

<p>IPv4 addresses are 32-bit, while IPv6 addresses are 128-bit. (A)</p> Signup and view all the answers

Which of the following best describes the role of a 'host' on a network?

<p>A device that both sends and receives data on a network. (C)</p> Signup and view all the answers

Which network topology is characterized by all devices connecting to a central hub or switch?

<p>Star Topology (C)</p> Signup and view all the answers

Which layer of the TCP/IP model is responsible for translating domain names into IP addresses?

<p>Application Layer (C)</p> Signup and view all the answers

Signup and view all the answers

Flashcards

What does CCNA stand for?

Cisco Certified Network Associate. Validates fundamental networking knowledge.

What is Networking?

Devices connecting and communicating to share resources.

What are Hosts?

Devices that send or receive data on a network.

What is Bus Topology?

All devices connect to a central cable (backbone).

Signup and view all the flashcards

What is Star Topology?

All devices connect to a central hub or switch.

Signup and view all the flashcards

What is the Application Layer?

Provides network services to applications (e.g., HTTP, SMTP, DNS).

Signup and view all the flashcards

What is an IP address?

A logical address for device identification and communication.

Signup and view all the flashcards

What is Subnetting?

Dividing a larger network into smaller subnetworks.

Signup and view all the flashcards

CIDR (Classless Inter-Domain Routing)

Uses a prefix length (e.g., /24) to indicate the network portion of an IP address.

Signup and view all the flashcards

Routing

Forwards data packets from one network to another.

Signup and view all the flashcards

Switching

Forwards data packets within a local network (LAN).

Signup and view all the flashcards

MAC Addresses

Unique hardware addresses that are assigned to network interfaces.

Signup and view all the flashcards

Firewalls

Control network access based on defined rules; can be hardware or software.

Signup and view all the flashcards

DNS (Domain Name System)

Translates domain names (e.g., google.com) into IP addresses.

Signup and view all the flashcards

DHCP (Dynamic Host Configuration Protocol)

Automatically assigns IP addresses to devices on a network.

Signup and view all the flashcards

NAT (Network Address Translation)

Translates private IP addresses to public IP addresses, allowing sharing of a single public IP.

Signup and view all the flashcards

Study Notes

  • CCNA (Cisco Certified Network Associate) is an IT certification offered by Cisco.
  • It validates a professional's fundamental knowledge of networking concepts.
  • It demonstrates the ability to install, configure, operate, and troubleshoot medium-sized routed and switched networks.
  • CCNA is often a foundational certification for more advanced Cisco certifications.

Network Fundamentals

  • Networking involves devices connecting and communicating to share resources.
  • Hosts (end devices) are devices that send or receive data on a network (e.g., computers, smartphones, servers).
  • Servers provide resources to the network, and clients use those resources.
  • Network devices (e.g., routers, switches, firewalls) facilitate communication between hosts.
  • Network media (e.g., copper cables, fiber optic cables, wireless) provide the physical path for data transmission.

Network Topologies

  • Bus Topology: All devices connect to a central cable (backbone). Simple but prone to failure.
  • Star Topology: All devices connect to a central hub or switch. Most common topology, easy to manage.
  • Ring Topology: Devices connect to each other in a circular path. Data travels in one direction.
  • Mesh Topology: Devices are interconnected with many redundant connections. High fault tolerance but expensive.

TCP/IP Model

  • Application Layer: Provides network services to applications (e.g., HTTP, SMTP, DNS). Closest to the end user.
  • Transport Layer: Provides reliable or unreliable data delivery between processes (TCP, UDP).
  • Internet Layer: Provides logical addressing and routing of data packets (IP).
  • Network Access Layer: Handles physical transmission of data on the network medium (Ethernet, Wi-Fi).

IP Addressing

  • An IP address is a logical address assigned to each device on a network for identification and communication.
  • IPv4 addresses are 32-bit addresses represented in dotted decimal notation (e.g., 192.168.1.1).
  • IPv6 addresses are 128-bit addresses represented in hexadecimal notation (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
  • Subnet mask is used to divide an IP address into network and host portions.
  • Default gateway is the IP address of the router that allows a host to communicate with networks outside its own.

Subnetting

  • Subnetting is dividing a larger network into smaller subnetworks.
  • It improves network performance, security, and manageability.
  • A subnet mask determines the number of available subnets and hosts per subnet.
  • Classful subnetting (Class A, B, C) is less flexible than classless subnetting (CIDR).
  • CIDR (Classless Inter-Domain Routing) uses a prefix length (e.g., /24) to indicate the network portion of an IP address.

Routing

  • Routing is the process of forwarding data packets from one network to another.
  • Routers are network devices that make routing decisions based on destination IP addresses.
  • Routing tables store information about networks and the best paths to reach them.
  • Static routing is manually configuring routes in the routing table.
  • Dynamic routing uses routing protocols to automatically learn and update routing tables (e.g., RIP, OSPF, EIGRP).

Switching

  • Switching is forwarding data packets within a local network (LAN).
  • Switches are network devices that forward traffic based on MAC addresses.
  • MAC addresses are unique hardware addresses assigned to network interfaces.
  • A switch maintains a MAC address table to map MAC addresses to switch ports.
  • VLANs (Virtual LANs) logically segment a switch into multiple broadcast domains.

Network Security

  • Firewalls control network access based on defined rules. They can be hardware or software.
  • Access Control Lists (ACLs) filter network traffic based on source/destination IP addresses, ports, and protocols.
  • Intrusion Detection Systems (IDS) monitor network traffic for malicious activity.
  • Intrusion Prevention Systems (IPS) actively block or prevent malicious activity.
  • VPNs (Virtual Private Networks) create secure connections over a public network (e.g., the Internet).

Wireless Networking

  • Wireless networks use radio waves to transmit data.
  • Wi-Fi (Wireless Fidelity) is a common standard for wireless networking.
  • Wireless routers (access points) provide wireless connectivity to devices.
  • SSID (Service Set Identifier) is the name of a wireless network.
  • Wireless security protocols (e.g., WPA2, WPA3) encrypt wireless communication.

Network Services

  • DNS (Domain Name System) translates domain names (e.g., google.com) into IP addresses.
  • DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to devices on a network.
  • NAT (Network Address Translation) translates private IP addresses to public IP addresses. This allows multiple devices on a private network to share a single public IP address.

Troubleshooting

  • Troubleshooting involves identifying and resolving network issues.
  • Ping command tests connectivity to a remote host.
  • Traceroute command traces the path a packet takes to reach a destination.
  • show commands are used on Cisco devices to display configuration and status information.
  • Common network issues include connectivity problems, slow performance, and security threats.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

Explore fundamental networking concepts for the CCNA certification. Learn about network devices, hosts, and various network topologies like bus, star, and ring. Understand how these elements facilitate data communication.

More Like This

CCNA Overview Quiz
7 questions

CCNA Overview Quiz

HaleBiography8906 avatar
HaleBiography8906
CCNA Flashcards 2023
23 questions
Use Quizgecko on...
Browser
Browser