Week 4 Flashcards
What are the four methods of network addressing?
- Data link layer MAC (Media Access Control) address
- Network layer IP (Internet Protocol) address (used to find any computer in the world)
- Transport layer port numbers are used to find applications
- Application layer FQDNs, computer names, and host names
What are the two parts of a MAC address?
- OUI (Organizationally Unique Identifier) is the first 24 bits (or manufacturer-ID)
- Extension identifier is the last 24 bits (or device ID)
What is an IPv4 address?
An IPv4 address is a 32 bit address that is organised into four groups of 8 bits each (known as octets). There are 5 classes of IPv4 (A - E). Each of the 4 octets can be any number from 0 to 255. Some IP addresses are reserved
What classes of IPv4 addresses are available for use on the internet? (i.e. Public IP addresses)
Classes A, B, and C
What is classless addressing in relation to IPv4 addresses
Classless addressing allows the dividing line between network and host portions to fall anywhere along the string of binary bits in an IP address
What is CIDR notation in relation to IPv4 addresses
CIDR (Classless Inter-Domain Routing) notation takes the network ID and follows it with a forward slash followed by the number of bits that are used for the network ID
What is NAT in relation to IPv4 addresses?
Network Address Translation (NAT) is a process where a gateway device substitutes the private IP addresses with its own public address
What is PAT?
Port Address Translation (PAT) is the process of assigning a TCP port number to each ongoing session between a local host and Internet host
What are the two variations of NAT?
- SNAT (Source Network Address Translation) - the gateway assigns the same public IP address to a host each time it makes a request to access the internet.
- DNAT (Dynamic Network Address Translation) - the gateway has a pool of public addresses that are free to assign to a local host when it makes a request to access the internet
What is an IPv6 address?
An IPv6 address has 128 bits written as eight blocks of hexadecimal numbers separated by colons with each block being 16 bits.
What does IPv6 term “link” mean?
A link is any LAN bounded by routers
What does IPv6 term “neighbours” mean?
Neighbours are two or more nodes on the same link
What does IPv6 term “Tunnelling” mean?
Tunnelling is a method used by IPv6 to transport IPv6 packets through or over an IPv4 network
What does IPv6 term “Interface ID” mean?
Interface ID is the last 64 bits or four blocks of an IPv6 address that identify the interface
What are the three types of IPv6 address?
- Global address - can be routed to the internet
- Link local address - can be used for communicating with nodes in the same link
- Loopback address - can be used to test an interface and supporting protocol stack are functioning properly