CISCO Exam 4 Flashcards
Subnetting Information
fu = n + 1
br = n2 - 1
lu = br - 1
subnet: 1 2 4
host: 256 128 64
mask: 24 25 26
Question for Stokes: How many subnets for 2 hosts?
Broadcast Domain
Interface that Routers send broadcasts to
anycast
multiple devices with same address. Sent to closest device.
What are GUAs?
ipv6 public addresses
Global Routing Prefix ~ provider assigned
Subnet/Interface ID ~ identifies subnet and host
Local Link Address
Communication on same link/subnet. FE80::
all ipv6 need LLA.
Unique Local Address
FC00 – FDFF
communication of nodes on different links/subnets
RS
RA
hosts ask router for addressing
router sends to host nodes
How are Local Link Addresses Configured?
- EUI-64 ~ adds bits to mac address
- Random interface ID
How are GUAs dynamically configured
- SLAAC ~ everything
- SLAAC Stateless ~ some from dhcp
- Stateful ~ everything from dhcp but default gateway
How to verify ipv6 address?
show ipv6 route
show ipv6 interface brief
ipv6 multicast address types
well known
solicited node
What are the two common IPv6 assigned multicast groups?
FF02::1 – All nodes
FF02::2 – All routers
ICMP
Internet Control Message Protocol
Traceroute
Gives path that packet hopped on
DAD
Detects Duplicate Addresses
(Duplicate Address Detection)
Transport Layer Protocols
TCP (Slow and Thorough)
-Large Header
UDP (Fast and Sloppy)
-Small Header
Port Numbers
Identify application in system
Socket Pair
Pair of source and destination port/ip addresses.
Port Group
1023
49151
65000
Legacy Classful Addressing
127
191
223
239
254
netstat
Lists protocols in use
TCP Flow Controls
Window Size ~ Determines the number of bytes that can be sent before expecting an
acknowledgement
Segment Size
Congestion Control ~ Limits data sent if not receiving acknowledgment
RST
Reset Connection
Presentation Layer
Presents data properly