Computer Network and Security

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

1/59

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering key networking concepts from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

Data communication

The exchange of data between devices via a transmission medium. It involves five key components: sender, receiver, message, medium, and protocol.

2
New cards

Sender

The device that initiates and transmits the message in a data communication system.

3
New cards

Receiver

The device that receives the message transmitted by the sender.

4
New cards

Medium

The physical path over which the message travels from sender to receiver. Examples include twisted-pair cable, fiber-optic cable, and wireless (air).

5
New cards

Protocol

A set of rules that governs data communication, ensuring proper understanding and interaction between devices.

6
New cards

Network

A group of interconnected devices, such as computers, printers, and servers, that can share data, applications, and resources.

7
New cards

Local Area Network (LAN)

A network that spans a small geographic area, typically within a building or campus, used for sharing data, printers, and Internet access among a limited number of users.

8
New cards

Wide Area Network (WAN)

A network that spans a large geographic area, connecting multiple LANs across cities, states, or even countries.

9
New cards

Metropolitan Area Network (MAN)

A network that covers a geographic area larger than a LAN but smaller than a WAN, typically spanning a city or a large campus.

10
New cards

Personal Area Network (PAN)

A small, personal network typically used for connecting personal devices like smartphones, laptops, and wearables over a very short range (e.g., Bluetooth connection).

11
New cards

Mesh topology

A network topology where every device is connected to every other device via a dedicated point-to-point link. This offers high redundancy but is expensive to implement.

12
New cards

Star topology

A network topology where each device connects to a central hub or switch. All communication passes through the central device.

13
New cards

Bus topology

A network topology where all devices are connected to a single backbone cable through drop lines and taps. Data travels in both directions along the backbone.

14
New cards

Ring topology

A network topology where each device connects to exactly two neighbors, forming a closed loop. Data typically travels in one direction around the ring.

15
New cards

Point-to-Point

A type of connection where a dedicated link is established between two devices, providing the entire capacity of the link for their communication.

16
New cards

Multipoint

A type of connection where a single link is shared by multiple devices. Sharing can be done spatially (multiple devices access different parts of the link) or by time-sharing (devices take turns using the link).

17
New cards

Throughput

The actual rate at which data is successfully transferred over a communication channel or network per unit of time.

18
New cards

Collision domain

A network segment where data packets sent by different devices can collide if they transmit simultaneously. Switches divide a network into smaller collision domains, typically one per port.

19
New cards

Broadcast domain

A network segment in which all connected devices receive broadcast frames originating from any device within that segment. Routers separate broadcast domains.

20
New cards

MAC address

A 48-bit (6-byte) hardware address uniquely assigned to a Network Interface Card (NIC). It operates at the Data Link Layer (Layer 2) and is used to identify devices within a local network segment.

21
New cards

Organizationally Unique Identifier (OUI)

The first 24 bits (3 bytes) of a MAC address that identifies the manufacturer of the network adapter.

22
New cards

IP address

A logical address used for identifying a device on a network and for routing data across different networks (inter-network communication). It can be IPv4 (32-bit) or IPv6 (128-bit) and operates at the Network Layer (Layer 3).

23
New cards

Domain Name System (DNS)

A hierarchical distributed naming system that translates human-readable domain names (e.g., example.com) into numerical IP addresses. This translation (resolution) typically occurs before network communication with that domain begins.

24
New cards

Address Resolution Protocol (ARP)

A protocol used to resolve an IP address to a corresponding MAC address within a local network segment. It typically uses broadcast requests to find the MAC address and then caches the result for future use.

25
New cards

Ethernet

IEEE 802.3 LAN technology that defines the physical and Data Link Layer specifications for wired networks. Classic Ethernet used CSMA/CD, but modern Ethernet primarily uses switches in a star topology without collision detection due to dedicated per-port bandwidth.

26
New cards

Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

A media access control method used in classic Ethernet where devices 'listen' before transmitting (carrier sense) and, if a collision occurs, stop transmitting, wait a random amount of time, and retry (collision detection).

27
New cards

Ethernet frame

A data unit at the Data Link Layer (Layer 2) for Ethernet. It includes fields such as preamble, Start Frame Delimiter (SFD), destination MAC address, source MAC address, EtherType/Length, payload (data), and Frame Check Sequence (FCS) for error detection.

28
New cards

802.3 frame format

The specific frame format defined by IEEE 802.3 for Ethernet, which includes preamble, Start Frame Delimiter (SFD), Destination Address (DA), Source Address (SA), Length field (followed by LLC for 802.2), payload, and Frame Check Sequence (FCS).

29
New cards

PPP

Point-to-Point Protocol (PPP): A Data Link Layer protocol used to encapsulate various network-layer protocols (like IP) over a serial point-to-point link. It uses Link Control Protocol (LCP) for establishing, configuring, and testing the data-link connection, and Network Control Protocols (NCPs) for configuring network-layer protocols.

30
New cards

Serial Line IP (SLIP)

A simpler Data Link Layer protocol for encapsulating IP packets over serial lines. It lacks error detection, compression, and authentication mechanisms, making it less robust and largely replaced by PPP.

31
New cards

What are the fundamental components required for data communication?

Sender, receiver, message, medium, and protocol.

32
New cards

Can a device act as both a sender and a receiver?

Yes, in most full-duplex communication systems, a device can both send and receive data simultaneously or alternately.

33
New cards

What forms can a message take in data communication?

Text, numbers, images, audio, and video.

34
New cards

Differentiate between guided and unguided media.

Guided media (e.g., cables) provide a physical conduit for signals, while unguided media (e.g., air) transmit signals wirelessly.

35
New cards

Why are protocols essential in network communication?

Protocols define how devices communicate, ensuring data is formatted, transmitted, and received correctly, allowing diverse systems to interoperate.

36
New cards

What is the primary purpose of a network?

To enable the sharing of data, applications, and resources among interconnected devices.

37
New cards

What are the typical characteristics of a local area network regarding its scope and ownership?

A LAN covers a small geographic area (e.g., a building or campus) and is typically privately owned and managed.

38
New cards

Provide an example of a common wide area network and describe its function.

The Internet is the most common WAN, connecting billions of devices globally and facilitating worldwide communication and resource sharing.

39
New cards

How does a Metropolitan Area Network differ from a Local Area Network and a Wide Area Network in terms of coverage and typical implementation?

A MAN's coverage is geographically larger than a LAN (city/campus) but smaller than a WAN (countries), often implemented by public entities like city councils or large corporations.

40
New cards

What technology is commonly used to establish a personal area network?

Bluetooth is the most common technology used for establishing a PAN.

41
New cards

What are the advantages and disadvantages of a mesh topology?

Advantages include high fault tolerance and security. Disadvantages are high cost, complex installation, and extensive cabling requirements.

42
New cards

What is the critical point of failure in a star topology?

If the central hub or switch fails, the entire network connected to that device becomes inoperable.

43
New cards

What is a major drawback of the bus topology regarding network traffic and fault isolation?

A single cable break can bring down the entire network, and it's difficult to isolate faults. Also, increased traffic can lead to collisions and degraded performance.

44
New cards

How is data typically transmitted in a ring topology, and what is its vulnerability?

Data usually travels in one direction (unidirectionally) around the ring. Its vulnerability is that a break in the ring or a single device failure can disable the entire network.

45
New cards

When is a direct link between two devices, utilizing its full capacity, most appropriate in network design?

A point-to-point connection is most appropriate when high bandwidth, security, and dedicated communication are required between two specific devices.

46
New cards

Explain the concept of time-sharing in a connection where a single link is shared by multiple devices.

In a multipoint time-sharing connection, multiple devices take turns using the single link during different, allocated time slots to transmit data.

47
New cards

How does network congestion affect the rate of successful data transfer?

Network congestion significantly reduces throughput by increasing delays, packet loss, and retransmissions, leading to overall slower data transfer rates.

48
New cards

What network devices operate at Layer 2 to segment areas where data packets can clash, and what is the benefit of this segmentation?

Switches operate at Layer 2 to segment collision domains, typically assigning one per port. This reduces the likelihood of collisions, improving network performance and efficiency.

49
New cards

What network device is primarily responsible for separating segments where all connected devices receive broadcast frames, and what is the implication of having very large ones?

Routers are primarily responsible for separating broadcast domains. Very large broadcast domains can lead to excessive broadcast traffic, consuming bandwidth and degrading network performance.

50
New cards

How does a hardware address differ from a logical address in terms of function and layer of operation?

A MAC address is a hardware address at Layer 2 for local device identification, while an IP address is a logical address at Layer 3 for routing across networks.

51
New cards

How can the initial 24 bits of a hardware address be used to identify the vendor of a network device?

The Organizationally Unique Identifier (OUI), which comprises the first 24 bits of a MAC address, is assigned to manufacturers and can be used to identify the vendor of a network device.

52
New cards

Explain the difference between IP addresses intended for internal networks versus those used for external internet communication.

Private IP addresses are used within local networks and are not routable on the public internet, whereas public IP addresses are globally unique and used for internet communication.

53
New cards

Describe the process of a domain name resolution when a user types a website address into their browser.

When a user types a website address, the browser queries a DNS resolver, which then performs recursive lookups through root, TLD, and authoritative DNS servers to find the corresponding IP address for the domain name.

54
New cards

When and why would a device use a protocol to find a hardware address based on a logical address?

A device uses ARP when it needs to communicate with another device on the same local network, but only knows its IP address. ARP resolves the IP address to the necessary MAC address for Layer 2 framing.

55
New cards

What are the key characteristics of current wired LAN technology in terms of physical arrangement and how devices access the network?

Modern Ethernet typically uses a star topology with switches, providing dedicated bandwidth per port, and has largely moved away from collision detection methods like CSMA/CD.

56
New cards

Why is a media access control method involving collision detection no longer widely used in contemporary switched networks?

CSMA/CD is largely deprecated in switched Ethernet networks because switches provide dedicated full-duplex connections between devices and the switch port, effectively eliminating collision domains.

57
New cards

What is the purpose of the Frame Check Sequence (FCS) in a data link layer unit for wired networks?

The Frame Check Sequence (FCS) in an Ethernet frame is an error-detecting code (checksum) used to detect errors in the received frame, ensuring data integrity.

58
New cards

How does the IEEE 802.3 frame format differ from the Ethernet II format, regarding a specific field that indicates the type of data or its size?

The 802.3 frame format uses a 'Length' field to indicate the length of the data portion, while the Ethernet II frame uses a 'Type' field which indicates the protocol type present in the payload.

59
New cards

What are the primary functions of Link Control Protocol (LCP) and Network Control Protocols (NCPs) within a serial link data link layer protocol?

LCP is used for establishing, configuring, and testing the data-link connection, while NCPs are responsible for configuring and bringing up different network-layer protocols (like IP) over the PPP link.

60
New cards

Why was a more robust data link layer protocol developed as a replacement for a simpler one for encapsulating IP packets over serial lines?

PPP was developed as a replacement for SLIP because SLIP lacked crucial features such as error detection