Addressing Flashcards

1
Q

What are the three main types of addressing in communication?

A

Name/Identifier: Represents what (e.g., entity name).
Address: Represents where the entity is located.
Route: Represents how to reach the entity.

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

What is a MAC address, and where is it used?

A

A MAC address is a 6-octet globally unique identifier assigned by hardware manufacturers, used for local delivery in Ethernet and LAN systems.

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

How is an IPv4 address structured?

A

32 bits (4 octets) written as A.B.C.D.
Ranges from 0.0.0.0 to 255.255.255.255.
Example: 137.207.32.2.

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

What are the classes of IP addresses?

A

Class A: 1.0.0.0 to 126.0.0.0 (Few networks, many nodes).
Class B: 128.1.0.0 to 191.255.0.0 (Medium-sized networks).
Class C: 192.1.0.0 to 223.255.255.0 (Many networks, few nodes).
Class D: Reserved for multicast groups.
Class E: Reserved for experimental use.

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

What is a loopback address?

A

Loopback (127.0.0.1) is used to send messages back to the same machine for testing and diagnostics.

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

What are private IP address ranges for internal networks?

A

Class A: 10.0.0.0 to 10.255.255.255.
Class B: 172.16.0.0 to 172.31.255.255.
Class C: 192.168.0.0 to 192.168.255.255.

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

What is a subnet mask, and how does it work?

A

A subnet mask defines the network and host portions of an IP address.

Example:
Address: 137.207.32.2, Subnet Mask: 255.255.0.0, Network Address: 137.207.0.0.

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

Why was IPv6 developed?

A

Due to IPv4 address exhaustion. IPv6 provides a larger address space and features like variable-sized headers, autoconfiguration, and extension headers.

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

How is an IPv6 address structured?

A

128-bit addresses written in hexadecimal.
Example: 3A57:0000:0000:9CD5:3412:912D:6738:1928.

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

What is fragmentation in networking?

A

Breaking large packets into smaller fragments to fit the network’s MTU. Fragments are reassembled at the destination.

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

What is the purpose of header checksums in IP datagrams?

A

To detect corruption in the header, ensuring accurate routing and communication.

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

What are the key differences between IPv4 and IPv6 datagram structures?

A

IPv4: Includes fields like Version, IHL, TTL, and options for future features.
IPv6: Simplified headers, larger address fields, and optional extension headers.

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

How do routers determine the destination of datagrams?

A

Using subnet masks and routing tables. For IPv6, NATs and tunneling allow compatibility with IPv4 networks.

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