TCP/IP Basics Flashcards

1
Q

IP addresses are actually 1’s and 0’s

A

Dotted Decimal notation

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

Each octet in an IP address is valued between:

A

0 and 255

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

Each octet in an IP address represents a:

A

Binary string: example 192 is 11000000

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

Must know how to calculate IP’s from:

A

Binary to Octet and Octet to Binary

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

There are exactly 256 combinations for an Octet

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

How does your computer resolve MAC addresses from IP Addresses

A

Address Resolution Protocol ( ARP )

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

ARP’s are actually Broadcasts

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

to see all the mac address’s or your computers ARP cache :

A

arp -a in a command prompt

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

in DHCP __________ _____ cannot change but Host ID’s can

A

Network ID’s

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

In the Host ID what numbers can you not use in that octet?

A

0 or 255 , only 1 - 254

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

255.255.0.0 is also know as a :

A

/16 or Whack 16 Subnet mask

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

When a computer is of the local area network, what figures out where to send the ARP or forward the message to outside of the LAN?

A

Default gateway

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

Each host on a network needs the following:

A

IP Address
Subnet mask
Default Gateway

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

the host uses the ______________to know if the destination address is on the local or remote network

A

Subnet Mask

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

Each host knows the ___________ so that it can forward traffic to remote networks

A

Default Gateway

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

This companies job is to keep track of all the IP addresses out there . They actually send chunks of IP’s to Regional Internet Registry (RIR) all over the world.

A

iana or Internet Assigned Numbers Authority

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

Class licenses

A

Class A IP addresses range from 0-126 /8
127 is used for Loopback address
Class B IP addresses range from 128-191 /16
Class C IP addresses range from 192-223 /24

18
Q

This process divides Network ID’s into two or more networks

A

Subnetting

18
Q

IP addresses cannot end in 0’s or 255 but __________ can.

A

Subnets

19
Q

This was the first effort to divide network ID’s

A

Classful Subnetting

20
Q

All computers on a network need all 3 of these:

A

IP address
Subnet Mask
Default Gateway

21
Q

A host or computer uses the _________ to know if the destination IP is local or remote

A

Subnet Mask

22
Q

This process chops or breaks up one subnet into many smaller subnets:

A

Classless Inter Domain Routing ( CIDR )

23
Q

Subnet masks have all 1’s on the left and all 0’s on the right

A
24
Q

DHCP normally broadcasts as being a ______________

A

server

24
Q

Linux’s protocol or BootStrap Protocol is known as:

A

bootp

24
Q

The more _______ you have the less host or IP’s you’ll have.

A

subnets

25
Q

Each broadcast domain must have ONLY _____ DHCP server.

A

One

26
Q

The DHCP server MUST be ran within the ________ domain.

A

broadcast

27
Q

What is the command to display network info on a MAC or Windows?

A

ipconfig

28
Q

What is the command to display network info in Linux?

A

ifconfig

29
Q

For a DHCP server to work, you need a ___________ and ___________

A

Server and client

30
Q

A ____________ enables a single DHCP server to service more than one broadcast domain.

A

DHCP Relay

31
Q

There are only 3 private IP addresses used on internal networks:

A

10.0.0.0
172.16.1.1 to 172.31.1.1
192.168.1.1

32
Q

Loopback address for IPv4 that pings yourself is:

A

127.0.0.1

33
Q

This is built into all DHCP servers to act as a backup

A

Automatic Private IP Addressing ( APIPA )

34
Q

The loopback address for IPV6 is:

A

::1

35
Q

This address indicates the DHCP server is down:

A

APIPA address of 169.254.1.1

36
Q

Duplicate MAC addresses normally occur when you are using:

A

Virtual Machines

37
Q

If the DHCP server ever goes down or you can’t see the network your IP address may be an:

A

Expired IP address

38
Q

All the computers in one broadcast domain have the same:

A

Subnet mask