Sponsored Content
Special Forums IP Networking New network bandwidth requirements Post 302824179 by DGPickett on Thursday 20th of June 2013 10:01:33 AM
Old 06-20-2013
Parkinson's law: need expands to consume excess resources.

Companies like Akamai make a good living ensuring your static web hits are filled from relatively local cache servers.

Good architectural design has to deal with:
  • having a soft saturation, so throughput goes up to saturation and then excess load is shedded in a least-lost-value basis, like newest clients lower in priority than older clients (deeper into transaction process).
  • avoiding negative saturation behaviors like overloaded Ethernet, which actually slows down due to collisions creating lost time on wire. Positive saturation behavior means the higher the overload, the more efficient the process. Requests can be sorted to they have higher locality of reference. Sometimes, requests for the same file can be mbone multicast as one. Sorting by disk position means shorter seeks.
  • flow control mechanisms allow services beyond capacity to be queued for eventual fulfillment, but service cancellation is quickly forearded to the server. The bad behaviors are thing like sending service requests every n seconds until a reply is received, consuming precious bandwidth and cluttering the server with cancelled, redundant, prior requests. Some routers can stifle keep-alive traffic, say from tcp connections of queued services, so they do not drag down net speed.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

bandwidth check?

I'm on T1, is there any way i can check my acctual bandwidth? Thank you all (3 Replies)
Discussion started by: solvman
3 Replies

2. IP Networking

Bandwidth Caping With PF

i have two questions actually... i need to block certain ports with openbsd and PF in a large lan, the firewall is supposed to be a router between the internet and the first lan switch. first of all, would this work at all in theory? second, i tried doing this a few days ago at a huge lan but i... (2 Replies)
Discussion started by: nocturnal
2 Replies

3. IP Networking

Bandwidth Regulation

Hello, I was wondering how one would go about regulating bandwidth of a server running RH Linux 8.0 and Apache. I am running a webserver, and want only one person to be able to download one file at a time. So, they can't click about 10 files and soak up lots of bandwidth. Plus, I would like to cap... (2 Replies)
Discussion started by: Phobos
2 Replies

4. UNIX for Dummies Questions & Answers

Bandwidth Monitoring.

Hi, I'm looking for some way to bring up in a shell window a realtime (or something that updates at 10 second intervals or whatever) bandwidth monitor. I just want something that shows me how much kbps is going in and how much is going out of each interface. Is there something that might... (2 Replies)
Discussion started by: d11wtq
2 Replies

5. UNIX for Advanced & Expert Users

Bandwidth monitoring

Hi Gurus, Need to have a way to monitor Bandwidth utilization on Linux servers, running squid . Have worked on 3rd party monitoring tools like Bandwidth d, Nagios etc. But we are working to find out a way to monitor this through Sitescope, for which we need to find a file where the... (4 Replies)
Discussion started by: Crazy_murli
4 Replies

6. IP Networking

bandwidth

Hi, 1-What is bandewidth ? 2-How to calculate ? 3-How to measure ? Any free software to measure it ? Many thanks. (4 Replies)
Discussion started by: big123456
4 Replies

7. IP Networking

Bandwidth montor

Hi all I have been running iptraf on a linux box for a few months monitoring bandwidth utilization realtime from mac address with port mirroring. Now I want to graph these bandwidth utilization. Is MRTG the right software? Any ideas? (4 Replies)
Discussion started by: palm101
4 Replies

8. Linux

Network bandwidth Manager

Dear Engineer, Can anyone please inform me some application name like (CBQ) to control network bandwidth and please provide me the url to configure it. With Best Regards, Md. Abdullah-Al Kauser (0 Replies)
Discussion started by: makauser
0 Replies

9. Red Hat

Network bandwidth Manager

Dear Engineer, Can anyone please inform me some application name like (CBQ) to control network bandwidth and please provide me the url to configure it. With Best Regards, Md. Abdullah-Al Kauser (1 Reply)
Discussion started by: makauser
1 Replies
ypserv(8yp)															       ypserv(8yp)

Name
       ypserv, ypbind - yellow pages (YP) server and binder processes

Syntax
       /usr/etc/ypserv
       /etc/ypbind [ -S domainname, servername1,servername2...	][ -X ]

Description
       The  yellow  pages (YP) service provides a network lookup service consisting of databases and processes.  The databases are files stored in
       the directory.  These files are described in The processes are the YP database lookup server, and the YP binder.  The software interface to
       the YP service is described in Administrative tools are described in and Tools to see the contents of YP maps are described in and Database
       generation and maintenance tools are described in and

       Both and are daemon processes activated at system startup time from The command runs only on a YP server machine with a complete  YP  data-
       base.  The command runs on all machines using YP services, both YP servers and clients.

       The  daemon's primary function is to look up information in its local database of YP maps.  The operations performed by are defined for the
       programmer in the header file

       Communication with is by means of RPC calls.  Lookup functions are described in and are supplied as C-callable functions in

       There are four lookup functions, all of which are performed on a specified map within a YP domain: and  The  operation  takes  a  key,  and
       returns	the  associated  value.  The operation returns the first key-value pair from the map, and the operation returns the remaining key-
       value pairs.  The operation ships the entire map to the requester.

       Two other functions supply information about the map, rather than the map entries: and Both the order number and the master name  exist	in
       the map as key-value pairs, but the server will not return either through the usual lookup functions.  If the map is examined with however,
       they are visible.

       Other functions are used within the YP subsystem itself, and are not of general interest to YP clients.	They include the the and the func-
       tions.

       The  purpose  of the function is to remember information that lets client processes on a single node communicate with a process.  The func-
       tion must run on every machine that has YP client service requirements.	The function must be started through an entry in the file.

       The information remembers is called a binding, the association of a domain name with the internet address of the YP server, and the port on
       that  host  at which the process is listening for service requests.  The process of binding is driven by client requests.  As a request for
       an unbound domain comes in, the process broadcasts on the net trying to find a process that serves maps	within	that  domain.	Since  the
       binding	is established by broadcasting, there must be at least one process on every net.  Once a domain is bound by a particular that same
       binding is given to every client process on the node.  The process on the local node or a remote node may be queried for the binding  of  a
       particular domain by using the command.

       Bindings  are  verified	before	they are given out to a client process.  If is unable to speak to the process it is bound to, it marks the
       domain as unbound, tells the client process that the domain is unbound, and tries to bind the domain once again.  Requests received for	an
       unbound	domain	will  fail immediately.  In general, a bound domain is marked as unbound when the node running crashes or gets overloaded.
       When the node gets overloaded, will try to bind any YP server (typically one that is less-heavily loaded) available on the net.

       The process also accepts requests to set its binding for a particular domain.  The request is usually generated by the YP subsystem itself.

Options
       -S	 Allows the system administrator to lock to a particular domain and set of servers. Up to four servers can be  specified  as  fol-
		 lows:
		 /etc/ypbind -S domainname,server1,server2,server3,server4
		 Note  that  there  can not be any spaces around the commas in the command line. The option ensures that this system only binds to
		 the specified domain and to one of the specified servers.  The servers used with the option must have entries in the local file.

       -X	 The initial bind ( option forces to bind to a YP server at the time that the command is executed, instead of waiting until YP	is
		 used.	If no server is available at this time, will try for several minutes and then exit.  Normally, is executed at boot time.

		 The  option  enables  a  system  that	does not exclusively depend on YP to boot and to allow logins when there are no YP servers
		 available.  Without this option, such a system hangs.

Files
       If the file exists when starts up, log information is written to when error conditions occur.

See Also
       ypcat(1yp), ypmatch(1yp), ypwhich(1yp), ypclnt(3yp), ypfiles(5yp), yppush(8yp), ypxfr(8yp)
       Guide to the Yellow Pages Service

																       ypserv(8yp)
All times are GMT -4. The time now is 07:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy