


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Notes; Professor: Sengupta; Class: Comptr Netwrks/Distrbutd Procs; Subject: Computer Science; University: SUNY Institute of Technology at Utica-Rome; Term: Unknown 1989;
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
IP addresses. For any host, computer on a TCP/IP network, a unique id (32 bits in IPv4) written as a collection of 4 decimal numbers (dotted quad) between 0 to 255. Ex. IP address: 132.64.48.56. Every device must have a unique IP address. All devices pertaining to a common network must reflect a common network portion of address that must be registered with the Internet community provided by some Internet Service Provider (ISP) IP address class: Class A: 0 + 7 network ID bits + 24 host ID bits Class B: 10 + 14 network ID bits + 16 host ID bits Class C: 110 + 21 network ID bits + 8 host ID bits Class D: 1110 + 28 multicast address bits Address formats: network. local.local.local (for class A IDs) network.network.network.local (for class C IDs) IP address of a device MAC address (physical ID) MAC address is a permanently stamped address. IP address is stored in a configuration file in the local disk.
Subnets: A single network may be split into a multiple networks for internal use but appear as a single network to outsider. This is the concept of subnets. Subnet mask. An address such that when added to network address (in bitwise-and) splits the address into network + subnet + host address. e.g. IP address: 12.11.10.9 subnet mask 255.254.0. Since the leading bit begins with 0, it’s a Class A network with address 12.0.0. 00001100 00001011 00001010 00001001 IP
00001100 00001010 | 00000000 00000000 Network is extended by 7 more bits. Therefore, this is subnet 10. The remaining host part is 0.1.10.9 is the host address. IP and subnet masks are often presented together in this format. e.g. Network address = 154.4.32.0 ,
mails are sent directly to the device on a foreign net. TCP/IP includes a protocol suit ARP (Address Resolution Protocol) to map IP addresses to physical addresses by network administrators. The constructed table is called ARP cache. RARP = Reverse Address resolution Protocol permits the inverse mapping from MAC to corresponding IP address. Hosts such as diskless workstations only knows their MAC addresses when booted but not their IP addresses. This must be obtained from an RARP server source. (RFC 903 for details).