IP Addresses, IPv4/IPv6, Domain Names, and Web Addresses (2.6)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering IP addressing, IPv4/IPv6 structures, domain names, and web addresses from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

IP address

A sequence of numbers that uniquely identifies the location of a device on a network, allowing information to be sent between devices.

2
New cards

IPv4

Internet Protocol version 4; 32-bit addresses, four octets, shown in dotted decimal notation; about 4.3 billion possible addresses.

3
New cards

IPv6

Internet Protocol version 6; 128-bit addresses, eight groups of four hexadecimal digits separated by colons; about 3.4×10^38 addresses.

4
New cards

octet

A group of 8 bits in an IP address; values range from 0 to 255.

5
New cards

dotted decimal notation

The human-friendly decimal representation of IPv4 addresses with four octets separated by periods.

6
New cards

32 bits

The length of an IPv4 address (4 bytes).

7
New cards

4.3 billion addresses

The approximate number of unique IPv4 addresses (2^32).

8
New cards

8 bits per octet

Each IPv4 octet contains 8 bits.

9
New cards

eight groups

IPv6 addresses consist of eight groups of four hexadecimal digits.

10
New cards

colon-separated groups

IPv6 groups are separated by colons (:).

11
New cards

128-bit address

The length of an IPv6 address (16 bytes).

12
New cards

2^128 addresses

The total number of possible IPv6 addresses (approx. 3.4×10^38).

13
New cards

zero compression

IPv6 shorthand that omits consecutive zero groups to shorten an address.

14
New cards

domain name

A text-based name that maps to an IP address to identify online resources more easily.

15
New cards

TLD

Top-Level Domain; the last part of a domain name indicating organization type or location.

16
New cards

gTLD

Generic Top-Level Domain; examples include .com, .org, .net.

17
New cards

ccTLD

Country-code Top-Level Domain; TLDs representing a country code, like .my.

18
New cards

URL

Uniform Resource Locator; the web address of a webpage, consisting of protocol, domain name, path, and web page name.

19
New cards

protocol

A set of rules for data transfer on a network; in URLs, commonly http or https.

20
New cards

HTTP

Hypertext Transfer Protocol; the protocol used to transfer web pages.

21
New cards

HTTPS

Hypertext Transfer Protocol Secure; the secure version of HTTP.

22
New cards

path

The portion of a URL that specifies a file or directory location after the domain.

23
New cards

web page name

The final part of a URL identifying the page, often ending in .html.

24
New cards

HTML

Hypertext Markup Language; the language used to format web documents for display on the Web.