Đang chuẩn bị liên kết để tải về tài liệu:
Lecture LAN connections: Constructing a Network addressing scheme
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Networks, particularly large networks, are often divided into smaller subnetworks, or subnets. Subnets can improve network performance and control. A subnet address extends the network portion, and is created by borrowing bits from the original host portion and designating them as the subnet field,. | LAN Connections Constructing a Network Addressing Scheme Flat Topology Problems All devices share the same bandwidth. All devices share the same broadcast domain. It is difficult to apply a security policy. Lesson Aim Subnetworks Smaller networks are easier to manage. Overall traffic is reduced. You can more easily apply network security policies. Lesson Aim What a Subnet Mask Does Tells the router the number of bits to look at when routing Defines the number of bits that are significant Used as a measuring tool, not to hide anything Possible Subnets and Hosts for a Class C Network Possible Subnets and Hosts for a Class B Network Possible Subnets and Hosts for a Class A Network End System Subnet Mask Operation How Routers Use Subnet Masks Applying the Subnet Address Scheme Lesson Aim Octet Values of a Subnet Mask Subnet masks, like IP addresses, are represented in the dotted decimal format like 255.255.255.0 . | LAN Connections Constructing a Network Addressing Scheme Flat Topology Problems All devices share the same bandwidth. All devices share the same broadcast domain. It is difficult to apply a security policy. Lesson Aim Subnetworks Smaller networks are easier to manage. Overall traffic is reduced. You can more easily apply network security policies. Lesson Aim What a Subnet Mask Does Tells the router the number of bits to look at when routing Defines the number of bits that are significant Used as a measuring tool, not to hide anything Possible Subnets and Hosts for a Class C Network Possible Subnets and Hosts for a Class B Network Possible Subnets and Hosts for a Class A Network End System Subnet Mask Operation How Routers Use Subnet Masks Applying the Subnet Address Scheme Lesson Aim Octet Values of a Subnet Mask Subnet masks, like IP addresses, are represented in the dotted decimal format like 255.255.255.0 Default Subnet Masks Example Class A address (decimal): 10.0.0.0 Example Class A address (binary): 00001010.00000000.00000000.00000000 Default Class A mask (binary): 11111111.00000000.00000000.00000000 Default Class A mask (decimal): 255.0.0.0 Default classful prefix length: /8 Example Class C address (decimal): 192.168.42.0 Example Class C address (binary): 11000000.10101000.00101010.00000000 Default Class C mask (binary): 11111111.11111111.11111111.00000000 Default Class C mask (decimal): 255.255.255.0 Default classful prefix length: /24 Example Class B address (decimal): 172.16.0.0 Example Class B address (binary): 10010001.10101000.00000000.00000000 Default Class B mask (binary): 11111111.11111111.00000000.00000000 Default Class B mask (decimal): 255.255.0.0 Default classful prefix length: /16 Procedure for Implementing Subnets Determine the IP address assigned by the registry authority. Based on the organizational and administrative structure, determine the number of subnets .