






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This submission will have 3 components 1. Written Report This submission is in the form of an individual written report. This should be written in a concise, formal business style using single spacing and font size 12. You are required to make use of headings, paragraphs and subsections as appropriate, and all work must be supported with research and referenced using the Harvard referencing system. Please also provide a bibliography using the Harvard referencing system. (The recommended word c
Typology: Quizzes
1 / 10
This page cannot be seen from the preview
Don't miss anything!
Class A 1 – 127 (Network 127 is reserved for loopback and internal testing)
Leading bit pattern 0 00000000.00000000.00000000.
Network. Host. Host. Host
Class B 128 – 191 Leading bit pattern 10 10000000.00000000.00000000.
Network. Network. Host. Host
Class C 192 – 223 Leading bit pattern (^110) 11000000.00000000.00000000.
Network. Network. Network. Host
Class D 224 – 239 (Reserved for multicast)
Class E 240 – 255 (Reserved for experimental, used for research)
Class A 10.0.0.0 to 10.255.255.
Class B 172.16.0.0 to 172.31.255.
Class C 192.168.0.0 to 192.168.255.
Class A 255.0.0.
Class B 255.255.0.
Class C 255.255.255.
Decimal To Binary Conversion
Use all 8 bits for each problem
- 128 - 32
- 8
Address Class Identification
Network Addresses
Using the IP address and subnet mask shown write out the network address:
Host Addresses
Using the IP address and subnet mask shown write out the host address:
ANDING With
Every IP address must be accompanied by a subnet mask. By now you should be able to
look at an IP address and tell what class it is. Unfortunately your computer doesn’t think
that way. For your computer to determine the network and subnet portion of an IP address
it must “AND” the IP address with the subnet mask.
Default Subnet Masks:
Class A 255.0.0.
Class B 255.255.0.
Class C 255.255.255.
ANDING Equations:
Sample:
What you see...
IP Address: 192. 100. 10. 33
What you can figure out in your head...
Address Class: C
Network Portion: 192. 100. 10. 33
Host Portion: 192. 100. 10. 33
In order for you computer to get the same information it must AND the IP address
with the subnet mask in binary.
Network Host
IP Address: 1 1 0 0 0 0 0 0. 0 1 1 0 0 1 0 0. 0 0 0 0 1 0 1 0. 0 0 1 0 0 0 0 1
Default Subnet Mask: 1 1 1 1 1 1 1 1. 0 1 1 1 1 1 1 1. 1 1 1 1 1 1 1 1. 0 0 0 0 0 0 0 0
(192. 100. 10. 33)
(255. 255. 255. 0)
(192. 100. 10. 0)
ANDING with the default subnet mask allows your computer to figure out the
network portion of the address.