Unit 5 - Networks Flashcards
1
Q
What is packet switching?
A
- a method of data transmission
- messages are broken into chunks called packets
- each packet is sent independently over the optimal route
- and reassembled at its destination
2
Q
What is circuit switching?
A
- Creating a direct link between two devices on a network for the duration of their communication
3
Q
What are the disadvantages of circuit switching?
A
- Bandwidth is wasted during the periods when no data is being sent
- Both devices must transfer and receive data at the same rate
- (advantage) data packets arrive in the order they are sent because there is only one path connecting the devices
4
Q
What is the difference between a router and a switch?
A
- Routers forward data packets from one network to another; switches forward data packets within a LAN
5
Q
What is the difference between a bridge and a gateway?
A
- Bridges transfer data packets to LANs which use the same protocols; gateways transfer data packets to networks which use different protocols
6
Q
What is the difference between a MAC and IP address? (4)
A
- MAC addresses are globally unique; IPs are unique within their network
- MAC addresses are a physical address; IPs are a logical address
- MAC addresses operate in the data link layer; IPs operate in the network layer
- MAC addresses cannot change; IP addresses can change by connecting to a new network.
- MAC addresses made of 6 2-digit hexadecimal number separated by colons; IPs are made of four 8-bit values separated by full stops.
7
Q
What is the TCP/IP process? (4)
A
- TCP splits data into data packets
- which are sent to recipients and reassembled into their original order
- TCP checks the data is correctly sent and delivered
- IP directs packets to their destination across the network
8
Q
What is packet filtering?
A
- The firewall checks which ports data packets are trying to access and allows them through if they are using the correct port
9
Q
What is packet sniffing?
A
- Data packets flowing across a network are detected and observed
10
Q
What is a network? (2)
A
- Two or more computers connected…
- …To share resources
11
Q
What is the World Wide Web? (1)
A
- A collection of resources accessed via the internet
12
Q
Describe the structure of the Internet. (2)
A
- The Internet is connected using large international backbone cables
- Which pass underwater to connect continents.
13
Q
What is IPv6? (2)
A
- IPv6 is a new Internet Protocol addressing system which consists of 8 groups of 4 hexadecimal digits.
- This allows for more unique addresses than IPv4.
14
Q
Describe the structure of a data packet. (3)
A
- Header: contains sender/recipient IP, protocol, and packet number.
- Payload: contains 500 to 1500 bytes of data.
- Trailer: End of packet flag, checksum