Chapter 2 - Network Installation & Configuration Flashcards
NAT
name?
purpose?
where is it most often used?
2-61
network address translation
translate one set of IP addresses to another set of IP addresses
most often used between a private network and the internet
PAT
name?
purpose?
contrast PAT with NAT
2-61
port address translation
to use port numbers to provide address translation for many inside source addresses to one outside source address
PAT-many to one
NAT-one to one
VLAN
name?
purpose?
how does it work?
2-63
virtual local area network
to solve the problem of subnets being limited by physical location
switches create subnets, these subnets span multiple switches, these kinds of networks are VLANs, and special links called trunks hold all the VLANs
draw a picture that explains the difference between full duplex and half duplex
2-63
full: AB, both can send AND receive at the same time
half: A -> OR
tell me the MAC address broadcast address
what is VTP?
what does VTP allow?
2-64
FF-FF-FF-FF-FF-FF
VLAN trunking protocol
allows you to create a switch with the role of “server” that you can configure with your VLAN information
QoS
name?
purpose?
2-66
Quality of Service
network technique that divides traffic into categories based on the protocol of the traffic, this allows for prioritization
port mirroring
what kind of device does it and what’s the point of doing it?
2-66
IDS/IPS
get a copy of network packets from one switch port to another, for the purpose of monitoring the packets and logging them for security
tell me the 2 typical frequencies used by WAP (wireless access point)
what about channels? (3 of them)
why use those channels?
2-68
2.4 GHz, 5 GHz
1, 6, 11
because they don’t overlap and therefore they are the least likely to interfere with each other
what is SSID?
why would you disable it?
2-68
service set ID
for extra security
reproduce table 2.2 wireless standards. (all 802.11)
standard, modulation, frequency, max speed
2-69
a - OFDM, 5GHz, 54Mbps
b - DSSS, 2.4GHz, 11Mbps
g - both, 2.4GHz, 54Mbps
n - both, both, 600Mbps
tell me 4 devices you would want to statically configure an IP address for
2-70
server
printer
plotter
router interfaces
what is reservation address?
what is “scope”?
2-71
when you configure a device to pull the same IP address from a DHCP server every time
the range of addresses that can be assigned to clients
your client got an IP address from your DHCP server. at what point will the client attempt to renew its lease?
2-72
when 50% of the lease time has expired
wireless configuration
where will you see compatibility issues?
improper placement of a WAP will cause issues with ____, ____, and ____. these things will, in turn, cause what 2 things to happen?
2-76
a against b/g/n
signal strength, bounce, and interference
latency of signal, poor connection
interfaces on switches and routers are sometimes referred to as what?
MTU: name and size range for ethernet packets
2-77
physical ports
maximum transfer unit
64 bytes to 1518 bytes