Module 2 Flashcards

Network

1
Q

Address class system

A

A system which defines how the global IP address space is split up

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

Address Resolution Protocol (ARP)

A

A protocol used to discover the hardware address of a node with certain IP address

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

ARP table

A

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
4
Q

ASN

A

Autonomous system Number is a number assigned to an individual l autonomous system

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

Demarcate

A

To set the boundaries of something

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

Demarcation point

A

Where one network or system ends and another one begins

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

Destination network

A

The column in a routing table that contains a row for each network that the router knows about

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

DHCP

A

A technology that assigns an IP address automatically to a new device. It is an application layer protocol that automates the configuration process of hosts on a network

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

Dotted decimal notation

A

A format of using dots to separate numbers in a string, such as in an IP address

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

Dynamic IP address

A

An IP address assigned automatically to a new device through a technology known as Dynamic Host Configuration Protocol

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

Exterior gateway

A

Protocols that are used for the exchange of information between independent autonomous systems

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

Flag field

A

It is used to indicate if a datagram is allowed to be fragmented, or to indicate that the datagram has already been fragmented

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

Fragmentation

A

The process of taking a single IP datagram and splitting it up into several smaller datagrams

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

Fragmentation offset field

A

It 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
15
Q

Header checksum field

A

A checksum of the contents of the entire IP datagram header

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

Header length field

A

A four bit field that declares how long the entire header is. It is almost always 20 bytes in length when dealing with IPv4

17
Q

IANA

A

The Internet Assigned Numbers Authority, is a non-profit organization that helps manage things like IP address allocation

18
Q

Identification field

A

It is a 16-bit number that’s used to group messages together

19
Q

Interface

A

For a router, the port where a router connects to a network. A router gives and receives data through its interfaces. These are also used as part of the routing table

20
Q

Interior gateway

A

Interior gateway protocols are used by routers to share information within a single autonomous system

21
Q

IP datagram

A

A highly structured series of fields that are strictly defined

22
Q

IP options field

A

An optional field and is used to set special characteristics for datagrams primarily used for testing purposes

23
Q

Network Address Translation (NAT)

A

A mitigation tool that lets organizations use one public IP
address and many private IP addresses within the network

24
Q

Next hop

A

The IP address of the next router that should receive data intended for the destination networking question or this could just state the network is directly connected and that there aren’t any additional hops needed. Defined as part of the routing table

25
Q

Non-routable address space

A

They are ranges of IPs set aside for use by anyone that cannot
be routed to

26
Q

Padding field

A

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

27
Q

Protocol field

A

A protocol field is an 8-bit field that contains data about what transport layer protocol is being used

28
Q

Routing protocols

A

Special protocols the routers use to speak to each other in order to share what information they might have

29
Q

Service type field

A

A eight bit field that can be used to specify details about quality of service or QoS technologies

30
Q

Static IP address

A

An IP address that must be manually configured on a node

31
Q

Subnet mask

A

32-bit numbers that are normally written as four octets of decimal numbers

32
Q

Subnetting

A

The process of taking a large network and splitting it up into many individual smaller sub networks or subnets

33
Q

Time-To-Live field (TTL)

A

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

34
Q

Total hops

A

The total number of devices data passes through to get from its source to its destination. Routers try to choose the shortest path, so fewest hops possible. The routing table
is used to keep track of this

35
Q

Total length field

A

A 16-bit field that indicates the total length of the IP datagram it’s attached to