• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/52

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

52 Cards in this Set

  • Front
  • Back
private networks
10.0.0.0/8 (10.0.0.1 through 10.255.255.254)
172.16.0.0/12 (172.16.0.1 through 172.31.255.254
192.168.0.0/16 (192.168.0.1 through 192.168.255.255)
ICS
ICS uses the 192.168.0.0/24 address range (192.168.0.1 through 192.168.0.254),
configure the Local Area Connection
netsh interface ipv4 set address "local area connection" static 10.0.0.11 255.255.255.0 10.0.0.11

netsh interface ipv4 set dnsservers "local area connection" static 10.0.0.11

netsh interface ipv4 set address name="local area connection" source=dhcp

netsh interface ipv4 set dnsservers name="local area connection" source=dhcp
negative caching
the source computer does not attempt to obtain name resolution but instead uses the cached information and again fails the request.
flush the DNS cache
ipconfig /flushdns
Ping windows 7
in Windows 7, you cannot ping other computers on your network by default.
Netstat
The Netstat command-line tool displays active connections
Netstat provides statistics for the following:
The name of the protocol (TCP or UDP)
The IP address of the local computer and the port number being used
The IP address and port number of the remote computer
The state of a TCP connection
21cd:53::/64
the first 64 bits of the address are the
network
prefix.
multinetting.
Multiple subnet IDs can be assigned to the same link
IPv6 Address Types
Unicast
Multicast
Anycast
Unicast
Identifies a single interface within the scope of the unicast address type. Packets addressed to a unicast address are delivered to a single interface.
Multicast
Identifies multiple interfaces. Packets addressed to a multicast address are
delivered to all interfaces that are identified by the address.
Anycast
Identifies multiple interfaces. Packets addressed to an anycast address are delivered to the nearest interface identified by the address
IPv6 Unicast Addresses
Global
Link-local
Site-local
Special
Global Unicast Addresses
Global unicast addresses are the IPv6 equivalent of IPv4 public addresses and are globally routable and reachable on the IPv6 Internet.
Link-Local Addresses
Link-local IPv6 addresses are equivalent to IPv4 addresses allocated through APIPA. You can identify a link-local address by an FP of 1111 1110 10, which is followed by 54 zeros (link-local addresses always begin with fe8)
Site-Local Addresses
Site-local IPv6 addresses are equivalent to the IPv4 private addresses. Private intranets that do not have a direct, routed connection to the IPv6 Internet can use site-local addresses without conflicting with global unicast addresses

Site-local addresses begin with fec0.
Special Addresses
The loopback address 0:0:0:0:0:0:0:1 (or ::1) is used
to identify a loopback interface and is equivalent to the IPv4 loopback address 127.0.0.1.

0:0:0:0:0:0:0:0 (or ::) is used to indicate the absence of an address and is equivalent to the IPv4 unspecified address 0.0.0.0
FP
Format Prefix (FP)
IPv6 Multicast Addresses
multicast addresses enable an IPv6 packet to be sent to a number of hosts, all of which
have the same multicast address. They have an FP of 11111111 (they always start with ff ).
What type of address is fec0:0:0:eadf::1ff?
Unicast site-local
IPv6 Anycast Addresses
An anycast address is assigned to multiple interfaces. Packets sent to an anycast address are forwarded by the routing infrastructure to the nearest of these interfaces
Exam Tip IPv6
A global unicast address is the IPv6 equivalent of an IPv4 public unicast address, and it
typically starts with a 2. A link-local IPv6 address is equivalent to an IPv4 APIPA address and it starts with fe8. A site-local IPv6 address is equivalent to an IPv4 private address and it starts with fec0. The special IPv6 addresses :: and ::1 are equivalent to the IPv4 addresses 0.0.0.0 and 127.0.0.1. Multicast IPv6 addresses start with ff. Anycast addresses are assigned only to routers and are beyond the scope of the 70-680 examination.
The Advantages of IPv6
Increase address space
Automatic Address configuration
Network level security
Real-time data delivery
Touting table size
Header size and extension headers
Removal of broadcast traffic
How many bits are in an IPv4 address?
32
How many bits are in an IPv6 address?
128
ND
Neighbor Discovery (ND) protocol
Teredo server
A Teredo server is an IPv6/IPv4 node connected to both the IPv4 Internet and the IPv6 Internet that supports
a Teredo tunneling interface.
Intra-Site Automatic Tunneling Addressing Protocol (ISATAP) Address
IPv6 can use an Intra-Site Automatic Tunneling Addressing Protocol (ISATAP) address to communicate between two nodes over an IPv4 intranet
implement IPv6-to-IPv4 compatibility
You can implement IPv6-to-IPv4 compatibility by using the IPv6 tools Netsh interface ipv6
6to4, Netsh interface ipv6 isatap, and Netsh interface ipv6 add v6v4tunnel
netsh interface ipv6 show neighbors
shows the IPv6 interfaces of all hosts on the local
subnet
% character followed by a number after each IPv6 address
This is the interface ID, which identifies the interface that is configured with the IPv6 address.
to manually configure an IPv6 address
Netsh interface ipv6 set address command
the command to add IPv6 addresses of DNS
Netsh interface ipv6 add dnsserver
The command to add a default
gateway
Netsh interface ipv6 add route
What Netsh command lists site IDs?
netsh interface ipv6 show address level=verbose
You can check the contents of
the neighbor cache
netsh interface ipv6 show neighbors
flushes the cache
netsh interface ipv6 delete neighbors
You can display the current contents of the destination cache
netsh interface ipv6 show destinationcache.

To flush the destination cache, enter netsh interface ipv6 delete destinationcache.
You can identify the IPv6 address of your default router interface
Ipconfig, Netsh interface ipv6 show routes, or Route print
What Netsh command could you use to identify the IPv6 address of your default router interface?
netsh interface ipv6 show route
to view the local IPv6 routing table
Route print, Netstat –r, or Netsh interface ipv6 show route
To connect to the wireless network
netsh wlan connect name=default

netsh wlan connect name=default ssid=myothernet

netsh wlan disconnect
To disconnect from all interfaces, you enter the following command
netsh wlan disconnect interface=*
preferred list
If you have previously connected to various wireless networks, the list of these networks is referred to as your preferred list
The following authentication types for wireless
No authentication (open)
Shared (a shared secret passkey)
Wi-Fi Protected Access (WPA)-Personal
WPA2-Personal
WPA-Enterprise
WPA2-Enterprise
802.1X
Ad hoc network protocols
Ad hoc networks use IPv6
Wireless Network Technologies
802.11b
802.11a
802.11g
802.11n
From which dialog box can you add a new protocol, server service, or client service?
The Local Area Connections Properties dialog box
network bridge
A network bridge is software or hardware that connects two or more networks so that they
can communicate. If you are managing a network that has different types of networks (for
example, wired and wireless), you would typically use a bridge when you want to exchange information or share files among all the computers on those networks.
increase security in wireless network
Change the default SSID
Turn on WPA or WEP encryption
Change default administrator passwords
Enable MAC address filtering
Disable SSID broadcast
Do not auto-connect to open wireless networks
Enable firewalls
Position the WAP centrally
Turn off the network during extended periods of nonuse
Consider assigning static IP addresses to wireless clients