Presentation is loading. Please wait.

Presentation is loading. Please wait.

Computer Networking 网络课件 双语教学 模拟实验 计算机网络教研室 Department of Computer Networking Application CHAPTER 14 INTERNETWORKING 1 The first section 2 Exercises.

Similar presentations


Presentation on theme: "Computer Networking 网络课件 双语教学 模拟实验 计算机网络教研室 Department of Computer Networking Application CHAPTER 14 INTERNETWORKING 1 The first section 2 Exercises."— Presentation transcript:

1

2 Computer Networking 网络课件 双语教学 模拟实验 计算机网络教研室

3 Department of Computer Networking Application CHAPTER 14 INTERNETWORKING 1 The first section 2 Exercises 3 Online lecture

4 www.gxmu.edu.cn 14.1 INTRODUCTION An internet must provide a link between networks, routing and delivering data between processes on computers of different networks while accommodating several variations among those networks. CHAPTER 14 INTERNETWORKING

5 www.gxmu.edu.cn 14.2 PRINCIPLES OF INTERNETWORKING A simple internet An internetwork or internet carries the concept of networking one step further down the road to universal connectivity by joining multiple networks or types of network into one large, uniform communications system. An internet is the connection of two or more networks of any type. The most common implementation is the connection of several packet switching networks by using TCP/IP protocols and routers. CHAPTER 14 INTERNETWORKING

6 www.gxmu.edu.cn 14.4 TCP/IP PROTOCOL SUITE A comparison of the layers of the OSI Reference Model and the TCP/IP protocol stack. CHAPTER 14 INTERNETWORKING A protocol is the collection of practices, policies, and procedures that are mutually agreed upon between users so they are able to communicate. Just as two people need a common language or rules for communication when they speak to one another, so two hosts (in TCP/IP, any two computers from PCs to mainframe) need protocols or rules of behavior and conventions when sending messages to one another.

7 www.gxmu.edu.cn 14.5 REQUESTS FOR COMMENT(RFC) CHAPTER 14 INTERNETWORKING All of the protocols in the TCP/IP suite are defined by documents called RFCs. Whenever a person conceives a new idea or improved capability, he or she writes an RFC, which is then published on the Internet. The RFC is assigned a number by which it will always be known, and reviewers respond with comments and constructive criticism. The RFC is revised and after programmers have tested it, it becomes an official standard.

8 www.gxmu.edu.cn 14.6 INTERNET PROTOCOL (IP) CHAPTER 14 INTERNETWORKING IP is responsible for the basic connectivity between networks, though it is not concerned whether data arrive without errors. That is handled by other protocols, such as TCP. The current version of IP is Internet Protocol version 4, (IPv4). A newer version, called IPv6, is a bigger and more versatile "brother” that many Internet sites are starting to implement.

9 www.gxmu.edu.cn Classful IP Addressing The range of decimal values in the first eight bits of each address class. CHAPTER 14 INTERNETWORKING

10 www.gxmu.edu.cn Comparison of Class A, B, and C addresses CHAPTER 14 INTERNETWORKING

11 www.gxmu.edu.cn Division of five classes indicated by the first four bits of the address CHAPTER 14 INTERNETWORKING

12 www.gxmu.edu.cn Subnetting and Subnet Masks Default subnet masks CHAPTER 14 INTERNETWORKING

13 www.gxmu.edu.cn Default subnet mask applied to a Class C address A subnet mask applied to a Class C address CHAPTER 14 INTERNETWORKING

14 www.gxmu.edu.cn A sample Converting decimal numbers to binary CHAPTER 14 INTERNETWORKING

15 www.gxmu.edu.cn Classless Inter-Domain Routing (CIDR) CHAPTER 14 INTERNETWORKING Another option for dealing with the decreasing number of addresses used by most IPv4 Internet sites is CIDR. CIDR is very closely related to subnetting. Use of the original IPv4 system of classes resulted in the waste of many addresses.

16 www.gxmu.edu.cn 14.7 DOMAIN NAME SYSTEM (DNS) Top Level Domains The following is a list of the top level domains:.com: commercial organizations.edu: educational institutions, today usually limited to 4-year colleges and university.net: network providers.org: nonprofit organizations.int: organizations established by international treaty.gov: US Federal Government agencies.mil: US military CHAPTER 14 INTERNETWORKING

17 www.gxmu.edu.cn 14.7 DOMAIN NAME SYSTEM (DNS) Top Level Domains The following is a list of the top level domains: CHAPTER 14 INTERNETWORKING.int: organizations established by international treaty.org: nonprofit organizations.net: network providers.edu: educational institutions.com: commercial organizations.gov: US Federal Government agencies.mil: US military

18 www.gxmu.edu.cn 14.7 DOMAIN NAME SYSTEM (DNS) Top Level Domains The following is a list of the top level domains:.com: commercial organizations.edu: educational institutions, today usually limited to 4-year colleges and university.net: network providers.org: nonprofit organizations.int: organizations established by international treaty.gov: US Federal Government agencies.mil: US military CHAPTER 14 INTERNETWORKING

19 www.gxmu.edu.cn A DNS tree The domain name system CHAPTER 14 INTERNETWORKING

20 14.8 INTERNET PROTOCOL VERSION 6 (IPV6) www.gxmu.edu.cn The hexidecimal syste m CHAPTER 14 INTERNETWORKING

21 A comparison of the IPv4 and IPv6 header structures www.gxmu.edu.cn CHAPTER 14 INTERNETWORKING

22 14.9 TRANSMISSION CONTROL PROTOCOL (TCP) www.gxmu.edu.cn TCP is a connection-oriented end-to-end service CHAPTER 14 INTERNETWORKING

23 www.gxmu.edu.cn Opening handshake CHAPTER 14 INTERNETWORKING

24 www.gxmu.edu.cn Sender and receiver events CHAPTER 14 INTERNETWORKING

25 www.gxmu.edu.cn Flow control: sliding window CHAPTER 14 INTERNETWORKING

26 www.gxmu.edu.cn A closing handshake A TCP header CHAPTER 14 INTERNETWORKING

27 14.11 SOCKETS AND CLIENT-SERVER COMMUNICATION www.gxmu.edu.cn The relationships between TCP/IP and UDP layers CHAPTER 14 INTERNETWORKING

28 14.12 OTHER PROTOCOLS Address Resolution Protocol (ARP) Dynamic Host Configuration Protocol (DHCP) File Transfer Protocol(FTP) and Trivial File Transfer Protocol(TFTP) HTTP and Secure Hypertext Transfer Protocol (HTTPS) Internet Control Message Protocol (ICMP) Post Office Protocol, v3(POP3) and Internet Message Access Protocol, v4(IMAP4) Simple Mail Transfer Protocol (SMTP) www.gxmu.edu.cn CHAPTER 14 INTERNETWORKING

29 14.12 OTHER PROTOCOLS Address Resolution Protocol (ARP) Dynamic Host Configuration Protocol (DHCP) File Transfer Protocol(FTP) and Trivial File Transfer Protocol(TFTP) HTTP and Secure Hypertext Transfer Protocol (HTTPS) Internet Control Message Protocol (ICMP) Post Office Protocol, v3(POP3) and Internet Message Access Protocol, v4(IMAP4) Simple Mail Transfer Protocol (SMTP) www.gxmu.edu.cn CHAPTER 14 INTERNETWORKING

30 14.13 INTERNETWORKING TOOLS AND APPLICATIN Name Server Lookup (nslookup) Output from nslookup www.gxmu.edu.cn CHAPTER 14 INTERNETWORKING

31 Whois www.gxmu.edu.cn Output from nslookup CHAPTER 14 INTERNETWORKING

32 Ping Ping is one of the most widely available tools in the TCP/IP suite www.gxmu.edu.cn Output from ping CHAPTER 14 INTERNETWORKING

33 Traceroute www.gxmu.edu.cn Output from traceroute CHAPTER 14 INTERNETWORKING

34 课后习题 D 、 255.255.255.0 1. What is the default subnet mask for a Class C network? ( ). D A 、 255.255.0.0 B 、 255.0.0.0 C 、 0.0.0.225 Show Answer Reset Next × × × √ Exercises CHAPTER 14 INTERNETWORKING

35 课后习题 C 、 11001110 2. Which of the following binary numbers is the equivalent of the decimal number 206? ( ) C D 、 10110110 A 、 11001100 B 、 11100110 Show Answer Reset Next × × × √ CHAPTER 14 INTERNETWORKING Exercises

36 课后习题 A 、 211 3. Which of the following decimal numbers is the equivalent of the binary number 11010011? ( ) A D 、 203 B 、 197 C 、 192 Show Answer Reset Next × × × √ Exercises CHAPTER 14 INTERNETWORKING

37 课后习题 B 、 11000000111001000001000100111001 4. The dotted decimal IP address 192.228.17.57 is the equivalent of the following binary address: ( ) B D 、 11000000111001100011000100110101 A 、 11010000101011100001000100111001 C 、 10100000111001000000100100111101 Show Answer Reset Next × × × √ Exercises CHAPTER 14 INTERNETWORKING

38 课后习题 B 、 flow control 5. What does the term “sliding window” relate to? ( ) B D 、 full duplex A 、 multiplexing C 、 queuing Show Answer Reset Next × × × √ Exercises CHAPTER 14 INTERNETWORKING

39 课后习题 6. An ________ is the connection of two or more networks of any type. internet Answer Exercises 7. _____________ are the individual networks that are interconnected in an internet and may maintain their own. subnetworks Answer 8. ________ define all of the protocols in the TCP/IP Suite. RFCs Answer CHAPTER 14 INTERNETWORKING

40 课后习题 9. The TCP/IP __________ layer makes sure that packets have no errors and that they arrive in the correct order. transport Answer Exercises 10. The IP address type designed for the largest networks is class ____. A Answer CHAPTER 14 INTERNETWORKING


Download ppt "Computer Networking 网络课件 双语教学 模拟实验 计算机网络教研室 Department of Computer Networking Application CHAPTER 14 INTERNETWORKING 1 The first section 2 Exercises."

Similar presentations


Ads by Google