TCP/IP

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

Network defense and countermeasures chapter 2 key terms

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

anycast

An address created automatically when a unicast address is assigned to more than one interface. addresses are assigned from unicast address ranges and have the same scopes as unicast addresses

2
New cards

Broadcast

A communication sent to all hosts on a specific network.

3
New cards

Classless Interdomain Routing (CIDR)

An IP address notation method that uses a slash (/) followed by the number of masked bits for an address ex. 192.168.6.5/27 instead of an IP address of 192.168.6.5 and a subnet mask of 255.255.255.224.

4
New cards

Datagram

A discrete chunk of information; each one contains source and destination addresses, control settings, and data.

5
New cards

Domain Name System (DNS)

A Network service that provides a database for the resolution of fully qualified domain names to IP addresses, and of IP addresses to fully qualified domain names.

6
New cards

Footer

A section sometimes added to a TCP/IP packet to indicate the end of the packet.

7
New cards

fragmentation

The division of packets into smaller sizes to accommodate routers with frame size limitations.

8
New cards

header

The part of a packet that contains source and destination information and general information about the packet.

9
New cards

host identifier

The part of an IP address that is unique to a computer in its subnet.

10
New cards

Internet Control Message Protocol (ICMP)

A protocol that reports network communication errors to support IP communications. The ping command is a common troubleshooting utility based on this protocol.

11
New cards

Internet Protocol version 4 (IPv4)

The IP addressing system currently in widespread use on the Internet, in which addresses are created with 32 bits (4 bytes) of data.

12
New cards

multicast

A transmission used for one-to-many communication, in which a single host can send packets to a group of recipients.

13
New cards

Multicast Listener Discovery (MLD)

A core IPv6 protocol that enables IPv6 routers to discover multicast listeners on a directly connected link and to decide which multicast addresses are of interest to those nodes.

14
New cards

Neighbor Discovery

A core IPv6 protocol used to resolve addresses, locate neighboring routers, and redirect hosts to better routes to reach destination addresses. It uses ICMPv6 messages to manage node-to-node communications.

15
New cards

Network Address Translation

A process by which internal hosts are assigned private IP addresses and communicate with the Internet using the public address of the NAT device.

16
New cards

Network Identifier

The part of an IP address that a computer has in common with other computers in its subnet.

17
New cards

scopes

Unicast addresses used in IPv6 to identify the application suitable for the address; this include global unicast, site-local unicast, and link-local unicast.

18
New cards

stateful autoconfiguration

In IPv6, the method of dynamic host configuration that uses DHCPv6. The method is called “stateful” because the DHCPv6 client and server must keep their information updated to prevent addressing conflicts.

19
New cards

stateless autoconfiguration

A feature of IPv6 in which a computer can connect to a network by determining its own IP address based on the addressing of neighboring nodes.

20
New cards

subnet mask

A value that defines which part of a computer’s IP address is its network identifier and which part is the host identifier.

21
New cards

Transmission Control Protocol/Internet Protocol (TCP/IP)

A suite of protocols for transmitting information from point to point on a network.

22
New cards

Unicast

A transmission in which one packet is sent from a server to each client that requests a file or application.

23
New cards

User Datagram protocol

A core transport protocol of the TCP/IP suite. It is connectionless, meaning it does not ensure delivery or provide ordering, as TCP does. This protocol is much faster, and is useful for transmissions that require speed over reliability. It relies on upper-level protocols for error-checking and sequencing services.

24
New cards

Variable Length Subnet Masking (VLSM)

A means of allocating IP addressing according to the network’s needs that involves applying masks of varying sizes to the same network. This method creates subnets within subnets and multiple divisions of an IP network.