Addressing on Networks Chapter 3 Flashcards

1
Q

How addressing happens in each OSI Layers

What are the two types of IP addresses?

A

IPv4—IPv4 (Internet Protocol version 4) addresses have 32 bits and are
written as four decimal numbers called octets.

IPv6 (Internet Protocol version 6) addresses have 128 bits and are written as eight blocks of hexadecimal numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ftp is the host name usually given to an FTP server.

Define “Host name” & “Domain Name”

A

Collectively, the last two parts of a host’s name
(for example, mycompany.com) are called the domain name, which matches the name of the organization’s domain or network. The first part (for example
susan, ftp, and www) is the host name, which identifies the individual computer on the network.

“www” host name assigned to a computer running a web server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How addressing happens in each OSI Layers

Data Link Layer

A

A MAC address is embedded on every NIC on the
globe and is assumed to be unique to that NIC

Nodes on a
LAN find each other using their MAC addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How addressing happens in each OSI Layers

Network Layer IP Adress

A

An IP address is assigned to nearly every interface,
which is a network connection made by a node on a network. An IP address can be used to find any computer in the world if the IP address is public on the Internet.

an IP address is used only at the Network layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How addressing happens in each OSI Layers

Transport Layer Ports

A

A port is a number used by the Transport layer to find an application. It identifies one application among several that might be running on a host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How addressing happens in each OSI Layers

Application Layer FQDNS(host name and computer names)

A

Every host on a network is assigned a unique character-based name called the FQDN (fully
qualified domain name), for example, susan.mycompany.com, ftp.mycorrpany.
com, and www.mycompany.com.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How addressing happens in each OSI Layers

Internet Assigned Numbers Authority

A

Organization that tracks the assignments of IP addresses, port numbers and domain names.(IANA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Internet Corporation for Assigned names and numbers

A

A nonprofit organization charged with setting many policies that guide how the internet works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

MAC ADDRESSES PART 1(Data Link Layer)

MAC ADDRESES

A

You can find a network adapter’s MAC address stamped directly onto the NIC’s circuit board or on a sticker attached to some part of the NIC. MAC addresses contain two parts, are 48 bits long, and are written as hexadecimal numbers separated by colons—for example, oo:6o:8C:oo:54:99

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

MAC ADDRESSES PART 1 (Data Link Layer)

The first 24 bits (six hex
characters, such as oo:6o:8C in our example) are known as the

which identifies the NIC’s manufacturer.

A

OUI (Organizationally
Unique Identifier)

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

MAC ADDRESSES PART 1(Data Link Layer)

A manufacturer’s OUI is assigned by the IEEE (Institute of Electrical and Electronics Engineers). If you know a computer’s MAC address, you can determine which company manufactured its NIC by looking up its OUI.

A

The IEEE maintains a database of OUIs and their manufacturers,
which is accessible via the web.The last 24 bits make up the extension identifier or device ID and identify the
device itself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

TCP/IP

A

Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(Network Layer)

IP ADDRESSES

A

IP addresses identify nodes at the Network layer.
Whereas MAC addresses are used for communication inside a network, an IP address is required in order for a device to communicate outside its local network through a gateway device such as a router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

(Network Layer)

Static IP Addresses

A

You can permanently assign a static IP address to a device, or configure the device to request and receive a dynamic IP address from a DHCP server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

(Network Layer)

DHCP (Dynamic Host configuration Protocol)

A

A server that manages the dynamic distribution of IP addresses to devices on network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

(Network Layer)

Gateaway

A

A computer, router, or other device that a host uses to access another network.

17
Q

(Network Layer)

Default Gateaway

A

is the gateway device that nodes on the network
turn to first for access to the outside world.

18
Q

(Network Layer)

Subnet Mask

A

Also called a netmask; a 32-bit number that helps one computer
find another. A subnet is a smaller network within a larger network. A netmask indicates the bits of an IP address that identify the larger network, while the subnet mask indicates the bits of an IP address that identify a smaller subnet within the larger network.

19
Q

(Network Layer)

Network ID

A

The 32 bits are used to indicate what portion of an IP address is the
network portion,and what part is the host portion.

20
Q

(Network Layer)

DNS server

A

-servers that are responsible for tracking computer names and their
IP’addresses.

21
Q

(Netwokr Layer)

IPCONFIG

A

Utility in a command prompt window to find out the current TCP/IP settings. Helpful using DHCP because an automacally assigned IP address is not reported to the IPv4 properties.

22
Q

IPv4 Addresses

A

A 32-bit IP address is organized into four groups of 8 bits each, which are presented as four decimal numbers separated by periods, such as 72.56.105.12. Each of these four groups is called an octet.

23
Q

Format of IPv4 addresses

A

The first part of an IP address identifies the network, and the last part identifies the host. When using classful addressing, which is an older method of managing IP addresses ranges, the dividing line between the network and host portions is determined by the numerical range.

24
Q

DHCP (Dynamics Host Configuration Protocol)

A

Dynamic IP addresses are automatically assigned by DHCP server each time a computer connects to the network

25
Q

NAT (NETWORK ADDRESS TRANSLATION)

A

is a technique designed to conserve the number of public IP addresses needed by a network.

26
Q

ADDRESS TRANSLATION

A

A gateway device that stands between a private network and other networks substitutes the private IP addresses used by computers on the private network with its own public IP address when these computers need access to other networks or the Internet.

27
Q

PAT (Port Adddress Translation)

A

Assigns a separate TCP port to each session between a local host and an Internet host.

28
Q

Two Variations of NAT

A

SNAT (Static Network Address Translation or Source Network Address Translation) The gateway assigns the same public IP address to a host each time it makes a request to access the Internet.

DNAT (Destination Network Address Translation) hosts outside the network address a computer inside the network by a predefined public IP address. When a message sent to the public IP address reaches the router managing DNAT, the destination IP address is changed to the private IP address of the host inside the network.

29
Q

IPv6 Addresses

A

Recall that an IPv6 address has 128 bits that are written as eight blocks of hexadecimal numbers separated by colons.