• 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/53

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;

53 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

How many octets are in an IP address?

Four


What comprises an octet in an IP address?

A three-digit decimal number (between 0 and 255), or an eight-digit binary number.

Binary decimal

What does the acronym ARP mean, and what does it do?

Address Resolution Protocol; resolves MAC addresses from IP addresses

Location protocol

What are ARP requests, and what type of communication is used when sending one?

It is a communication to the network requesting a computer's MAC address. Broadcast communication.

What command is used to view the ARP table on a computer?

arp -a

What are the various names (by OS) for a router in IP addressing?

MAC: Router


Win: Default Gateway


Linux: Default Router

What comprises a Subnet Mask?

In binary form, a series of ones, followed by a series of zeroes. NEVER mixed.

Segregation is the rule

What is the purpose of a Subnet Mask?

It defines a network by separating the Network ID and Host ID.

What is the first section of a Subnet Mask, and how is it defined?

The Network ID; leading ones

Segregation

What is the second section of a Subnet Mask, and how is it defined?

The Host ID; trailing zeroes

Segregation

What two numbers are never used in an IP address?

255 and 0

How is a particular network ID represented?

The decimal equivalent of the subnet mask.

What is different about an ARP for an IP address that isn't part of the network (as defined by the Subnet Mask)?

The ARP requests the MAC address for the Default Gateway, rather than the IP address.

What's another way to describe a Subnet Mask, not using the decimal IP address format, including an example?

'Whack' or 'slash', followed by the number of ones in the mask: /24 for 255.255.255.0

Bit count

What are the only numbers that can occur in each octet of a Subnet Mask, and why?

128, 192, 224, 240, 248, 252, 254, and 255. They are the only numbers produced by adding each of the binary equivalents of 11111111 and numbers created by replacing zeroes, right to left.

Leading ones

What is a class A IP address?

Any address whose first octet is between 1(00000001) and 126 (01111110).

What is a class B IP address?

Any address whose first octet is between 128 (10000000) and 191 (10111111).

What is a class C IP address?

Any address whose first octet is between 192 (11000000) and 223 (11011111).

What's a good shortcut for remembering classful licensing parameters, using the first octet?

-Class A: Octet begins with zero, EXCEPT 127 (01111111)


-Class B: Octet begins with 10


-Class C: Octet begins with 110


-Class D: Octet begins with 1110


-Class E: Octet begins with 1111

Bits

What is CIDR?

Classless Interdomain Routing, or classless subnetting. It is used to create subnets within a domain.


How are available IP addresses calculated for CIDR?

2^n-2, where n=number of bits in the Host ID of THE LAST OCTET. (Less 2 because 0 nor 255 can be used as an IP address.)

Host ID

How are the available subnets calculated for CIDR?

2^n, where n=number of bits in the Host ID section of the subnet mask.

Host ID of Subnet Mask

How are the available hosts of a subnet calculated for CIDR?

2^n-2, where n=number of bits required to meet the host count requirement.

Host ID of Subnet Mask

What are the differences and advantages of static and dynamic IP addressing?

Static addresses are manually assigned. Dynamic addresses are automatically assigned by a DHCP server. Static requires less network overhead; dynamic requires far less administration.

What packets are transferred between a DHCP server and a new client on the network, and how does each (client/server) respond?

-Client broadcasts DHCPDISCOVER packet for server.


-Server compares network with scope, broadcasts available IP from scope via DHCPOFFER (ports 67 and 68).


-Client broadcasts acceptance via DHCPREQUEST.


-Server broadcasts ack via DHCPACK.


-Client initializes TCP/IP suite.

What must be configured on a DHCP server?

Subnet mask; IP address of the DHCP server (usually ending with .1); IP range (a.k.a. starting IP and maximum clients); and lease duration.

What optional configurations are there on a DHCP server?

Reserved (statically assigned) IP addresses (exclusions), Default Gateway, Domain name, DNS server(s).

What is DHCP Relay?

Allows a single DHCP server to serve more than one broadcast domain.

Broadcast

What is the main symptom of a DHCP issue?

Unavailability of network resources, especially Internet.

Resources

What is APIPA?

Automatic Private IP Addressing. It's an IP address used by a client if a DHCP server is unavailable.

What is an APIPA address?

Any IP address beginning with 169.254.

Where does the issue reside when getting an APIPA address?

Layer 1 or the DHCP Server itself.

What causes a valid IP address that is outside of the domain's subnet mask?

Rogue DHCP server.

What is a loopback IP address?

127.0.0.1

What are private IP addresses?

Meant for private networks (behind a router), not for Internet connectivity.

Internet

What are private IP address ranges?

10.x.x.x (/8)


172.16.x.x - 172.31.x.x (/12)


192.168.x.x (/16)

What is a routing table?

It's used by a router to keep track of the networks connected to it.

What information is stored in a routing table, and how is it used?

For each network: network address (0 as the last octet(s), based on subnet); subnet mask of that network; gateway (0.0.0.0 if it's a directly-connected network); and interface (the router's IP address for that network); and the metric (used to prioritize default routes).

What is the default route in a routing table?

Used for any IP for a network not directly connected. Address and subnet are zeros; while the Gateway is for the router on the other side of the home network. Interface is the outbound port's IP address. The lower the metric, the higher priority.

How are port numbers used?

Identifies data type.

What are Well Known Ports?

The first 1024 (0 - 1023) port numbers, used for specific applications.

What is the format of an ephemeral port use, and what is its use?

A sequenced number above 1024, identifying the source application. It is generated by the client.

What is NAT, and what does it do?

Network Address Translation. It's used by routers to transmit data between clients on the local network and the Internet, by replacing the source IP address with its own, and keeping track of the transfers.

What are the versions of NAT, and how do they work?

-PAT translates internal IP addresses to an Internet address and tracks packets.


-Static NAT (SNAT or port forwarding) sends specific traffic to one internal IP address.


-Dynamic NAT (DNAT or pooled NAT) assigns fixed Internet addresses (from a pool) to a specific client.

What is port triggering and how is it implemented?

Opens a network to accept other port numbers (different from outgoing) from incoming connections. FTP (outgoing port 21; incoming port 21) is an example.

What are the methods for exposing internal devices to the Internet?

Port (or Port Range) Forwarding, Port Triggering, and DMZ. (DMZ is full exposure, the other three are port-specific.)

What is taken into consideration when creating dynamic routing tables?

MTU (Maximum Transmission Unit) and bandwidth.

What two types of dynamic routing protocols exist?

Distance Vector (routing tables sent at intervals) or Link State (routing table changes are advertised as they occur).

What are the main points of RIP (Routing Information Protocol)?

Distance Vector, Interior Gateway protocol, used mostly in small networks. Uses hop counts to determine routes/metrics. Limited to 15 hops, and only Classful networks.

What are the main points of OSPF (Open Shortest Path First)?

Link State, Interior Gateway protocol. Uses Area IDs (similar to IP addresses). Converges quickly.

What are the main points of BGP (Border Gateway Protocol)?

Hybrid Distance Vector/Link State protocol. Exterior Gateway.

How does BGP work?

Breaks the Internet down into Autonomous Systems (AS). An AS is a group of one or more router networks under the control of a single entity.

What are the main points of Autonomous Systems (AS)?

Each has a 32-bit AS number. Internal routers only need to know their BGP router, the BGP router uses the AS number to route data correctly.