Networkk Layer Flashcards

1
Q

IP addresses

A

belong to the networks, not the devices attached to those networks. So your laptop will always have the same MAC address no matter where you use it. But it’ll have a different IP address assigned to it at an Internet cafe than it would when you’re at home

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

Dynamic Host Configuration Protocol

A

emember that on many modern networks, you can connect a new device. And an IP address will be assigned to it automatically

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

static IP address

A

An IP address assigned this way is known as a dynamic IP address.

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

static IP address,

A

The opposite of this, which must be configured on a node, manually

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

Dynamic vs static

A

n most cases, static IP addresses are reserved for servers and network devices, while dynamic IP addresses are reserved for clients. But there are certainly situations where this might not be true.

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

IP datagram

A

Under the IP protocol (network layer). Just like any Ethernet frame, an IP datagram is a highly structured series of fields that are strictly defined. The two primary sections of an IP datagram are the header and the payload.The most common version of IP is version four or IPv4. Version six or IPv6, is rapidly seeing more widespread adoption

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

fragmentation offset field

A

contains values used by the receiving end to take all the parts of a fragmented packet and put them back together in the correct order

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

The Time to Live or TTL field.

A

This field is an 8-bit field that indicates how many router hops a datagram can traverse before it’s thrown away.

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

checksum field.

A

we finally get to two very important fields, the source and destination IP address fields

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

padding field

A

a series of zeros used to ensure the header is the correct total size

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

dotted decimal notation

A

IP addresses are 32-bit long numbers made up of 4 octets, and each octet is normally described in decimal numbers. 8 bits of data, or a single octet, can represent all decimal numbers from 0 to 255. For example, 12.34.56.78 is a valid IP address. But 123.456.789.100 would not be, because it has numbers larger than could be represented by 8 bits.

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

Address Resolution Protocol or ARP

A

ARP is a protocol used to discover the hardware address of a node with a certain IP addressOnce an IP datagram has been fully formed, it needs to be encapsulated inside an Ethernet frame.

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

ARP table

A

In ARP table is just a list of IP addresses and the MAC addresses associated with them

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

ARP response

A

his response message will contain the MAC address for the network interface in question.

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

which are used to identify networks

A

network IDs

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

which are used to identify individual hosts