CPE529C COMPUTER NETWORK AND SECURITY

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

1/50

flashcard set

Earn XP

Description and Tags

Flashcards for Computer Network and Security Lecture Review

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

Network Infrastructure

Hardware components categorized as host devices, intermediary devices, and network media.

2
New cards

Host Devices

Computers connected to a network that participate directly in network communication.

3
New cards

Intermediary Devices

Devices that interconnect host devices, such as switches, wireless access points, routers, and firewalls.

4
New cards

Network Media

The medium through which communication across a network is carried, such as metal wires, fiber optic cables, and wireless transmission.

5
New cards

Physical Network Diagram

Illustrates the physical location of intermediary devices and cable installation.

6
New cards

Logical Network Diagram

Illustrates devices, ports, and the addressing scheme of the network.

7
New cards

Private Network (LAN)

A network that is privately owned and managed, such as a home or office network.

8
New cards

Public Network

A network accessible to the public, such as the internet.

9
New cards

The Internet

A worldwide collection of interconnected networks.

10
New cards

Converged Networks

Carry multiple services on one link, including data, voice and video

11
New cards

Bandwidth

Capacity of a medium to carry data.

12
New cards

Throughput

Measure of the transfer of bits across the media over a given period.

13
New cards

Latency

The time, including delays, for data to travel from one given point to another.

14
New cards

Network Metrics

Parameters that ensures guarantees the performance of the network.

15
New cards

Fault Tolerant Network

Network that limits the impact of a failure by limiting the number of affected devices.

16
New cards

Scalable Network

Can expand quickly and easily to support new users and applications without impacting the performance of services to existing users

17
New cards

Quality of Service (QoS)

Primary mechanism used to ensure reliable delivery of content for all users.

18
New cards

Integrity

Assurance that the data has not be altered with during transmission.

19
New cards

Three elements to any communication

A source (sender), a destination (receiver), and a channel (media)

20
New cards

Communication Protocols

Rules that must be followed for the message to be successfully delivered and understood.

21
New cards

Encapsulation

Adding addressing information to the data that make up the message.

22
New cards

Unicast

One-to-one communication

23
New cards

Multicast

One-to-many, typically not all, communication

24
New cards

Broadcast

One-to-all communication.

25
New cards

Anycast

Nearest node communication

26
New cards

Layered approach

Splits down network functions to describe each operation.

27
New cards

Application Layer

Represents data to the user, plus encoding and dialog control.

28
New cards

Transport Layer

Supports communication between various devices across diverse networks.

29
New cards

Internet Layer

Determines the best path through the network.

30
New cards

Network Access Layer

Controls the hardware devices and media that make up the network.

31
New cards

Application Layer (OSI Model)

Protocols used for process-to-process communications.

32
New cards

Presentation Layer

Provides for common representation of the data transferred between application layer services.

33
New cards

Session Layer

Provides services to the presentation layer and manages data exchange.

34
New cards

Transport Layer (OSI Model)

Services to segment, transfer, and reassemble the data for individual communications.

35
New cards

Network Layer

Services to exchange the individual pieces of data over the network.

36
New cards

Data Link Layer

Methods for exchanging data frames over a common media.

37
New cards

Physical Layer

Means to activate, maintain, and deactivate physical connections.

38
New cards

Encapsulation

The process where protocols add their information to the data.

39
New cards

Network of Media

Transmit data, provides the channel over which the message travels from source to destination.

40
New cards

Metal wires within cables

Data encodes into electrical impulses.

41
New cards

Glass or plastic fibers within cables (fiber-optic cable)

Data encodes into light pulses.

42
New cards

Wireless transmission

Data is encoded via modulation of specific frequencies of electromagnetic waves

43
New cards

Ethernet technology

Typically used twisted-pair cables to interconnect devices.

44
New cards

Coaxial Cable

One of the earliest types of network cabling developed.

45
New cards

Fiber-Optic Cable

Communication at very high speeds over long distances.

46
New cards

Data link layer source and destination addresses

Delivering the data link frame from one network interface card (NIC) to another NIC on the same network.

47
New cards

Network layer source and destination addresses

Delivering the IP packet from original source to the final destination.

48
New cards

Source IP address

The IP address of the sending device, original source of the packet

49
New cards

Destination IP address

The IP address of the receiving device, final destination of the packet.

50
New cards

Network portion (IPv4) or Prefix (IPv6)

The left-most part of the address indicates the network group which the IP address is a member.

51
New cards

Host portion (IPv4) or Interface ID (IPv6)

The remaining part of the address identifies a specific device within the group.