TCP/IP Network Protocol

1. SYNOPSIS
This report examines TCP/IP being used all over the world as a robust transmission protocol for networks. Robust transmission protocol is a protocol or system that has an ability to withstand changes in a procedure or recover from a range of exceptional inputs and situations in a given environment. The scenario here elaborates that a company called Microwave Infotech Ltd is setting up a LAN with a gateway to a WAN and the Internet, and are considering either SNA or TCP/IP as the network protocol thus having to justify why Microwave selected TCP/IP. This discussion deals with the structure of TCP/IP, its components, how the LAN connects to the WAN or Internet, and its benefits.
2. INTRODUCTION
The purpose of this report is to discuss the TCP/IP network protocol and justify why the company Microwave Infotech Ltd has selected to use the TCP/IP protocol when setting up their LAN with a gateway to a WAN and the Internet
By exploring a range of published books, internet sites and Ebooks on the topic TCP/IP, this report describes the structure, components of the TCP/IP suite, how LAN connects to WAN and the Internet through a gateway, and its benefits
A BRIEF HISTORY ABOUT TCP/IP
A few years ago, TCP/IP was known as the protocol of the internet, and the biggest challenge of getting a Local Area Network to the Internet was figuring out how to mesh TCP/IP with the propriety protocols such as IPX/SPX and NETBEUI. A few years ago, network administrators realized that they could save the trouble of combining TCP/IP with IPX/SPX and NETBEUI by eliminating IPX/SPX and NETBEUI altogether. Therefore making TCP/IP the protocol not just for the internet but making it the protocol which almost all local area networks are based.
3.0 TRANSMISSION CONTROL PROTOCOL/ INTERNET PROTOCOL
3.1 THE STRUCTURE OF TCP/IP
TCP/IP protocols are based on a layered framework like the seven-layer OSI Reference model. TCP/IP has four layers. These layers are the Application layer, Transport layer, Network layer and the Network Interface layer, each having different protocols
3.1.1 THE TCP/IP PROTOCOL FRAMEWORK
3.1.1a THE NETWORK INTERFACE LAYER
It is the lowest level in the TCP/IP architecture. It corresponds to the OSI’s Physical and Data Link layers. Different TCP/IP protocols at the Network Interface layer can be used, including Ethernet and Token Ring for Local area networks and protocols such as Frame Relay and ATM for Wide area networks
3.1.1b THE NETWORK LAYER
This is where data is addressed, packaged and routed among networks. There are several important Internet protocols that operate at the Network layer, which are:-Internet Protocol (IP); which is a routable protocol that uses IP addresses to deliver packets to network devices: Address Resolution Protocol (APR); which resolves IP addresses to hardware MAC addresses: Internet Control Message Protocol (ICMP); which sends and receives diagnostic messages, and finally the Internet Group Management Protocol (IGMP); which is used to multicast messages to multiple IP addresses at once

Don't use plagiarized sources. Get Your Custom Essay on
TCP/IP Network Protocol
Just from $13/Page
Order Essay

Get Help With Your Essay
If you need assistance with writing your essay, our professional essay writing service is here to help!
Essay Writing Service

3.1.1c THE TRANSPORT LAYER
This is where sessions are established and data packets are exchanged between hosts. There are two core protocols found at this layer which are the Transmission Control Protocol and the User Datagram Protocol. The Transmission Control Protocol (TCP) provides reliable connection oriented transmissions between two hosts. TCP establishes a session between two hosts and then ensures delivery of packets between the hosts. The User Datagram Protocol (UDP) provides connectionless, unreliable and one-to-one or one-to-many deliveries.
3.1.1d THE APPLICATION LAYER
This layer corresponds to the Session, Presentation and Application Layers of the OSI Reference Model. A few protocols found in this layer are: Hypertext Transfer Protocol (HTTP), File Transfer Protocol (FTP), Telnet, Simple Mail Transfer Protocol (SMTP) and Domain Name System (DNS).
3.2 COMPONENTS OF THE TCP/IP SUITE
3.2.1 IP ADDRESSING
One of the most basic components of TCP/IP is IP addressing. Every device on a TCP/IP network must have a unique IP address
3.2.1.1 IP ADDRESSES EXPLAINED
An IP address is a 32 bit number which is usually represented as a four part number, with each of the four parts separated by a period or decimal point but usually referred to as the dotted decimal notation. In the IP address, each individual byte or octet can have a usable value in the range 1 through 254. IP addresses which are used vary according to the class of the network, that is, the 32 bit IP address is divided in a way to create an address for the network and an address for each host, and in addition, the host part of the address can be further divided to allow a subnetwork address
3.2.1.2 IP ADDRESS CLASSIFICATION
There are three classes of standard IP addresses which support LANs. These classes are: Class A, Class B, Class C
3.2.1.2a CLASS A
Class A is used for very large networks only. The high-order bit in a Class A network is always zero, which leaves 7 bits available to define 127 networks yet the value of 127 is reserved as a loopback test address leaving only 126 available networks. The remaining 24 bits of the address allow each Class A network to hold as many as 16,777,216 hosts
3.2.1.2b CLASS B
Class B is used for medium sized networks. The 2 high-order bits are always or are required to be 10, and the remaining bits are used to define 16,384 networks, each with as many as 65,535 hosts attached. All Class B addresses fall within the range 128.x.x.x to 191.x.x.x.
3.2.1.2c CLASS C
Class C is for smaller networks. The 3 high-order bits are always 110 and remaining bits are used to define 2,097,152 networks but each network can only have a maximum of 254 hosts. The problem with Class C networks is that they are too small. Although few organizations need tens of thousands of host addresses provided by Class B address, many organizations need more than a few hundred host addresses thus the large discrepancy between Class B and Class C networks is what led to the development of Subnetting.
3.2.1.3 SUBNETTING
Subnetting is a way or technique that lets network administrators use the 32 bits available in an IP address more efficiently by creating networks that aren’t limited to the scales provided by Class A, B and C IP addresses
Subnets are created by masking off or hiding the network portion of the IP address on the units within the subnet, doing this limits the mobility of the data to those nodes within the subnet because they can reconcile addresses only from within their masked range
3.2.2 DOMAIN NAME SYSTEM (DNS)
The IP addresses of all computers attached to the internet are tracked using a listing system called the Domain name System. On the Internet, domains are arranged in a hierarchical tree structure. The seven top level domains in use are: .com which are Commercial Businesses .edu which are educational Institutions .gov which are Government Agencies .int which are International Organizations .mil which are Military Establishments .net which are Networking Organizations .org which are Non-profit Organizations
The DNS system resolves individual domain names of computers to their current IP address listings whereas some IP addresses are permanently assigned to a particular domain name so that whenever the domain name is issued on the internet it always accesses the same IP address. This is called or is referred to as static IP addressing, but most Internet services providers use a dynamic IP addressing scheme for allocating IP addresses.
3.2.3 DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP)
This allows individual computers on a TCP/IP network to obtain their configuration information such as obtaining their IP address from a server. The DHCP server keeps track of which IP address have already been assigned so that when a computer requests an IP address, the DHCP server will give it an IP address that is not already in use
3.2.4 WINDOWS INTERNET NAMING SERVICE (WINS)
Windows Internet Naming Service (WINS) is an essential part of the Microsoft networking topology. WINS is used in conjunction with TCP/IP and maps NETBIOS (Network Basic Input/output System) names to IP addresses. TCP/IP does not understand NETBIOS names; therefore WINS are used as a way of knowing the location of the servers and their addresses. WINS is similar to DNS in that it cross references host names to addresses; however, WINS references NETBIOS names to IP addresses ,and DNS references TCP/IP host names to IP addresses
Another difference between WINS and DNS is that WINS builds its own reference tables dynamically, and DNS has to be configured manually. When a workstation running TCP/IP is booted and attached to the network, it uses the WINS address settings in the TCP/IP configuration to communicate with the WINS server thus the workstation gives the WINS server various pieces of information about itself, such as the NETBIOS host name, the actual user name logged on to the workstation and the workstations’ IP address. WINS store this information for use on the network and periodically updates or refreshes it to maintain accuracy.
3.3 HOW LAN COMMUNICATES TO WAN/INTERNET THROUGH A GATEWAY
A LAN is able to facilitate sharing of files and resources by linking computers together through a central device known as a router. The router acts as a go-between, directing data traffic on the LAN. Computers can be connected to a router using an Ethernet cable, or a router can communicate wirelessly using radio waves. Internet access is an option that can be incorporated into a LAN. A central modem is either connected or integrated into the router, providing a gateway between the LAN and the internet. A firewall is typically present in the gateway to act as a one-way valve, keeping unwanted public traffic from accessing the LAN. (R. Kanye. 2009)
3.4 THE BENEFITS OF USING TCP/IP
TCP/IP enables cross-platform, or heterogeneous, networking. For example, a Windows NT/2000 network could contain Unix and Macintosh workstations or even networks mixed in it. TCP/IP also has the following characteristics: Good failure recovery, the ability to add networks without interrupting existing services, high error-rate handling, platform independence, and low data overhead. Because TCP/IP was originally designed for Department of Defense-related purposes, what we now call features or characteristics were actually design requirements. The idea behind “Good Failure Recovery” was that if a portion of the network were disabled during an incursion or attack, its remaining pieces would still be able to function fully. Likewise is the capability of adding entire networks without any disruption to the services already in place. The ability to handle high error rates was built in so that if a packet of information got lost using one route, there would be a mechanism in place to ensure that it would reach its destination using another route. Platform independence means that the networks and clients can be Windows, Unix, Macintosh, or any other platform or combination thereof. The reason TCP/IP is so efficient lies in its low overhead. Performance is key for any network. TCP/IP is unmatched in its speed and simplicity. (Parker T, Siyan S. K, 2002)
4. CONCLUSION
TCP/IP protocols are based on four layered framework like the seven-layer OSI reference model. These layers are the Application layer, Transport layer, Network layer and Network interface layer. There are three classes of standard IP addresses which are class A, class B and class C. subnetting is a way or technique that lets network administrators use the 32 bits available in an IP address for efficiently. The main components of the TCP/IP suite are the Domain Name system (DNS), the Dynamic Host Configuration Protocol (DHCP) and the Windows Internet Naming Service (WINS). The benefits of using TCP/IP are good failure recovery, the ability to add networks without interrupting existing services, high error-rate handling, platform independence, and low data overhead.
5. REFERENCE LIST
BOOKS USED
Anon. (2004). Operating Systems Fundamentals; Windows 9X Family. Marcraft International corporation. NIIT
Comer E. D, Stevens L. D. (1999). Internetworking With TCP/IP, Vol. II: Design, Implementing, And Internals. 3rd Ed. Prentice-Hall of India Private Limited
Groth D, Bergersen B, Catura-Houser T. (1999). Networking+. SYBEX Inc
EBOOKS USED
Lowe D.(2005). Networking for Dummies. 7th Ed. [eBook]. Wiley Publishing, Inc. Available from : http://www.dummiesbooks.net/Networking-dummies-books.html. [cited 01 October 2009]
Lowe D.(2005). Networking All-In-One Desk Reference for Dummies. 2nd Ed. [eBook]. Wiley Publishing, Inc. Available from : http://www.dummiesbooks.net/Networking-dummies-books.html. [cited 01 October 2009]
WEBSITES USED
Kanye R. what is the difference between a lan and the internet?. [online]. [Http://www.wisegeek.com/what-is-the-difference-between-a-lan-and-the-internet.htm]. 2009. [cited 01 October 2009]
Parker T, Siyan S. K. Overview of TCP/IP. [online]. [Http://www.informit.com/articles/article.aspx?P=28782]. 2002. [cited 01 October 2009].
 

What Will You Get?

We provide professional writing services to help you score straight A’s by submitting custom written assignments that mirror your guidelines.

Premium Quality

Get result-oriented writing and never worry about grades anymore. We follow the highest quality standards to make sure that you get perfect assignments.

Experienced Writers

Our writers have experience in dealing with papers of every educational level. You can surely rely on the expertise of our qualified professionals.

On-Time Delivery

Your deadline is our threshold for success and we take it very seriously. We make sure you receive your papers before your predefined time.

24/7 Customer Support

Someone from our customer support team is always here to respond to your questions. So, hit us up if you have got any ambiguity or concern.

Complete Confidentiality

Sit back and relax while we help you out with writing your papers. We have an ultimate policy for keeping your personal and order-related details a secret.

Authentic Sources

We assure you that your document will be thoroughly checked for plagiarism and grammatical errors as we use highly authentic and licit sources.

Moneyback Guarantee

Still reluctant about placing an order? Our 100% Moneyback Guarantee backs you up on rare occasions where you aren’t satisfied with the writing.

Order Tracking

You don’t have to wait for an update for hours; you can track the progress of your order any time you want. We share the status after each step.

image

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

image

Trusted Partner of 9650+ Students for Writing

From brainstorming your paper's outline to perfecting its grammar, we perform every step carefully to make your paper worthy of A grade.

Preferred Writer

Hire your preferred writer anytime. Simply specify if you want your preferred expert to write your paper and we’ll make that happen.

Grammar Check Report

Get an elaborate and authentic grammar check report with your work to have the grammar goodness sealed in your document.

One Page Summary

You can purchase this feature if you want our writers to sum up your paper in the form of a concise and well-articulated summary.

Plagiarism Report

You don’t have to worry about plagiarism anymore. Get a plagiarism report to certify the uniqueness of your work.

Free Features $66FREE

  • Most Qualified Writer $10FREE
  • Plagiarism Scan Report $10FREE
  • Unlimited Revisions $08FREE
  • Paper Formatting $05FREE
  • Cover Page $05FREE
  • Referencing & Bibliography $10FREE
  • Dedicated User Area $08FREE
  • 24/7 Order Tracking $05FREE
  • Periodic Email Alerts $05FREE
image

Our Services

Join us for the best experience while seeking writing assistance in your college life. A good grade is all you need to boost up your academic excellence and we are all about it.

  • On-time Delivery
  • 24/7 Order Tracking
  • Access to Authentic Sources
Academic Writing

We create perfect papers according to the guidelines.

Professional Editing

We seamlessly edit out errors from your papers.

Thorough Proofreading

We thoroughly read your final draft to identify errors.

image

Delegate Your Challenging Writing Tasks to Experienced Professionals

Work with ultimate peace of mind because we ensure that your academic work is our responsibility and your grades are a top concern for us!

Check Out Our Sample Work

Dedication. Quality. Commitment. Punctuality

Categories
All samples
Essay (any type)
Essay (any type)
The Value of a Nursing Degree
Undergrad. (yrs 3-4)
Nursing
2
View this sample

It May Not Be Much, but It’s Honest Work!

Here is what we have achieved so far. These numbers are evidence that we go the extra mile to make your college journey successful.

0+

Happy Clients

0+

Words Written This Week

0+

Ongoing Orders

0%

Customer Satisfaction Rate
image

Process as Fine as Brewed Coffee

We have the most intuitive and minimalistic process so that you can easily place an order. Just follow a few steps to unlock success.

See How We Helped 9000+ Students Achieve Success

image

We Analyze Your Problem and Offer Customized Writing

We understand your guidelines first before delivering any writing service. You can discuss your writing needs and we will have them evaluated by our dedicated team.

  • Clear elicitation of your requirements.
  • Customized writing as per your needs.

We Mirror Your Guidelines to Deliver Quality Services

We write your papers in a standardized way. We complete your work in such a way that it turns out to be a perfect description of your guidelines.

  • Proactive analysis of your writing.
  • Active communication to understand requirements.
image
image

We Handle Your Writing Tasks to Ensure Excellent Grades

We promise you excellent grades and academic excellence that you always longed for. Our writers stay in touch with you via email.

  • Thorough research and analysis for every order.
  • Deliverance of reliable writing service to improve your grades.
Place an Order Start Chat Now
image

Order your essay today and save 30% with the discount code Happy