This blog is created for sharing knowledge only. The contents provided here are related to computer, hardware, software, networking, telecom, cyber security and other new technologies. As well there are some advisories provided for digital safety and cyber practices. The information provided here are just for basic understandings. The idea is to keep all technologies and information at one address. If you like it, then follow and share it with others. Put your comments and suggestions. Thanks !
Monday, November 19, 2012
Basics of Protocols
Wednesday, November 14, 2012
Basics of OSI Model and TCP/IP Model
- Layers 7, 6, and 5 correspond to Application layer in TCP/IP model
- Layer 4 correspond to Transport layer in TCP/IP model
- Layer 3 corresponds to Internet layer in TCP/IP model
- Layer 2 and 1 correspond to Network Interface layer in TCP/IP model
- Protocols that were not originally part of the TCP/IP specifications are referred not by position in TCP/IP model but by OSI model.
- Protocol number - is used to define a stream of data associated with a specific service.
- The transport is provided by TCP and UDP protocols.
- Internet layer protocols are ARP, IP and ICMP.
- HTTP - hypertext transfer protocol TCP port 80 (application layer).
- SSL - Secure socket layers TCP port 443.
- SMTP - TCP port 25. Files stored in LocalDrive:\Inetpub\Mailroot.
- SNMP - simple network management protocol used to provide information about TCP/IP hosts, UDP port 161.
- FTP - only basic authentication allowed, TCP port 20 (data) TCP port 21 (control). Files stored in LocalDrive:\Inetpub\Ftproot (application layer)
- POP - TCP port 110
- DNS - UDP port 53 (query) TCP port 53 (zone transfer)
- NNTP - TCP port 119. Files stored in LocalDrive:\Inetpub\Nntpfile\
Root - PPTP - Point to point tunneling protocol TCP port 1723; protocol number 47
- L2TP/IPSec - UDP ports 500, 1701 and 4500; protocol number 50
- ARP, ICMP and IP (internet layer).
- The TCP/IP model is the newer networking model, OSI Open System Interconnection model is an older model
- Network interface - is the layer in the communications process that describes standards for physical media, for example ethernet. In OSI model it is both Physical layer and Data link layer.
- Internet - is the layer in the communications process during which information is packaged, addressed and routed to other network destinations. ARP is used for address resolution, IP for addressing and routing data and ICMP for reporting errors and exchanging limited control/status information. In OSI model this layer is called the Network layer.
- Transport - is the layer in the communications process during which the standards of data transport are determined. TCP protocol with its guarantees of delivery and connectionless unguaranteed but fast UDP protocol. This layer has the same name in the OSI model.
- Application - is the layer in the communications process during which end user data is changed, packaged and sent to and from transport layer, for example telenet. In OSI we have three layers, Session, Presentation and Application.
- Network diagnostics - is a graphical tool that administrator can access from help and support tools menu. Users can save output to a file for examination by network administrator.
- Netdiag - is a command line tool that is used to run different network tests. Administrator needs to install the tool first from the Windows CD, the support tools file is called suptools.msi.
- Tracert - shows the path a packet takes to reach given destination, this is done by setting different TTL values in the IP header of ICMP echo requests. Up to 30 hops, tells administrator when connectivity stops.
- Pathping - as tracert but shows the path that a packet takes to reach a given destination, however it also shows detailed analysis of traffic. Used to troubleshoot erratic network behaviour such as packets being delayed, where tracert is used for network connectivity.
- Arp - used to show the Arp cache on the PC. Sometimes local network computers can have wrong MAC addresses of each other cached and thus cannot communicate, use arp to check whatever addresses are correct. To cleat arp cache use arp -d command. Arp -a is used to check hardware address mappings, if it checks out look for hardware problem
- If the administrator is able to ping loopback address, PC own address and the local gateway but no other PCs the problem is most likely with arp cache being corrupted.
- Troubleshooting steps: loopback, local PC, default gateway, remote host by IP, remote host by name.
Saturday, November 10, 2012
Basics of a Repeater
Repeater
Repeater is a physical layer networking devices that amplifies and regenerates an incoming analogue/ digital signal before transmitting. The repeater simply works as a relay here and extends the coverage area.
Why it is required
Signals ideally loss or get attenuated during the transmission. A repeater reconstructs or regenerates the signal and transmits ahead. Thus it is also known as signal boosters.
When the signal communicated in a channel, it gets attenuated depending upon the nature of the channel which seems a limitation of the LAN or cellular coverage. Repeaters installed in specific intervals can help in solving the problem. It restores the signal shape.
The best use of repeater is while it connects two LANs and creates a large LAN network. Multiple LAN can connect to make a single LAN.
There are different types of repeater available such as
- Digital Repeater
- Analogue Repeater
- Wired Repeater
- Wireless Repeater
Advantages
- They are simple to install and does not impact on network performance.
- They are cost effective
- It provides stability of the signals while eliminating the distance
- They can support dynamic networking
- They support all type of signals such as digital, analogue, electrical, light based.
Demerit
- It cannot be managed.
- It cannot recognize packets, noises for any filtration purpose.
-DR
Friday, November 9, 2012
Basics of SWITCH
- Switches operate at data link or network layer of OSI layer.
- It connects different type of network like ethernet ,fiber.
- A layer-2 switch provides hardware based bridging and uses application specific integrated circuits ( ASICs).
- It is used to breakup the collision Domain.
- Switches create separate collision domain but a single broadcast domain.
- Main purpose of using a switch is to optimize the LAN performance and providing better bandwidth to LAN users. They only switch frame packets from one port to another.
- Switches provide dedicated collision domain and also independent bandwidth on each port.
- It comes with many Ports like hub, 12,24,28, etc.
- Different vendors have different switches for wired and wireless LAN like Cisco, D-Link, Juniper ,Huawei, Aruba.
- Same as routers there also series of switches in cisco and other vendors.
Network Scanning Tools
Network Scanning through Nmap and Nessus Network scanning is a process used to troubleshoot active devices on a network for vulnerabilities....
-
STM-1/4/16 SDH Multiplexer In my older post I have covered the basic STM and STM-1. STM1 is a synchronous digital hierarchy (SDH) is standar...
-
General IT Controls (GITC or ITGC) Information Technology General Controls is a type of internal controls which is combined a set of policie...
-
EMS or NMS Enterprise Management System Network Monitoring System Enterprise Management System is a bundle of software or application used f...