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

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;

35 Cards in this Set

  • Front
  • Back

The IEEE standard defining 64-bit physical addresses. In this scheme, the OUI portion of an address is 24 bits in length. A 40-bit extension identifier makes up the rest of the physical address to total 64-bits.

EUI-64 (Extended Unique Identifier-64)

A nonprofit, United States government-funded group that was established at the University of Southern California and charged with managing IP address allocation and the Domain Name System. The oversight for many of their functions was given to ICANN in 1998; however, they continue to perform Internet addressing and Domain Name System Administration.

IANA (Internet Assigned Numbers Authority)

The nonprofit corporation currently designated by the United States government to maintain and assign IP addresses.

ICANN (Internet Corporation for Assigned Names and Numbers)

An international society composed of engineering professionals. Its goals are to promote development and education in the electrical engineering and computer science fields.

IEEE (Institute of Electrical and Electronics Engineers)

An organization that sets standards for how systems communicate over the Internet (for example, how protocols operate and interact).

IETF (Internet Engineering Task Force)

A host name plus domain name that uniquely identifies a computer or location on a network

FQDN (fully qualified domain name)

Responsible for dynamically assigning IP, DNS, and subnet mask to network devices. Runs on ports 67 and 68

DHCP (dynamic host configuration protocol)

A network connection made by a node or host on a network is known as what?

interface

Address scheme that have 32 bits and are written as four decimal numbers called octets. Each octet consisting of 8 bits.

IPv4

Address scheme that has 128 bits and are written as eight blocks of hexadecimal numbers.

IPv6

A 24-bit character sequence assigned by IEEE that appears at the beginning of a network's interface's physical address and identifies the NIC's manufacturer.

OUI (Organizationally Unique Identifier)

Contains two parts, and are 48 bits long, and are written as hexadecimal numbers separated by colons. The first 24 bits are known as the OUI (Organizationally Unique Identifier) or block ID or company ID. Identifies the NICs manufacturer.

MAC Address or physical address

A unique set of characters assigned to each NIC by its manufacturer. In the traditional, 48-bit physical addressing scheme, the _____ _____ is 24 bits long. In EUI-64, the extension identifier is 40 bits long.

extension identifier

A device that a host uses to access another network.

gateway

The device that nodes look to to gain access to the outside world.

default gateway

A 32 bit number that helps one computer find another. The 32 bits are used to indicate what portion of an IP address is the network portion and what part is the host portion.

subnet mask

The type of server contains a database of TCP/IP host names and their associated IP addresses.

DNS Server

The command used to identify current TCP/IP settings.

ipconfig

CLI

Command Line Inteface

Used to associate computer names with IP addresses.

DNS (domain name service or domain name system)

The three elements of DNS are:

namespace - entire collections of computer names and IP addresses


name servers - a hierarchical structure of the namespace databases


resolvers - client that requests info from DNS servers

Examples of top level domains are:

.com


.org


.edu

The five resource records that are known as what?




1. This records stores the name-to-address mapping for a host.


2. This record also stores the name-to-address mapping for host but the IP address is an IPv6.


3. This record holds the alternative names for a host.


4. This record is used for reverse lookups.


5. This record identifies a mail server.

1. A (Address)


2. AAAA (Address)


3. CNAME (Canonical Name)


4. PTR (Pointer)


5. MX (Mail Exchanger)

A combination of an IP address followed by a port number of an application running on the host with a colon separating the two is known as.

socket

Ports that range from 0 - 1023 are known as what?

well-known ports (Assigned by IANA)

Ports that range from 1024 - 49151 are known as what?

registered ports (used by users and processes that are not considered standard processes)

Ports that range from 49152 - 65535 are known as what?

dynamic and private ports (open ports open for use without restriction)

IP range 169.254.0.0 - 169.254.255.255 is known as what? This range is used when DHCP fails.

APIPA (Automatic Private IP Addressing)

The process of substituting a private IP address used by computers on a private network with the public IP address of a gateway device or router when these computers need access to other networks or the Internet.

address translation

This assigns a separate TCP port number to each ongoing conversation, or session, between a local host and an Internet host.

PAT (port address translation)

Using this protocol a gateway assigns the same public IP address to a host each time it makes a request to access the Internet.

SNAT (static network address translation)

Using this protocol a gateway has a pool of public IP addresses that it is free to assign to a local host when ever the local host makes a request to access the Internet.

DNAT (dynamic network address translation)

A network that is configured to use both IPv4 and IPv6 is known to be what?

dual stacked

What utility or command allows you to query the DNS database from any computer on the network and find the host name of a device by specifying its IP address, or vice versa?

nslookup

What UNIX command or utility allows you to view and manage TCP/IP settings?

ifconfig