Data Communication and Computer Networks

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

1/63

flashcard set

Earn XP

Description and Tags

A comprehensive set of practice flashcards covering data communication basics, transmission modes, media, devices, network topologies, LAN/WAN concepts, and VPNs.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

64 Terms

1
New cards

What is data communication and what are its three essential elements?

Data communication is the process of transferring messages from a sender to a receiver through a medium; the three elements are a sender (source), a medium, and a receiver (sink).

2
New cards

What are the three data transmission modes and how do they differ?

Simplex (unidirectional only), Half-Duplex (two-way but not at the same time), and Full-Duplex (simultaneous two-way transmission).

3
New cards

In Simplex mode, can both devices transmit?

No. Simplex is unidirectional; only one device transmits while the other receives.

4
New cards

Give an example of Simplex communication.

Keyboard input to a monitor (keyboard -> monitor).

5
New cards

Describe Half-Duplex mode.

Stations can transmit and receive, but not at the same time; one direction at a time.

6
New cards

When is Half-Duplex mode typically used?

In situations where simultaneous two-way communication is not required.

7
New cards

Describe Full-Duplex mode.

Both stations can transmit and receive simultaneously; bidirectional communication occurs.

8
New cards

How is bandwidth shared in Full-Duplex communication?

Signals in one direction share the link capacity with signals in the opposite direction.

9
New cards

What is an example of Full-Duplex communication?

Telephone network where two people can talk and listen at the same time.

10
New cards

What are the main transmission media discussed?

Twisted-pair cables, coaxial cables, optical fibers, microwave systems, and satellite communication.

11
New cards

What are twisted-pair cables and their main characteristics?

One or more twisted-pair wires twisted to reduce noise; cheap; low immunity to noise; low data transfer rate; short distance; thin insulation.

12
New cards

What are coaxial cables and their advantages over twisted pair?

Single copper wire with insulating material, braided shield, and outer coating; higher immunity to noise; higher data rate; longer distance; more costly than twisted pair.

13
New cards

What are optical fibers made of and their key advantages?

Made of glass or plastic; transmit data as light; very high speed; not affected by electromagnetic interference; high immunity to noise; large bandwidth; low losses (~0.1 dB/km); flexible; secure.

14
New cards

What is the approximate transmission loss in optical fiber per kilometer?

About 0.1 dB per km.

15
New cards

What is a characteristic of optical fibers regarding electrical voltage and safety?

Fibre optics do not carry high voltages or current, making them safer than electrical cables.

16
New cards

What is microwave communication and its key benefit?

Microwave is line-of-sight wireless communication; high-speed wireless connections for voice, video, and data; suitable for point-to-point links.

17
New cards

What is satellite communication in brief?

A communication satellite acts as a microwave repeater in space, facilitating telecom, radio, TV, and internet; involves uplink and downlink frequencies and transponder frequency changes.

18
New cards

What is uplink versus downlink frequency in satellites?

Uplink frequency is used to send signals to the satellite; downlink frequency is used by the transponder to send signals back to Earth.

19
New cards

What is the role of a repeater and a transponder in satellites?

A repeater strengthens the received signal; a transponder changes the frequency band of the transmitted signal.

20
New cards

What factors influence the choice of transmission media?

Cost, transmission rate, distance, interference, durability, low error rate, land topography, and ease of installation.

21
New cards

What does a modem do in digital communications?

Converts digital signals to analog for transmission (modulation) and converts received analog signals back to digital (demodulation).

22
New cards

What are the claimed advantages of digital transmission over analog?

Lower costs, no modem required, higher transmission speed, and lower error rate.

23
New cards

What is a multiplexer and its purpose?

A device that combines several data signals into one transmission path; at the receiver, the signals are separated back into original streams.

24
New cards

What is a concentrator in networking?

An intelligent multiplexer that stores and forwards information at maximum line speed, reducing idle time.

25
New cards

What is a Front End Processor (FEP)?

A separate processor that handles network processing tasks, usually located with the host computer, offloading work from the host.

26
New cards

What is a router and its primary function?

A device that connects multiple computers and forwards data packets to their destination along the fastest available path, suitable for networks of any size.

27
New cards

What is a bridge in a network?

A device that connects two networks using the same transmission protocol; a 2-port device.

28
New cards

What is a Brouter?

A bridging router that combines features of a bridge and a router, routing across networks and filtering LAN traffic.

29
New cards

What is a switch and its advantage?

A multiport bridge that performs error checking before forwarding, reducing congestion and forwarding only good packets.

30
New cards

What is a gateway in networking?

A device used to connect two networks that use different transmission protocols.

31
New cards

What is a repeater and its key property?

Regenerates the signal on the same network to extend transmission distance; does not amplify the signal.

32
New cards

What is a hub in a network?

Connects multiple wires from different nodes, such as in a star topology.

33
New cards

What is synchronous transmission?

Data is sent in blocks or frames with constant time intervals and no gaps between characters; faster but more costly.

34
New cards

What is asynchronous transmission?

Data is sent character by character with irregular time intervals and gaps between characters; cheaper but slower with idle time.

35
New cards

What is a network topology?

The arrangement of end points or stations in a network; examples include Star, Ring, Bus, and Mesh.

36
New cards

Describe Star Topology and its advantages.

A host computer connects to local computers via separate channels; devices communicate through the host; adding/removing nodes is easy; centralized and simple to operate; easy fault isolation.

37
New cards

What is Token Ring topology and how does it operate?

Nodes communicate in a ring without a central host; data passes from one node to the next; only one node transmits at a time using token passing.

38
New cards

List advantages of Ring topology.

Easy to add/remove nodes; no central server required; faults easier to identify; equal opportunity to transmit; high-speed, single-direction traffic with token control.

39
New cards

List disadvantages of Ring topology.

Data must pass through all intermediate nodes; a single node failure can affect the whole ring; changes affect performance; dependence on the ring wiring.

40
New cards

Describe Bus topology.

A single shared transmission medium; every node monitors the line; messages are broadcast and read by addressed nodes; simple but has scalability and fault isolation issues.

41
New cards

Advantages of Bus topology.

Reduces the amount of physical cabling required.

42
New cards

Disadvantages of Bus topology.

Difficult to troubleshoot, performance degrades with more traffic, cable length is limited, central bus dependence, potential security risk, signals degrade without boosters.

43
New cards

What is Mesh topology?

Each computer has a direct, dedicated link to every other computer; control is distributed.

44
New cards

Advantages of Mesh topology.

Handles heavy traffic due to dedicated paths; data can be sent to multiple nodes simultaneously; failure of one node does not disrupt the whole network; easy fault identification.

45
New cards

Disadvantages of Mesh topology.

Extremely high cabling costs and complexity; many redundant connections and difficult administration.

46
New cards

What is a Local Area Network (LAN)?

A private network interconnecting computers and peripherals within a limited geographical area.

47
New cards

What is a Wide Area Network (WAN)?

A network that interconnects computers across different sites and geographical locations, often relying on ISPs.

48
New cards

How do LAN and WAN differ in reliability and control?

LANs are private and typically more reliable and secure; WANs depend on third-party service providers and are less reliable and secure.

49
New cards

Compared to WAN, how do LANs typically differ in bandwidth and setup costs?

LANs generally have higher bandwidth and lower initial setup costs than WANs.

50
New cards

What are some typical advantages of LANs?

Shared printers and software, centralized backups, easier software updates, files shared across users, improved communication and collaboration.

51
New cards

What are common disadvantages of LANs?

Email overuse causing time waste, printer queues, security concerns, need for network administration and maintenance.

52
New cards

What are common security concerns in LANs?

Viruses spreading via central backups, user credential security, reliance on file servers, risk of unauthorized access.

53
New cards

What is the difference between Wireless and Wired networks?

Wireless offers mobility and no cabling; Wired provides reliable, fast, and secure connections but less flexibility.

54
New cards

What are advantages of Wireless networks?

Mobility, easy addition of devices, no cabling, potential for guest access, broad user reach.

55
New cards

What are disadvantages of Wireless networks?

Slower and variable speeds, distance and obstacles affect performance, potential security vulnerabilities, neighbor bandwidth usage.

56
New cards

What is Peer-to-Peer (P2P) networking?

All nodes are equal; no central server; each user can share resources directly with others.

57
New cards

What are advantages of P2P networks?

Easy to set up, no central administrator, scalable distribution of traffic, lower hardware cost.

58
New cards

What are disadvantages of P2P networks?

Less secure, harder to administer and backup, data and resources are not centrally organized.

59
New cards

What is Client-Server networking?

A server provides services to clients; clients connect to a centralized server to access resources.

60
New cards

What are advantages of Client-Server networking?

Easy resource location and security, centralized administration and backup, scalable management of data.

61
New cards

What are disadvantages of Client-Server networking?

Servers are a single point of failure, higher hardware cost, potential congestion from many client requests, requires specialized staff.

62
New cards

What is a Virtual Private Network (VPN)?

A network built over public telecommunications lines (usually the internet) to connect remote users or sites to a private network.

63
New cards

What are some advantages of VPNs?

Improved security, remote access from anywhere, potential cost savings, scalability, anonymity in some cases.

64
New cards

What are some disadvantages of VPNs?

Possible slower connection speeds due to added VPN layer, platform compatibility issues, legal considerations in some countries, security depends on proper configuration.