Skip to main content

Week 8

 The internet protocol version 6 (IPV6) is a suite of standard protocols for the network layer of the Internet, IPV6 is designed to solve many of the problems of the current Internet protocol suite (IPV4) about address depletion, security, and auto-configuration. IPV6 expands the capability of the internet to enable new kinds of applications including peer-to-peer and mobile applications.

IPV6 addresses are 128 bits long, the reason for this is to subdivide the available addresses into a hierarchy of routing domains that reflect the internet's topology. The total number of IPV6 addresses in the world is 340 undecillions, an example of an IPV6 address is 2001:0db8:85a3:0000:0000:8a2e: 0370:7334. It is represented as eight groups of four hexadecimal digits, each group representing 16 bits. The groups are separated by colons, the first 64 bits of the address are for routing and the last 64 bits are for representing the interface or node.

Comments

Popular posts from this blog

System Hardening Week 2

  The  Application layer  is the seventh and highest layer of the OSI and TCP/IP models. It specifies the shared communication protocols and interface methods hosts use in a communications network. The protocols in the Application layer are responsible for providing services to the user, such as file transfer, email, and web browsing.

Week 4 post

 RIAD (redundant array of independent disk) An array is when two or more drives are working as a unit. Below is a detail information about RAID 5 which is the most used or common RAID level.

week 10 Cloud Computing.

  File Storage Description: Structure: Hierarchical, using directories and subdirectories. Data Organization: Files are stored with metadata like filename, timestamps, and permissions. Advantages: Familiarity: Easy for users to understand and manage, akin to traditional file systems. Ideal Use Cases: Great for storing and managing documents, media files, and shared drives. Block Storage Description: Structure: Data is divided into fixed-sized blocks. Data Organization: Each block has a unique identifier, but no metadata is attached directly. Advantages: Performance: High performance and low latency. Flexibility: The operating system can be formatted and used as required. Ideal Use Cases: Databases: Suitable for database applications. Virtual Machines: Commonly used for VM storage and high-performance applications.