Computer Networks Overview

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

1/38

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering OSI/TCP-IP models, layers, devices, and common protocols described in the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

39 Terms

1
New cards

OSI Model

Open Systems Interconnection model; a conceptual 7-layer framework for network communications.

2
New cards

TCP/IP Model

Four-layer model mapping OSI layers to Network Access, Internet, Transport, and Application.

3
New cards

Physical Layer (OSI)

Layer 1; transmits raw bits over physical media; defines cables, signaling, voltages.

4
New cards

Data Link Layer (OSI)

Layer 2; node-to-node delivery; uses MAC addresses; includes LLC and MAC sublayers; error detection with CRC; CSMA/CD in Ethernet.

5
New cards

Network Layer (OSI)

Layer 3; logical addressing and routing between networks; uses IP addresses; supports fragmentation.

6
New cards

Transport Layer (OSI)

Layer 4; end-to-end delivery; segmentation/reassembly; offers reliable TCP or best-effort UDP; flow control.

7
New cards

Session Layer (OSI)

Layer 5; manages sessions between applications; authentication/authorization; dialog control; NetBIOS, RPC, SMB.

8
New cards

Presentation Layer (OSI)

Layer 6; translates/formats data; encryption/decryption; compression; formats like JPEG, TLS conceptually.

9
New cards

Application Layer (OSI)

Layer 7; user-facing services; HTTP/HTTPS, DNS, SMTP, FTP, etc.

10
New cards

Network Access Layer (TCP/IP)

Combines OSI Physical and Data Link layers; handles access to the physical network (Ethernet, Wi‑Fi, ARP, PPP).

11
New cards

Internet Layer (TCP/IP)

Matches OSI Network Layer; handles logical addressing and routing (IPv4/IPv6, ICMP, IGMP; routing protocols).

12
New cards

Transport Layer (TCP/IP)

Same as OSI Transport; end-to-end delivery; TCP, UDP, SCTP.

13
New cards

Application Layer (TCP/IP)

Merges OSI Session/Presentation/Application; handles application processes and protocols (HTTP/HTTPS, DNS, SMTP, etc.).

14
New cards

NAT

Network Address Translation; converts private internal IP addresses to a public IP for Internet communication.

15
New cards

Firewall

Traffic-filtering device or feature that blocks/allows traffic by ports and protocols; can be hardware or software.

16
New cards

Router

Device that forwards packets between networks; uses routing tables; may include NAT and firewall functions.

17
New cards

Switch

Layer 2 device; connects many devices; uses MAC addresses to forward frames; can support VLANs (802.1Q).

18
New cards

Hub

Layer 1 device; repeats signals to all ports; creates shared collision domain; largely replaced by switches.

19
New cards

Bridge

Layer 2 device that connects two network segments and forwards frames between them.

20
New cards

Access Point

Wireless device that provides Wi‑Fi connectivity to a wired network.

21
New cards

NIC

Network Interface Card; hardware component that connects a device to the network.

22
New cards

Ethernet (IEEE 802.3)

Wired LAN standard; defines physical and data link layers; supports MAC addressing.

23
New cards

Wi‑Fi (IEEE 802.11)

Wireless LAN standard; defines PHY/MAC for wireless networks.

24
New cards

MAC Address

Hardware address assigned to a network interface at the data link layer.

25
New cards

IP Address

Logical address assigned to a device for IP networks; used for routing.

26
New cards

ARP

Address Resolution Protocol; maps IP addresses to MAC addresses on local networks.

27
New cards

ICMP

Internet Control Message Protocol; used for diagnostics and error reporting (e.g., ping).

28
New cards

IGMP

Internet Group Management Protocol; manages multicast group membership.

29
New cards

OSPF

Open Shortest Path First; interior gateway routing protocol using a link-state algorithm.

30
New cards

EIGRP

Enhanced Interior Gateway Routing Protocol; Cisco-proprietary routing protocol.

31
New cards

BGP

Border Gateway Protocol; inter-domain routing on the Internet; selects best paths between autonomous systems.

32
New cards

VLAN (802.1Q)

Virtual Local Area Network; logical segmentation of a LAN using tag-based switching.

33
New cards

DHCP Server

Dynamic Host Configuration Protocol server; automatically assigns IP addresses and network settings.

34
New cards

DNS

Domain Name System; resolves domain names to IP addresses.

35
New cards

HTTP/HTTPS

Hypertext Transfer Protocol; web communication; HTTPS adds TLS/SSL for security.

36
New cards

FTP/SFTP

File Transfer Protocol; FTP is insecure; SFTP provides secure file transfer over SSH.

37
New cards

SMTP/IMAP/POP3

Email protocols; SMTP for sending; IMAP/POP3 for receiving.

38
New cards

TLS/SSL

Encryption protocols for securing data in transit (TLS=successor to SSL; used in HTTPS).

39
New cards

Backbone Link

High-speed main connections between network segments (1–100 Gbps).