4.9.4.3-9 IP Addresses

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

What is an IP address?

Unique identifying number assigned to every device on a network

2
New cards

What is the structure of an IP address?

  • Network identifier

  • Host identifier

3
New cards

What is the network identifier?

Identifies the specific network a device is a part of, distinguishing it from other networks

→ Every device in a network will have the same

4
New cards

What is the host identifier?

Identifies the specific device within a network, allowing it to be uniquely addressed by other devices

5
New cards

What are subnets?

Smaller divisions of a larger network

→ Each subnet has own network identifier

6
New cards

How can the network identifier be determined?

Using a subnet mask

7
New cards

How does subnet masking work?

  • A bitwise AND operation is performed on the IP address and subnet mask

  • Mask identifies which bits are the network (1) and which are the host (0)

8
New cards

What is a common subnet mask?

255.255.255.0

9
New cards

How can the number of subnets increase?

With more bits assigned to the network identifier

10
New cards

What is the effect of increasing the number of bits assigned to the host identifier?

Increases the number of hosts per subnet

11
New cards

What are the types of IP address in common use?

  • IPv4

  • IPv6

12
New cards

What is the structure of IPv4 addresses?

  • Four parts separated by dots

  • Each part assigned one byte (0-255)

13
New cards

Roughly how many unique IPv4 addresses are there?

Over 4 billion

14
New cards

Why was IPv6 introduced?

  • IPv4 addresses in short supply

  • Number of devices on the Internet requiring a routable IP address is increasing rapidly

15
New cards

What is the structure of IPv6 addresses?

  • Eight groups of four hexadecimal digits separated by colons

  • Each group represents 16 bits

16
New cards

What are the forms of IP address?

  • Routable (public)

  • Non-routable (private)

17
New cards

Why aren’t all IP addresses routable?

There would not be enough to go around

18
New cards

How are routable IP addresses used by homes and businesses?

  • Each has a small number of public IP addresses

  • Most homes just have one

  • Businesses may have multiple

19
New cards

What is the difference between routable and non-routable IP addresses?

  • Routable are globally unique

  • Millions of devices can have the same non-routable

20
New cards

Who is responsible for assigning routable IP addresses?

Global authorities

→ Ensures the same address is never used twice

21
New cards

How can IP addresses be wasted?

  • Limited number of private IP addresses within a private network

  • If every device had its own private IP address, those who leave and never join again are taking up an address for the network

22
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol

23
New cards

What is the purpose of DHCP?

Assigning IP addresses to devices as they join a network

24
New cards

How does DHCP work?

  • Uses a pool of available IP addresses to allocate to new devices for the duration of their session

  • When a device leaves, their IP address is returned to the pool so that it can be reused

25
New cards

What does NAT stand for?

Network Address Translation

26
New cards

What does NAT do?

  • Router makes a record of the packet being sent by a device on the private network

  • Replaces the private IP address of the device with its own routable address

  • Responses are sent to the router’s public IP

  • Fowarded to the correct private IP using the record made during sending

27
New cards

What does NAT allow?

  • Multiple devices to share the same IP address, reducing wastage

  • Improved security, as private addresses are not directly exposed

28
New cards

When is port forwarding used?

When a client needs to communicate with a server that is connected to a private network

29
New cards

How does port forwarding work?

  • Client sends packets to public IP address of the router of the server’s network

  • Packets contain the port number of the application running on the server that the client wishes to access

  • Router forwards the packet to the server using NAT