tailieunhanh - Lecture Basic network management: Chapter 7 - Trung tâm Athena

Chapter 7 - TCP/IP. After studying this chapter you will be able to understand: Decimal to binary ( binary to decimal), decimal to hexadecimal (hexadecimal to decimal), binary to hexadecimal (hexadecimal to binary), IP address and subnetting. | Chapter 7: TCP/IP Objective Converting Decimal to binary ( binary to decimal) Decimal to hexadecimal (hexadecimal to decimal) Binary to hexadecimal (hexadecimal to binary) Understanding TCP/IP IP address and Subnetting Protocol for TCP/IP Trong chương này trọng tâm nằm ở các tính Ip address,Vai trò của IP address làm gì?Tính NetID và subnet. CHo học viên làm các bài tập của chương Tính IP address,Subnet. Cách tính IP address cực kỳ quang trọng ,học viên không biết tính IP address là sẽ không thiết kế được xây dựng và cấu hình đươc các hệ thông network The Binary System Computing devices communicate with 1s and 0s A groups of 8 bits = 1 byte Binary numbers are based on the powers of 2 because there are only 2 symbols: 0 and 1 Binary can be converted to decimal in a similar way that decimal numbers are figured The Binary System (2) Binary can be converted to decimal in a similar way that decimal numbers are figured Example: 1010 = (1x23)+(0x22)+(1x21)+(0x20) = (1x8)+(0x4)+(1x2)+(0x1) = 8 + 0 + 2 + 0 1010 = 10 The Decimal System Humans use the decimal number system base on the powers of 10 10 symbols are used: 0,1,2,3,4,5,6,7,8,9 In a decimal number, each symbol represents 10 raised to a power according to its position that is then multiplied by that position The Decimal System (2) Example: 261 = (2 x 102) + (6 x 101) + (1 x 100) (2 x 100) + (6 x 10) + (1 x 1) 261 = 200 + 60 + 1 The Decimal System (3) Converting decimal to binary: Example: 49 49/2 = 24 with a remainder of 1 24/2 = 12 with a remainder of 0 12/2 = 6 with a remainder of 0 6/2 = 3 with a remainder of 0 3/2 = 1 with a remainder of 1 1/2 = 0 with a remainder of 1 49 = 110001 The Hexadecimal System A hexadecimal system based on power of the number 16 16 symbols are used: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F Example: 7FA2 = (7x163) + (Fx162) + (Ax161) + (2x160) 7FA2 = 28672 + 3840 + 160 + 2 7FA2 = 32674 The Hexadecimal System (2) Converting decimal to hexadecimal: Example: 127 127/16 = 7 . | Chapter 7: TCP/IP Objective Converting Decimal to binary ( binary to decimal) Decimal to hexadecimal (hexadecimal to decimal) Binary to hexadecimal (hexadecimal to binary) Understanding TCP/IP IP address and Subnetting Protocol for TCP/IP Trong chương này trọng tâm nằm ở các tính Ip address,Vai trò của IP address làm gì?Tính NetID và subnet. CHo học viên làm các bài tập của chương Tính IP address,Subnet. Cách tính IP address cực kỳ quang trọng ,học viên không biết tính IP address là sẽ không thiết kế được xây dựng và cấu hình đươc các hệ thông network The Binary System Computing devices communicate with 1s and 0s A groups of 8 bits = 1 byte Binary numbers are based on the powers of 2 because there are only 2 symbols: 0 and 1 Binary can be converted to decimal in a similar way that decimal numbers are figured The Binary System (2) Binary can be converted to decimal in a similar way that decimal numbers are figured Example: 1010 = (1x23)+(0x22)+(1x21)+(0x20) = .

TÀI LIỆU LIÊN QUAN