Networking and Hosting Flashcards
What is a network packet?
Formatted unit of data carried by a packet-switched network.
It consists of control information and user data.
What does a hub do?
Broadcasts to all ports at the physical layer.
What does a switch do?
Knows which port to send the message to working at the data link layer and sometimes the network layer.
What does a router do?
Routes packets until they reach their destination.
What is the difference between bridging and routing?
Bridging passes all network traffic whereas routing only handles “directed” traffic.
Name 5 network topologies.
Bus Ring Star Tree Mesh
What does a routing table determine?
The forwarding or next-hop IP address.
The interface to be used for the forwarding.
What do you need to be aware of when connecting to a medical network?
Firewalls.
Only allowing predefined IP addresses through.
Port numbers.
The direction the message is travelling in.
Whether the incoming message is a reponse to an outgoing one (e.g. a web page).
Specific exceptions to the rule.
Packet filtering - the header of the packet is examined in order to extract the information required for the rules.
What is the OSI 7-layer model?
Physical Data link Network Transport Session Presentation Application
What is the physical layer in the OSI 7-layer model?
It is concerned with the transmission and reception of unstructured raw bit steam over a physical medium.
What does the data link layer in the OSI 7-layer model do?
Provides error-free transfer of data frames from one node to another over the physical layer.
What does the network layer in the OSI 7-layer model do?
Controls the operation of the subnet, deciding which physical path the data should take.
What does the transport layer in the OSI 7-layer model do?
Ensures messages are delivered error-free.
What does the session layer in the OSI 7-layer model do?
Establishes a session between processes running on different stations.
What does the presentation layer in the OSI 7-layer model do?
Formats the data to be presented to the application layer. It can be viewed as the translator for the network.