Messer - 1. Networking Concepts (Part 2 of 2) Flashcards
Draw Prof. Messer’s binary-to-decimal conversion chart.
128 64 32 16 8 4 2 1
0 0 0 0 0 0 0 0
[You can continue extending this to the left, but not necessary for IP addresses because each part of an IP address is 8 bits = 1 byte = 1 octet.. Put another way, if you add up all the numbers above, you get 255, which is most you can have]
Using Prof. Messer’s binary-to-decimal conversion chart, convert 00000010 to decimal.
2
Using Prof. Messer’s binary-to-decimal conversion chart, convert 10000000 to decimal.
128
Using Prof. Messer’s binary-to-decimal conversion chart, convert 10000010 to decimal.
130
Using Prof. Messer’s binary-to-decimal conversion chart, convert 11111111 to decimal.
255
Using Prof. Messer’s binary-to-decimal conversion chart, convert 32 to binary.
00100000
Using Prof. Messer’s binary-to-decimal conversion chart, convert 63 to binary.
00111111
Using Prof. Messer’s binary-to-decimal conversion chart, convert 122 to binary.
01111010
- 168.1.165 is a ________.
255. 255.255.0 is a _______.
IP address (IPv4) subnet mask
What is a Default Gateway?
The node (e.g. router) that allows you to communicate outside of your local subnet.
The node in a computer network using the internet protocol suite that serves as the forwarding host to other networks when no other route specification matches the destination IP address of a packet.
In a home or small office environment, the default gateway is a device, such as a DSL router or cable router, that connects the local network to the Internet.
The Default Gateway must be an _____ on the ______.
IP address
local subnet
If you want to communicate within a network, you only need a _____ and _______. But if you want to communicate outside a network, you also need _________.
IP address
Subnet Mask
Gateway IP address
What is the purpose of a subnet mask?
Divides IP address into two parts that identify host computer and network. (A host will then use the subnet mask to know if destination is on local or remote network.)
[Repeating this question]
If your IP address is 192.168.1.165, and your subnet mask is 255.255.255.0, what are your network and host addresses?
Network: 192.158.1.0
Host: 0.0.0.165
All devices have a special IPv4 address called a _______, which provides an easy way to self-reference when trouble-shooting.
loopback address
Depending on the operating system, loopback addresses can range from _______ to _______. However, some operating systems only recognize _________.
- 0.0.1
- 255.255.254
- 0.0.1
How would you use a loopback address to ensure that a TCP/IP stack is working properly on a device.
In that device’s command line, type the following:
ping 127.0.0.1
_______ addresses are set aside for future use or testing, and range from _______ to _________.
Reserved
- 0.0.1
- 255.255.254
[Not to be confused with private addresses]
VIP (or VIPA) stands for _______.
Virtual IP Address
What is a Virtual IP Address?
An IP address that doesn’t correspond to an actual physical network interface. Used for network address translation, fault-tolerance, mobility, etc.
_____ subnetting has not been used since 1993 because ________. However, knowing subnet _____ is still helpful as a starting point for subnetting.
Classful
not an efficient way of IP addressing
classes
Draw a chart with the three main subnet classes you need to know, the leading bits that determine the class of an IP address, and the associated default subnet mask.
Class Leading Bits Default Subnet Mask A 0xxx (1-126) 255.0.0.0 B 10xx (128-191) 255.255.0.0 C 110x (192-223) 255.255.255.0
What is the class and default subnet mask of the following IP address?
17.22.90.7
Class A
255.0.0.0
What is the class and default subnet mask of the following IP address?
220.10.77.40
Class C
255.255.255.0