This chapter is all about “Protocol”. As we have learned
Protocol is the rule that governs computers and the exchange of data on the network.
The protocol suite which is virtually on all networks today is Transmission
Control Protocol/Internet Protocol. (TCP/IP) It is not just one protocol rather
a suite of specialized protocols, including TCP, IP, UDP, ARP, and many others
called subprotocols. TCP/IP has become the standard based on the following
advantages:
- It is open rather than proprietary – not owned by any company.
- It is flexibly – can run on virtually any platform.
- It is routable – can be interpreted by routers.
The
following diagram depicts the TCP/IP model. It is essentially four layers that
correspond to seven of the OSI model.
The OSI
model is considered more theoretical whereas the TCP/IP is considered more practical.
Understanding what functions belong to each layer of the model will be beneficial
when analyzing problems.
The
following is a list of subprotocols of the TCP/IP suite. These core TCP/IP protocols operate in the
transport or network layers of the OSI model and provide basic services to
protocols in other layers.
- TCP - Transmission Control Protocol provides reliable data delivery services.
- UDP – User Datagram Protocol is a connectionless transport service.
- IP – Internet Protocol provides how and where data should be delivered.
- IGMP – Internet Group Management Protocol manages multicasting on networks running IPv4.
- ARP – Address Resolution Protocol creates a database that maps the MAC address to the IP address.
- ICMP – Internet Control Message Protocol reports on success or failure of data delivery.
- Telnet- is a terminal emulation protocol used to log on to remote hosts using TCP/IP suite.
- FTP – File transfer Protocol is used to send and receive files via TCP/IP using ports 20 and 21.
- TFTP - Trivial file transfer protocol that enables file transfers between computers but is simpler.
- NTP – Network time protocol is used to synchronize clocks of computers on a network.
- Ping – Packet Internet Groper is a utility that can verify that TCP/IP is installed.
The chapter
covers the assigning of IP address and DHCP (Dynamic Host Configuration
Protocol) which is an automated means of assigning a unique IP address to devices
on the network. It explains DHCP leasing and terminating lease process. It
also, briefly talks about “private and link-local addresses” which is a means
to extend the number of available addresses along with some other features.
The text
also talks about Host names and DNS (Domain Name System) and sockets and ports.
No comments:
Post a Comment