Communication Flashcards

1
Q

Define network

A

A collection of computers, servers and other devices (nodes) connected to one another to allow the sharing of resources and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define internet

A

A global computer network providing information and communication facilities; consisting of many interconnected networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define network topology

A

The arrangement of the nodes (computers, switches, routers etc.) and of the connections between them that make up a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define data packet

A

A formatted unit of data that is transmitted over a packet-switching network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define protocol

A

An agreed format, or set of rules, which allows differing networked devices to communicate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define connectivity

A

Connecting devices to each other in order to transfer data, including cabling and wireless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Advantages of networks (6)

A

• Share hardware, software, and data/files
• Easier for internal communication/can send email
• Central backup
• Easier to monitor network activity
• Centrally controlled security
• Can access data from any computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Disadvantages of networks (5)

A

• A network manager may need to be employed – expensive
• Security problems – files sent between computers could spread a virus
• Hackers can gain access to data more easily
• If the server is down, all workstations on the network are affected
• Initial cost of servers, communication devices, etc. can be expensive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define LAN and WAN

A

Local Area Network- computer systems located relatively close e.g. a school
Wide Area Network- computer systems located relatively distant e.g. the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Common network topologies (4)

A

Bus
Ring
Star
Mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Layout and process of a bus network

A

Nodes are connected to a single cable on which data can be sent, called the bus with terminators on each end.
The bus carries packets along the cable and checks the destination address in the packet at each node.
The node either ignores the packet or processes the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Advantages of a bus network (3)

A

• Easy to implement and add more computer systems to the network
• Quick to set up – well suited for temporary networks
• Cost-effective – less cabling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Disadvantages of a bus network (6)

A

• Difficult to troubleshoot the bus
• Performance degrades as additional computers are added
• If there is a problem with the main cable or
connection, the entire network goes down
• Low security – all computers on the bus can
see all data transmissions
• Proper termination is required
• Data collisions (two computers trying to send a packet at the same time) are more likely, which causes the network to slow down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Layout and function of a ring network

A

Nodes are connected in a ring or a loop. Packets are sent around the ring, being passed from one node to the next until they arrive at their destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Advantages of a ring network (4)

A

• Data is transferred quickly and consistently
• Data transmission is relatively simple as
packets travel in one direction only
• Adding additional nodes has very little impact
on bandwidth
• It prevents network collisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Disadvantages of a ring network (4)

A

• If any of the nodes fail, the ring is broken and data can’t be transmitted efficiently
• If there is a problem with the main cable or
connection, the entire network goes down
• It is difficult to troubleshoot the ring
• Because all nodes are wired together, to add a
another you must temporarily shut down the
network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Layout of a star network

A

Each node is connected to a central node, also known as the hub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Advantages of a star network (6)

A

• Good performance/fast network speed
• Easy to set up
• Possible to add more nodes without taking the network down
• Any non-centralised failure will have very little
effect on the network
• Minimal network collisions
• Better security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Disadvantages of a star network (2)

A

• Expensive to install – more cabling required
• Extra hardware required, such as a hub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Define circuit switching

A

A network technology that provides a temporary dedicated link between two nodes regardless of the number of switching devices through which the data has to travel. During the connection, no other data can be transmitted along the same route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Define packet switching

A

Packets take different routes to the destination. When all packets have arrived, the data is reassembled. The Internet is example of a packet-switching network

22
Q

Advantages of circuit switching (3)

A

• Reliable connection (once the connection is established)
• Fast
• Usually error free

23
Q

Disadvantages of circuit switching (2)

A

• Takes time to establish the connection.
• If anywhere on the route fails, the connection breaks

24
Q

Contents of a packet (6)

A

• The source address
• The destination address
• Information for reassembling data
• Tracking information
• The data itself
• A checksum that checks for data corruption

25
Q

Define routing

A

The method of selecting paths, along which packets are sent on a computer network

26
Q

Define MAC address (media access control address)

A

A unique hexadecimal number given to any communication device. The address is usually stored in a communication device’s ROM

27
Q

What does a routing table store (3)

A

• Efficient paths to send packets along
• MAC addresses of communication devices on its network
• Corresponding IP addresses

28
Q

Define IP address

A

An address allocated to a computer system on a network. This can be assigned by a DHCP (dynamic host configuration protocol) server or by yourself.

29
Q

Define DNS (Domain Name System)

A

A distributed database that matches IP addresses to computer system resources.

30
Q

Define TCP/IP (transmission control protocol/Internet protocol)

A

Protocol combined to allow communication between computer systems on a network.

IP is a protocol that sets out the format of packets in an addressing system
TCP is a protocol that allows packets to be sent between computer systems

31
Q

Define HTTP (hypertext transfer protocol)

A

A protocol that can be used to transfer multimedia webpages over the Internet

32
Q

Define FTP (file transfer protocol)

A

Copies a file from one location to another via a network or the Internet. Typically used to transfer larger files as it allows broken communications to resume transferring a file rather than having to restart

33
Q

Define protocol stack

A

A set of protocols that work together to provide networking capabilities

34
Q

What are the 5 layers to a TCP/IP protocol stack

A
  • Application
  • Transport
  • Network
  • Data link
  • physical
35
Q

Define application layer

A

Provides interfaces to the software to allow it to use the network.

36
Q

Protocols that use the application layer

A

Hypertext transfer protocol (HTTP)
Simple mail transport protocol (SMTP)
File transfer protocol (FTP)

37
Q

Define transport layer

A

Ensures that data is sent and received in the correct order from one point to another.
Implemented in the sending and receiving computers, but not in the routers on the path between.
Acts as an interface between the communicating computers and the network.

38
Q

Protocols that use the transport layer

A

Transmission control protocol (TCP)

39
Q

Define network layer

A

Responsible for the addressing and routing of data.
Routers belong to this layer as they use logical addresses to direct the data from the sender to the receiver.
Determines the path the data should take based on network conditions and manages traffic problems to minimise the congestion of data

40
Q

Protocols that use the network layer

A

Internet protocol (IP)

41
Q

Define data link layer

A

Sends data from the network layer to the physical layer. Divides the data to be sent into data frames (link layer header followed by a packet).
Handles acknowledgements sent from the receiver and insures that incoming data has been received correctly by analysing bit patterns in the frames.

42
Q

Protocols that use the data link layer

A

Ethernet protocol

43
Q

Define physical layer

A

Transmits the raw data. Consists of hardware such as switches and routers.
Responsible for setting up and maintaining a link between communicating computers.

44
Q

Protocols that use the physical layer

A

Physical connection using a NIC (network interface card) to connect to the internet

45
Q

Define Ethernet protocols

A

Describes how network devices can format data for transmission using frames and packets. Also used to define standards for types of network cabling used at the physical layer, and the corresponding transmission speeds

46
Q

Define WiFi protocol

A

Standards for transmitting data using electromagnetic waves in place of cables, including 802.11 and Bluetooth.

47
Q

Define Wireless Application Protocol (WAP)

A

Standardises the way that wireless devices can be used for Internet access.

48
Q

Define email protocol

A

Standards for communication between email clients and mail servers

49
Q

Examples of email protocols

A

Instant messaging access protocol (IMAP)
Post office protocol 3 (POP3)
Simple mail transfer protocol (SMTP)

50
Q

Define IMAP

A

Stores email messages in a mail server so the user can handle their messages as if stored locally.

51
Q

Define POP3

A

Stores emails in a single file on the mail server then downloaded to the users computer when they log in (deleted after being downloaded)

52
Q

Define SMTP

A

Delivers email from sender to email server or from one server to another.