ADDRESSING:
Communication between two networks takes place through ADDRESSING. Its an identifier which includes information about how to find its subject.
There are four types:
Physical address: MAC address
Logical address: IP address
Specific address
Port address
MAC ADDRESS:
In computer networking, a Media Access Control address (MAC address) is a unique identifier assigned to network interface cards (NICs) by the manufacturer for identification.
FINDING MAC ADDRESS FOR WINDOWS:
1.Click on the Start Menu.
2.Click on ‘Run…’
3.Type ‘cmd’ without quotes and press Enter.
4.At the command prompt, type ‘ipconfig /all’ without quotes. (space between g and /)
5.Alternatively, if using Windows XP, you can use the command ‘getmac’.
6.Your MAC Address is listed under ‘Physical Address’ as a series of 6 groups of two digits, letters and numbers, separated by dashes, such as in the image below. Make sure you get the physical address of the correct network adapter – usually there are several listed.
FINDING MAC ADDRESS FOR LINUX:
1.If you’re running Linux, use the ifconfig command. You may need to reference it from your /bin or /sbin directories.
IP ADDRESS:
An Internet Protocol (IP) address is a numerical label that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. An IP address serves two principal functions in networking: host identification and location addressing.
The original designers of TCP/IP defined an IP address as a 32-bit number and this system, now named Internet Protocol Version 4 (IPv4), is still in use today. However, due to the enormous growth of the Internet and the resulting depletion of the address space, a new addressing system (IPv6), using 128 bits for the address.
The number of these bits is indicated in CIDR notation, appended to the IP address, e.g., 208.77.188.166/24.
Ipv4:
IPv4 uses 32-bit (4-byte) addresses, which limits the address space to 4,294,967,296 (232) possible unique addresses.
IPv4 addresses are usually represented in dot-decimal notation (four numbers, each ranging from 0 to 255, separated by dots, e.g. 208.77.188.166). Each part represents 8 bits of the address, and is therefore called an octet. In less common cases of technical writing, IPv4 addresses may be presented in hexadecimal, octal, or binary representations.
Ipv6:
The rapid exhaustion of IPv4 address space, despite conservation techniques, prompted the Internet Engineering Task Force (IETF) to explore new technologies to expand the Internet’s addressing capability. The address size was increased from 32 to 128 bits or 16 octets, the new address space provides the potential for a maximum of 2128, or about 3.403 × 1038 unique addresses.
The new design is not based on the goal to provide a sufficient quantity of addresses alone, but rather to allow efficient aggregation of subnet routing prefixes to occur at routing nodes. The new design also provides the opportunity to separate the addressing infrastructure of a network segment—that is the local administration of the segment’s available space—from the addressing prefix used to route external traffic for a network.
Example of an IPv6 address:
2001:0db8:85a3:08d3:1319:8a2e:0370:7334
IP ADDRESS OF WINDOWS BASED OPERATING SYSTEM:
1.Click on Start in the bottom left hand corner of your screen.
2.Click on Run. An input box will appear with a flashing cursor.
3.Type “cmd” or “Command” in the Run box.
4.Click on OK or press the Enter key on your keyboard. Or click on start. Go to programs. Go to Accessories and click on Command Prompt.
5.An MS DOS Window will open. You are now ready to send a command to your computer.
6.Type “netstat -n” including the space.
7.Press Enter.
8.You will see a list of all your active connections and IP numbers.
9.You will see four fields with four columns.
10.The Local Address field identifies your IP number. The Foreign Address field shows the IP numbers of the sites or people to whom you are connected. In the image, I am talking to two friends on Messenger, so two IP addresses are shown in the Foreign Address field.
11.You can also see what programs are being used to connect to those IP addresses by typing “netstat -nab”. That way, if you are connected to more than one foreign IP address, you can more easily pick out the address you are interested in.
12.Also another way you can do it is Start>Run>Cmd>Ipconfig This should show you: your masked IP and IP.
13.An easy alternative way to determine your IP is to use an online IP checker like Get My IP Address.
IP ADDRESS OF LINUX BASED OPERATING SYSTEM:
To find out IP address of Linux/UNIX/BSD/Unixish system use the command called ifconfig. It is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. If no arguments are given to ifconfig command it displays the status of the current active interfaces. It displays Ethernet IP address, Mac address, subnet mask and other information. Type /sbin/ipconfig command to display IP address: $ /sbin/ifconfig
DIFFERENCES BETWEEN MAC AND IP ADDRESS:
1. MAC is the type of a number for network devices like Ethernet cards
IP addresses uniquely identify computers on the Internet, or on a local intranet
2.MAC addresses are assigned at the time hardware is manufactured.
IP addresses are assigned as part of connecting to a network.
3. MAC is the hardware address
IP is the software address
4. MAC is static in nature as it is designed by the manufacturer
IP is dynamic in nature as it is assigned by the router every time it gets connected to the network.
APPLE TALK:
Apple Computer developed the AppleTalk protocol suite to implement file transfer, printer sharing, and mail service among Apple systems using the LocalTalk interface built into Apple hardware.It is a multi-layered protocol providing internetwork routing, transaction and data stream service, naming service, and comprehensive file and print sharing.
The AppleTalk design rigorously followed the OSI model of protocol layering.
Physical Layer has the responsibility of bit encoding/decoding, synchronization, signal transmission/ reception and carrier sensing.
The AppleTalk Link Access Protocol (ALAP) must be common to all systems on the network bus and handles the node-to-node delivery of data between devices connected to a single AppleTalk network.
In the Transport Layer, several protocols exist to add different types of functionality to the underlying services. The AppleTalk Transaction Protocol, or ATP, is part of the Transport Layer and is responsible for controlling the transactions (flow of data) between requestor and responder sockets.
In the Session Layer, the AppleTalk Session Protocol (ASP) is a general protocol designed to interact with ATP to provide for establishing, maintaining and closing sessions.
AppleTalk Filing Protocol (AFP) is a presentation layer protocol designed to control access to remote file systems.
HOW TO CHECK IP ADDRESS:
Here u need to have Apple Computer running Mac OSX.
Then the set of instructions should be followed.
1.Click the Apple logo on the top left of the screen.
2.Select “System Preferences”.
3.Select “Network” under the “Internet and Network” section.
4.Select which connection you’d like to check in the “Show” drop-down menu. If you’re hooked up via ethernet, select “Built In Ethernet”. If you have a wireless network, select “AirPort”.
5.Select “TCP/IP” on the “Network” screen. Your IP Address will be shown here.
Recent Comments