CCNA review Flashcards
Describe how dynamic NAT works
- Maps multiple local to global addresses
- Takes global addresses from pool on first-come, first-serve
Explain why syslog is used.
- Enables you to gather logging info for monitoring and troubleshooting
- To select the type of logging info that is captured
- To specify the destinations of captured syslog messages
Explain why SNMP is used, how it works, and its versions.
- It allows an NMS to get environment and performance parameters of a network device.
- It defines how SNMP managers and agents exchange management info.
- It’s versions are SNMP manager, SNMP agent, and MIB
Explain VPNs.
- They secure communication across an untrusted network.
- Are logical networks, independent of physical architecture
- Are independent of IP addressing and routing schemes. (noncryptographic)
- They secure confidentiality, message integrity, and origin authentication (cryptog)
- Classified according to deployment mode and underlying technology
- They provide cost savings, scalability, security, and compatibility with broadband tech
Explain the basic concept of switching
- switch builds MAC address table that matches the destination MAC address with port used to connect to a node
- MAC address in frame header is compared to list of addresses in MAC table
- Switch uses MAC addresses as they decide whether to filter, send, or flood the frames
- When destination MAC address of received unicast frame resides on same switch port as source, switch drops the frame
Describe how switches operate and build CAM table
- Switches perform learning and forwarding actions
- Create and maintain MAC address table by using source MAC addresses of incoming frames an the port number through which the frame entered the switch
Describe reserved IPv4 addresses.
- They can’t be assigned to individual devices on a network.
- They include a network address used to identify the network itself and a broadcast address.
- Ones with binary zeros in all host bit positions is reserved for the network address.
- Network address, Local broadcast address, Directed broadcast address, Local Loopback, Autoconfiguration Ipv4, Ipv4 for Documentation, and All Zeros
Describe the IPv6 unicast addresses
- Global Unicast (2000::/3): Assigned by IANA and used on public networks. Are equal to Ipv4 global addresses.
- Link Local (fe80::/10): Auto configured on interface, the scope is only on physical link, and is required.
- Unique Local (fc00::/7): Used for local comms.
- Used in one-to-one context.
- Are assigned to each node.
List the characteristics and features of switches.
- Dedicated communication between devices
- Multiple simultaneous conversations.
- Full-duplex communication
- Media-rate adaptation.
- High port density
- Large frame buffers.
- Port speed
- Fast internal switching
- Low per-port cost
Identify the components of a LAN
- Hosts
- Interconnections (NICs and Network media)
- Network Devices (Ethernet switches, routers, and APs)
- Protocols
Describe the issues in poorly designed LANs
- Has increased support costs
- Reduced service availability
- Limited support for new apps and solutions
Describe the enterprise network design
- Tiered network design models use a hierarchical design
- Each element in hierarchy has a specific set of functions and services that it offers a specific role to play in the design
- Allows you to better understand the features that may be needed
- Can be upgrades as tech changes
- Makes it easy to discuss and learn about a particular part of the solution
- The modularity is based on designing in layers
- Includes access, distribution, and core layers
Describe the options for inter-VLAN routing
OPTION 1: Router with separate interface for each VLAN::: Facilitates the routing process in a multi-VLAN environment. When using a router to facilitate inter-VLAN routing, router interfaces are connected to switch interfaces that are in separate VLANs. This option isn’t scalable and you can run out of interfaces.
OPTION 2: Router on a stick::: A single physical interface routes traffic among multiple VLANs on a network.
Describe the features of OSPF
- Uses two-layer hierarchy that has two primary elements (AS and Area)
- Fast convergence
- Ability to scale larger than networks
Explain how OSPF decides what is the best path through the network
-As OSPF routers accumulate link-state info, they use the SPF algorithm to calculate the shortest path to each network.
Explain OSPF neighbor states
Down State: No info exchanged between routers yet. Router sends hello packet
INIT State: All routers running OSPF get the hello packet from first router and add the router to their list of neighbors
Two-way State: Each router that got the hello packet sends unicast reply hello packet to the first router with its corresponding info. Neighboring field in packet lists all neighboring routers, including first router.
Describe the process of loading Cisco IOS configuration files
- Router starts
- If there’s an existing startup config file in NVRAM, it’s executed.
- If there isn’t, the device begins auto install or enters setup utility
- Router loads and executes the config from NVRAM.
- If there’s no config in NVRAM, it prompts for initial config dialog
- If startup config file isn’t in NVRAM, router may search TFTP server
- If router detects that it has an active link, it sends broadcast searching for a config file across the active link
Describe how to configure static routes
- Specify an IPv4 destination network
- Use the IPv4 address of the next-hop router
- Or use the outbound interface of the local router
Describe how to verify IPv6 static routes
- [show ip route] command
- static route includes network address, subnet mask in prefix form, and ipv4 address of the next=hop server or exit interface
- Denoted with the code “S” in the routing table.
Describe the concept of HSRP
- Facilitates transparent failover of the first-hop IP device (default gateway)
- When using HSRP, you config the host with the HRSP virtual IP address as its default gateway instead of using the IP address of the router.
- Defines a standby group of routers, while one router is designated as the active router
- Provides gateway redundancy by sharing IP and MAC addresses between redundant gateways.
- Consists of virtual IP and MAC addresses that the two routers that belong to the same HSRP group share between each other.
Explain the basic difference between TCP and UDP
TCP can ensure that data is delivered, while UDP doesn’t ensure delivery.
Explain the characteristics of TCP in brief
- Operates at the transport layer of the TCP/IP stack (OSI layer 4)
- Provides app access to the Internet layer (OSI Layer3), where app date is routed from the source IP host to the destination IP host.
- Is connection-oriented and requires that network devices set up connection to exchange data.
- Provides checksum in TCP segment to verify that header info isn’t corrupt
- Establishes two connections between source and destination which operate in full-duplex mode.
- Segments are numbered and sequenced so destination can reorder segments
- Provides mechanisms for flow control
Define the function of DNS
-Provides efficient way to convert human-readable names of IP end systems into machine readable IP addresses needed for routing
Describe the functions of a router
Path Determination:
- When router gets packet, it examines destination IP address in packet and looks for best match between the destination address and the net address in routing table.
- Matching entry means destination is directly connected to the router or it can be reached via another router.
- This router is a next-hop router and is on the path to final destination.
- If there’s no matching entry, router sends packet to default route.
Packet Forwarding:
- Another router chooses right path for packet, it forwards it through interface toward destination network
- When forwarding, routers perform encap following the OSI L2 protocol at exit interface.
- If router needs to forward the packet out of serial interface, router will encap from according to L2 protocol used on serial link