N10-009-Section_6_Bonus Flashcards
(291 cards)
List the 4 layers of the TCP/IP Stack
Application, Transport, Internet, Link
Describe the Application layer (TCP/IP)
Represents data users, encode and controls the dialog (Maps to the Application, Presentation, and Session layers of the OSI)
Describe the Transport layer (TCP/IP)
Supports communication between end devices across a diverse network (Maps to the Transport layers of the OSI)
Describe the Internet layer (TCP/IP)
Provides logical addressing and determines the best path through the network (Maps to the Internet layer of the OSI)
Describe the Link layer (TCP/IP)
Controls the hardware devices and media that make up the network (Maps to the Data-Link and physical layers of the OSI)
SONET
Backbone of the internet, as opposed to Ethernet as a standard, SONET works with higher level systems / Tier 1 internet
Define ARP
Address Resolution Protocol - If a computer has an IP address for another computer but doesn�t have the MAC, it will send out a broadcast to ask for the MAC associated with that IP so it can send frames to that computer. ARP resolves MAC addresses from IP addresses
What command can you run to see the stored ARP data on a computer (Windows)
arp -a
Whats the Broadcast Address for ARP
FF:FF:FF:FF:FF:FF
Define IANA
Internet Assigned Numbers Authority - They made up the classes of IP addresses and hand IP ranges out to RIR (Regional Internet Registries)
Define RIR
Regional Internet Registries - organizations in charge of managing internet/ip standards for large sections of the world (North America, Asia, etc,,,) - RIRs give IP addresses to ISPs
What is ::1
Loopback address for IPv6
Static NAT (SNAT)
Static NAT is a one-to-one mapping between a private IP address and a public IP address. This means that each private IP address is permanently mapped to a specific public IP address. One-to-One Mapping: Each private IP is always mapped to the same public IP, regardless of when or how many times the private device communicates with external networks.
Dynamic NAT (DNAT) (pooled NAT)
Dynamic NAT automatically maps a private IP address to a public IP address from a pool of available public IPs. Unlike Static NAT, the mapping is not fixed and can change every time the private device sends traffic.
Port Triggering
Can trigger a different port to forward when receiving on a defined port. Example: FTP, you can set port forwarding to trigger ports 20 and 21 when a request is sent on port 20. Conditional Port Forwarding. Closes the forwarded port after the session is finished
Cisco IOS
Cisco CLI
What is IGMP?
Internet Group Management Protocol - Works on the Internet layer of the TCP/IP model. Used in Multicast, a video server will assign the data to a multicast address. 1 video stream can enter a network and the router will propagate the data to all computers who are requesting the stream.
What is in the IGMP Packet?
Source Address, Group Address, Checksum, Type - The group address is a multicast address that all computers on a network, who are requesting the video, can use to receive the stream.
What is tracert (Windows) or traceroute (Linux)
Command that allows you to check all the hops from your router to another
What is Pathping
Same as tracert but it uses a different protocol so it can succeed where tracert might fail
What is Wireshark
A protocol analyzer
Netstat
Command that will show the active connections on your computer
Netstat -n
Presents the results numerically (no dns names, just IP addresses)
Netstat -b
Shows the executable for each connection