Networks Flashcards
1
Q
what are the 8 network protocols
A
- TCP
- IP
- HTTP
- HTTPS
- FTP
- POP
- IMAP
- SMTP
2
Q
what is layering (network protocols)
A
to divide the task of networking into smaller, simpler tasks that work together but have different responsibilities
3
Q
advantages of layering
A
- reducing complex problems into smaller sub-problems
- specific devices can be manufactured to operate at a particular layer
4
Q
what are the TCP/IP layers
A
- application
- transport
- internet/network
- link
5
Q
application layer
A
- network applications operate here
6
Q
transport layer
A
- established end-to-end connection
- splits data into packets
7
Q
internet/network layer
A
- adds source and destination IP addresses
- routes packets across the network
8
Q
link layer
A
- adds MAC addresses identifying Network Interface Cards
9
Q
circuit switching
A
- physical path between source and destination
- all packets use the same path
- data arrives in a logical order
- reserves bandwidth in advance
- can cause a lot of bandwidth wastage
10
Q
packet switching
A
- no physical path
- packets travel independently/can take different routes
- no bandwidth wastage
11
Q
what does a router do
A
routes data between devices
12
Q
three types of wired cables
A
- twisted pair
- coaxial
- fibre optic
13
Q
what does a Network Access Card (NIC) do
A
- allows both wired and wireless communications between computers of a LAN
- both a physical layer and a data link layer
14
Q
what is a wireless access point (WAP)
A
- a device that creates a wireless local area network, usually in a home or office building
15
Q
what does a hub do
A
- hardware device
- allows multiple devices to connect to one network
- much slower than switches