Networking Flashcards
What are the addressing schemes used for addressing network packets so they reach their destination?
- MAC (media access control) addresses, used by hardware.
- IPv4, IPv6 network addresses, used by software.
- Hostnames, used by people.
What do IP addresses identify?
A machines network interfaces?
What is a port?
A 16 bit number that supplements IP addresses to specify a particular communication channel.
What are the four IP address types?
- Unicast: Addresses that refer to a single network interface.
- Multicast: Addresses that simultaneously target a group of hosts.
- Broadcast: Addresses that include all hosts on a local subnet.
- Anycast: addresses that resolve to any one of a group of hosts.
How many bytes are IPv4 addresses?
4 Bytes.
Who sets the boundary between network and host portions of IPv4 addresses?
Administrator.
In what format are IPv4 addresses written?
Decimal numbers, 1 for each byte.
What decimal number is always part of the network portion in IPv4 addresses?
The left most number.
How many bytes are IPv6 addresses?
16 Bytes.
How many bytes are each the network and host portion in IPv6 addresses
8 Bytes each.
What was IPv6 originally created for?
To solve the problem of IP exhaustion.
What issues is IPv6 now being used to help solve?
Routing, mobility, and locality of reference.
Describe IPv6.
128 bits divided into 8 groups of 16 bits each. Separated by colons. Each 16 bit group is represented by hexadecimal digits.
What is IP spoofing?
When the IP address of the host from which a packet was sent has been changed/spoofed.
Who is the victim of IP spoofing?
The machine identified by the spoofed source. Error and return packets can disrupt their network connections.