Theory

[theory][bsummary]

Practical

[practical][bigposts]

learn

[it][twocolumns]

Corona Update

NETWORKING FOR BEGINNERS



NETWORKING FOR BEGINNERS

I will be taking us through a series on Network tutorials for beginners , feel free anytime to ask me any question.
Some of the common topics that will be  covered  include:

👉OSI models
👉IP addressing
👉WLAN and VLAN
👉Network security and management (ACL included)
👉Routers / routing protocols ( EIGRP, OSPF, and RIP)
👉IP Routing
👉Network Device Security
👉Troubleshooting

PART 1✅ WHAT IS A NETWORK
A network is defined as a two or more independent devices or computers that are linked to share resources (such as printers and CDs), exchange files, or allow electronic communications.

For example, the computers on a network may be linked through telephone lines, cables, satellites, radio waves, or infrared light beams.

The two very common types of network include:

Local Area Network (LAN)
Wide Area Network (WAN)

From OSI reference model, the layer 3, i.e., Network layer is involved in networking. This layer is responsible for packet forwarding, routing through intermediate routers, recognizing and forwarding local host domain messages to transport layer (layer 4), etc.

The network operates by connecting computers and peripherals using two pieces of equipment include routing and switches. If two devices or computers are connected on the same link, then there is no need for a network layer.


PART 2✅

Internetworking Devices used on a network

For connecting internet, we require various internetworking devices. Some of the common devices used in building up Internet are.

NIC: Network Interface Card or NIC are printed circuit boards that are installed in workstations. It represents the physical connection between the workstation and network cable. Although NIC operates at the physical layer of the OSI model, it is also considered as a data link layer device. Part of the NIC's is to facilitate information between the workstation and the network. It also controls the transmission of data onto the wireHubs: A hub helps to extend the length of a network cabling system by amplifying the signal and then re-transmitting it. They are basically multiport repeaters and not concerned about the data at all. The hub connects workstations and sends a transmission to all the connected workstations.Bridges: As network grow larger, they often get difficult to handle. To manage these growing network, they are often divided into smaller LANs. These smaller LANS are connected to each other through bridges. This helps not only to reduce traffic drain on the network but also monitors packets as they move between segments. It keeps the track of the MAC address that is associated with various ports.Switches: Switches are used in the option to bridges. It is becoming the more common way to connect network as they are simply faster and more intelligent than bridges. It is capable of transmitting information to specific workstations. Switches enable each workstation to transmit information over the network independent of the other workstations. It is like a modern phone line, where several private conversation takes place at one time.Routers: The aim of using a router is to direct data along the most efficient and economical route to the destination device. They operate at Network layer 3, which means they communicate through IP address and not physical (MAC) address. Routers connect two or more different networks together, such as an Internet Protocol network. Routers can link different network types such as Ethernet, FDDI, and Token Ring.Brouters: It is a combination of both routers and bridge. Brouter act as a filter that enables some data into the local network and redirects unknown data to the other network.Modems: It is a device that converts the computer-generated digital signals of a computer into analog signals, traveling via phone lines.


Part 3✅
Understanding TCP/ IP layers

TCP/IP stands for Transmission Control Protocol/ Internet Protocol. It determines how a computer should be connected to the Internet and how data should be transmitted between them.

TCP: It is responsible for breaking data down into small packets before they can be sent on the network. Also, for assembling the packets again when they arrive.IP (Internet Protocol): It is responsible for addressing, sending and receiving the data packets over the internet.

Above image shows TCP/IP model connected to OSI Layers..

PART 4✅

Understanding TCP/IP Internet Layer

To understand TCP/IP internet layer we take a simple example. When we type something in an address bar, our request will be processed to the server. The server will respond back to us with the request. This communication on the internet is possible due to the TCP/IP protocol. The messages are sent and received in small packages.

The Internet layer in the TCP/IP reference model is responsible for transferring data between the source and destination computers. This layer includes two activities

✔️Transmitting data to the Network Interface layers

✔️Routing the data to the correct destinations

Part 5✅
NETWORK LAYERS

So how this happen?

Internet layer packs data into data packets referred as IP datagrams. It consists of source and destination IP address. Beside this, IP datagram header field consists of information like version, header length, type of service, datagram length, time to live, and so on.In network layer, you can observe network protocols like ARP, IP, ICMP, IGMP, etc. The datagram are transported through network using these protocols. They each resemble some function like.
The Internet Protocol (IP) is responsible for IP addressing, routing, the fragmentation and reassembly of packets. It determines how to route message on the network.Likewise, you will have ICMP protocol. It is responsible for diagnostic functions and reporting errors due to the unsuccessful delivery of IP packets.For the management of IP multicast groups, IGMP protocol is responsible.The ARP or Address Resolution Protocol is responsible for the resolution of the Internet layer address to the Network Interface layer

By :- Aditya Raj

No comments:

Post a Comment