Midterm Review Flashcards
What is ARP and what does it do?
Address Resolution Protocol - used to resolve IP addresses to MAC Addresses
Give two examples of link-state protocols.
OSPF (Open Shortest Path First)
IS-IS (Intermediate System to Intermediate System)
What port is commonly used for DNS?
53
What is DNS caching?
DNS caching - the process in which a server learns the address and retains that information for a certain amount of time designated by the TTL (time to live) of the record configured at the residing DNS server.
What does a VPN do?
Allows access to a private network over the public Internet in a secure way.
Identify the TCP 3-way Handshake.
SYN
SYN ACK
ACK
Identify the following subnet masks?
/16
/24
The number indicates the number of bits that are used for the subnet mask. /16 indicates that 16 bits are used, so all 8 bits for the first octet and 8 bits for the second:
255.255.0.0
/24 indicates that the first 24 bits are used and therefore:
255.255.255.0
What is CSMA/CD?
Carrier Sense Multiple Access/Collision Detection - a set of rules determining how network devices will respond when a collision occurs on the network. This can occur when two devices are attempting to use a single data channel simultaneously.
What are the two most common wireless frequencies?
2.4 GHz and 5 GHz
What port is commonly used for the HTTP protocol?
80
What is decapsulation?
The process in which a data packet is unwrapped to be used in higher layers.
What is a firewall?
Firewall - a device that sits on the edge of the network that is used to filter incoming and outgoing Internet traffic packet by packet. It will apply a set of rules to the packet based on the order of the rules. Once a decision has been made on a packet, the decision is done.
What port is commonly used for SSH?
22
True or False?
A packet is being filtered by a firewall. The firewall processes each rule for the packet and applies that last rule that it matches to the packet.
False.
Firewall rules are processed in order and once a match has been made, the decision is complete.
What is a root server?
One of 13 name servers that are spread across the globe that are used for name resolution. DNS servers use these root servers in order to resolve names that are not in their own DNS database.
What is encapsulation?
A process that involves the wrapping the higher layer protocol data unit for use by the lower layers. The goal is to keep each layer simple, logically separate, but remain interoperable with the other layers
Name two devices that operate at Layer 2 of the OSI Model.
Bridge
Switch
Name Layer 4 of the OSI Model.
Transport
What port is commonly used for SMTP?
25
What is an RIR and what is its purpose?
Regional Internet Registry - distributes the IP address block around the world, North American ARIN
What is DHCP and what is it used for?
Dynamic Host Configuration Protocol - The Dynamic Host Configuration Protocol is used in order to assign IP addresses to clients on the network automatically. A device that acts as a DHCP server can provide the IP address, the subnet mask, the default gateway, and DNS Name Servers to clients that request this information to allow the client to communicate on the network. DHCP belongs to the application layer.
What are two routing protocols that are examples of distance vectors?
RIP
EIGRP
What port is commonly used for Telnet?
23
What is an “A” record?
A host record that consists of an IP Address
Give an example of a Layer 1 device.
Hub
Repeater
Name Layer 7 of the OSI Model
Application