IP Subnet (IP Addressing and Subnetting)

matador
QuestionsandInstructions.docx

PLEASE READ CAREFULLY

- Please cite your work in your responses

- Please use APA (7th edition) formatting 

- All questions and each part of the question should be answered in detail (Go into depth)

- Response to questions must demonstrate understanding and application of concepts covered in class, 

- Use in-text citations and at LEAST 2 resources per discussion from the school materials that I provided to support all answers. 

- No grammatical errors; Complete sentences are used. Proper formatting is used. Citations are used according to APA

- The use of course materials to support ideas is HIGHLY RECOMMENDED

- Lastly, Responses MUST be organized (Should be logical and easy to follow)

Start Here

Step 3: Investigate Internet Transport—TCP

As robust as the IP protocol is, it does not perform the actual transmission of the data. In this step, you will investigate the network protocol called  Transmission Control Protocol (TCP) , responsible for creation, reliability of delivery, and proper assembling of data packets. 

In addition to IP, TCP is also widely used on the internet, especially for any network communication where it is essential to confirm receipt of the transmission. Many of the network protocols used to implement cloud computing use both TCP and IP. You will review TCP’s workings and discuss them in your final technical report. 

In general, there is no guarantee that a data packet will reach its destination. Packets can get lost or corrupted during transmission, and there are network applications where you need assurance that the packets have reached their destination. To achieve reliability, TCP establishes connections between communicating hosts, using port numbers to refer to applications on these hosts. Then, packets are created, sequenced, transmitted, acknowledged, and retransmitted if missing or containing errors. Finally, at the destination, they are reassembled into the original messages. 

To synchronize the flow of packets between sender and receiver, and avoid packet congestion in case of varying speeds, TCP uses  sliding windows  for packets remaining in processing at a given time, at both the sender and receiver ends. 

In the next step, you will look into subnetting BallotOnline’s IP addresses.

Step 4: Review Advantages of IP Subnetting

One of the drawbacks of IPv4 is the maximum number of network devices it can support. IPv4 addressing uses a 32-bit network address. This allows for 232,, or a little over 4 billion devices. However, today there are significantly more devices on the internet. Even though the more robust IPv6 version has been introduced and efforts are under way to assure wide adoption, IPv4 is still widely used.

One method used to more efficiently use the IPv4 network addresses is a technique to optimize the addresses by splitting them into network addresses and host addresses within designated networks. You will need to take advantage of IP address splitting so that you can efficiently use and allocate the IPv4 network addresses that have been assigned to BallotOnline.

For a given large network, rather than addressing all the hosts using the host part of the address,  subnetting  allows for splitting the network into several smaller ones by borrowing the host part bits and adding them to the network bits. It supports efficient management of local networks composed of multiple LANs. In this step, you will investigate subnetting conventions and discuss them in your final report in order to lay ground for the use of subnets by BallotOnline.

As the network engineer for BallotOnline, you know that subnetting a network into several smaller and variable-sized networks will be best for the organization's needs. BallotOnline has been assigned a network address block by the  Internet Assigned Numbers Authority (IANA) .

Because BallotOnline has several offices around the world, you will need to subnet this network address to assign just the right number of addresses to each office location based on the number of systems at that office location (the network address assigned by IANA and the number of offices along with their sizes will be provided in the announcement section of this class at the beginning of Week 2).

Your task is to create the appropriate number of subnets with the right size to optimize the network.

Your technical report should include  Classless Interdomain Routing (CIDR)  notation, which allows for specifying a variable-length network as part of the IPv4 address, leaving the rest for addressing hosts within the network.

-----------------------------------------------------------------------------------------------------------------------------

Announcement

Here are the details for Step 4:

Ballot Online has been assigned the following block of Class B IP addresses: 172.16.192.0/19

It allows for up to 2 to the power of 32-19 which is 13, i.e. 8192 IP addresses.

Ballot Online wants to open 4 field offices, with up to 2000 IP network hosts (desktops and other externally accessible networked devices) each.

Design the 4 subnets for these field offices. For each subnet, show the subnet mask, network and broadcast addresses in x.x.x.x decimal format as well as 32-bit binary (0 or 1) bitmaps, and the range of usable host addresses within the subnet.

PS. Here is a link to a good video explaining subnetting https://www.youtube.com/watch?v=jRszJ-NPwtI