Week 6 - IP Addressing And Routing Flashcards
The PDU of an IP packet can be generalised as two segments. These are:
- The IP Header.
- The Transport Layer Segment.
IP Protocol Can Be Described As …………………… This Means No ……………. Is Established between each device.
- Can Be Described As Connectionless.
- No Connection Is Established.
IP Protocol Uses ………………………. . This means no overhead is used to guarantee packet delivery resulting in faster transmission.
Best Effort.
IP Is ……………………………….. - It operates independently from the media it is transmitted across.
Media Independent.
Define a Connectionless Connection.
- The Sender Doesn’t Check:
- If The Recipient Is Present.
- If Packets Are Received.
- If The Packet Sent Still Has It’s Integrity On the other End.
Define Best Effort Delivery.
The host sends data across the network but does not check to see if the sent packets have arrived.
How Many Bits/Octets Make Up An IP Address?
- 32 bits (4 octets)
An IP Address is made up of two main sections. What Are They, And What Do They Represent.
- Network Address: The Network The Address Belongs To.
- Host Address: The Individual Address Of The Host Device.
What Is A Subnet Mask?
- A series of bits which when combined with the AND function, and the IP Address of the device, indicate
Name The Two Types Of IPv4 Transmission Types.
- Unicast - 1 to 1.
- Limited Broadcast - 1 To All in Local Network (Routers Won’t Forward It).
Define A Public IP Address.
- An IP Address assigned to a host that needs direct access to the internet (E.g. An Edge Router).
Who Assigns public IP Addresses?
- IANA (Internet Assigned Numbers Authority).
Define A Private IP Address.
- An IP address given to a host that does not require direct access to the internet
State the range of the Class A Private IP Addresses.
- 0.0.0 - 10.255.255.255
11. 0.0.0 - 171.255.255.255 are public
State the range of the Class B Private IP Addresses.
- 16.0.0 - 172.31.255.255
172. 32.0.0 - 192.167.0.0 Are Public Addresses
State the range of the Class C Private IP Addresses.
192.168.0.0 - 192.168.255.255
(Anything above 192.168.255.255 Is Public Or Used For Special Purposes).
State the range of the loopback addresses and state the purpose.
- 127.0.0.0 - 127.255.255.255
- Used by a device to communicate with itself to test the internal networking components are working.
- What Issues Exits With the IPv4 version of the IP protocol
- How Are These Issues Solved?
- IP Address Depletion. IPv4 1.) Only supports 4,000,000,000 IP Addresses.
- Internet Routing Table Expansion.
- Lack of End To End Connectivity.
2. ) IPv6
State the benefits of IPv6
- Increased Address Space..
- Improved Packet Handling.
- Eliminates The Need For NAT (the translation of private to public IP addresses).
- Integrated security.
In the IPv4 Header, What Does The Time To Live section ensure?
- Maintains the time spent travelling/number of hops, so that the packet can be discarded if it exceeds a set limit to prevent packets endlessly traversing networks.
IPv6 Contains A Similar Section To The “Time To Live” section found in an IPv4 header. What Is This Called?
- Hop Limit.
- ) The IPv6 Header Contains …………. Sections Than The IPv4 Header.
- ) Discarded Sections Include:
- ) Fewer.
2. ) IHL, Identification, Flags, Fragment Offset, Header Checksum, Options, Padding.
- ) How Long Is An IPv4 Address?
1. ) How Long Is An IPv6 Address?
- ) 32 Bits (4 Octets)
2. ) 128 Bits (16 Octets)
- ) How many colons can be used to compress an IPv6 address?
- )Leading 0’s are…….
- ) 1
2. ) Removed
- ) How Many Address Types Does IPv6 Include?
2. ) Name The Above
1.) Three
- )
- Unicast
- Multicast.
- Anycast.
- ) What Is An Anycast Address.
2. ) How Is It Different To A Broadcast?
- ) An Address group which is assigned to a set of devices. Using algorithms, the networking devices send packets to the devices in the anycast group which are closest.
- ) A Broadcast Is To Everyone. An Anycast Is To Anyone Sharing The Anycast address (Which is usally the closest member of the group).
IPv6 Does Not Have A……
Broadcast Address.