Chapter 2: Networks and the Internet – VOCAB Flashcards

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

1/55

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering OSI model, network devices, addressing, cabling, protocols, Internet concepts, and common utilities as presented in Chapter 2.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

56 Terms

1
New cards

OSI model

Seven-layer model used to organize network functions; helps isolate problems; each layer supports the one above and performs a specific function.

2
New cards

Application layer (OSI)

Layer 7; interfaces directly to applications and provides common services (e.g., protocols such as POP, SMTP, DNS, FTP).

3
New cards

Presentation layer (OSI)

Layer 6; handles data representation differences to simplify communication between systems.

4
New cards

Session layer (OSI)

Layer 5; manages dialogue and control between end-user application processes.

5
New cards

Transport layer (OSI)

Layer 4; provides end-to-end data transport; protocols include TCP and UDP.

6
New cards

Network layer (OSI)

Layer 3; routes information across the network; uses protocols such as IP and ARP.

7
New cards

Data Link layer (OSI)

Layer 2; contains MAC and LLC sublayers; describes the organization of data bits and frames; uses MAC addresses.

8
New cards

Physical layer (OSI)

Layer 1; defines physical properties of media, electrical signals, and the hardware (NIC, cables).

9
New cards

MAC address

Physical hardware address burned into the NIC; 48-bit hex; used for identification on the local network (layer 2).

10
New cards

NIC

Network Interface Card; device that connects a host to the network and operates at the physical layer.

11
New cards

RJ-45

Ethernet connector used for network cabling; larger than RJ-11 and connects to patch panels.

12
New cards

Hub

Simple, layer-1 device that broadcasts traffic to all ports; no routing or switching.

13
New cards

Switch

Layer-2 device that forwards frames only to the intended destination host; smarter than a hub.

14
New cards

Router

Layer-3 device that routes traffic between networks and controls traffic scope.

15
New cards

Internet

Global network consisting of ISPs and backbone providers connected via points like Network Access Points (NAPs).

16
New cards

IPv4 address

Four-octet 32-bit address used to identify devices; public addresses are routable; private addresses use NAT for Internet access.

17
New cards

Public IP address

Routable on the Internet and typically leased from an ISP.

18
New cards

Private IP address

Not routable on the Internet; used within private networks; NAT translates to a public IP.

19
New cards

NAT (Network Address Translation)

Translates private addresses to a public address to enable Internet access for devices on a private network.

20
New cards

DNS

Domain Name System; translates human-friendly domain names to IP addresses.

21
New cards

URL

Universal Resource Locator; human-friendly web address; DNS resolves it to an IP.

22
New cards

10BASE5

Thick Ethernet (Thicknet); old coaxial cabling standard.

23
New cards

10BASE2

Thin Ethernet (Thinnet); coaxial cabling standard.

24
New cards

10BASE-T

Ethernet over twisted-pair copper cabling.

25
New cards

10BASE-F

Ethernet over fiber-optic cabling.

26
New cards

100BASE-T

Fast Ethernet; 100 Mbps over twisted-pair copper.

27
New cards

1000BASE-T

Gigabit Ethernet; 1 Gbps over twisted-pair copper.

28
New cards

RJ-11

Telephone-style jack used for telephony connections.

29
New cards

Class A IP addresses

First octet 0-126; designed for extremely large networks; largely exhausted.

30
New cards

Class B IP addresses

First octet 128-191; for large corporate networks; largely exhausted.

31
New cards

Class C IP addresses

First octet 192-223; most common; used by many ISPs.

32
New cards

Class D IP addresses

First octet 224-239; multicast addresses.

33
New cards

Class E IP addresses

First octet 240-255; reserved for experimental use.

34
New cards

Subnet

A portion of a network that shares the same subnet address.

35
New cards

Subnet mask

Defines which portion of an IP address belongs to the subnet.

36
New cards

CIDR

Classless Inter-Domain Routing; describes subnets using IP address notation with a slash (e.g., 192.168.1.0/24).

37
New cards

IPv6

128-bit IP address space; supports options like DHCP for configuration.

38
New cards

Protocol

Rules that govern network and Internet communication; IETF controls these rules.

39
New cards

TCP

Transmission Control Protocol; connection-oriented; ensures reliable delivery.

40
New cards

IP

Internet Protocol; connectionless protocol; works with TCP to deliver data.

41
New cards

UDP

User Datagram Protocol; connectionless transport protocol.

42
New cards

ICMP

Internet Control Message Protocol; used to report problems and errors in network communication.

43
New cards

FTP

File Transfer Protocol; used to transfer files between computers.

44
New cards

HTTP/HTTPS

Hypertext Transfer Protocol; used to retrieve web pages; HTTPS is its secure version.

45
New cards

DNS servers

Servers that resolve domain names to IP addresses.

46
New cards

Port

Logical endpoint for network communications used by protocols; not a physical port.

47
New cards

Firewall

Security device (hardware or software) that filters incoming/outgoing traffic.

48
New cards

Proxy server

Security device that hides internal addresses and can cache content; acts on behalf of clients.

49
New cards

Basic network utilities

Tools such as IPConfig, Ping, Tracert, Netstat, and Nslookup used to diagnose networks.

50
New cards

IPConfig

Utility to display network configuration, including IP address, subnet mask, and default gateway.

51
New cards

Ping

Utility to test reachability and round-trip time to a host.

52
New cards

Tracert

Traceroute utility; shows each hop between source and destination.

53
New cards

Netstat

Displays active connections and listening ports.

54
New cards

Nslookup

DNS lookup tool to query DNS records.

55
New cards

Error message classes

HTTP status-like grouping: 100 informational, 200s success, 300s redirects, 400s client errors, 500s server errors.

56
New cards

Network address point (NAP)

A point where backbone providers connect to exchange traffic.