Download presentation
Presentation is loading. Please wait.
Published byRandolph Tucker Modified over 9 years ago
1
CIT232©IFM-CIT Dept The Internet
2
CIT232©IFM-CIT Dept Know how the Internet began. Understand the architecture of today’s Internet and its relation- ship with ISPs. Understand the importance of the TCP/IP protocol suite. OBJECTIVES Understand the role of IP, UDP, and TCP in the Internet. Understand the difference between the Internet, an intranet, and an extranet.
3
CIT232©IFM-CIT Dept Internet History The internet traces its origins to a military network called ARPANET. ARPANET was created in response to an increased need for national security, and the need to connect remote computing resources. After ARPARET, other private network sprang up, and eventually all of these networks were connected. The connection of these networks formed what we call the Internet. Read the handout
4
CIT232©IFM-CIT Dept Internet Terms 1.Internet 2.Packet Switching Network 3.Modem - Modulator/Demodulator
5
CIT232©IFM-CIT Dept Internet: is the global collection of computers, communication systems, and software. Public telephone system connects all this equipment to form the internet Packet Switched Network: On a packet switched network, the data is closed in electronic packet. Each packet is individually addressed and forwarded across the network. Modem: Modem stands for modulator/demodulator. Modems are used to send data from a computer over the telephone lines. Computers use digital technology, and the telephone system usually uses analog technology
6
CIT232©IFM-CIT Dept Internet and the Web It is easy to get the Internet and the web confused, but they are not the same thing. The Internet is the actual physical network. It is made up of wires, cables and satellites. The web is the multimedia interface to resources available in the internet. Common use of the Internet are: Communication, shopping, searching, entertainment, education
7
CIT232©IFM-CIT Dept How the Internet Works Internet is the Packet Switched Network Data sent in packets Each packet has an IP address 1.Every computer in the Network has an address called an IP address. 2.IP- Internet Protocol; 3.IP defines the rules of sending communication across the network
8
CIT232©IFM-CIT Dept 1.Internet is the switched network means data sent over internet is encapsulated in packets 2.The packets are addressed according to their destination 3.Internet database keep track of the addresses and allow networking equipment to forward packet to the correct computer. 4.This analogy to telephone systems. Internet is the Packet Switched Network
9
CIT232©IFM-CIT Dept Basic Internet Architecture
10
CIT232©IFM-CIT Dept Peering »ISPs at the same level usually do not charge each other for exchanging messages Higher level ISPs charge lower level ones –National ISPs charge regional ISPs which in turn charge local ISPs Local ISPs charge individuals and corporate users for access Packet Exchange Charges
11
CIT232©IFM-CIT Dept Connecting to an ISP Done by through ISP’s Point of Presence (POP) –A place ISP provides service to its customers Individual users –Typically through a dial-up line using the PPP protocol Handled by the ISP’s modem pool –Userid and password checked by Remote Access Server (RAS) Once logged in, the user can send packets over the phone line Corporate users –Typically access the POP using a T-1, T-3 or ATM OC- 3 connections provided by a common carrier Cost = ISP charges + circuit charges
12
CIT232©IFM-CIT Dept Internet today
13
CIT232©IFM-CIT Dept Internet Governance
14
CIT232©IFM-CIT Dept Internet Society ISOC: Is an international, nonprofit organization formed 1992 to provide support for internet standard process. ISOC supports other Internet administrative bodies such as IAB, IETF, IRTF and IANA, which develop internet standards. ISOC also promotes research and other scholarly activities related to the internet IAB - Internet Architecture Board- sets long term strategies IETF - Internet Engineering Task Force-develop actual standards through series of working groups. IESG manages IETF activities IRTF - Internet Research Task Force IANA - Internet Assign Number Authority
15
CIT232©IFM-CIT Dept Internet administration
16
CIT232©IFM-CIT Dept TCP/IP protocol suite IP: handle datagram routing TCP:is responsible for higher level functions such as segmentation, reassembling, and error detection.
17
CIT232©IFM-CIT Dept TCP/IP Protocol Suite The suite is made up of five layers. The Internet is only concerned with the top three layers The TCP/IP protocol suite installed on any computer involves the network layer-IP and related protocols, transport layer (TCP and UDP) and the application layer SMTP and TELNET). The low layers are the responsibility of the wide area network that forms the physical internet.
18
CIT232©IFM-CIT Dept IP datagram
19
CIT232©IFM-CIT Dept Technical Focus: Inside the Header of an IP Datagram An IP datagram contains several fields. The most important are the source and destination addresses of the datagram (IP addresses). The header also contains fields related to fragmentation. The size of a datagram may be too large for some LAN or WAN protocols. In this case, the datagram is divided into fragments; each fragment carries the same identification number as well as other information to help the receiver assemble the datagram. The header also has two length fields; one defines the length of the header, the other defines the length of the entire packet. One field that can decrease traffic on the Internet holds the number of routers a packet can visit before it is discarded. The header also contains a checksum field to determine the validity of the packet.
20
CIT232©IFM-CIT Dept IP Address
21
CIT232©IFM-CIT Dept 1.The identifier used in the IP layer of the TCP/IP protocol suite to identify each device connected to the Internet is called the Internet address or IP address. 2.An IP address is a 32-bit address that uniquely and universally defines the connection of a host or a router to the Internet. 3.IP addresses are unique. They are unique in the sense that each address defines one, and only one, connection to the Internet. 4.Two devices on the Internet can never have the same address. Introduction
22
CIT232©IFM-CIT Dept An IP address is a 32-bit address. 8-bit IP- address is normally written as four decimal number separated by dots (called dotted - decimal notation)
23
CIT232©IFM-CIT Dept The address space of IPv4 is 2 32 or 4,294,967,296.
24
CIT232©IFM-CIT Dept CLASSFUL ADDRESSING Classful addressing includes the following: Recognizing ClassesRecognizing Classes Netid and HostidNetid and Hostid Classes and BlocksClasses and Blocks Network AddressesNetwork Addresses Sufficient InformationSufficient Information MaskMask
25
CIT232©IFM-CIT Dept IP Address Classes
26
CIT232©IFM-CIT Dept
27
CIT232©IFM-CIT Dept
28
CIT232©IFM-CIT Dept
29
CIT232©IFM-CIT Dept Occupation of the address space
30
CIT232©IFM-CIT Dept Addresses per class
31
CIT232©IFM-CIT Dept Find the class of each address: a. 227.12.14.87b.193.14.56.22c.14.23.120.8 d. 252.5.15.111e.134.11.78.56 Example 7 Solution a. The first byte is 227 (between 224 and 239); the class is D. b. The first byte is 193 (between 192 and 223); the class is C. c. The first byte is 14 (between 0 and 127); the class is A. d. The first byte is 252 (between 240 and 255); the class is E. e. The first byte is 134 (between 128 and 191); the class is B.
32
CIT232©IFM-CIT Dept Netid and hostid
33
CIT232©IFM-CIT Dept Class-A Class A is divided into 128 blocks with each block having different netid First block – 0.0.0.0 to 0.255.255.255 (netid 0) Second block – 1.0.0.0 to 1.255.255.255 (netid 1) The last block – 127.0.0.0 to 127.255.255.255 (netid 127)
34
CIT232©IFM-CIT Dept
35
CIT232©IFM-CIT Dept Class-B Class B is divided into 16384 blocks with each block having different netid First block – 128.0.0.0 to 128.0.255.255 (netid 128.0) The last block – 191.255.0.0 to 191.255.255.255 (netid 191.255) Note: for each block of address the first 2 bytes (netid) are the same. 106-bits8-bits = 2 14 =16384
36
CIT232©IFM-CIT Dept
37
CIT232©IFM-CIT Dept Class-C Class C is divided into 2,097,152 blocks with each block having different netid First block – 192.0.0.0 to 192.0.255.255 (netid 192.0.0) The last block – 223.255.255.0 to 223.255.255.255 (netid 223.255.255) Note: for each block of address the first 3 bytes (netid) are the same. = 2 21 =2,097,152 1105-bits8-bits
38
CIT232©IFM-CIT Dept
39
CIT232©IFM-CIT Dept The number of addresses in class C is smaller than the needs of most organizations.
40
CIT232©IFM-CIT Dept Class D addresses are used for multicasting; there is only one block in this class.
41
CIT232©IFM-CIT Dept Class E addresses are reserved for future purposes; most of the block is wasted.
42
CIT232©IFM-CIT Dept In classful addressing, the network address (the first address in the block) is the one that is assigned to the organization. The range of addresses can automatically be inferred from the network address.
43
CIT232©IFM-CIT Dept Given the network address 17.0.0.0, find the class, the block, and the range of the addresses. Example 9 Solution The class is A because the first byte is between 0 and 127. The block has a netid of 17. The addresses range from 17.0.0.0 to 17.255.255.255.
44
CIT232©IFM-CIT Dept Given the network address 132.21.0.0, find the class, the block, and the range of the addresses. Example 10 Solution The class is B because the first byte is between 128 and 191. The block has a netid of 132.21. The addresses range from 132.21.0.0 to 132.21.255.255.
45
CIT232©IFM-CIT Dept Given the network address 220.34.76.0, find the class, the block, and the range of the addresses. Example 11 Solution The class is C because the first byte is between 192 and 223. The block has a netid of 220.34.76. The addresses range from 220.34.76.0 to 220.34.76.255.
46
CIT232©IFM-CIT Dept Mask Mask is a 32-bit binary number that gives the first address in the block ( the network address) when ANDed with the address in the block. The operation is applied bit by bit to the address and the mask
47
CIT232©IFM-CIT Dept Masking concept
48
CIT232©IFM-CIT Dept AND operation
49
CIT232©IFM-CIT Dept Default masks
50
CIT232©IFM-CIT Dept The network address is the beginning address of each block. It can be found by applying the default mask to any of the addresses in the block (including itself). It retains the netid of the block and sets the hostid to zero.
51
CIT232©IFM-CIT Dept Given the address 23.56.7.91, find the beginning address (network address). Example Solution The default mask is 255.0.0.0, which means that only the first byte is preserved and the other 3 bytes are set to 0s. The network address is 23.0.0.0.
52
CIT232©IFM-CIT Dept Given the address 132.6.17.85, find the beginning address (network address). Example Solution The default mask is 255.255.0.0, which means that the first 2 bytes are preserved and the other 2 bytes are set to 0s. The network address is 132.6.0.0.
53
CIT232©IFM-CIT Dept Given the address 201.180.56.5, find the beginning address (network address). Example 14 Solution The default mask is 255.255.255.0, which means that the first 3 bytes are preserved and the last byte is set to 0. The network address is 201.180.56.0.
54
CIT232©IFM-CIT Dept Other Protocols In the Network Layer TCP/IP supports the following protocols: ARP- Address Resolution Protocol RARP-Reverse Address Resolution Protocol ICMP-Internet Control Message Protocol IGMP- Internet Group Message Protocol
55
CIT232©IFM-CIT Dept Transport Layer Transport layer is represented by two protocols UDP- User Datagram Protocol TCP- Transmission Control Protocol UDP- It provides non-sequenced transport functionality when reliability and security are less important than size and speed. UDP is connectionless protocol. TCP- defines the set of connections to individual processes called port. TCP is connection-oriented protocol. Port is a source or destination point used by a particular process. It is a 16 bit positive integer. It can allow up to 65,536 (0 – 65,535) ports
56
CIT232©IFM-CIT Dept Private Networks Intranet Extranet
57
CIT232©IFM-CIT Dept Intranet An intranet is a private network within an organization that resemble the Internet. Like the internet, intranet uses browsers, web sites and web pages. Intranet typically provides e-mail, mail lists, newsgroups, and FTP services accessible only to those within the organization.
58
CIT232©IFM-CIT Dept Extranet An Extranet is the private network that connects more than one organization.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.