Check-Liste zum Lernen

Stand: 2010-06-12

Contents

Communication Basics

Network Layers

Protocol Principles

HDLC

Multiplexing methods

X.25

Frame Relay

ATM

ISDN

Telco Backbones

PPP

Ethernet

Bridging and VLAN Introduction

Spanning Tree Details

Ethernet Evolution

IP

Address Resolution

BOOTP and DHCP

TCP and UDP

NAT

Routing Introduction

RIP and RIPv2

OSPF

Chapter 25 (OSPF LSAs -- why there is a dirty dozen of them) can be skipped for the exam.

BGP

Chapter 31 (BGP Packet Structure) can be skipped for the exam.

MPLS and MCAST

Multicast

You only need to understand the following topics:

  • Understand reason for multicast technology! What is an MDT?
  • Understand concepts of Shortest Path Trees vs Shared Trees
  • Know only basics about RTP and RTCP (UDP-based, one-way, sequence numbers and timestamps, RCTP provides basically quality feedback)
  • Know Class D mcast address block and only most important details such as idea of local scope (and 224.0.0.1, 224.0.0.2), global scope, and administratively scoped addresses (but no further details).
  • IGMP concepts (query/report) and differences between versions 1,2, and 3. Note the destination addresses used by query and reports!
  • Mapping of IP to MAC address and consequences!
  • Understand basic idea of IGMP snooping
  • Multicast routing basics: RPF and TTL scoping (OIL = Outgoing Interface List)
  • Idea of Dense and Sparse multicast routing protocols
  • Understand concepts of PIM-DM and PIM-SM. What are prune and graft messages? What is the PIM assert mechanism good for? Understand PIM-SM details including the concept of register packets and when to perform a switchover.

MPLS

  • Understand MPLS Transport, the concept of a control plane and data plane within a router (including FIB and LFIB), how labels are distributed and why Penultimate Hop Popping is done. (No details about LDP and TDP messaging, except that the labels are sent reliable via TCP)
  • Understand the advantage of MPLS Transport in the example "BGP Standard Behavior" vs "MPLS and BGP".
  • Understand MPLS TTL usage (TTL propagation)
  • Understand basic idea of MPLS-VPN (advantages compared to traditional VPNs) but no details needed

DNS

Basic concepts only! Here is a checklist for you:

  • What is a FQDN?
  • How is the name tree? What are zones?
  • What is the root domain (".")?
  • What are root name servers, practically, how many?
  • What are Top Level Domains?
  • Understand recursive vs. iterative query!
  • Idea of caching name server
  • Reverse lookups (why? where to start here?)
  • Concept of primary and secondary name servers
  • Resource records, basic structure (TTL!) and most importantly the A, NS, CNAME, PTR, and MX records (why they are good for)

WLAN