Unit 5 : Network and Web Technologies Flashcards
What are the characteristics of a network
- A network is the name given to two or more computers connected together with the ability to transmit data between each other. There are two main types of networks: Local Area Networks and Wide area networks
What is a LAN
- Local area network (or LAN) is the name given to a network which is spread over a small geographical area or a single site, for example: a school
What is a Wan
- A wide area network (or WAN) is the name given to a network which is spread over a large geographical area.
what is a physical topology
- the physical layout of the wires and components which form the network. Examples include bus, star and mesh.
what is a logical topology
- the layout which shows how data flows.
What is a bus topology
- In a bus topology, all the terminals (devices) are connected to a backbone cable, the ends of which are plugged into a
terminator.
Advantages of the Bus topology
● Relatively inexpensive to set up
● Doesn’t require any additional hardware
Disadvantages of the Bus topology
● If backbone cable fails, the entire network gets disconnected
● As traffic increases, performance decreases
● All computers can see the data transmission
What is a a star topology
- Star topologies use a central node, often a
switch, to direct data through the network.
Every device on the network is connected
to the switch.
Advantages of Star Topology
● Performance is consistent even with heavy network traffic
● If one cable fails, only that station is affected
● Easy to add new stations
Disadvantages of Star Topology
● Expensive due to switch and cabling
● If the central switch fails the rest of the network fails
What is the mesh topology
- In a mesh topology, every node is connected to every other node. Mesh topologies are most commonly found with wireless technology such as Wi-Fi.
What are the advantages of mesh topology
- No cabling cost
- As nodes increase, the reliability and speed of network becomes better
- Nodes automatically get incorporated
- It’s faster since nodes don’t go through a central switch
What are the disadvantages of mesh topology
- You have to purchase devices with wireless capabilities
- Maintaining the network is difficult
What are protocols
● Sets of rules defining how two devices communicate with each other
● Need to be standard so all devices can communicate, regardless of manufacturer
What is the TCP/IP stack
● Transmission Control Protocol / Internet Protocol
● A stack of networking protocols that work together passing packets during communication
What is the application layer
- Based at the top of the stack
- Specifies what protocol needs to be used in order to relate the application that’s being sent
What is the transport layer
○ Uses the TCP to establish an end-to-end connection between the source and recipient computer
○ Splits up data into packets
○ Labels packets with their packet number
○ Requests retransmission of any lost packets