Networking Aucse
Networking Aucse
Networking Aucse
Networking concepts
2. What is subnet?
A generic term for section of a large networks usually separated by a bridge or
router.
5. What is SAP?
Series of interface points that allow other computers to communicate with the
other layers of network protocol stack.
9. What is Beaconing?
The process that allows a network to self-repair networks problems. The
stations on the network notify the other stations on the ring when they are not
receiving the transmissions. Beaconing is used in Token ring and FDDI networks.
1
Visit www.aucse.com – A website on big ideas!
2
Visit www.aucse.com – A website on big ideas!
3
Visit www.aucse.com – A website on big ideas!
Repeater:
Also called a regenerator, it is an electronic device that operates only at
physical layer. It receives the signal in the network before it becomes weak,
regenerates the original bit pattern and puts the refreshed copy back in to the link.
Bridges:
These operate both in the physical and data link layers of LANs of
same type. They divide a larger network in to smaller segments. They contain logic
that allow them to keep the traffic for each segment separate and thus are repeaters
that relay a frame only the side of the segment containing the intended recipent and
control congestion.
Routers:
They relay packets among multiple interconnected networks (i.e.
LANs of different type). They operate in the physical, data link and network layers.
They contain software that enable them to determine which of the several possible
paths is the best for a particular transmission.
Gateways:
They relay packets among networks that have different protocols (e.g.
between a LAN and a WAN). They accept a packet formatted for one protocol and
convert it to a packet formatted for another protocol before forwarding it. They
operate in all seven layers of the OSI model.
27. What are the data units at different layers of the TCP / IP protocol suite?
The data unit created at the application layer is called a message, at the
transport layer the data unit created is called either a segment or an user datagram, at
the network layer the data unit created is called the datagram, at the data link layer the
datagram is encapsulated in to a frame and finally transmitted as signals along the
transmission media.
29. What is the minimum and maximum length of the header in the TCP segment and
IP datagram?
The header should have a minimum length of 20 bytes and can have a
maximum length of 60 bytes.
4
Visit www.aucse.com – A website on big ideas!
31. What is the difference between TFTP and FTP application layer protocols?
The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files
from a remote host but does not provide reliability or security. It uses the fundamental
packet delivery services offered by UDP.
The File Transfer Protocol (FTP) is the standard mechanism provided by TCP
/ IP for copying a file from one host to another. It uses the services offer by TCP and
so is reliable and secure. It establishes two connections (virtual circuits) between the
hosts, one for data transfer and another for control information.
STAR topology:
In this all computers are connected using a central hub.
Advantages:
Can be inexpensive, easy to install and reconfigure and easy to trouble
shoot physical problems.
RING topology:
In this all computers are connected in loop.
Advantages:
All computers have equal access to network media, installation can be
simple, and signal does not degrade as much as in other topologies because each
computer regenerates it.
5
Visit www.aucse.com – A website on big ideas!
38. What is the difference between routable and non- routable protocols?
Routable protocols can work with a router and can be used to build large
networks. Non-Routable protocols are designed to work on small, local networks and
cannot be used with a router
39. Why should you care about the OSI Reference Model?
It provides a framework for discussing network operations and design.
6
Visit www.aucse.com – A website on big ideas!
One of the main causes of congestion is that traffic is often busy. If hosts
could be made to transmit at a uniform rate, congestion would be less common.
Another open loop method to help manage congestion is forcing the packet to be
transmitted at a more predictable rate. This is called traffic shaping.
7
Visit www.aucse.com – A website on big ideas!